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] Do not run shrink-wrapping on function with split-stack attribute or HiPE
Quentin Colombet
2016-01-19
1
-1
/
+17
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-6
/
+5
*
[X86] Don't alter HasOpaqueSPAdjustment after we've relied on it
David Majnemer
2016-01-14
1
-6
/
+7
*
[X86] Make hasFP constant time
David Majnemer
2016-01-04
1
-24
/
+6
*
[X86] Add intrinsics for reading and writing to the flags register
David Majnemer
2016-01-01
1
-4
/
+0
*
[X86, Win64] Use a frame pointer if pushf is emitted
David Majnemer
2015-12-27
1
-18
/
+23
*
[X86] Replace MVT::SimpleValueType in the AsmParser library and getX86SubSupe...
Craig Topper
2015-12-25
1
-2
/
+2
*
[X86] Don't pass the default value to the High argument of getX86SubSuperRegi...
Craig Topper
2015-12-25
1
-4
/
+2
*
[WinEH] Make llvm.x86.seh.recoverfp work on x64
Reid Kleckner
2015-12-15
1
-5
/
+9
*
[X86] Fix a couple cases were bitwise and logical operations were being mixed...
Craig Topper
2015-12-10
1
-1
/
+1
*
[X86] Enable shrink-wrapping by default, but keep it disabled for stack frames
Quentin Colombet
2015-12-09
1
-0
/
+6
*
[X86] Always generate precise CFA adjustments.
Michael Kuperstein
2015-12-06
1
-9
/
+12
*
Move EH-specific helper functions to a more appropriate place
David Majnemer
2015-12-02
1
-1
/
+1
*
[X86] Fix a think-o when checking if the eflags needs to be preserved.
Quentin Colombet
2015-12-02
1
-1
/
+7
*
[X86] Make sure the prologue does not clobber EFLAGS when it lives accross it.
Quentin Colombet
2015-12-02
1
-43
/
+26
*
[X86] Make sure the prologue does not clobber EFLAGS when it lives accross it.
Quentin Colombet
2015-12-01
1
-1
/
+32
*
Let SelectionDAG start to use probability-based interface to add successors.
Cong Hou
2015-11-24
1
-4
/
+4
*
findDeadCallerSavedReg needs to pay attention to calling convention
Andy Ayers
2015-11-23
1
-13
/
+5
*
[WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunction
Reid Kleckner
2015-11-17
1
-8
/
+5
*
[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
[next]