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
/
MachineLICM.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+1
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-1
/
+1
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-1
/
+1
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-12
/
+10
*
Codegen: LICM Remove check for exactly 1 register def.
Kyle Butt
2016-06-23
1
-1
/
+0
*
Fix DEBUG logs in MachineLICM.
Justin Lebar
2016-05-23
1
-7
/
+5
*
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
*
rangify; NFCI
Sanjay Patel
2016-01-06
1
-56
/
+31
*
[MachineLICM] Fix handling of memoperands
Philip Reames
2015-12-23
1
-2
/
+12
*
remove duplicated comments and don't repeat function names in comments; NFC
Sanjay Patel
2015-12-10
1
-142
/
+83
*
CodeGen: Continue removing ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-09
1
-2
/
+2
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-2
/
+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
-2
/
+2
*
MachineBasicBlock: Add liveins() method returning an iterator_range
Matthias Braun
2015-08-24
1
-4
/
+2
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-1
/
+1
*
MachineLICM: Use TargetSchedModel instead of just itineraries
Matthias Braun
2015-06-13
1
-11
/
+10
*
CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands
Matthias Braun
2015-05-29
1
-3
/
+3
*
MachineInstr: Remove unused parameter.
Matthias Braun
2015-05-19
1
-1
/
+1
*
[MachineLICM] Use newer model of register pressure sets.
Daniel Jasper
2015-04-14
1
-43
/
+32
*
[MachineLICM] Cleanup, remove unused parameters. NFC.
Daniel Jasper
2015-04-08
1
-13
/
+7
*
Cleanup register pressure calculation in MachineLICM.
Daniel Jasper
2015-04-07
1
-107
/
+65
*
[MachineLICM] Remove obsolete comment about not considering reg pressure.
Daniel Jasper
2015-04-07
1
-4
/
+0
*
[MachineLICM] Small cleanup: Constify and rangeify.
Daniel Jasper
2015-04-03
1
-12
/
+9
*
[MachineLICM] First steps of sinking GEPs near calls.
Daniel Jasper
2015-03-14
1
-0
/
+61
*
Small cleanup of MachineLICM.cpp
Daniel Jasper
2015-02-05
1
-15
/
+12
*
[MachineLICM] A command-line option to hoist even cheap instructions
Hal Finkel
2015-01-08
1
-1
/
+6
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+2
*
Remove the use and member variable of the TargetMachine from
Eric Christopher
2014-10-14
1
-6
/
+4
*
Eliminate some deep std::vector copies. NFC.
Benjamin Kramer
2014-10-03
1
-17
/
+3
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-4
/
+5
*
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
*
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
2014-04-15
1
-6
/
+5
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-14
/
+14
*
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
-18
/
+12
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-4
/
+6
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-3
/
+3
*
Replace some unnecessary vector copies with references.
Benjamin Kramer
2013-09-15
1
-2
/
+2
*
Fix overly pessimistic shortcut in post-RA MachineLICM
Richard Sandiford
2013-08-20
1
-4
/
+4
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-11
1
-4
/
+4
*
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2013-01-11
1
-1
/
+1
*
Change TargetLowering::getRepRegClassFor to take an MVT, instead of
Patrik Hagglund
2012-12-13
1
-1
/
+1
*
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
1
-1
/
+1
*
Change TargetLowering::getRepRegClassFor to take an MVT, instead of
Patrik Hagglund
2012-12-11
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-8
/
+8
[next]