Eugene Zelenko
|
643c0a4367
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
hace 8 años |
Chandler Carruth
|
e3e43d9d57
Sort the remaining #include lines in include/... and lib/....
|
hace 8 años |
Gabor Horvath
|
4d5ff6d8d6
Remove unnecessary conditions as suggested by clang-tidy. NFC
|
hace 8 años |
Krzysztof Parzyszek
|
61926b476d
[Packetizer] Add debugging code to stop packetization after N instructions
|
hace 9 años |
Krzysztof Parzyszek
|
8bd1db4d74
Add debugging code to the packetizer
|
hace 9 años |
Benjamin Kramer
|
0ad6107994
Apply clang-tidy's misc-static-assert where it makes sense.
|
hace 9 años |
Krzysztof Parzyszek
|
965326494a
Add DAG mutation interface to the DFA packetizer
|
hace 9 años |
Duncan P. N. Exon Smith
|
0ce039da16
CodeGen: Update DFAPacketizer API to take MachineInstr&, NFC
|
hace 9 años |
Duncan P. N. Exon Smith
|
20a62528ef
Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"
|
hace 9 años |
Duncan P. N. Exon Smith
|
6e5736e1aa
CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC
|
hace 9 años |
Krzysztof Parzyszek
|
d3b460f139
[Packetizer] Code cleanup, NFC
|
hace 9 años |
Krzysztof Parzyszek
|
8ad916fe91
[Packetizer] Add a check whether an instruction should be packetized now
|
hace 9 años |
Krzysztof Parzyszek
|
e0d5233e36
[Packetizer] Add AliasAnalysis as a parameter to the packetizer
|
hace 9 años |
Krzysztof Parzyszek
|
d8d11cb07e
Avoid dependency between TableGen and CodeGen
|
hace 9 años |
Krzysztof Parzyszek
|
bf390b05bc
Hexagon V60/HVX DFA scheduler support
|
hace 9 años |
Krzysztof Parzyszek
|
a00b4f6e5d
Revert r253790: it breaks all builds for some reason.
|
hace 9 años |
Krzysztof Parzyszek
|
c7fdae2400
Hexagon V60/HVX DFA scheduler support
|
hace 9 años |
Matthias Braun
|
e9564b2bbe
ScheduleDAGInstrs: Remove IsPostRA flag; NFC
|
hace 9 años |
Duncan P. N. Exon Smith
|
030cf8e04e
CodeGen: Remove a few more ilist iterator implicit conversions, NFC
|
hace 10 años |
Alexander Kornienko
|
cd52a7a381
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
hace 10 años |
Alexander Kornienko
|
cf0db29df2
Fixed/added namespace ending comments using clang-tidy. NFC
|
hace 10 años |
Eric Christopher
|
8ff8c16f58
Remove the TargetMachine from DFAPacketizer since it was only
|
hace 11 años |
Eric Christopher
|
e6d97094b7
Remove unused argument to CreateTargetScheduleState and change
|
hace 11 años |
Alexey Samsonov
|
a046b4149c
Cleanup: Delete seemingly unused reference to MachineDominatorTree from ScheduleDAGInstrs.
|
hace 11 años |
Alexey Samsonov
|
ada5f2a2c7
Fix null reference creation in ScheduleDAGInstrs constructor call.
|
hace 11 años |
Eric Christopher
|
9f85dccfc6
Remove the TargetMachine forwards for TargetSubtargetInfo based
|
hace 11 años |
Craig Topper
|
4ba844388c
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
hace 11 años |
Craig Topper
|
9f998de891
[C++11] Add 'override' keyword to virtual methods that override their base class.
|
hace 11 años |
Andrew Trick
|
d2763f6ce6
mi-sched: Don't call MBB.size() in initSUnits. The driver already has instr count.
|
hace 12 años |
Chandler Carruth
|
d04a8d4b33
Use the new script to sort the includes of every file under lib.
|
hace 12 años |