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
*
[ScheduleDAG] When a node is cloned, add an edge between the nodes.
Eli Friedman
2019-10-04
1
-0
/
+4
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-7
/
+7
*
[ScheduleDAGRRList] Recompute topological ordering on demand.
Florian Hahn
2019-04-17
1
-24
/
+36
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-1
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ScheduleDAGRRList] Do not preschedule the node has ADJCALLSTACKDOWN parent
Shiva Chen
2019-01-18
1
-0
/
+23
*
ScheduleDAG: Cleanup dumping code; NFC
Matthias Braun
2018-09-19
1
-6
/
+6
*
[ScheduleDAG] Fix unfolding of SUnits to already existent nodes.
Nirav Dave
2018-07-18
1
-18
/
+30
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-69
/
+73
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[ARM] Allow the scheduler to clone a node with glue to avoid a copy CPSR ↔ ...
Roger Ferrer Ibanez
2018-01-31
1
-4
/
+16
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-3
/
+2
*
[CodeGen] Always use `printReg` to print registers in both MIR and debug
Francis Visoiu Mistrih
2017-11-30
1
-4
/
+6
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-4
/
+4
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-2
/
+2
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-2
/
+2
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-10-10
1
-56
/
+80
*
Remove usages of deprecated std::unary_function and std::binary_function.
Benjamin Kramer
2017-09-14
1
-1
/
+1
*
[ScheduleDAG] Don't schedule node with physical register interference
Eli Friedman
2017-08-01
1
-25
/
+37
*
[SelectionDAG] Fix an use-after-free issue introduced in r305775.
Haojian Wu
2017-06-20
1
-2
/
+2
*
[SelectionDAG] Get rid of recursion in CalcNodeSethiUllmanNumber
Max Kazantsev
2017-06-20
1
-19
/
+59
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[ScheduleDAG] Deal with already scheduled loads in ScheduleDAG.
Nirav Dave
2017-05-31
1
-128
/
+150
*
Refactoring with range-based for, NFC
Krzysztof Parzyszek
2017-05-04
1
-31
/
+26
*
[ARM] ScheduleDAGRRList::DelayForLiveRegsBottomUp must consider OptionalDefs
Artyom Skrobov
2017-04-23
1
-0
/
+12
*
Remove redundant type casts
Serge Pavlov
2017-04-12
1
-12
/
+8
*
[SelectionDAG] Check CALLSEQ_BEGIN nodes in DelayForLiveRegs
Sam Parker
2017-04-11
1
-1
/
+2
*
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
[next]