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
*
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
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-6
/
+7
*
Move the segmented stack switch to a function attribute
Reid Kleckner
2014-04-10
1
-1
/
+1
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-6
/
+6
*
[Stackmaps] Move the target-independent frame index elimination for stackmaps...
Juergen Ributzka
2014-02-21
1
-9
/
+6
*
[stackprotector] Implement the sspstrong rules for stack layout.
Josh Magee
2014-02-01
1
-0
/
+11
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
[stackprotector] Use analysis from the StackProtector pass for stack layout i...
Josh Magee
2013-12-19
1
-6
/
+40
*
Add warning capabilities in LLVM.
Quentin Colombet
2013-12-17
1
-4
/
+7
*
Revert r197438 and r197447 until we figure out how to avoid circular dependen...
Quentin Colombet
2013-12-17
1
-7
/
+4
*
Add warning capabilities in LLVM.
Quentin Colombet
2013-12-16
1
-4
/
+7
*
Refactor a lot of patchpoint/stackmap related code to simplify and make it
Lang Hames
2013-11-29
1
-6
/
+9
*
Remove the --shrink-wrap option.
Rafael Espindola
2013-10-31
1
-143
/
+68
*
Simplify the checking of function attributes by using the simple methods.
Bill Wendling
2013-09-11
1
-6
/
+3
*
PEI: Support for non-zero SPAdj at beginning of a basic block.
Manman Ren
2013-07-15
1
-15
/
+26
*
PEI: refactor replaceFrameIndices(MF) to call replaceFrameIndices(BB).
Manman Ren
2013-07-12
1
-81
/
+85
*
[SystemZ] Clean up register scavenging code
Richard Sandiford
2013-07-05
1
-5
/
+8
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-03
1
-4
/
+4
*
Debug Info: Simplify Frame Index handling in DBG_VALUE Machine Instructions
David Blaikie
2013-06-16
1
-1
/
+16
*
Make PrologEpilogInserter save/restore all callee saved registers
Derek Schuff
2013-06-14
1
-1
/
+3
*
Reapply r183552. This time, use a standard type for the option to avoid template
Quentin Colombet
2013-06-08
1
-0
/
+13
*
Revert commits related to stack warning.
Quentin Colombet
2013-06-07
1
-13
/
+0
*
Add a backend option to warn on a given stack size limit.
Quentin Colombet
2013-06-07
1
-0
/
+13
*
Reapply r178845 with fix - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
1
-2
/
+20
*
Revert r178845 - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
1
-16
/
+2
[next]