[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / lib / Target / ARM / ARMMCInstLower.cpp
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2014-12-02 Asiri RathnayakeAdd support for ARM modified-immediate assembly syntax.
2014-06-30 Saleem AbdulrasoolARM: use symbolic name for constant
2014-03-22 Craig TopperPrune includes in ARM target.
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2013-12-04 David PeixottoAdd support for parsing ARM symbol variants on ELF...
2013-11-25 Tim NorthoverARM: remove special cases for Darwin dynamic-no-pic...
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-18 Jakob Stoklund OlesenIgnore register mask operands when lowering instruction...
2011-07-20 Evan ChengSink ARMMCExpr and ARMAddressingModes into MC layer...
2011-07-08 Jim GrosbachUse TableGen'erated pseudo lowering for ARM.
2011-01-26 Bill WendlingAdd needed braces.
2011-01-13 Evan ChengModel :upper16: and :lower16: as ARM specific MCTargetE...
2010-12-01 Jim GrosbachMove the ARMAsmPrinter class defintiion into a header...
2010-11-30 Jim GrosbachTrailing whitespace.
2010-11-14 Chris Lattnertrim #includes.
2010-11-14 Chris Lattnerrename LowerToMCInst -> LowerARMMachineInstrToMCInst.
2010-11-14 Chris Lattnereven more simplifications. ARM MCInstLowering is...
2010-11-14 Chris Lattnermore shrinkification
2010-11-14 Chris Lattnermore simplifications.
2010-11-14 Chris Lattnersimplify and tidy up
2010-09-22 Jim GrosbachAdd support for ELF PLT references for ARM MC asm print...
2010-09-22 Jim GrosbachEnable a few additional asserts in MC instruction lowering.
2010-09-22 Jim GrosbachRemove a few commented out bits
2010-09-17 Jim Grosbachhandle the upper16/lower16 target operand flags on...
2010-09-16 Jim GrosbachMake sure to promote single precision floats to double...
2010-09-16 Jim Grosbachstore MC FP immediates as a double instead of as an...
2010-09-15 Jim GrosbachAdd support for floating point immediates to MC instruc...
2010-09-14 Jim GrosbachDon't ignore the CPSR implicit def when lowering a...
2010-09-13 Jim Grosbachtrailing whitespace
2010-07-19 Chris Lattnersink the arm implementations of ASmPrinter and MCInstLower