llvm-6502/lib
2008-02-29 02:50:03 +00:00
..
Analysis Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically what gets printed. Be const-correct in PrintResults and uninline it too 2008-02-28 08:38:45 +00:00
Archive Make llvm-ar behave like ar, if you create an empty archive, ar creates an empty archive. llvm-ar would not generate an output file in this case 2008-02-28 22:24:48 +00:00
AsmParser
Bitcode
CodeGen No need for coalescer to update kills. Only copies are coalesced and those instructions will be deleted. Doh. 2008-02-29 02:50:03 +00:00
Debugger
ExecutionEngine Simplify code using convertFromZeroExtendedInteger with an APInt 2008-02-29 01:27:13 +00:00
Linker
Support Add support to APInt for shift and rotate operations with APInt 2008-02-29 01:40:47 +00:00
System
Target Use the correct instruction encodings for the 64-bit MMX movd. 2008-02-29 01:35:12 +00:00
Transforms
VMCore Use the new convertFromAPInt instead of convertFromZeroExtendedInteger. 2008-02-29 01:42:52 +00:00
Makefile