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
/
utils
/
TableGen
/
DFAPacketizerEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DFAPacketizer] Allow up to 64 functional units
jmolloy
2019-11-05
1
-335
/
+143
*
[DFAPacketizer] Fix large compile-time regression for VLIW targets
James Molloy
2019-10-18
1
-2
/
+2
*
[DFAPacketizer] Use DFAEmitter. NFC.
James Molloy
2019-10-17
1
-574
/
+72
*
[DFAPacketizer] Reapply: Track resources for packetized instructions
James Molloy
2019-09-09
1
-48
/
+92
*
Revert rL371198 from llvm/trunk: [DFAPacketizer] Track resources for packetiz...
Simon Pilgrim
2019-09-09
1
-92
/
+48
*
[DFAPacketizer] Track resources for packetized instructions
James Molloy
2019-09-06
1
-48
/
+92
*
[DFAPacketizer] Allow namespacing of automata per-itinerary
James Molloy
2019-08-30
1
-24
/
+41
*
[TableGen] Correct comments for end of namespace. NFC
Bjorn Pettersson
2019-08-25
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-69
/
+74
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-28
/
+29
*
Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2016-11-30
1
-23
/
+22
*
Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.
Benjamin Kramer
2016-06-12
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...
Eugene Zelenko
2016-01-26
1
-14
/
+10
*
Avoid dependency between TableGen and CodeGen
Krzysztof Parzyszek
2015-11-22
1
-1
/
+46
*
Now fix errors in NDEBUG build.
Krzysztof Parzyszek
2015-11-21
1
-33
/
+49
*
Fix warnings in NDEBUG build
Krzysztof Parzyszek
2015-11-21
1
-8
/
+5
*
Hexagon V60/HVX DFA scheduler support
Krzysztof Parzyszek
2015-11-21
1
-107
/
+539
*
Revert r253790: it breaks all builds for some reason.
Krzysztof Parzyszek
2015-11-21
1
-539
/
+107
*
Hexagon V60/HVX DFA scheduler support
Krzysztof Parzyszek
2015-11-21
1
-107
/
+539
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
1
-1
/
+1
*
Simplify DFAPacketizerEmitter State copy/move semantics to use compiler defau...
David Blaikie
2014-04-21
1
-6
/
+0
*
Fix builds that use an stl missing std::set::emplace
David Blaikie
2014-04-21
1
-1
/
+1
*
Store State objects by value in TableGen's DFAPacketizerEmitter
David Blaikie
2014-04-21
1
-34
/
+30
*
remove some dead code
Nuno Lopes
2014-04-17
1
-7
/
+0
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-2
/
+2
*
Fix PR14568: Avoid the DFA packetizer from making an invalid read
Anshuman Dasgupta
2012-12-10
1
-1
/
+10
*
Refactored DFA generator. Merged transition class into state class.
Anshuman Dasgupta
2012-09-07
1
-117
/
+51
*
Fix Windows build after r159281: s/iterator/const_iterator
Alexey Samsonov
2012-06-28
1
-1
/
+1
*
Silence unused variable warning.
Richard Trieu
2012-06-28
1
-0
/
+1
*
Refactor and speed up DFA generator.
Anshuman Dasgupta
2012-06-27
1
-21
/
+48
*
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-06-11
1
-7
/
+48
*
DFAPacketizerEmitter: Prune includes.
Benjamin Kramer
2012-03-12
1
-2
/
+0
*
Increment DFAStateEntryTable index for sentinel entry.
Brendon Cahoon
2012-02-03
1
-1
/
+3
*
use space star instead of star space
Sebastian Pop
2011-12-06
1
-27
/
+27
*
add missing point at the end of sentences
Sebastian Pop
2011-12-06
1
-64
/
+64
*
Add a deterministic finite automaton based packetizer for VLIW architectures
Anshuman Dasgupta
2011-12-01
1
-0
/
+512