llvm-6502/lib
Evan Cheng b0a6f62c9b Don't spill dead def.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51305 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-20 08:10:37 +00:00
..
Analysis Add a bool to isEdgeFeasible that tells it whether to treat unknown 2008-05-20 03:39:39 +00:00
Archive Clean up the use of static and anonymous namespaces. This turned up 2008-05-13 00:00:25 +00:00
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 Don't spill dead def. 2008-05-20 08:10:37 +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 runOnMachineFunction should set IsPIC because relocation model may have been changed. 2008-05-20 01:56:59 +00:00
Transforms Fix typo. 2008-05-20 07:26:45 +00:00
VMCore Remove a duplicative binding. Patch by Mahadevan R. 2008-05-19 05:47:10 +00:00
Makefile