OSDN Git Service

Sort the remaining #include lines in include/... and lib/....
[android-x86/external-llvm.git] / lib / Target / ARM / ARMFrameLowering.cpp
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-05-31 Matthias BraunARM: Do not add reserved registers to block livein...
2017-04-24 Krzysztof ParzyszekMove size and alignment information of regclass to...
2017-04-19 Matthias BraunARMFrameLowering: Reserve emergency spill slot for...
2017-04-19 Renato GolinRevert "ARMFrameLowering: Reserve emergency spill slot...
2017-04-19 Serge PavlovARM: Use methods to access data stored with frame instr...
2017-04-19 Matthias BraunARMFrameLowering: Reserve emergency spill slot for...
2017-04-05 Matthias BraunARMFrameLowering: Slight cleanups; NFC
2017-01-26 Eugene Zelenko[ARM] Fix some Clang-tidy modernize and Include What...
2017-01-20 Diana Picus[ARM] Use helpers for adding pred / CC operands. NFC
2017-01-13 Diana Picus[ARM] CodeGen: Remove AddDefaultCC. NFC.
2017-01-13 Diana Picus[ARM] CodeGen: Remove AddDefaultPred. NFC.
2016-11-30 Matthias BraunMove FrameInstructions from MachineModuleInfo to Machin...
2016-11-14 Tim NorthoverARM: try to fix GCC 4.8 compilation again after r286881.
2016-11-14 Tim NorthoverRecommit: ARM: sort register lists by encoding in push...
2016-11-14 Tim NorthoverRevert "ARM: sort register lists by encoding in push...
2016-11-14 Tim NorthoverARM: sort register lists by encoding in push/pop instru...
2016-10-11 Reid KlecknerRe-land "[Thumb] Save/restore high registers in Thumb1...
2016-10-11 Reid KlecknerRevert "[Thumb] Save/restore high registers in Thumb1...
2016-10-11 Daniel JasperSilence unused warning in non-assert builds.
2016-10-11 Oliver Stannard[Thumb] Save/restore high registers in Thumb1 pro/epilogues
2016-08-23 Oliver Stannard[ARM] Generate consistent frame records for Thumb2
2016-08-21 Duncan P. N. Exon... ARM: Avoid dereferencing end() in ARMFrameLowering...
2016-08-17 Justin BognerReplace "fallthrough" comments with LLVM_FALLTHROUGH
2016-08-17 Duncan P. N. Exon... ARM: Avoid dereferencing end() in ARMFrameLowering...
2016-08-12 David MajnemerUse the range variant of find_if instead of unpacking...
2016-08-11 David MajnemerUse the range variant of find instead of unpacking...
2016-07-28 Matthias BraunMachineFunction: Return reference for getFrameInfo...
2016-07-28 Sjoerd MeijerTargetInstrInfo: rename GetInstSizeInBytes to getInstSi...
2016-07-08 Duncan P. N. Exon... ARM: Remove implicit iterator conversions, NFC
2016-06-30 Duncan P. N. Exon... CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
2016-06-12 Benjamin KramerPass DebugLoc and SDLoc by const ref.
2016-05-13 Tim NorthoverARM: use callee-saved list in the order they're actuall...
2016-05-08 Weiming Zhao[ARM] Fix Scavenger assert due to underestimated stack...
2016-05-07 Vitaly BukaRevert r268810 becase it brakes msan bot.
2016-05-06 Weiming Zhao[ARM] Fix Scavenger assert due to underestimated stack...
2016-05-04 Vitaly BukaRevert r268529 because it caused use-of-uninitialized...
2016-05-04 Weiming Zhao[ARM] Fix Scavenger assert due to underestimated stack...
2016-04-29 Filipe CabecinhasUnify XDEBUG and EXPENSIVE_CHECKS (into the latter...
2016-04-24 Saleem AbdulrasoolARM: fix __chkstk Frame Setup on WoA
2016-04-13 Matthias BraunARM: Use a callee save register for the swiftself param...
2016-04-11 Tim NorthoverARM: use r7 as the frame-pointer on all MachO targets.
2016-03-31 Hans WennborgChange eliminateCallFramePseudoInstr() to return an...
2016-02-27 Duncan P. N. Exon... CodeGen: Change MachineInstr to use MachineInstr&, NFC
2015-12-01 Craig Topper[ARM] Use range-based for loops to avoid the need for...
2015-11-05 Tim NorthoverRemove windows line endings introduced by r252177....
2015-11-05 Oleg Ranevskyy[DebugInfo] Fix ARM/AArch64 prologue_end position....
2015-10-28 Tim NorthoverARM: add backend support for the ABI used in WatchOS
2015-10-23 Oleg Ranevskyy[ARM CodeGen] @llvm.debugtrap call may be removed when...
2015-10-19 Duncan P. N. Exon... ARM: Remove implicit ilist iterator conversions, NFC
2015-10-15 Quentin Colombet[ARM] Make sure we do not dereference the end iterator...
2015-10-09 Saleem AbdulrasoolARM: tweak WoA frame lowering
2015-10-02 Tim NorthoverARM: correctly align constant pool value on Thumb1...
2015-09-23 Tim NorthoverARM: fix folding stack adjustment (again again again...)
2015-09-09 Matthias BraunSave LaneMask with livein registers
2015-08-24 Matthias BraunMachineBasicBlock: Add liveins() method returning an...
2015-08-17 Guozhi WeiAlign SP adjustment in function getSPAdjust
2015-08-15 James Y KnightRemove redundant TargetFrameLowering::getFrameIndexOffs...
2015-07-22 Quentin Colombet[ARM] Make the frame lowering code ready for shrink...
2015-07-20 Quentin Colombet[ARM] Refactor the prologue/epilogue emission to be...
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-23 Akira HatanakaStop resetting NoFramePointerElim in TargetMachine...
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-04-23 Peter CollingbourneARM: When spilling extra registers for alignment, prefe...
2015-04-08 Sergey Dmitrouk[ARM][Debug Info] Restore emitting of .cfi_def_cfa_offs...
2015-03-11 Tim NorthoverARM: simplify and extend byval handling
2015-02-20 Eric ChristopherGet the cached subtarget off the MachineFunction rather...
2015-02-14 Duncan P. N. Exon... ARM: Canonicalize access to function attributes, NFC
2015-01-31 Saleem AbdulrasoolARM: support stack probe size on Windows on ARM
2015-01-29 Eric ChristopherMigrate ARM except for TTI, AsmPrinter, and frame lowering
2015-01-08 Kristof BeylsFix large stack alignment codegen for ARM and Thumb2...
2014-12-16 Adrian PrantlARM/AArch64: Attach the FrameSetup MIFlag to CFI instru...
2014-12-01 Tim NorthoverARM: lower tail calls correctly when using GHC calling...
2014-11-14 Tim NorthoverARM: refactor .cfi_def_cfa_offset emission.
2014-11-14 Tim NorthoverARM: correctly calculate the offset of FP in its push.
2014-11-05 Tim NorthoverARM: try to add extra CS-register whenever stack alignm...
2014-11-05 Tim NorthoverARM/Dwarf: correctly align stack before callee-saved...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-06-26 Eric ChristopherMove the frame lowering constructors out of line to...
2014-05-30 Tim NorthoverARM: use AAPCS-style prologues for embedded MachO.
2014-05-22 Tim NorthoverSegmented stacks: omit __morestack call when there...
2014-05-07 Saleem AbdulrasoolARM: mark additional instructions as MachineFrameSetup
2014-05-07 Saleem AbdulrasoolARM: fix WoA PEI instruction selection
2014-05-06 Joerg SonnenbergerIf a function needs a frame pointer, but r11 (aka fp...
2014-05-01 Saleem AbdulrasoolARM: fix memory leak, simplify WoA stack probing
2014-04-30 Saleem AbdulrasoolARM: support stack probe emission for Windows on ARM
2014-04-19 Alp TokerRemove some empty statements
2014-04-09 Alp TokerFix some doc and comment typos
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-04-04 Jim GrosbachARM: Use range-based for loops in frame lowering.
2014-04-03 Oliver StannardARM: Use __STACK_LIMIT symbol for segmented stacks
2014-04-02 Oliver StannardARM: Add support for segmented stacks
2014-03-12 Tim NorthoverARM: correct Dwarf output for non-contiguous VFP saves.
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-05 Oliver StannardARM: Correctly align arguments after a byval struct...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-02-14 Artyom SkrobovGenerate the DWARF stack frame decode operations in...
next