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
...
*
[X86] Refactor stack adjustments into X86FrameLowering::BuildStackAdjustment
Reid Kleckner
2015-06-18
1
-99
/
+83
*
[X86] Remove unneeded parameters and deduplicate stack alignment code
Reid Kleckner
2015-06-18
1
-64
/
+51
*
Re-land "[X86] Cache variables that only depend on the subtarget"
Reid Kleckner
2015-06-17
1
-69
/
+24
*
Revert "[X86] Cache variables that only depend on the subtarget"
Reid Kleckner
2015-06-17
1
-24
/
+69
*
[X86] Cache variables that only depend on the subtarget
Reid Kleckner
2015-06-17
1
-69
/
+24
*
[X86] Rename some frame lowering variables
Reid Kleckner
2015-06-16
1
-26
/
+28
*
[X86] Try to shorten dwarf CFI emission
Reid Kleckner
2015-06-15
1
-28
/
+23
*
[X86] Implement the support for shrink-wrapping.
Quentin Colombet
2015-05-27
1
-31
/
+56
*
Reapply r238011 with a fix for the trap instruction.
Quentin Colombet
2015-05-22
1
-109
/
+30
*
Revert "[X86] Fix a variable name for r237977 so that it works with every com...
Tamas Berghammer
2015-05-22
1
-31
/
+110
*
[X86] Refactor the prologue emission to prepare for shrink-wrapping.
Quentin Colombet
2015-05-22
1
-110
/
+31
*
MachineInstr: Change return value of getOpcode() to unsigned.
Matthias Braun
2015-05-18
1
-1
/
+1
*
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
Quentin Colombet
2015-05-05
1
-17
/
+23
*
Target/X86: Never use the redzone for Win64 ABI functions.
Charles Davis
2015-02-27
1
-1
/
+1
*
X86, Win64: Allow 'mov' to restore the stack pointer if we have a FP
David Majnemer
2015-02-25
1
-13
/
+12
*
X86: Only use 'lea' in Win64 epilogues if a frame pointer exists
David Majnemer
2015-02-24
1
-7
/
+21
*
X86: Use a smaller 'mov' instruction for stack probe calls
David Majnemer
2015-02-23
1
-3
/
+13
*
X86: Use 'mov' instead of 'lea' in Win64 SEH prologues when possible
David Majnemer
2015-02-23
1
-2
/
+5
*
X86: Explain why we cannot use a 'mov' in a Win64 epilogue
David Majnemer
2015-02-23
1
-0
/
+6
*
X86: Consistently use 'epilogue' instead of 'epilog'
David Majnemer
2015-02-23
1
-1
/
+1
*
Win64: Stack alignment constraints aren't applied during SET_FPREG
David Majnemer
2015-02-21
1
-36
/
+25
*
X86: Remove pre-2010 dead code in mergeSPUpdatesDown
Reid Kleckner
2015-02-20
1
-36
/
+0
*
X86: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-7
/
+6
*
X86: Make @llvm.frameaddress work correctly with Windows unwind codes
David Majnemer
2015-02-10
1
-0
/
+3
*
X86: Emit Win64 SaveXMM opcodes at the right offset in the right order
David Majnemer
2015-02-10
1
-19
/
+18
*
X86: Emit an ABI compliant prologue and epilogue for Win64
David Majnemer
2015-02-10
1
-79
/
+132
*
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
2015-02-02
1
-42
/
+37
*
[X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
2015-02-01
1
-125
/
+42
*
Revert r227728 due to bad line endings.
Michael Kuperstein
2015-02-01
1
-2020
/
+2103
*
[X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
2015-02-01
1
-2103
/
+2020
*
Win64: Put a REX_W prefix on all TAILJMP* instructions
Reid Kleckner
2015-01-30
1
-8
/
+12
*
x86: Remove unused variables not caught by MSVC =P
Reid Kleckner
2015-01-30
1
-2
/
+0
*
x86: Fix large model calls to __chkstk for dynamic allocas
Reid Kleckner
2015-01-29
1
-40
/
+57
*
x86: Remove the W64ALLOCA pseudo
Reid Kleckner
2015-01-29
1
-1
/
+1
*
Update comments to use unreachable instead of llvm.trap, as implemented now
Reid Kleckner
2015-01-29
1
-9
/
+26
*
[X86] Use single add/sub for large stack offsets
Robert Lougher
2015-01-29
1
-13
/
+46
*
X86: Allow the stack probe size to be configurable per function
David Majnemer
2015-01-07
1
-3
/
+9
*
[X86] Make isel select the shorter form of jump instructions instead of the l...
Craig Topper
2015-01-06
1
-3
/
+3
*
x86_64: Fix calls to __morestack under the large code model.
Peter Collingbourne
2014-12-30
1
-6
/
+30
*
Add segmented stack support for DragonFlyBSD.
Rafael Espindola
2014-12-29
1
-3
/
+11
*
Add the ExceptionHandling::MSVC enumeration
Reid Kleckner
2014-12-19
1
-4
/
+2
*
[X86] When converting movs to pushes, don't assume MOVmi operand is an actual...
Michael Kuperstein
2014-12-11
1
-11
/
+11
*
Removing an unused variable to silence a -Wunused-but-set-variable warning. NFC.
Aaron Ballman
2014-12-09
1
-2
/
+0
*
[X86] Convert esp-relative movs of function arguments into pushes, step 1
Michael Kuperstein
2014-12-09
1
-4
/
+115
*
Rename the x86 isTargetMacho to isTargetMachO for uniformity.
Eric Christopher
2014-12-05
1
-1
/
+1
*
[X86] Clean up whitespace as well as minor coding style
Michael Liao
2014-12-04
1
-4
/
+4
*
[X86] Restore X86 base pointer after call to llvm.eh.sjlj.setjmp
Michael Liao
2014-12-04
1
-0
/
+13
*
Try to fix a bot failure due to a variable used only in an assert.
Philip Reames
2014-12-01
1
-4
/
+4
*
[Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-...
Philip Reames
2014-12-01
1
-0
/
+73
*
Rename EH related stuff to be more precise
Reid Kleckner
2014-11-14
1
-6
/
+5
[prev]
[next]