Bob Wilson
|
ce3ee9dbde
support phi ranges for machine-level IR
|
7 jaren geleden |
Matthias Braun
|
d318139827
MachineFunction: Return reference from getFunction(); NFC
|
7 jaren geleden |
Matthias Braun
|
fa621d294f
Rename LiveIntervalAnalysis.h to LiveIntervals.h
|
7 jaren geleden |
David Blaikie
|
e3a9b4ce3a
Fix a bunch more layering of CodeGen headers that are in Target
|
7 jaren geleden |
David Blaikie
|
48319238e4
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
|
7 jaren geleden |
Aaron Ballman
|
1d03d382c1
Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people.
|
7 jaren geleden |
Don Hinton
|
5298935fe7
[dump] Remove NDEBUG from test to enable dump methods [NFC]
|
7 jaren geleden |
Krzysztof Parzyszek
|
e9c467fc40
[Pipeliner] Fix offset value for instrs dependent on post-inc load/stores
|
7 jaren geleden |
Krzysztof Parzyszek
|
9f806a0438
[Pipeliner] Improve serialization order for post-increments
|
7 jaren geleden |
Justin Bogner
|
1842f4a81b
CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
|
7 jaren geleden |
Eugene Zelenko
|
8fd05041c0
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
8 jaren geleden |
Florian Hahn
|
8b712792d3
Guard print() functions only used by dump() functions.
|
8 jaren geleden |
Chandler Carruth
|
e3e43d9d57
Sort the remaining #include lines in include/... and lib/....
|
8 jaren geleden |
Matthias Braun
|
94c4904dc5
CodeGen: Rename DEBUG_TYPE to match passnames
|
8 jaren geleden |
Simon Pilgrim
|
8d28e34276
Spelling mistakes in comments. NFCI.
|
8 jaren geleden |
Reid Kleckner
|
6707770d48
Rename AttributeSet to AttributeList
|
8 jaren geleden |
Simon Pilgrim
|
01137cec98
Remove redundant conditions (PR31753). NFCI.
|
8 jaren geleden |
Benjamin Kramer
|
878598debf
[MachinePipeliner] Remove redundant destructor. NFC.
|
8 jaren geleden |
Matthias Braun
|
88d207542b
Cleanup dump() functions.
|
8 jaren geleden |
Krzysztof Parzyszek
|
8bfcb04e0e
Add the DAG mutation interface to the software pipeliner
|
8 jaren geleden |
Krzysztof Parzyszek
|
2272dc886c
Fix two bugs in the pipeliner in renaming phis in the prolog and epilog
|
8 jaren geleden |
Krzysztof Parzyszek
|
d6ca3f019d
Extract LaneBitmask into a separate type
|
8 jaren geleden |
Simon Pilgrim
|
c4d8c58337
Remove redundant condition (PR28800) NFCI.
|
8 jaren geleden |
Matthias Braun
|
39e13bbb92
Use MachineInstr::mop_iterator instead of MIOperands; NFC
|
8 jaren geleden |
Matt Arsenault
|
93e6e5414d
Finish renaming remaining analyzeBranch functions
|
9 jaren geleden |
Matt Arsenault
|
b1a710d5f0
Make analyzeBranch family of instruction names consistent
|
9 jaren geleden |
Justin Lebar
|
c71d5b41ef
[CodeGen] Split out the notions of MI invariance and MI dereferenceability.
|
9 jaren geleden |
Justin Lebar
|
e7555f0b3e
[CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantLoad. NFC
|
9 jaren geleden |
Duncan P. N. Exon Smith
|
1d79fff9e6
ADT: Give ilist<T>::reverse_iterator a handle to the current node
|
9 jaren geleden |
Justin Lebar
|
66abb74f7f
[CodeGen] Convert a loop to a for-each loop. NFC
|
9 jaren geleden |