Enable Thumb2 instruction shrinking (32-bit to 16-bit) pass. Convert a bunch of thumb...
[oota-llvm.git] / lib / Target / ARM / Thumb2SizeReduction.cpp
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.