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
/
PHIElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-2
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-09-11
1
-17
/
+27
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-2
/
+2
*
[PHIElimination] Use the same name for DEBUG_TYPE and pass name.
Davide Italiano
2017-05-10
1
-1
/
+1
*
MachineFunction: Introduce NoPHIs property
Matthias Braun
2016-08-23
1
-0
/
+2
*
CodeGen: Use MachineInstr& in LiveVariables API, NFC
Duncan P. N. Exon Smith
2016-07-01
1
-6
/
+6
*
CodeGen: Remove implicit iterator conversions in PHIElimination, NFC
Duncan P. N. Exon Smith
2016-07-01
1
-7
/
+7
*
LiveIntervalAnalysis: Remove LiveVariables requirement
Matthias Braun
2016-04-28
1
-0
/
+1
*
[MachineBasicBlock] Make the pass argument truly mandatory when
Quentin Colombet
2016-04-21
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+1
*
CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-10
/
+9
*
Revert "LiveIntervalAnalysis: Remove LiveVariables requirement" and LiveInter...
Matthias Braun
2016-02-18
1
-1
/
+0
*
LiveIntervalAnalysis: Remove LiveVariables requirement
Matthias Braun
2016-02-13
1
-0
/
+1
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[PHIElim] Use ranges and const-ify, NFC.
Arnaud A. de Grandmaison
2015-06-11
1
-12
/
+11
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
During PHI elimination, split critical edges that move copies out of loops.
Daniel Jasper
2015-03-03
1
-7
/
+13
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Remove unnecessary TargetMachine.h includes.
Eric Christopher
2014-10-14
1
-1
/
+0
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-3
/
+1
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+3
*
Convert more loops to range-based equivalents
Alexey Samsonov
2014-04-30
1
-5
/
+7
*
Convert several loops over MachineFunction basic blocks to range-based loops
Alexey Samsonov
2014-04-30
1
-3
/
+2
*
[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
-3
/
+3
*
Switch a number of loops in lib/CodeGen over to range-based for-loops, now that
Owen Anderson
2014-03-17
1
-4
/
+2
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-2
/
+3
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-6
/
+6
*
Fix typo
Matt Arsenault
2014-01-22
1
-1
/
+1
*
Rename LiveRange to LiveInterval::Segment
Matthias Braun
2013-10-10
1
-8
/
+8
*
Auto-compute live intervals on demand.
Mark Lacey
2013-08-14
1
-1
/
+1
*
Fix the build after r185363. Use llvm::next instead of raw next.
Cameron Zwarich
2013-07-01
1
-1
/
+1
*
Fix PR16508.
Cameron Zwarich
2013-07-01
1
-4
/
+8
*
Don't rely on the isDead() MachineOperand flag when updating LiveIntervals.
Cameron Zwarich
2013-02-21
1
-1
/
+3
*
Use getInterval() instead of getOrCreateInterval().
Cameron Zwarich
2013-02-21
1
-1
/
+1
*
Remove verification after PHIElimination when using LiveIntervals, and move it
Cameron Zwarich
2013-02-20
1
-3
/
+0
*
Avoid recomputing an inserted instruction's SlotIndex.
Cameron Zwarich
2013-02-20
1
-2
/
+1
*
Add preservation of SlotIndexes to PHIElimination.
Cameron Zwarich
2013-02-20
1
-0
/
+1
*
Don't consider definitions by other PHIs live-in when trimming a PHI source's
Cameron Zwarich
2013-02-12
1
-1
/
+5
*
Fix indentation.
Cameron Zwarich
2013-02-12
1
-2
/
+2
*
Add a hidden option to PHIElimination to split all critical edges. This is
Cameron Zwarich
2013-02-12
1
-4
/
+9
*
Add support for updating LiveIntervals to MachineBasicBlock::SplitCriticalEdg...
Cameron Zwarich
2013-02-11
1
-1
/
+1
*
Abstract the liveness checking in PHIElimination::SplitPHIEdges() to support
Cameron Zwarich
2013-02-10
1
-2
/
+37
*
Add support for updating LiveIntervals to PHIElimination. If LiveIntervals are
Cameron Zwarich
2013-02-10
1
-29
/
+142
[next]