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
/
Target
/
Hexagon
/
BitTracker.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Hexagon] Memoize instruction positions in BitTracker
Krzysztof Parzyszek
2018-02-05
1
-1
/
+9
*
BitTracker.h needs a full definition of MachineInstr, so include the defining...
Benjamin Kramer
2018-02-05
1
-1
/
+1
*
[Hexagon] Remove recursion in visitUsesOf, replace with use queue
Krzysztof Parzyszek
2017-12-15
1
-6
/
+39
*
[Hexagon] Better determination of register classes in bit tracker
Krzysztof Parzyszek
2017-09-25
1
-0
/
+10
*
[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-07-26
1
-10
/
+11
*
[Hexagon] Cache reached blocks in bit tracker instead of scanning list
Krzysztof Parzyszek
2017-04-19
1
-4
/
+6
*
[Hexagon] Allow setting register in BitVal without storing into map
Krzysztof Parzyszek
2017-02-23
1
-0
/
+3
*
[Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use wa...
Eugene Zelenko
2017-01-04
1
-26
/
+27
*
[Hexagon-ish] Add function to print cell map contents in bit tracker
Krzysztof Parzyszek
2016-08-03
1
-0
/
+2
*
[Hexagon] Rerun bit tracker on new instructions in RIE
Krzysztof Parzyszek
2016-07-26
1
-0
/
+1
*
Hexagon: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-12
1
-5
/
+5
*
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...
David Blaikie
2015-08-01
1
-7
/
+0
*
[Hexagon] Use composition instead of inheritance from STL types
Benjamin Kramer
2015-07-18
1
-8
/
+1
*
[Hexagon] Move BitTracker into the llvm namespace and remove redundant qualif...
Benjamin Kramer
2015-07-13
1
-32
/
+26
*
[Hexagon] Implement bit-tracking facility with specifics for Hexagon
Krzysztof Parzyszek
2015-07-07
1
-0
/
+455