remove various std::ostream version of printing methods from
[oota-llvm.git] / lib / Target / ARM / Thumb2SizeReduction.cpp
2009-08-23 Chris Lattnerremove various std::ostream version of printing methods...
2009-08-16 Benjamin KramerFix use after free in Thumb2SizeReduction (PR4707)...
2009-08-15 Evan ChengTurn on if-conversion for thumb2.
2009-08-14 Evan ChengShrink ADR and LDR from constantpool late during consta...
2009-08-12 Evan ChengPredCC is meant to be 2 bits wide, like PredCC1.
2009-08-12 Evan ChengShrink Thumb2 movcc instructions.
2009-08-12 Evan ChengShrink ADDS, ADC, RSB, and SUBS.
2009-08-11 Evan ChengShrinkify Thumb2 r = add sp, imm.
2009-08-11 Evan ChengShrinkify Thumb2 load / store multiple instructions.
2009-08-11 Evan ChengFix the previous accidental commit. Now shrinking commo...
2009-08-11 Evan ChengFix Thumb2 load / store addressing mode matching code...
2009-08-10 Evan ChengWatch out for empty BB.
2009-08-10 Evan Chengrev, rev16, and revsh do not set CPSR.
2009-08-10 Evan ChengDuh. Most 16-bit Thumb rr instructions are two-address...
2009-08-10 Evan ChengCPSR can be livein; transfer predicate operands correct...
2009-08-10 Evan ChengAdd support to reduce most of 32-bit Thumb2 arithmetic...
2009-08-09 Evan ChengAdd support to convert 32-bit instructions to 16-bit...
2009-08-08 Evan ChengAdd a skeleton Thumb2 instruction size reduction pass.