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
/
MachinePipeliner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] Be as conservative about atomic accesses as for volatile
Philip Reames
2019-02-01
1
-1
/
+3
*
[NFC] Test commit : fix typo.
Alexey Lapshin
2019-01-25
1
-1
/
+1
*
[Pipeliner] Add two pragmas to control software pipelining optimization
Brendon Cahoon
2019-01-23
1
-7
/
+76
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Reapply r345008 "Split MachinePipeliner code into header and cpp files"
Adrian Prantl
2019-01-14
1
-595
/
+18
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2019-01-09
1
-2
/
+2
*
Revert "Revert "Revert "Resubmit rL345008 "Split MachinePipeliner code into h...
Adrian Prantl
2019-01-08
1
-5
/
+595
*
Revert "Revert "Resubmit rL345008 "Split MachinePipeliner code into header an...
Lama Saba
2019-01-08
1
-595
/
+5
*
Revert "Resubmit rL345008 "Split MachinePipeliner code into header and cpp fi...
Lama Saba
2019-01-06
1
-5
/
+595
*
Resubmit rL345008 "Split MachinePipeliner code into header and cpp files"
Lama Saba
2019-01-06
1
-595
/
+5
*
Revert "Resubmit rL345008 "Split MachinePipeliner code into header and cpp fi...
Stefan Granitz
2019-01-03
1
-5
/
+595
*
Resubmit rL345008 "Split MachinePipeliner code into header and cpp files"
Lama Saba
2019-01-03
1
-595
/
+5
*
[CodeGen][NFC] Make `TII::getMemOpBaseImmOfs` return a base operand
Francis Visoiu Mistrih
2018-11-28
1
-11
/
+17
*
[Pipeliner] Ignore Artificial dependences while computing recurrences.
Sumanth Gundapaneni
2018-10-25
1
-3
/
+3
*
[Pipeliner] Remove the unneeded include header(NFC).
Sumanth Gundapaneni
2018-10-25
1
-1
/
+0
*
Revert "[MachinePipeliner] Split MachinePipeliner code into header and cpp fi...
Aleksandr Urakov
2018-10-23
1
-7
/
+598
*
[MachinePipeliner] Split MachinePipeliner code into header and cpp files
Lama Saba
2018-10-23
1
-598
/
+7
*
[Pipeliner] copyToPhi DAG Mutation to improve scheduling.
Sumanth Gundapaneni
2018-10-18
1
-1
/
+95
*
[Pipeliner] Use the Index from Topo instead of relying on NodeNum. (NFC)
Sumanth Gundapaneni
2018-10-11
1
-4
/
+14
*
[Pipeliner] Fix the Schedule DAG topoligical order.
Sumanth Gundapaneni
2018-10-11
1
-0
/
+1
*
Replace most users of UnknownSize with LocationSize::unknown(); NFC
George Burgess IV
2018-10-10
1
-2
/
+2
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-3
/
+2
*
ScheduleDAG: Cleanup dumping code; NFC
Matthias Braun
2018-09-19
1
-6
/
+3
*
[Pipeliner] Fix incorrect phi values in the epilog and kernel
Brendon Cahoon
2018-08-27
1
-29
/
+32
*
Consistently use MemoryLocation::UnknownSize to indicate unknown access size
Krzysztof Parzyszek
2018-08-20
1
-2
/
+2
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-9
/
+7
*
[CodeGen] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-16
1
-2
/
+2
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-06-20
1
-8
/
+8
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-39
/
+41
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-04-13
1
-1
/
+1
*
[Pipeliner] Use std::stable_sort when ordering NodeSets
Krzysztof Parzyszek
2018-04-12
1
-1
/
+1
*
[CodeGen] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-06
1
-3
/
+4
*
[Pipeliner] Several node-ordering fixes
Krzysztof Parzyszek
2018-03-26
1
-18
/
+16
*
[Pipeliner] Check for affine expression in isLoopCarriedOrder
Krzysztof Parzyszek
2018-03-26
1
-1
/
+13
*
[Pipeliner] Add missing loop carried dependences
Krzysztof Parzyszek
2018-03-26
1
-14
/
+23
*
[Pipeliner] Fix renaming in pipeliner when eliminating phis
Krzysztof Parzyszek
2018-03-26
1
-1
/
+1
*
[Pipeliner] Fix number of phis to generate in the epilog
Krzysztof Parzyszek
2018-03-26
1
-10
/
+7
*
[Pipeliner] Use latency to compute RecMII
Krzysztof Parzyszek
2018-03-26
1
-4
/
+8
*
[Pipeliner] Fix assert caused by pipeliner serialization
Krzysztof Parzyszek
2018-03-26
1
-28
/
+23
*
[Pipeliner] Enable more base+offset dependence changes in pipeliner
Krzysztof Parzyszek
2018-03-26
1
-2
/
+7
*
[Pipeliner] Fix calculation when reusing phis
Krzysztof Parzyszek
2018-03-26
1
-3
/
+3
*
[Pipeliner] Fix check for order dependences when finalizing instructions
Krzysztof Parzyszek
2018-03-26
1
-51
/
+49
*
[Pipeliner] Fix in the pipeliner phi reuse code
Krzysztof Parzyszek
2018-03-26
1
-1
/
+2
*
[Pipeliner] Pipeliner should mark physical registers as used
Krzysztof Parzyszek
2018-03-26
1
-1
/
+8
*
[Pipeliner] Correctly update memoperands in the epilog
Krzysztof Parzyszek
2018-03-26
1
-2
/
+4
*
[Hexagon] Eliminate subregisters from PHI nodes before pipelining
Krzysztof Parzyszek
2018-03-21
1
-39
/
+74
*
Quiet unused variable warnings. NFC.
David L Kreitzer
2018-03-16
1
-0
/
+3
*
[Pipeliner] Fixed node order issue related to zero latency edges
Roorda, Jan-Willem
2018-03-07
1
-22
/
+139
*
[Pipeliner] Test commit: fixed spelling mistake in comments
Roorda, Jan-Willem
2018-03-06
1
-1
/
+1
[next]