Bjorn Pettersson
|
a80a3919ff
Add "const" in GetUnderlyingObjects. NFC
|
6 年之前 |
Fangrui Song
|
46622a5909
Use llvm::stable_sort
|
6 年之前 |
Bjorn Pettersson
|
bba2202bb1
[CodeGen] Add "const" to MachineInstr::mayAlias
|
6 年之前 |
Brendon Cahoon
|
0cd628a5aa
[Pipeliner] Fix incorrect loop carried dependence calculation
|
6 年之前 |
Philip Reames
|
edce282ba0
[CodeGen] Be as conservative about atomic accesses as for volatile
|
6 年之前 |
Alexey Lapshin
|
6a77dc8b8e
[NFC] Test commit : fix typo.
|
6 年之前 |
Brendon Cahoon
|
b7195a6d8d
[Pipeliner] Add two pragmas to control software pipelining optimization
|
6 年之前 |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Adrian Prantl
|
4b3832cfb3
Reapply r345008 "Split MachinePipeliner code into header and cpp files"
|
6 年之前 |
Hiroshi Inoue
|
7a9527e0eb
[NFC] fix trivial typos in comments
|
6 年之前 |
Adrian Prantl
|
c802439b02
Revert "Revert "Revert "Resubmit rL345008 "Split MachinePipeliner code into header and cpp files""""
|
6 年之前 |
Lama Saba
|
b4be4da6e3
Revert "Revert "Resubmit rL345008 "Split MachinePipeliner code into header and cpp files"""
|
6 年之前 |
Lama Saba
|
063801a207
Revert "Resubmit rL345008 "Split MachinePipeliner code into header and cpp files""
|
6 年之前 |
Lama Saba
|
97a275864c
Resubmit rL345008 "Split MachinePipeliner code into header and cpp files"
|
6 年之前 |
Stefan Granitz
|
ce0779c34c
Revert "Resubmit rL345008 "Split MachinePipeliner code into header and cpp files""
|
6 年之前 |
Lama Saba
|
a99d6d2122
Resubmit rL345008 "Split MachinePipeliner code into header and cpp files"
|
6 年之前 |
Francis Visoiu Mistrih
|
83895b33cb
[CodeGen][NFC] Make `TII::getMemOpBaseImmOfs` return a base operand
|
6 年之前 |
Sumanth Gundapaneni
|
4b57585e55
[Pipeliner] Ignore Artificial dependences while computing recurrences.
|
6 年之前 |
Sumanth Gundapaneni
|
e87a916f68
[Pipeliner] Remove the unneeded include header(NFC).
|
6 年之前 |
Aleksandr Urakov
|
d07f87e01a
Revert "[MachinePipeliner] Split MachinePipeliner code into header and cpp files"
|
6 年之前 |
Lama Saba
|
40760b733d
[MachinePipeliner] Split MachinePipeliner code into header and cpp files
|
6 年之前 |
Sumanth Gundapaneni
|
39197f38a5
[Pipeliner] copyToPhi DAG Mutation to improve scheduling.
|
6 年之前 |
Sumanth Gundapaneni
|
ba50914be1
[Pipeliner] Use the Index from Topo instead of relying on NodeNum. (NFC)
|
6 年之前 |
Sumanth Gundapaneni
|
19a8ca2849
[Pipeliner] Fix the Schedule DAG topoligical order.
|
6 年之前 |
George Burgess IV
|
ea46abe2cc
Replace most users of UnknownSize with LocationSize::unknown(); NFC
|
6 年之前 |
Fangrui Song
|
3b35e17b21
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
|
7 年之前 |
Matthias Braun
|
b064c24e4a
ScheduleDAG: Cleanup dumping code; NFC
|
7 年之前 |
Brendon Cahoon
|
6d962e3374
[Pipeliner] Fix incorrect phi values in the epilog and kernel
|
7 年之前 |
Krzysztof Parzyszek
|
7e54adc682
Consistently use MemoryLocation::UnknownSize to indicate unknown access size
|
7 年之前 |
Chandler Carruth
|
2a752bfdae
[MI] Change the array of `MachineMemOperand` pointers to be
|
7 年之前 |