index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
X86FrameLowering.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue"
Daniel Jasper
2017-06-29
1
-2
/
+0
*
[X86] Correct dwarf unwind information in function epilogue
Petar Jovanovic
2017-06-28
1
-0
/
+2
*
X86RegisterInfo: eliminateFrameIndex: Avoid code duplication; NFC
Matthias Braun
2017-04-24
1
-0
/
+2
*
Revert "X86RegisterInfo: eliminateFrameIndex: Avoid code duplication; NFC"
Matthias Braun
2017-04-21
1
-2
/
+0
*
X86RegisterInfo: eliminateFrameIndex: Avoid code duplication; NFC
Matthias Braun
2017-04-20
1
-0
/
+2
*
Use methods to access data stored with frame instructions
Serge Pavlov
2017-04-13
1
-1
/
+2
*
Fix for PR30687. Avoid dereferencing MBB.end().
Reid Kleckner
2016-10-13
1
-17
/
+13
*
NFC; refactor getFrameIndexReferenceFromSP
Sanjoy Das
2016-06-16
1
-4
/
+3
*
Don't force SP-relative addressing for statepoints
Sanjoy Das
2016-06-15
1
-2
/
+4
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-12
/
+13
*
[X86] Make sure it is safe to clobber EFLAGS, if need be, when choosing
Quentin Colombet
2016-04-26
1
-0
/
+10
*
Change eliminateCallFramePseudoInstr() to return an iterator
Hans Wennborg
2016-03-31
1
-3
/
+3
*
Implemented stack symbol table ordering/packing optimization to improve data ...
Zia Ansari
2016-02-15
1
-0
/
+7
*
[X86] Enable shrink-wrapping by default, but keep it disabled for stack frames
Quentin Colombet
2015-12-09
1
-0
/
+3
*
Revert r253528: "[X86] Enable shrink-wrapping by default."
Hans Wennborg
2015-11-25
1
-5
/
+0
*
[X86] Enable shrink-wrapping by default.
Quentin Colombet
2015-11-19
1
-0
/
+5
*
[WinEH] Make UnwindHelp a fixed stack object allocated after XMM CSRs
Reid Kleckner
2015-11-13
1
-0
/
+3
*
[WinEH] Find root frame correctly in CLR funclets
Joseph Tremoulet
2015-11-13
1
-0
/
+2
*
Support for emitting inline stack probes
Andy Ayers
2015-11-10
1
-4
/
+36
*
[WinEH] Split EH_RESTORE out of CATCHRET for 32-bit EH
Reid Kleckner
2015-11-06
1
-7
/
+7
*
[WinEH] Fix funclet prologues with stack realignment
Reid Kleckner
2015-11-05
1
-1
/
+1
*
[X86] Generate .cfi_adjust_cfa_offset correctly when pushing arguments
Michael Kuperstein
2015-11-03
1
-3
/
+3
*
[WinEH] Fix stack alignment in funclets and ParentFrameOffset calculation
Reid Kleckner
2015-10-16
1
-0
/
+4
*
[X86] Rip out orphaned method declarations and other dead code. NFC.
Benjamin Kramer
2015-10-15
1
-9
/
+0
*
[WinEH] Make funclet return instrs pseudo instrs
Reid Kleckner
2015-09-17
1
-3
/
+3
*
[WinEH] Emit prologues and epilogues for funclets
Reid Kleckner
2015-09-08
1
-0
/
+7
*
Remove redundant TargetFrameLowering::getFrameIndexOffset virtual
James Y Knight
2015-08-15
1
-2
/
+0
*
[X86] When optimizing for minsize, use POP for small post-call stack clean-up
Michael Kuperstein
2015-08-11
1
-0
/
+5
*
PrologEpilogInserter: Rewrite API to determine callee save regsiters.
Matthias Braun
2015-07-14
1
-2
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[X86] Rename RegInfo to TRI as suggested by Eric
Reid Kleckner
2015-06-18
1
-1
/
+1
*
[X86] Refactor stack adjustments into X86FrameLowering::BuildStackAdjustment
Reid Kleckner
2015-06-18
1
-1
/
+8
*
[X86] Remove unneeded parameters and deduplicate stack alignment code
Reid Kleckner
2015-06-18
1
-5
/
+14
*
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
[next]