2015-11-05 |
Tim Northover | Remove windows line endings introduced by r252177.... |
blob | commitdiff | raw |
2015-11-05 |
Oleg Ranevskyy | [DebugInfo] Fix ARM/AArch64 prologue_end position.... |
blob | commitdiff | raw | diff to current |
2015-10-28 |
Tim Northover | ARM: add backend support for the ABI used in WatchOS |
blob | commitdiff | raw | diff to current |
2015-10-23 |
Oleg Ranevskyy | [ARM CodeGen] @llvm.debugtrap call may be removed when... |
blob | commitdiff | raw | diff to current |
2015-10-19 |
Duncan P. N. Exon... | ARM: Remove implicit ilist iterator conversions, NFC |
blob | commitdiff | raw | diff to current |
2015-10-15 |
Quentin Colombet | [ARM] Make sure we do not dereference the end iterator... |
blob | commitdiff | raw | diff to current |
2015-10-09 |
Saleem Abdulrasool | ARM: tweak WoA frame lowering |
blob | commitdiff | raw | diff to current |
2015-10-02 |
Tim Northover | ARM: correctly align constant pool value on Thumb1... |
blob | commitdiff | raw | diff to current |
2015-09-23 |
Tim Northover | ARM: fix folding stack adjustment (again again again...) |
blob | commitdiff | raw | diff to current |
2015-09-09 |
Matthias Braun | Save LaneMask with livein registers |
blob | commitdiff | raw | diff to current |
2015-08-24 |
Matthias Braun | MachineBasicBlock: Add liveins() method returning an... |
blob | commitdiff | raw | diff to current |
2015-08-17 |
Guozhi Wei | Align SP adjustment in function getSPAdjust |
blob | commitdiff | raw | diff to current |
2015-08-15 |
James Y Knight | Remove redundant TargetFrameLowering::getFrameIndexOffs... |
blob | commitdiff | raw | diff to current |
2015-07-22 |
Quentin Colombet | [ARM] Make the frame lowering code ready for shrink... |
blob | commitdiff | raw | diff to current |
2015-07-20 |
Quentin Colombet | [ARM] Refactor the prologue/epilogue emission to be... |
blob | commitdiff | raw | diff to current |
2015-07-14 |
Matthias Braun | PrologEpilogInserter: Rewrite API to determine callee... |
blob | commitdiff | raw | diff to current |
2015-06-23 |
Alexander Kornienko | Revert r240137 (Fixed/added namespace ending comments... |
blob | commitdiff | raw | diff to current |
2015-06-19 |
Alexander Kornienko | Fixed/added namespace ending comments using clang-tidy... |
blob | commitdiff | raw | diff to current |
2015-05-23 |
Akira Hatanaka | Stop resetting NoFramePointerElim in TargetMachine... |
blob | commitdiff | raw | diff to current |
2015-05-05 |
Quentin Colombet | [ShrinkWrap] Add (a simplified version) of shrink-wrapping. |
blob | commitdiff | raw | diff to current |
2015-04-23 |
Peter Collingbourne | ARM: When spilling extra registers for alignment, prefe... |
blob | commitdiff | raw | diff to current |
2015-04-08 |
Sergey Dmitrouk | [ARM][Debug Info] Restore emitting of .cfi_def_cfa_offs... |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Tim Northover | ARM: simplify and extend byval handling |
blob | commitdiff | raw | diff to current |
2015-02-20 |
Eric Christopher | Get the cached subtarget off the MachineFunction rather... |
blob | commitdiff | raw | diff to current |
2015-02-14 |
Duncan P. N. Exon... | ARM: Canonicalize access to function attributes, NFC |
blob | commitdiff | raw | diff to current |
2015-01-31 |
Saleem Abdulrasool | ARM: support stack probe size on Windows on ARM |
blob | commitdiff | raw | diff to current |
2015-01-29 |
Eric Christopher | Migrate ARM except for TTI, AsmPrinter, and frame lowering |
blob | commitdiff | raw | diff to current |
2015-01-08 |
Kristof Beyls | Fix large stack alignment codegen for ARM and Thumb2... |
blob | commitdiff | raw | diff to current |
2014-12-16 |
Adrian Prantl | ARM/AArch64: Attach the FrameSetup MIFlag to CFI instru... |
blob | commitdiff | raw | diff to current |
2014-12-01 |
Tim Northover | ARM: lower tail calls correctly when using GHC calling... |
blob | commitdiff | raw | diff to current |
2014-11-14 |
Tim Northover | ARM: refactor .cfi_def_cfa_offset emission. |
blob | commitdiff | raw | diff to current |
2014-11-14 |
Tim Northover | ARM: correctly calculate the offset of FP in its push. |
blob | commitdiff | raw | diff to current |
2014-11-05 |
Tim Northover | ARM: try to add extra CS-register whenever stack alignm... |
blob | commitdiff | raw | diff to current |
2014-11-05 |
Tim Northover | ARM/Dwarf: correctly align stack before callee-saved... |
blob | commitdiff | raw | diff to current |
2014-08-05 |
Eric Christopher | Have MachineFunction cache a pointer to the subtarget... |
blob | commitdiff | raw | diff to current |
2014-08-04 |
Eric Christopher | Remove the TargetMachine forwards for TargetSubtargetIn... |
blob | commitdiff | raw | diff to current |
2014-06-26 |
Eric Christopher | Move the frame lowering constructors out of line to... |
blob | commitdiff | raw | diff to current |
2014-05-30 |
Tim Northover | ARM: use AAPCS-style prologues for embedded MachO. |
blob | commitdiff | raw | diff to current |
2014-05-22 |
Tim Northover | Segmented stacks: omit __morestack call when there... |
blob | commitdiff | raw | diff to current |
2014-05-07 |
Saleem Abdulrasool | ARM: mark additional instructions as MachineFrameSetup |
blob | commitdiff | raw | diff to current |
2014-05-07 |
Saleem Abdulrasool | ARM: fix WoA PEI instruction selection |
blob | commitdiff | raw | diff to current |
2014-05-06 |
Joerg Sonnenberger | If a function needs a frame pointer, but r11 (aka fp... |
blob | commitdiff | raw | diff to current |
2014-05-01 |
Saleem Abdulrasool | ARM: fix memory leak, simplify WoA stack probing |
blob | commitdiff | raw | diff to current |
2014-04-30 |
Saleem Abdulrasool | ARM: support stack probe emission for Windows on ARM |
blob | commitdiff | raw | diff to current |
2014-04-19 |
Alp Toker | Remove some empty statements |
blob | commitdiff | raw | diff to current |
2014-04-09 |
Alp Toker | Fix some doc and comment typos |
blob | commitdiff | raw | diff to current |
2014-04-04 |
Craig Topper | Make consistent use of MCPhysReg instead of uint16_t... |
blob | commitdiff | raw | diff to current |
2014-04-04 |
Jim Grosbach | ARM: Use range-based for loops in frame lowering. |
blob | commitdiff | raw | diff to current |
2014-04-03 |
Oliver Stannard | ARM: Use __STACK_LIMIT symbol for segmented stacks |
blob | commitdiff | raw | diff to current |
2014-04-02 |
Oliver Stannard | ARM: Add support for segmented stacks |
blob | commitdiff | raw | diff to current |
2014-03-12 |
Tim Northover | ARM: correct Dwarf output for non-contiguous VFP saves. |
blob | commitdiff | raw | diff to current |
2014-03-07 |
Rafael Espindola | Replace PROLOG_LABEL with a new CFI_INSTRUCTION. |
blob | commitdiff | raw | diff to current |
2014-03-05 |
Oliver Stannard | ARM: Correctly align arguments after a byval struct... |
blob | commitdiff | raw | diff to current |
2014-03-02 |
Benjamin Kramer | [C++11] Replace llvm::next and llvm::prior with std... |
blob | commitdiff | raw | diff to current |
2014-02-14 |
Artyom Skrobov | Generate the DWARF stack frame decode operations in... |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Tim Northover | ARM MachO: sort out isTargetDarwin/isTargetIOS/...... |
blob | commitdiff | raw | diff to current |
2013-12-08 |
Tim Northover | ARM: fix folding of stack-adjustment (yet again). |
blob | commitdiff | raw | diff to current |
2013-12-05 |
Tim Northover | ARM: fix yet another stack-folding bug |
blob | commitdiff | raw | diff to current |
2013-12-02 |
Tim Northover | ARM: decide whether to use movw/movt based on "minsize... |
blob | commitdiff | raw | diff to current |
2013-12-01 |
Tim Northover | ARM: fix bug in -Oz stack adjustment folding |
blob | commitdiff | raw | diff to current |
2013-11-08 |
Tim Northover | ARM: fold prologue/epilogue sp updates into push/pop... |
blob | commitdiff | raw | diff to current |
2013-11-04 |
Tim Northover | ARM: remove unnecessary state-tracking during frame... |
blob | commitdiff | raw | diff to current |
2013-10-01 |
Tim Northover | ARM: support interrupt attribute |
blob | commitdiff | raw | diff to current |
2013-05-20 |
Stepan Dyatkovskiy | PR15868 fix. |
blob | commitdiff | raw | diff to current |
2013-04-30 |
Stepan Dyatkovskiy | Refactoring patch. |
blob | commitdiff | raw | diff to current |
2013-03-22 |
Hal Finkel | Allow the register scavenger to spill multiple registers |
blob | commitdiff | raw | diff to current |
2013-03-14 |
Hal Finkel | Move estimateStackSize from ARM into MachineFrameInfo |
blob | commitdiff | raw | diff to current |
2013-02-21 |
Eli Bendersky | Move the eliminateCallFramePseudoInstr method from... |
blob | commitdiff | raw | diff to current |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw | diff to current |
2012-12-30 |
Bill Wendling | Remove the Function::getFnAttributes method in favor... |
blob | commitdiff | raw | diff to current |
2012-12-21 |
Roman Divacky | Remove duplicate includes. |
blob | commitdiff | raw | diff to current |
2012-12-20 |
Jakob Stoklund Olesen | Add an MF argument to MI::copyImplicitOps(). |
blob | commitdiff | raw | diff to current |
2012-12-19 |
Bill Wendling | Rename the 'Attributes' class to 'Attribute'. It's... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | raw | diff to current |
2012-10-26 |
Kaelyn Uhrain | Avoid an unused-variable warning when asserts are disabled. |
blob | commitdiff | raw | diff to current |
2012-10-26 |
Jakob Stoklund Olesen | 80 col. |
blob | commitdiff | raw | diff to current |
2012-10-26 |
Jakob Stoklund Olesen | Remove ARMBaseRegisterInfo::isReservedReg(). |
blob | commitdiff | raw | diff to current |
2012-10-17 |
Jakob Stoklund Olesen | Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed(). |
blob | commitdiff | raw | diff to current |
2012-10-09 |
Bill Wendling | Create enums for the different attributes. |
blob | commitdiff | raw | diff to current |
2012-09-26 |
Bill Wendling | Remove the `hasFnAttr' method from Function. |
blob | commitdiff | raw | diff to current |
2012-08-03 |
Eric Christopher | Add support for the ARM GHC calling convention, this... |
blob | commitdiff | raw | diff to current |
2012-04-20 |
Craig Topper | Convert more uses of XXXRegisterClass to &XXXRegClass... |
blob | commitdiff | raw | diff to current |
2012-04-06 |
Jakob Stoklund Olesen | Eliminate iOS-specific tail call instructions. |
blob | commitdiff | raw | diff to current |
2012-03-20 |
Bob Wilson | Remove some redundant checks. |
blob | commitdiff | raw | diff to current |
2012-03-05 |
Jim Grosbach | ARM refactor away a bunch of VLD/VST pseudo instructions. |
blob | commitdiff | raw | diff to current |
2012-03-04 |
Craig Topper | Use uint16_t to store registers in callee saved registe... |
blob | commitdiff | raw | diff to current |
2012-02-28 |
Jakob Stoklund Olesen | Enable ARM base pointer when calling functions with... |
blob | commitdiff | raw | diff to current |
2012-02-24 |
Benjamin Kramer | Remove unused cl::opt, make another opt static. |
blob | commitdiff | raw | diff to current |
2012-02-18 |
Jia Liu | Emacs-tag and some comment fix for all ARM, CellSPU... |
blob | commitdiff | raw | diff to current |
2012-01-06 |
Jakob Stoklund Olesen | Enable aligned NEON spilling by default. |
blob | commitdiff | raw | diff to current |
2012-01-04 |
Evan Cheng | Fix more places which should be checking for iOS, not... |
blob | commitdiff | raw | diff to current |
2011-12-24 |
Jakob Stoklund Olesen | Fix Comments. |
blob | commitdiff | raw | diff to current |
2011-12-23 |
Jakob Stoklund Olesen | Experimental support for aligned NEON spills. |
blob | commitdiff | raw | diff to current |
2011-12-21 |
Jakob Stoklund Olesen | Move common code into an MRI function. |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Evan Cheng | Add bundle aware API for querying instruction propertie... |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Nick Lewycky | Move global variables in TargetMachine into new TargetO... |
blob | commitdiff | raw | diff to current |
2011-10-20 |
Chad Rosier | Revert 142337. Thumb1 still doesn't support dynamic... |
blob | commitdiff | raw | diff to current |
2011-10-18 |
Chad Rosier | Add support for dynamic stack realignment when in thumb... |
blob | commitdiff | raw | diff to current |
2011-10-01 |
Chad Rosier | Revert r140924 "Attempt to fix dynamic stack realignmen... |
blob | commitdiff | raw | diff to current |
2011-10-01 |
Chad Rosier | Attempt to fix dynamic stack realignment for thumb1... |
blob | commitdiff | raw | diff to current |
next |