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
/
DFAPacketizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Packetizer] Add debugging code to stop packetization after N instructions
Krzysztof Parzyszek
2016-08-19
1
-0
/
+21
*
Add debugging code to the packetizer
Krzysztof Parzyszek
2016-07-14
1
-0
/
+25
*
Apply clang-tidy's misc-static-assert where it makes sense.
Benjamin Kramer
2016-05-27
1
-4
/
+6
*
Add DAG mutation interface to the DFA packetizer
Krzysztof Parzyszek
2016-03-08
1
-0
/
+24
*
CodeGen: Update DFAPacketizer API to take MachineInstr&, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-9
/
+10
*
Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"
Duncan P. N. Exon Smith
2016-02-22
1
-1
/
+1
*
CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC
Duncan P. N. Exon Smith
2016-02-21
1
-1
/
+1
*
[Packetizer] Code cleanup, NFC
Krzysztof Parzyszek
2016-01-14
1
-55
/
+54
*
[Packetizer] Add a check whether an instruction should be packetized now
Krzysztof Parzyszek
2015-12-16
1
-2
/
+3
*
[Packetizer] Add AliasAnalysis as a parameter to the packetizer
Krzysztof Parzyszek
2015-12-14
1
-7
/
+11
*
Avoid dependency between TableGen and CodeGen
Krzysztof Parzyszek
2015-11-22
1
-0
/
+27
*
Hexagon V60/HVX DFA scheduler support
Krzysztof Parzyszek
2015-11-21
1
-9
/
+27
*
Revert r253790: it breaks all builds for some reason.
Krzysztof Parzyszek
2015-11-21
1
-30
/
+9
*
Hexagon V60/HVX DFA scheduler support
Krzysztof Parzyszek
2015-11-21
1
-9
/
+30
*
ScheduleDAGInstrs: Remove IsPostRA flag; NFC
Matthias Braun
2015-11-03
1
-6
/
+5
*
CodeGen: Remove a few more ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Remove the TargetMachine from DFAPacketizer since it was only
Eric Christopher
2014-10-14
1
-2
/
+2
*
Remove unused argument to CreateTargetScheduleState and change
Eric Christopher
2014-10-09
1
-1
/
+1
*
Cleanup: Delete seemingly unused reference to MachineDominatorTree from Sched...
Alexey Samsonov
2014-08-20
1
-9
/
+8
*
Fix null reference creation in ScheduleDAGInstrs constructor call.
Alexey Samsonov
2014-08-20
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+1
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-2
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-1
/
+1
*
mi-sched: Don't call MBB.size() in initSUnits. The driver already has instr c...
Andrew Trick
2013-08-23
1
-1
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Revert r158679 - use case is unclear (and it increases the memory footprint).
Hal Finkel
2012-06-22
1
-2
/
+2
*
Allow up to 64 functional units per processor itinerary.
Hal Finkel
2012-06-18
1
-2
/
+2
*
Target independent Hexagon Packetizer fix.
Sirish Pande
2012-05-01
1
-55
/
+36
*
Temporarily revert r155364 until the upstream review can complete, per
Chandler Carruth
2012-04-23
1
-36
/
+55
*
Hexagon Packetizer's target independent fix.
Sirish Pande
2012-04-23
1
-55
/
+36
*
This reverts a long string of commits to the Hexagon backend. These
Chandler Carruth
2012-04-18
1
-34
/
+55
*
HexagonPacketizer patch.
Sirish Pande
2012-04-12
1
-55
/
+34
*
Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface.
Andrew Trick
2012-03-07
1
-18
/
+12
*
misched prep: Expose the ScheduleDAGInstrs interface so targets may
Andrew Trick
2012-03-07
1
-1
/
+1
*
misched preparation: rename core scheduler methods for consistency.
Andrew Trick
2012-03-07
1
-4
/
+4
*
misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.
Andrew Trick
2012-03-07
1
-1
/
+3
*
Strip a layer of boilerplate from the VLIWPacketizer by storing the scheduler...
Benjamin Kramer
2012-02-23
1
-18
/
+8
*
Fix library visibility problems with VLIWPacketizer.
Andrew Trick
2012-02-15
1
-6
/
+19
*
Don't expose DefaultVLIWScheduler
Andrew Trick
2012-02-15
1
-1
/
+1
*
Generic "VLIW" packetizer based on a DFA generated from target itinerary.
Andrew Trick
2012-02-15
1
-0
/
+147
*
use space star instead of star space
Sebastian Pop
2011-12-06
1
-9
/
+9
*
add missing point at the end of sentences
Sebastian Pop
2011-12-06
1
-6
/
+6
*
Add a deterministic finite automaton based packetizer for VLIW architectures
Anshuman Dasgupta
2011-12-01
1
-0
/
+98