index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86FrameLowering.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-07
Fix lld-x86_64-win7 Build #11969
Pavel Chupin
1
-2
/
+2
2014-08-07
[x32] Use ebp/esp as frame and stack pointer
Pavel Chupin
1
-28
/
+35
2014-08-05
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
1
-35
/
+25
2014-08-04
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
1
-26
/
+38
2014-08-04
Fix failure to invoke exception handler on Win64
Reid Kleckner
1
-0
/
+17
2014-07-01
Fix .seh_stackalloc 0
Reid Kleckner
1
-4
/
+7
2014-06-29
CodeGen: rename Win64 ExceptionHandling to WinEH
Saleem Abdulrasool
1
-8
/
+8
2014-06-25
Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...
NAKAMURA Takumi
1
-104
/
+245
2014-06-25
Reformat.
NAKAMURA Takumi
1
-7
/
+8
2014-06-22
Revert r211399, "Generate native unwind info on Win64"
NAKAMURA Takumi
1
-249
/
+106
2014-06-20
Generate native unwind info on Win64
Reid Kleckner
1
-106
/
+249
2014-06-05
Remove caching of the subtarget for X86FrameLowering.
Eric Christopher
1
-0
/
+7
2014-06-05
We've got a getSlotSize call already that we use everywhere else,
Eric Christopher
1
-2
/
+3
2014-06-05
80-columns.
Eric Christopher
1
-1
/
+2
2014-06-05
Remove uses of the TargetMachine from X86FrameLowering.
Eric Christopher
1
-15
/
+22
2014-05-22
Segmented stacks: omit __morestack call when there's no frame.
Tim Northover
1
-5
/
+9
2014-04-29
None of these targets actually define their own CFI_INSTRUCTION
Eric Christopher
1
-6
/
+7
2014-04-29
Fix 80-columns, tab characters, and comments.
Eric Christopher
1
-18
/
+20
2014-04-25
[C++] Use 'nullptr'. Target edition.
Craig Topper
1
-10
/
+14
2014-04-10
Move the segmented stack switch to a function attribute
Reid Kleckner
1
-1
/
+1
2014-04-01
Support segmented stacks on Win64
Reid Kleckner
1
-2
/
+5
2014-03-13
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
1
-2
/
+3
2014-03-07
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
1
-30
/
+30
2014-03-02
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
1
-8
/
+8
2014-01-13
[x86] Fix retq/retl handling in 64-bit mode
David Woodhouse
1
-4
/
+7
2014-01-08
[x86] Disambiguate RET[QL] and fix aliases for 16-bit mode
David Woodhouse
1
-4
/
+6
2013-12-13
Change stack probing code for MingW.
Kai Nacke
1
-9
/
+7
2013-12-10
Reland "Fix miscompile of MS inline assembly with stack realignment"
Reid Kleckner
1
-1
/
+1
2013-12-10
Make Triple's isOSBinFormatXXX functions partition triple-space.
Tim Northover
1
-1
/
+1
2013-12-10
Revert "Fix miscompile of MS inline assembly with stack realignment"
Reid Kleckner
1
-1
/
+1
2013-12-10
Fix miscompile of MS inline assembly with stack realignment
Reid Kleckner
1
-1
/
+1
2013-10-23
(this is a corrected patch)
Yaron Keren
1
-1
/
+1
2013-10-23
Revert "Calling _chkstk is required on ELF as well as COFF on Windows. Withou...
Rafael Espindola
1
-1
/
+1
2013-10-23
Calling _chkstk is required on ELF as well as COFF on Windows.
Yaron Keren
1
-1
/
+1
2013-09-10
Revert r190366. It was breaking build bots.
Bill Wendling
1
-1
/
+1
2013-09-09
Use a default value for the prologue's debug location.
Bill Wendling
1
-1
/
+1
2013-09-09
Generate compact unwind encoding from CFI directives.
Bill Wendling
1
-273
/
+0
2013-09-03
WIP: Refactor some code so that it can be called by more than just one method...
Bill Wendling
1
-60
/
+71
2013-08-15
Constify the function parameters.
Bill Wendling
1
-2
/
+2
2013-08-04
X86: correct tail return address calculation
Tim Northover
1
-2
/
+2
2013-07-08
Reuse %rax after calling __chkstk on win64
Nico Rieck
1
-5
/
+8
2013-07-08
Revert "Reuse %rax after calling __chkstk on win64"
Nico Rieck
1
-8
/
+5
2013-07-07
Reuse %rax after calling __chkstk on win64
Nico Rieck
1
-5
/
+8
2013-06-18
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
1
-2
/
+2
2013-05-16
Remove addFrameMove.
Rafael Espindola
1
-20
/
+15
2013-05-16
Delete dead code.
Rafael Espindola
1
-1
/
+2
2013-05-15
Delete dead code.
Rafael Espindola
1
-19
/
+9
2013-05-11
Change getFrameMoves to return a const reference.
Rafael Espindola
1
-10
/
+8
2013-05-09
Generate a compact unwind encoding in the face of a stack alignment push.
Bill Wendling
1
-0
/
+6
2013-05-09
Simplify the code a bit.
Bill Wendling
1
-19
/
+10
[prev]
[next]