1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib
Eric Christopher 0c337a44e9 Add a new parse hint for multi-letter constraints in inline asm.
Testcase will come when we use it.

Part of rdar://9119939

llvm-svn: 132476
2011-06-02 19:26:37 +00:00
..
Analysis When marking a block as being unanalyzable, use "Clobber" on the terminator instead of the first instruction in the block. This is a bit of a hack; "Clobber" isn't really the right marking in the first place. memdep doesn't really have any way of properly expressing "unanalyzable" at the moment. Using it on the terminator is much less ambiguous than using it on an arbitrary instruction, though. 2011-06-02 00:08:52 +00:00
Archive
AsmParser
Bitcode
CodeGen Use RegisterClassInfo::getOrder in RAFast. 2011-06-02 18:35:30 +00:00
CompilerDriver
ExecutionEngine
Linker
MC .cfi directive register parsing flexibility. 2011-06-02 17:14:04 +00:00
Object
Support Add new -d option to tblgen. It writes a make(1)-style dependency file. 2011-06-01 13:10:15 +00:00
Target Omit unnecessary stack copy when x87 input is a load. 2011-06-02 15:57:11 +00:00
Transforms Reapply 132348 with fixes. rdar://problem/6501862 2011-06-01 16:42:47 +00:00
VMCore Add a new parse hint for multi-letter constraints in inline asm. 2011-06-02 19:26:37 +00:00
CMakeLists.txt
Makefile