[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / lib / Target / ARM / ARMBaseRegisterInfo.cpp
2015-07-20 JF BastienTargets: commonize some stack realignment code
2015-07-15 Matthias BraunTargetRegisterInfo: Provide a way to check assigned...
2015-07-10 JF BastienTarget RegisterInfo: devirtualize TargetFrameLowering
2015-04-03 Matthias BraunARM: Handle physreg targets in RegPair hints gracefully
2015-03-20 John Brawn[ARM] Fix handling of thumb1 out-of-range frame offsets
2015-03-17 Richard Barton[ARM] Fix offset calculation in ARMBaseRegisterInfo...
2015-03-12 Eric ChristopherRemove the need to cache the subtarget in the ARM Targe...
2015-03-11 Eric ChristopherHave getCallPreservedMask and getThisCallPreservedMask...
2015-03-11 Eric ChristopherHave getCalleeSavedRegs take a non-null MachineFunction...
2015-03-10 Eric ChristopherHave TargetRegisterInfo::getLargestLegalSuperClass...
2015-03-10 Eric ChristopherRemove dead code.
2015-02-25 Renato GolinImprove handling of stack accesses in Thumb-1
2015-02-24 Eric ChristopherRename UpdateRegAllocHint to match style guidelines.
2015-02-14 Duncan P. N. Exon... ARM: Canonicalize access to function attributes, NFC
2015-01-29 Eric ChristopherMigrate ARM except for TTI, AsmPrinter, and frame lowering
2014-12-11 Tim NorthoverARM: convert isTargetIOS checks to isTargetDarwin.
2014-10-20 Tim NorthoverARM: rework Thumb1 frame index rewriting
2014-10-03 Renato GolinRevert 202433 - Provide a target override for the lates...
2014-10-01 Tim NorthoverARM: allow copying of CPSR when all else fails.
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-16 Chris Bieneman[RegisterCoalescer] Moving the RegisterCoalescer subtar...
2014-05-30 Tim NorthoverARM: use AAPCS-style prologues for embedded MachO.
2014-05-18 Saleem AbdulrasoolARM: improve WoA ABI conformance for frame register
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-04-02 Jim GrosbachSimplify resolveFrameIndex() signature.
2014-02-27 Andrew TrickProvide a target override for the latest regalloc heuri...
2014-02-06 Evan ChengRevert r200095 and r200152. It turns out when compiling...
2014-01-26 Evan ChengFollow up of r200095. Code clean up.
2014-01-25 Evan ChengClean up hack which is no longer needed after r198617...
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2013-10-07 Rafael EspindolaRemove getEHExceptionRegister and getEHHandlerRegister.
2013-10-01 Tim NorthoverARM: support interrupt attribute
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-07-03 Stephen LinHave ARMBaseRegisterInfo::getCallPreservedMask return...
2013-06-26 Stephen LinClarify and doxygen-ify comments
2013-06-26 Stephen LinARM: Proactively ensure that the LowerCallResult hack...
2013-06-26 Stephen LinMinor formatting fix to ARMBaseRegisterInfo::getCalleeS...
2013-06-16 David BlaikieDebug Info: Simplify Frame Index handling in DBG_VALUE...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-05-13 Mihai PopaThe purpose of the patch is to fix the syntax of ARM...
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-03-22 Hal FinkelAllow the register scavenger to spill multiple registers
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-19 Jim GrosbachARM: Allocation hints must make sure to be in the alloc...
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Bill WendlingRemove the Function::getFnAttributes method in favor...
2012-12-19 Jim GrosbachMC: Add MCInstrDesc::mayAffectControlFlow() method.
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-11 Jim GrosbachTrim unneeded header #include.
2012-12-11 Jim GrosbachARM: Remove old testing option.
2012-12-11 Jim GrosbachARM: Remove old testing options.
2012-12-04 Jakob Stoklund OlesenRemove the old TRI::ResolveRegAllocHint() and getRawAll...
2012-12-03 Jakob Stoklund OlesenImplement ARMBaseRegisterInfo::getRegAllocationHints().
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-06 Chad RosierMark the Int_eh_sjlj_dispatchsetup pseudo instruction...
2012-10-26 Jakob Stoklund OlesenRemove ARMBaseRegisterInfo::isReservedReg().
2012-10-26 Jakob Stoklund OlesenAdd GPRPair Register class to ARM.
2012-10-26 Jakob Stoklund OlesenRemove the canCombineSubRegIndices() target hook.
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-09-26 Bill WendlingRemove the `hasFnAttr' method from Function.
2012-09-13 Silviu BarangaThis patch introduces A15 as a target in LLVM.
2012-08-28 Jakob Stoklund OlesenRevert r162713: "Add ATOMIC_LDR* pseudo-instructions...
2012-08-27 Jakob Stoklund OlesenAdd ATOMIC_LDR* pseudo-instructions to model atomic_loa...
2012-08-03 Eric ChristopherAdd support for the ARM GHC calling convention, this...
2012-05-07 Jakob Stoklund OlesenAdd an MF argument to TRI::getPointerRegClass() and...
2012-04-27 Evan ChengImplement a bastardized ABI.
2012-04-23 Preston GurdThis patch fixes a problem which arose when using the...
2012-04-20 Craig TopperConvert more uses of XXXRegisterClass to &XXXRegClass...
2012-03-25 Craig TopperReplace uses of ARMBaseInstrInfo and ARMTargetMachine...
2012-03-20 Matt Beaumont-Gayremove unused variable
2012-03-20 Bob WilsonRequire a base pointer for stack realignment when SP...
2012-03-20 Bob WilsonRemove some redundant checks.
2012-03-17 Craig TopperReorder includes to match coding standards. Fix an...
2012-03-06 Lang HamesSplit fpscr into two registers: FPSCR and FPSCR_NZCV.
2012-03-04 Craig TopperUse uint16_t instead of unsigned to store registers...
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-02-28 Jakob Stoklund OlesenEnable ARM base pointer when calling functions with...
2012-02-22 Chad RosierRemove extra semi-colons.
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-17 Lang HamesRe-enable 150652 and 150654 - Make FPSCR non-reserved...
2012-02-16 Lang HamesOop - r150653 + r150654 broke one of my test cases...
2012-02-16 Lang HamesFPSCR shouldn't be reserved.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-17 Jakob Stoklund OlesenImplement ARMBaseRegisterInfo::getCallPreservedMask().
2012-01-05 Jakob Stoklund OlesenReapply r146997, "Heed spill slot alignment on ARM."
2012-01-05 Jakob Stoklund OlesenAvoid reserving an ARM base pointer during register...
2012-01-03 Jakob Stoklund OlesenRevert r146997, "Heed spill slot alignment on ARM."
2011-12-20 Jakob Stoklund OlesenHeed spill slot alignment on ARM.
2011-12-20 Evan ChengARM target code clean up. Check for iOS, not Darwin...
2011-12-19 Jakob Stoklund OlesenEmit a getMatchingSuperRegClass() implementation for...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-10-20 Chad RosierRevert 142337. Thumb1 still doesn't support dynamic...
2011-10-18 Chad RosierAdd support for dynamic stack realignment when in thumb...
2011-10-11 Bill WendlingRevert r141529. This is causing failures in the test...
2011-10-10 Bill WendlingWhen getting the number of bits necessary for addressin...
2011-10-01 Chad RosierRevert r140924 "Attempt to fix dynamic stack realignmen...
2011-10-01 Chad RosierAttempt to fix dynamic stack realignment for thumb1...
next