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
/
CodeGen
/
PrologEpilogInserter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Factor PrologEpilogInserter around spilling, frame finalization, and scavenging
Derek Schuff
2016-05-17
1
-79
/
+130
*
PrologEpilogInserter: Remove unnecessary dependency
Matthias Braun
2016-05-10
1
-2
/
+0
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+0
*
CodeGen: Clear the MFI's save and restore point after PrologEpilogInserter
Justin Bogner
2016-04-12
1
-0
/
+2
*
RegisterScavenger: Take a reference as enterBasicBlock() argument.
Matthias Braun
2016-04-06
1
-2
/
+2
*
Change eliminateCallFramePseudoInstr() to return an iterator
Hans Wennborg
2016-03-31
1
-9
/
+1
*
Introduce MachineFunctionProperties and the AllVRegsAllocated property
Derek Schuff
2016-03-28
1
-0
/
+5
*
CodeGen: use range based for loop
Saleem Abdulrasool
2016-03-19
1
-5
/
+4
*
[WinEH] Allocate the registration node before the catch objects
David Majnemer
2016-03-01
1
-0
/
+12
*
Implemented stack symbol table ordering/packing optimization to improve data ...
Zia Ansari
2016-02-15
1
-3
/
+14
*
[PrologEpilogInserter] Add some debug output for callee-save frame object all...
Geoff Berry
2016-02-01
1
-0
/
+2
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-5
/
+5
*
Support for emitting inline stack probes
Andy Ayers
2015-11-10
1
-0
/
+3
*
CodeGen: Avoid more ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-6
/
+6
*
[WinEH] Undo the effect of r249578 for 32-bit
Reid Kleckner
2015-10-07
1
-22
/
+0
*
[WinEH] Fix two minor issues in __CxxFrameHandler3 tables
Reid Kleckner
2015-10-07
1
-3
/
+2
*
HHVM calling conventions.
Maksim Panchenko
2015-09-29
1
-15
/
+18
*
PrologueEpilogInserter: Fix missing live-ins when savepoint equals restorepoint
Matthias Braun
2015-09-25
1
-3
/
+6
*
MachineBasicBlock: Factor out common code into isReturnBlock()
Matthias Braun
2015-09-25
1
-9
/
+2
*
[PrologEpilogInserter] Minor refactoring.
Maksim Panchenko
2015-09-19
1
-1
/
+1
*
Test commit.
Zia Ansari
2015-09-17
1
-1
/
+1
*
[WinEH] Rip out the landingpad-based C++ EH state numbering code
Reid Kleckner
2015-09-16
1
-6
/
+0
*
[WinEH] Pull Adjectives and CatchObj out of the catchpad arg list
Reid Kleckner
2015-09-16
1
-0
/
+10
*
Fix typos.
Bruce Mitchener
2015-09-12
1
-2
/
+2
*
[WinEH] Emit prologues and epilogues for funclets
Reid Kleckner
2015-09-08
1
-24
/
+32
*
MachineRegisterInfo: Remove UsedPhysReg infrastructure
Matthias Braun
2015-07-14
1
-4
/
+0
*
PrologEpilogInserter: Rewrite API to determine callee save regsiters.
Matthias Braun
2015-07-14
1
-27
/
+15
*
[ShrinkWrap][PEI] Do not insert epilogue for unreachable blocks.
Quentin Colombet
2015-07-10
1
-3
/
+8
*
MachineInstr: Change return value of getOpcode() to unsigned.
Matthias Braun
2015-05-18
1
-5
/
+5
*
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
Quentin Colombet
2015-05-05
1
-30
/
+84
*
[WinEH] Run cleanup handlers when an exception is thrown
David Majnemer
2015-03-30
1
-0
/
+20
*
Internalize PEI. NFC.
Benjamin Kramer
2015-03-19
1
-1
/
+48
*
Replace llvm.frameallocate with llvm.frameescape
Reid Kleckner
2015-03-05
1
-11
/
+0
*
PrologEpilogInserter: Clean up math in calculateFrameObjectOffsets
David Majnemer
2015-02-24
1
-5
/
+4
*
[X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
2015-02-01
1
-8
/
+12
*
Revert r227728 due to bad line endings.
Michael Kuperstein
2015-02-01
1
-12
/
+8
*
[X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
2015-02-01
1
-8
/
+12
*
Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
2015-01-13
1
-0
/
+11
*
Move SPAdj logic from PEI into the targets (NFC)
Michael Kuperstein
2015-01-08
1
-11
/
+11
*
[Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-...
Philip Reames
2014-12-01
1
-0
/
+20
*
Grab the subtarget and subtarget dependent variables off of
Eric Christopher
2014-10-14
1
-5
/
+4
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-2
/
+1
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-26
/
+13
*
Changed the liveness tracking in the RegisterScavenger
Pedro Artigas
2014-08-04
1
-2
/
+7
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-16
/
+31
*
Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...
NAKAMURA Takumi
2014-06-25
1
-41
/
+46
*
Revert r211399, "Generate native unwind info on Win64"
NAKAMURA Takumi
2014-06-22
1
-46
/
+41
*
Generate native unwind info on Win64
Reid Kleckner
2014-06-20
1
-41
/
+46
*
Fix typos
Alp Toker
2014-06-07
1
-1
/
+1
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
[prev]
[next]