llvm-6502/lib
2008-05-20 22:05:28 +00:00
..
Analysis Fix PR2346 by marking vaarg as volatile so that licm doesn't try to 2008-05-20 22:05:28 +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 Port the fix for the select operator from instcombine's 2008-05-20 20:59:51 +00:00
Debugger
ExecutionEngine Fix ExecutionEngine's constant code to work properly when structs and arrays 2008-05-20 03:20:09 +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 Don't assume underlying APInt type is limited 2008-05-14 22:53:25 +00:00
System Make PreVerifyID, IntSigsEnd, and KillSigsEnd const. 2008-05-14 00:42:30 +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 Port SelectionDAG's ComputeNumSignBits-using code to instcombine, 2008-05-20 21:01:12 +00:00
VMCore Remove a duplicative binding. Patch by Mahadevan R. 2008-05-19 05:47:10 +00:00
Makefile