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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Do not count debug instructions when counting number of uses to reorder frame...
Dehao Chen
2016-07-01
1
-0
/
+2
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-1
/
+1
*
X86FrameLowering: Check subregs when deciding prolog kill flags
Matthias Braun
2016-06-28
1
-3
/
+15
*
[X86] Extract HiPE prologue constants into metadata
Michael Kuperstein
2016-06-23
1
-3
/
+31
*
NFC; refactor getFrameIndexReferenceFromSP
Sanjoy Das
2016-06-16
1
-13
/
+11
*
Push a dependent computation into the assert that uses it; NFC
Sanjoy Das
2016-06-15
1
-5
/
+3
*
Fix unused variable warning; NFC
Sanjoy Das
2016-06-15
1
-0
/
+2
*
Don't force SP-relative addressing for statepoints
Sanjoy Das
2016-06-15
1
-49
/
+53
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-16
/
+18
*
Assure calling "cld" instruction in prologue of X86 interrupt handler function.
Amjad Aboud
2016-05-13
1
-0
/
+12
*
Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the...
Filipe Cabecinhas
2016-04-29
1
-2
/
+2
*
[X86] Make sure it is safe to clobber EFLAGS, if need be, when choosing
Quentin Colombet
2016-04-26
1
-0
/
+6
*
X86: Use a callee save register for the swiftself parameter.
Matthias Braun
2016-04-13
1
-3
/
+12
*
Re-commit r265039 "[X86] Merge adjacent stack adjustments in eliminateCallFra...
Hans Wennborg
2016-04-07
1
-14
/
+34
*
Revert "Re-commit r265039 "[X86] Merge adjacent stack adjustments in eliminat...
Hans Wennborg
2016-04-06
1
-26
/
+13
*
Re-commit r265039 "[X86] Merge adjacent stack adjustments in eliminateCallFra...
Hans Wennborg
2016-04-04
1
-13
/
+26
*
Use range-based for loops. NFC.
Michael Kuperstein
2016-04-01
1
-6
/
+5
*
Follow-up to r265036: I got these iterators mixed up
Hans Wennborg
2016-03-31
1
-2
/
+2
*
Revert r265039 "[X86] Merge adjacent stack adjustments in eliminateCallFrameP...
Hans Wennborg
2016-03-31
1
-19
/
+12
*
[X86] Merge adjacent stack adjustments in eliminateCallFramePseudoInstr (PR27...
Hans Wennborg
2016-03-31
1
-12
/
+19
*
Change eliminateCallFramePseudoInstr() to return an iterator
Hans Wennborg
2016-03-31
1
-5
/
+8
*
X86: Use push-pop for materializing 8-bit immediates for minsize (take 2)
Hans Wennborg
2016-03-25
1
-0
/
+1
*
[X86] Correctly select registers to pop into for x86_64
Michael Kuperstein
2016-03-10
1
-1
/
+2
*
[X86] Support cleaning more than 2**16 bytes of stack
David Majnemer
2016-03-04
1
-0
/
+1
*
[X86] Don't give catch objects a displacement of zero
David Majnemer
2016-03-03
1
-1
/
+17
*
Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"
Duncan P. N. Exon Smith
2016-02-22
1
-2
/
+1
*
Document assumption in X86FrameLowering::inlineStackProbe()
Duncan P. N. Exon Smith
2016-02-22
1
-1
/
+2
*
CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC
Duncan P. N. Exon Smith
2016-02-21
1
-1
/
+3
*
[X86] Fix a shrink-wrapping miscompile around __chkstk
Reid Kleckner
2016-02-17
1
-7
/
+6
*
Implemented stack symbol table ordering/packing optimization to improve data ...
Zia Ansari
2016-02-15
1
-0
/
+142
*
[X86] Fix the merging of SP updates in prologue/epilogue insertions.
Quentin Colombet
2016-02-02
1
-2
/
+7
*
[X86] Do not run shrink-wrapping on function with split-stack attribute or HiPE
Quentin Colombet
2016-01-19
1
-1
/
+17
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-6
/
+5
*
[X86] Don't alter HasOpaqueSPAdjustment after we've relied on it
David Majnemer
2016-01-14
1
-6
/
+7
*
[X86] Make hasFP constant time
David Majnemer
2016-01-04
1
-24
/
+6
*
[X86] Add intrinsics for reading and writing to the flags register
David Majnemer
2016-01-01
1
-4
/
+0
*
[X86, Win64] Use a frame pointer if pushf is emitted
David Majnemer
2015-12-27
1
-18
/
+23
*
[X86] Replace MVT::SimpleValueType in the AsmParser library and getX86SubSupe...
Craig Topper
2015-12-25
1
-2
/
+2
*
[X86] Don't pass the default value to the High argument of getX86SubSuperRegi...
Craig Topper
2015-12-25
1
-4
/
+2
*
[WinEH] Make llvm.x86.seh.recoverfp work on x64
Reid Kleckner
2015-12-15
1
-5
/
+9
*
[X86] Fix a couple cases were bitwise and logical operations were being mixed...
Craig Topper
2015-12-10
1
-1
/
+1
*
[X86] Enable shrink-wrapping by default, but keep it disabled for stack frames
Quentin Colombet
2015-12-09
1
-0
/
+6
*
[X86] Always generate precise CFA adjustments.
Michael Kuperstein
2015-12-06
1
-9
/
+12
*
Move EH-specific helper functions to a more appropriate place
David Majnemer
2015-12-02
1
-1
/
+1
*
[X86] Fix a think-o when checking if the eflags needs to be preserved.
Quentin Colombet
2015-12-02
1
-1
/
+7
*
[X86] Make sure the prologue does not clobber EFLAGS when it lives accross it.
Quentin Colombet
2015-12-02
1
-43
/
+26
*
[X86] Make sure the prologue does not clobber EFLAGS when it lives accross it.
Quentin Colombet
2015-12-01
1
-1
/
+32
*
Let SelectionDAG start to use probability-based interface to add successors.
Cong Hou
2015-11-24
1
-4
/
+4
*
findDeadCallerSavedReg needs to pay attention to calling convention
Andy Ayers
2015-11-23
1
-13
/
+5
*
[WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunction
Reid Kleckner
2015-11-17
1
-8
/
+5
[prev]
[next]