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
...
*
RegisterScavenging: Move scavenging logic from PEI to RegisterScavenging; NFC
Matthias Braun
2017-06-02
1
-96
/
+4
*
AArch64/PEI: Do not add reserved regs to liveins
Matthias Braun
2017-05-27
1
-1
/
+2
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-3
/
+3
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-20
/
+22
*
ARM: Compute MaxCallFrame size early
Matthias Braun
2017-05-05
1
-0
/
+3
*
PEI: Skip dead objects when looking at CSRs
Matt Arsenault
2017-05-02
1
-0
/
+3
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-4
/
+4
*
Use methods to access data stored with frame instructions
Serge Pavlov
2017-04-13
1
-11
/
+4
*
Disable Callee Saved Registers
Oren Ben Simhon
2017-03-14
1
-1
/
+1
*
[thumb,framelowering] Reset NoVRegs in Thumb1FrameLowering::emitPrologue.
Florian Hahn
2017-01-18
1
-0
/
+2
*
TRI: Add hook to pass scavenger during frame elimination
Matt Arsenault
2016-11-24
1
-4
/
+11
*
Modify df_iterator to support post-order actions
David Callahan
2016-10-05
1
-1
/
+1
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
Revert "RegScavenging: Add scavengeRegisterBackwards()"
Matthias Braun
2016-08-19
1
-85
/
+62
*
RegScavenging: Add scavengeRegisterBackwards()
Matthias Braun
2016-08-18
1
-62
/
+85
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-77
/
+76
*
Revert "RegScavenging: Add scavengeRegisterBackwards()"
Matthias Braun
2016-07-20
1
-81
/
+62
*
RegScavenging: Add scavengeRegisterBackwards()
Matthias Braun
2016-07-19
1
-62
/
+81
*
CodeGen: Use MachineInstr& in PrologEpilogInserter, NFC
Duncan P. N. Exon Smith
2016-07-01
1
-18
/
+20
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-2
/
+2
*
PrologEpilogInserter: Some code cleanup; NFC
Matthias Braun
2016-06-29
1
-40
/
+36
*
NFC; refactor getFrameIndexReferenceFromSP
Sanjoy Das
2016-06-16
1
-11
/
+2
*
Don't force SP-relative addressing for statepoints
Sanjoy Das
2016-06-15
1
-3
/
+10
*
[CodeGen] Fix PrologEpilogInserter to avoid duplicate allocation of SEH structs
Etienne Bergeron
2016-06-10
1
-8
/
+9
*
[PEI, AArch64] Use empty spaces in stack area for local stack slot allocation.
Geoff Berry
2016-06-02
1
-5
/
+122
*
PrologEpilogInserter: Avoid an infinite loop when MinCSFrameIndex == 0
Justin Bogner
2016-05-23
1
-3
/
+3
*
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
[prev]
[next]