| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Re-land "[X86] Cache variables that only depend on the subtarget" | Reid Kleckner | 2015-06-17 | 1 | -13/+33 |
* | Revert "[X86] Cache variables that only depend on the subtarget" | Reid Kleckner | 2015-06-17 | 1 | -33/+13 |
* | [X86] Cache variables that only depend on the subtarget | Reid Kleckner | 2015-06-17 | 1 | -13/+33 |
* | [X86] Implement the support for shrink-wrapping. | Quentin Colombet | 2015-05-27 | 1 | -2/+9 |
* | Reapply r238011 with a fix for the trap instruction. | Quentin Colombet | 2015-05-22 | 1 | -0/+20 |
* | Revert "[X86] Fix a variable name for r237977 so that it works with every com... | Tamas Berghammer | 2015-05-22 | 1 | -20/+0 |
* | [X86] Refactor the prologue emission to prepare for shrink-wrapping. | Quentin Colombet | 2015-05-22 | 1 | -0/+20 |
* | [ShrinkWrap] Add (a simplified version) of shrink-wrapping. | Quentin Colombet | 2015-05-05 | 1 | -3/+5 |
* | Remove some unused forward declarations. | Eric Christopher | 2015-02-02 | 1 | -4/+0 |
* | [X86] Convert esp-relative movs of function arguments to pushes, step 2 | Michael Kuperstein | 2015-02-01 | 1 | -0/+2 |
* | Revert r227728 due to bad line endings. | Michael Kuperstein | 2015-02-01 | 1 | -97/+95 |
* | [X86] Convert esp-relative movs of function arguments to pushes, step 2 | Michael Kuperstein | 2015-02-01 | 1 | -95/+97 |
* | x86: Fix large model calls to __chkstk for dynamic allocas | Reid Kleckner | 2015-01-29 | 1 | -3/+5 |
* | Update comments to use unreachable instead of llvm.trap, as implemented now | Reid Kleckner | 2015-01-29 | 1 | -2/+2 |
* | [X86] Convert esp-relative movs of function arguments into pushes, step 1 | Michael Kuperstein | 2014-12-09 | 1 | -0/+10 |
* | [Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-... | Philip Reames | 2014-12-01 | 1 | -0/+4 |
* | [X86] Split out the logic to select the stack probe function (NFC) | Philip Reames | 2014-08-21 | 1 | -0/+5 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore... | NAKAMURA Takumi | 2014-06-25 | 1 | -2/+7 |
* | Revert r211399, "Generate native unwind info on Win64" | NAKAMURA Takumi | 2014-06-22 | 1 | -7/+2 |
* | Generate native unwind info on Win64 | Reid Kleckner | 2014-06-20 | 1 | -2/+7 |
* | Remove X86Subtarget from the X86FrameLowering constructor since | Eric Christopher | 2014-06-05 | 1 | -4/+2 |
* | Remove caching of the subtarget for X86FrameLowering. | Eric Christopher | 2014-06-05 | 1 | -6/+2 |
* | Remove uses of the TargetMachine from X86FrameLowering. | Eric Christopher | 2014-06-05 | 1 | -3/+2 |
* | [C++] Use 'nullptr'. | Craig Topper | 2014-04-28 | 1 | -1/+1 |
* | Prune includes in X86 target. | Craig Topper | 2014-03-19 | 1 | -1/+0 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-09 | 1 | -15/+15 |
* | Replace PROLOG_LABEL with a new CFI_INSTRUCTION. | Rafael Espindola | 2014-03-07 | 1 | -1/+2 |
* | Generate compact unwind encoding from CFI directives. | Bill Wendling | 2013-09-09 | 1 | -27/+0 |
* | Use an enum instead of magic constants to improve readability. | Bill Wendling | 2013-04-19 | 1 | -2/+29 |
* | Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo | Eli Bendersky | 2013-02-21 | 1 | -0/+4 |
* | Support for HiPE-compatible code emission, patch by Yiannis Tsiouris. | Benjamin Kramer | 2013-02-18 | 1 | -0/+2 |
* | X86: Use StackRegister instead of FrameRegister in getFrameIndexReference (to... | Alexey Samsonov | 2012-05-01 | 1 | -0/+2 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Emit segmented-stack specific code into function prologues for | Rafael Espindola | 2011-08-30 | 1 | -0/+2 |
* | After we've modified the prolog to save volatile registers, generate the compact | Bill Wendling | 2011-07-25 | 1 | -0/+1 |
* | Remove the now defunct getCompactUnwindEncoding method from the frame lowerin... | Bill Wendling | 2011-07-20 | 1 | -3/+0 |
* | Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for | Evan Cheng | 2011-07-18 | 1 | -1/+0 |
* | Use ArrayRef instead of a std::vector&. | Bill Wendling | 2011-07-07 | 1 | -1/+1 |
* | Add a target hook to encode the compact unwind information. | Bill Wendling | 2011-07-07 | 1 | -0/+4 |
* | Target/X86: Tweak allocating shadow area (aka home) on Win64. It must be enou... | NAKAMURA Takumi | 2011-02-05 | 1 | -2/+1 |
* | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov | 2011-01-10 | 1 | -0/+66 |