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
...
*
[WinEH] Fix establisher param reg in CLR funclets
Joseph Tremoulet
2015-11-05
1
-9
/
+20
*
[x86] Teach the shrink-wrapping hooks to do the proper thing with Win64.
Quentin Colombet
2015-11-04
1
-0
/
+8
*
[X86] Generate .cfi_adjust_cfa_offset correctly when pushing arguments
Michael Kuperstein
2015-11-03
1
-9
/
+36
*
[CodeGen] Mark setjmp/catchret MBBs address-taken
Joseph Tremoulet
2015-10-23
1
-0
/
+3
*
X86: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-1
/
+1
*
[WinEH] Fix stack alignment in funclets and ParentFrameOffset calculation
Reid Kleckner
2015-10-16
1
-3
/
+31
*
Fix line-ending issue. NFC.
Michael Kuperstein
2015-10-13
1
-2
/
+2
*
[WinEH] Insert the catchpad return before CSR restoration
David Majnemer
2015-10-09
1
-18
/
+21
*
[WinEH] Relax assertion in the presence of stack realignment
Reid Kleckner
2015-10-08
1
-5
/
+5
*
[WinEH] Fix 32-bit funclet epilogues in the presence of dynamic allocas
Reid Kleckner
2015-10-07
1
-2
/
+5
*
[X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting the stack before calls
Michael Kuperstein
2015-10-07
1
-2
/
+19
*
[WinEH] Update CATCHRET's operand to match its successor
David Majnemer
2015-10-05
1
-0
/
+1
*
[WinEH] Emit __C_specific_handler tables for the new IR
Reid Kleckner
2015-10-01
1
-4
/
+15
*
[WinEH] Make FuncletLayout more robust against catchret
David Majnemer
2015-10-01
1
-12
/
+0
*
Fix -Wsign-compare warning
David Blaikie
2015-09-30
1
-1
/
+1
*
[WinEH] Setup RBP correctly in Win64 funclet prologues
Reid Kleckner
2015-09-29
1
-52
/
+44
*
[WinEH] Ensure that funclets obey the x64 ABI
David Majnemer
2015-09-29
1
-3
/
+32
*
[WinEH] Teach AsmPrinter about funclets
David Majnemer
2015-09-29
1
-2
/
+3
*
[WinEH] Make funclet return instrs pseudo instrs
Reid Kleckner
2015-09-17
1
-13
/
+57
*
[WinEH] Pull Adjectives and CatchObj out of the catchpad arg list
Reid Kleckner
2015-09-16
1
-0
/
+1
*
[X86] Do not generate 64-bit pops of 32-bit GPRs.
Michael Kuperstein
2015-09-16
1
-3
/
+8
*
[X86] Fix emitEpilogue() to make less assumptions about pops
Michael Kuperstein
2015-09-16
1
-5
/
+12
*
Use function attribute "stackrealign" to decide whether stack
Akira Hatanaka
2015-09-11
1
-1
/
+1
*
[WinEH] Push and pop EBP for 32-bit funclets
Reid Kleckner
2015-09-10
1
-7
/
+10
*
[WinEH] Add codegen support for cleanuppad and cleanupret
Reid Kleckner
2015-09-10
1
-0
/
+2
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-2
/
+2
*
[WinEH] Emit prologues and epilogues for funclets
Reid Kleckner
2015-09-08
1
-8
/
+136
*
MachineBasicBlock: Add liveins() method returning an iterator_range
Matthias Braun
2015-08-24
1
-10
/
+6
*
Remove redundant TargetFrameLowering::getFrameIndexOffset virtual
James Y Knight
2015-08-15
1
-29
/
+29
*
[X86] When optimizing for minsize, use POP for small post-call stack clean-up
Michael Kuperstein
2015-08-11
1
-1
/
+68
*
[X86] Remove mergeSPUpdatesUp()
Michael Kuperstein
2015-07-28
1
-25
/
+1
*
Targets: commonize some stack realignment code
JF Bastien
2015-07-20
1
-4
/
+0
*
[X86] Fix emitPrologue() to make less assumptions about pushes
Michael Kuperstein
2015-07-16
1
-0
/
+1
*
MachineRegisterInfo: Remove UsedPhysReg infrastructure
Matthias Braun
2015-07-14
1
-2
/
+0
*
PrologEpilogInserter: Rewrite API to determine callee save regsiters.
Matthias Braun
2015-07-14
1
-4
/
+6
*
[WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologues
Reid Kleckner
2015-07-07
1
-2
/
+15
*
[X86] Rename RegInfo to TRI as suggested by Eric
Reid Kleckner
2015-06-18
1
-38
/
+38
*
[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
[prev]
[next]