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
/
MachineSink.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MachineRegisterInfo: Remove unused arg from isConstantPhysReg(); NFC
Matthias Braun
2016-10-28
1
-1
/
+1
*
Using branch probability to guide critical edge splitting.
Dehao Chen
2016-10-20
1
-0
/
+18
*
Revert r284545 again as the regression in ppc still exists. There is bug in M...
Dehao Chen
2016-10-19
1
-18
/
+0
*
Using branch probability to guide critical edge splitting.
Dehao Chen
2016-10-18
1
-0
/
+18
*
revert r284541.
Dehao Chen
2016-10-18
1
-17
/
+0
*
Using branch probability to guide critical edge splitting.
Dehao Chen
2016-10-18
1
-0
/
+17
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-08-25
1
-4
/
+18
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-1
/
+1
*
CodeGen: Use MachineInstr& in MachineSink, NFC
Duncan P. N. Exon Smith
2016-07-01
1
-52
/
+49
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-2
/
+2
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
[MachineBasicBlock] Make the pass argument truly mandatory when
Quentin Colombet
2016-04-21
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
MachineSink: make shouldSink a TII target hook
Fiona Glaser
2016-03-29
1
-7
/
+2
*
[TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC.
Chad Rosier
2016-03-09
1
-1
/
+2
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-2
/
+4
*
[MachineSink] Don't break ImplicitNulls
Sanjoy Das
2016-01-20
1
-0
/
+49
*
Refine the definition of convergent to only disallow the addition of new cont...
Owen Anderson
2015-10-09
1
-1
/
+2
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-3
/
+3
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-1
/
+1
*
[MachineSink] Address post-commit review comments
Arnaud A. de Grandmaison
2015-06-16
1
-21
/
+28
*
[MachineSink] Improve runtime performance. NFC.
Arnaud A. de Grandmaison
2015-06-15
1
-35
/
+59
*
Disable MachineSink on convergent operations, similar to how IR Sink is
Owen Anderson
2015-06-01
1
-0
/
+4
*
MachineInstr: Remove unused parameter.
Matthias Braun
2015-05-19
1
-2
/
+2
*
MachineSink: Collect registers before clearing their killflags.
Matthias Braun
2015-05-16
1
-1
/
+10
*
Clear kill flags on all used registers when sinking instructions.
Pete Cooper
2015-05-08
1
-1
/
+7
*
80 cols fix since i'm looking at this function anyway. NFC
Pete Cooper
2015-05-08
1
-1
/
+2
*
Use DomTree in MachineSink to sink over diamonds.
Patrik Hagglund
2014-12-04
1
-15
/
+19
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
[MachineSink] Use the real post dominator tree
Jingyue Wu
2014-10-15
1
-21
/
+14
*
Access subtarget specific variables off of the MachineFunction's
Eric Christopher
2014-10-14
1
-4
/
+2
*
Revert r216862 due to a performance regression
Jingyue Wu
2014-10-01
1
-9
/
+21
*
[MachineSink+PGO] Teach MachineSink to use BlockFrequencyInfo
Bruno Cardoso Lopes
2014-09-25
1
-6
/
+23
*
[MachineSinking] Conservatively clear kill flags after coalescing.
Patrik Hagglund
2014-09-09
1
-0
/
+5
*
Revert r216803 "[MachineSinking] Clear kill flag of all operands at all their...
Juergen Ributzka
2014-09-04
1
-13
/
+3
*
[MachineSink] Use the real post dominator tree
Jingyue Wu
2014-09-01
1
-21
/
+9
*
[MachineSinking] Clear kill flag of all operands at all their uses.
Juergen Ributzka
2014-08-29
1
-3
/
+13
*
[MachineSink] Improve the compile time by preserving the dominance information
Quentin Colombet
2014-08-11
1
-39
/
+60
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+3
*
Add TargetInstrInfo interface isAsCheapAsAMove.
Jiangning Liu
2014-07-29
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
-17
/
+17
*
Disable each MachineFunctionPass for 'optnone' functions, unless that
Paul Robinson
2014-03-31
1
-0
/
+3
*
Switch a number of loops in lib/CodeGen over to range-based for-loops, now that
Owen Anderson
2014-03-17
1
-16
/
+11
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-4
/
+4
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-3
/
+3
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-11
/
+6
*
MachineSink: Fix and tweak critical-edge breaking heuristic.
Will Dietz
2013-10-14
1
-7
/
+23
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-1
/
+1
[next]