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] Don't let UnwindHelp alias the return address
Reid Kleckner
2015-11-16
1
-6
/
+6
*
Use the subtarget reference that we already have
Reid Kleckner
2015-11-16
1
-2
/
+1
*
[WinEH] Fix ESP management with 32-bit __CxxFrameHandler3
Reid Kleckner
2015-11-13
1
-0
/
+13
*
[WinEH] Make UnwindHelp a fixed stack object allocated after XMM CSRs
Reid Kleckner
2015-11-13
1
-2
/
+41
*
[WinEH] Find root frame correctly in CLR funclets
Joseph Tremoulet
2015-11-13
1
-6
/
+88
*
Silencing nine warnings for "enumeral and non-enumeral type in conditional ex...
Aaron Ballman
2015-11-11
1
-10
/
+18
*
Remove some unused variables to clean up the -Werror build
David Blaikie
2015-11-10
1
-2
/
+2
*
Support for emitting inline stack probes
Andy Ayers
2015-11-10
1
-18
/
+278
*
[WinEH] Tweak funclet prologue/epilogue insertion to pass verifier
Reid Kleckner
2015-11-09
1
-5
/
+8
*
[WinEH] Split EH_RESTORE out of CATCHRET for 32-bit EH
Reid Kleckner
2015-11-06
1
-40
/
+14
*
Remove windows line endings introduced by r252177. NFC.
Tim Northover
2015-11-05
1
-9
/
+9
*
[WinEH] Fix funclet prologues with stack realignment
Reid Kleckner
2015-11-05
1
-28
/
+52
*
[DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268.
Oleg Ranevskyy
2015-11-05
1
-6
/
+9
*
[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
[prev]
[next]