Go to file
Chris Lattner 9293008e90 the asm matcher can't handle operands with modifiers (like ${foo:bar}).
Instead of silently ignoring these instructions, emit a hard error and
force the target author to either refactor the target or mark the 
instruction 'isCodeGenOnly'.

Mark a few instructions in ARM and MBlaze as isCodeGenOnly the are 
doing this.

llvm-svn: 117858
2010-10-31 18:48:12 +00:00
clang Make Clang static analyzer skip function template definitions. This fixes Clang PR 8426, 8427, & 8433. Reviewed by Ted Kremenek and Doug Gregor. 2010-10-31 04:22:34 +00:00
compiler-rt make: Add CheckCommandLineOverrides to my little Makefile library, a routine for 2010-10-14 21:23:37 +00:00
debuginfo-tests testcase commit for upcoming fix. 2010-09-21 20:51:54 +00:00
libcxx update to use new linker option to re-export from libc++abi.dylb 2010-10-29 19:46:14 +00:00
lldb Bumped version in Xcode project to lldb-27, and debugserver to debugserver-115. 2010-10-31 03:02:30 +00:00
llvm the asm matcher can't handle operands with modifiers (like ${foo:bar}). 2010-10-31 18:48:12 +00:00