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
/
SelectionDAG
/
ScheduleDAGRRList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-5
/
+5
*
Add iterator_range<regclass_iterator> to {Target,MC}RegisterInfo, NFC
Krzysztof Parzyszek
2017-01-25
1
-6
/
+3
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-3
/
+2
*
rangify; NFCI
Sanjay Patel
2016-02-03
1
-159
/
+129
*
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...
Craig Topper
2015-12-05
1
-6
/
+6
*
Fix accidental off by one change
Fiona Glaser
2015-12-02
1
-1
/
+1
*
Scheduler / Regalloc: use unique_ptr[] instead of std::vector
Fiona Glaser
2015-12-02
1
-11
/
+13
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-06-26
1
-16
/
+14
*
Fix instruction scheduling live register tracking
Pawel Bylica
2015-06-24
1
-8
/
+17
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Fix a bug in SelectionDAG scheduling backtracking code: PR22304.
Andrew Trick
2015-03-27
1
-1
/
+2
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-3
/
+4
*
Move register class name strings to a single array in MCRegisterInfo to reduc...
Craig Topper
2014-11-17
1
-2
/
+2
*
Convert some EVTs to MVTs where only a SimpleValueType is needed.
Craig Topper
2014-11-16
1
-6
/
+6
*
ScheduleDAG: record PhysReg dependencies represented by CopyFromReg nodes
Tim Northover
2014-10-23
1
-7
/
+13
*
Remove more calls to getSubtargetImpl from the schedulers and
Eric Christopher
2014-10-09
1
-17
/
+14
*
Cache TargetLowering on SelectionDAGISel and update previous
Eric Christopher
2014-10-08
1
-2
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-10
/
+12
*
fixed typo
Sanjay Patel
2014-07-14
1
-1
/
+1
*
The hazard recognizer only needs a subtarget, not a target machine
Eric Christopher
2014-06-13
1
-1
/
+2
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-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
-35
/
+35
*
Remove copy ctors that did the same thing as the default one.
Benjamin Kramer
2014-03-11
1
-8
/
+0
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-15
/
+15
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-3
/
+3
*
Fix spelling intruction -> instruction.
Robert Wilhelm
2013-09-28
1
-1
/
+1
*
Add 'const' qualifier to some arrays.
Craig Topper
2013-07-15
1
-1
/
+2
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-11
/
+11
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
1
-2
/
+2
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
1
-1
/
+1
*
Revert "pre-RA-sched: fix TargetOpcode usage"
Christian Konig
2013-03-20
1
-18
/
+12
*
pre-RA-sched: fix TargetOpcode usage
Christian Konig
2013-03-20
1
-12
/
+18
*
pre-RA-sched debug-only fix
Andrew Trick
2013-03-07
1
-2
/
+4
*
pre-RA-sched assertion fix. This bug was exposed by r176037.
Andrew Trick
2013-03-07
1
-3
/
+0
*
pre-RA-sched fix: only reevaluate physreg interferences when necessary.
Andrew Trick
2013-02-25
1
-33
/
+61
*
Add a special handling case for untyped CopyFromReg node in GetCostForDef() o...
Weiming Zhao
2013-01-29
1
-1
/
+11
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Change TargetLowering::getRepRegClassFor to take an MVT, instead of
Patrik Hagglund
2012-12-13
1
-8
/
+8
*
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
1
-8
/
+8
*
Change TargetLowering::getRepRegClassFor to take an MVT, instead of
Patrik Hagglund
2012-12-11
1
-8
/
+8
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-10
/
+10
*
misched: Infrastructure for weak DAG edges.
Andrew Trick
2012-11-12
1
-1
/
+1
*
ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.
Andrew Trick
2012-11-06
1
-22
/
+14
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
Release build: guard dump functions with
Manman Ren
2012-09-11
1
-2
/
+2
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+4
*
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-09-06
1
-0
/
+2
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
sdsched: Use the right heuristics when -mcpu is not provided and we have no i...
Andrew Trick
2012-06-05
1
-13
/
+12
[next]