llvm-6502/lib
Chris Lattner ea21ad4926 Fix PR2267, by allowing indirect outputs to be intermixed
with normal outputs.  Testcase here: 
test/CodeGen/X86/asm-indirect-mem.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51409 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-22 04:46:38 +00:00
..
Analysis Free and vaarg are not really volatile. 2008-05-22 03:23:06 +00:00
Archive
AsmParser Reverting accidental commit of generated files. 2008-05-19 05:57:12 +00:00
Bitcode API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.) 2008-05-16 19:29:10 +00:00
CodeGen Fix PR2343. An *interesting* coalescer bug. 2008-05-21 22:34:12 +00:00
Debugger
ExecutionEngine Fix a couple issues with the JIT and multiple modules: 2008-05-21 16:34:48 +00:00
Linker Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. 2008-05-15 10:04:30 +00:00
Support
System Follow-up to the reverting of r51218. This puts the checks out-of-line. Because 2008-05-21 21:20:07 +00:00
Target movsd and movq do not require 16-byte alignment. This fixes vec_set-5.ll on Linux. 2008-05-20 18:24:47 +00:00
Transforms rewrite the validity checking for memory promotion to be simpler, 2008-05-22 03:22:42 +00:00
VMCore Fix PR2267, by allowing indirect outputs to be intermixed 2008-05-22 04:46:38 +00:00
Makefile