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: 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
*
Use a 8 bit immediate when possible.
Rafael Espindola
2014-11-11
1
-2
/
+14
*
Don't use an unqualified 'abs' function call with a builtin type.
Chandler Carruth
2014-10-10
1
-2
/
+3
*
[Stackmaps] Make ithe frame-pointer required for stackmaps.
Juergen Ributzka
2014-10-02
1
-1
/
+2
*
[x32] Fix segmented stacks support
Pavel Chupin
2014-09-22
1
-17
/
+29
*
Minor refactor to make applying patches from 'Add a "probe-stack" attribute' ...
Philip Reames
2014-08-21
1
-1
/
+5
*
Whitespace change to reduce diff in future patch.
Philip Reames
2014-08-21
1
-6
/
+6
*
[X86] Split out the logic to select the stack probe function (NFC)
Philip Reames
2014-08-21
1
-11
/
+20
*
Fix lld-x86_64-win7 Build #11969
Pavel Chupin
2014-08-07
1
-2
/
+2
*
[x32] Use ebp/esp as frame and stack pointer
Pavel Chupin
2014-08-07
1
-28
/
+35
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-35
/
+25
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-26
/
+38
*
Fix failure to invoke exception handler on Win64
Reid Kleckner
2014-08-04
1
-0
/
+17
*
Fix .seh_stackalloc 0
Reid Kleckner
2014-07-01
1
-4
/
+7
*
CodeGen: rename Win64 ExceptionHandling to WinEH
Saleem Abdulrasool
2014-06-29
1
-8
/
+8
*
Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...
NAKAMURA Takumi
2014-06-25
1
-104
/
+245
*
Reformat.
NAKAMURA Takumi
2014-06-25
1
-7
/
+8
*
Revert r211399, "Generate native unwind info on Win64"
NAKAMURA Takumi
2014-06-22
1
-249
/
+106
*
Generate native unwind info on Win64
Reid Kleckner
2014-06-20
1
-106
/
+249
*
Remove caching of the subtarget for X86FrameLowering.
Eric Christopher
2014-06-05
1
-0
/
+7
*
We've got a getSlotSize call already that we use everywhere else,
Eric Christopher
2014-06-05
1
-2
/
+3
*
80-columns.
Eric Christopher
2014-06-05
1
-1
/
+2
*
Remove uses of the TargetMachine from X86FrameLowering.
Eric Christopher
2014-06-05
1
-15
/
+22
[next]