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
...
*
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
*
[Pipeliner] Drop memrefs instead of creating ones with size UINT64_MAX
Krzysztof Parzyszek
2018-02-27
1
-2
/
+4
*
Revert "[Pipeliner] Drop memrefs instead of creating ones with size UINT64_MAX"
Krzysztof Parzyszek
2018-02-27
1
-4
/
+2
*
[Pipeliner] Drop memrefs instead of creating ones with size UINT64_MAX
Krzysztof Parzyszek
2018-02-27
1
-2
/
+4
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-17
1
-3
/
+3
*
support phi ranges for machine-level IR
Bob Wilson
2018-01-04
1
-16
/
+10
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
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
*
[Pipeliner] Fix offset value for instrs dependent on post-inc load/stores
Krzysztof Parzyszek
2017-10-11
1
-3
/
+8
*
[Pipeliner] Improve serialization order for post-increments
Krzysztof Parzyszek
2017-10-11
1
-13
/
+57
*
CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
Justin Bogner
2017-10-10
1
-1
/
+1
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-09-11
1
-49
/
+50
*
Guard print() functions only used by dump() functions.
Florian Hahn
2017-07-31
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-2
/
+2
*
Spelling mistakes in comments. NFCI.
Simon Pilgrim
2017-03-31
1
-1
/
+1
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-1
/
+1
*
Remove redundant conditions (PR31753). NFCI.
Simon Pilgrim
2017-03-16
1
-2
/
+2
[prev]
[next]