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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed MSVC Win64 warning of implicit conversion of 32-bit shift to 64-bits.
Simon Pilgrim
2016-01-18
1
-1
/
+1
*
[Hexagon] Recognize more copy-equivalents in RDF optimizations
Krzysztof Parzyszek
2016-01-18
1
-14
/
+59
*
[RDF] Improvements to copy propagation
Krzysztof Parzyszek
2016-01-18
2
-72
/
+145
*
[RDF] Improve compile-time performance of dead code elimination
Krzysztof Parzyszek
2016-01-18
2
-12
/
+42
*
[RDF] Allow unlinking ref nodes from data-flow chains only
Krzysztof Parzyszek
2016-01-18
3
-14
/
+23
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-1
/
+1
*
[Hexagon] Generate CONST64 when optimizing for size in copy-to-combine
Krzysztof Parzyszek
2016-01-15
1
-11
/
+64
*
[Hexagon] Handle DBG_VALUE instructions in copy-to-combine
Krzysztof Parzyszek
2016-01-15
1
-7
/
+49
*
[Hexagon] Use S2_lsr_i_r instead of S2_extractu to obtain upper halfword
Krzysztof Parzyszek
2016-01-14
1
-3
/
+2
*
[Hexagon] Handle HVX registers in bit simplification
Krzysztof Parzyszek
2016-01-14
1
-0
/
+6
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-2
/
+2
*
[Hexagon] Expand pseudo instruction Insert4
Krzysztof Parzyszek
2016-01-14
1
-0
/
+30
*
[Hexagon] Handle branches with non-mbb operands
Krzysztof Parzyszek
2016-01-14
2
-0
/
+7
*
Convert a few assert failures into proper errors.
Rafael Espindola
2016-01-13
1
-3
/
+4
*
[Hexagon] Fix the options controlling jump table generation
Krzysztof Parzyszek
2016-01-13
1
-2
/
+2
*
[Hexagon] Do not insert non-phis before phis in bit simplification
Krzysztof Parzyszek
2016-01-13
1
-7
/
+19
*
Replace inherited constructor with an explicit one
Krzysztof Parzyszek
2016-01-12
1
-2
/
+2
*
[Hexagon] Implement RDF-based post-RA optimizations
Krzysztof Parzyszek
2016-01-12
5
-2
/
+372
*
RDF: Copy propagation
Krzysztof Parzyszek
2016-01-12
3
-0
/
+229
*
RDF: Dead code elimination
Krzysztof Parzyszek
2016-01-12
3
-0
/
+270
*
Fix compiler warnings from r257477
Krzysztof Parzyszek
2016-01-12
1
-2
/
+2
*
RDF: Implement register liveness analysis
Krzysztof Parzyszek
2016-01-12
3
-0
/
+955
*
Register Data Flow: data flow graph
Krzysztof Parzyszek
2016-01-12
3
-0
/
+2558
*
[Hexagon] Make helper function static. NFC.
Benjamin Kramer
2016-01-12
1
-3
/
+3
*
[Hexagon] Add check for nullptr in getFixupNoBits
Krzysztof Parzyszek
2016-01-11
1
-15
/
+15
*
[Hexagon] Add implicit uses of GP to GP-relative loads and stores
Krzysztof Parzyszek
2016-01-11
1
-1
/
+3
*
[Hexagon] Mark D14 and GP as reserved registers
Krzysztof Parzyszek
2016-01-11
1
-0
/
+2
*
[Hexagon] Replace a static member variable in HexagonCVIResource (NFC)
Tobias Edler von Koch
2016-01-08
2
-20
/
+19
*
[Hexagon] Add system instructions for cache manipulation
Krzysztof Parzyszek
2016-01-06
2
-0
/
+115
*
[TableGen] Modify the AsmMatcherEmitter to only apply the table growth from r...
Craig Topper
2015-12-31
1
-0
/
+5
*
[Hexagon] Add PIC support
Krzysztof Parzyszek
2015-12-18
7
-153
/
+155
*
[Hexagon] Misc fixes to r255807
Krzysztof Parzyszek
2015-12-16
1
-8
/
+3
*
[Hexagon] Update the Hexagon packetizer
Krzysztof Parzyszek
2015-12-16
4
-888
/
+1235
*
[Hexagon] Make memcpy lowering thread-safe
Tobias Edler von Koch
2015-12-16
3
-21
/
+38
*
[Hexagon] Preprocess mapped instructions before lowering to MC
Krzysztof Parzyszek
2015-12-15
3
-3
/
+391
*
[Hexagon] Add "const" to function parameters in HexagonInstrInfo
Krzysztof Parzyszek
2015-12-14
2
-35
/
+37
*
[Packetizer] Add AliasAnalysis as a parameter to the packetizer
Krzysztof Parzyszek
2015-12-14
1
-1
/
+1
*
Add "const" to function arguments in DFAPacketizer
Krzysztof Parzyszek
2015-12-14
1
-7
/
+7
*
[Hexagon] Subtarget features/default CPU corrections
Krzysztof Parzyszek
2015-12-14
6
-15
/
+22
*
Normalize MBB's successors' probabilities in several locations.
Cong Hou
2015-12-13
1
-1
/
+2
*
[Hexagon] Add NewValueJump support for C4_cmpneq, C4_cmplte, C4_cmplteu
Ron Lieberman
2015-12-08
1
-0
/
+18
*
fix 'the the '; NFC
Sanjay Patel
2015-12-07
2
-2
/
+2
*
Use make_range to reduce mentions of iterator type. NFC
Craig Topper
2015-12-06
1
-2
/
+1
*
[Hexagon] Don't call getNumImplicitDefs and then iterate over the count. getN...
Craig Topper
2015-12-05
1
-24
/
+25
*
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...
Craig Topper
2015-12-05
5
-32
/
+32
*
[Hexagon] Simplify LowerCONCAT_VECTORS, handle different types better
Krzysztof Parzyszek
2015-12-04
1
-58
/
+55
*
[Hexagon] Using multiply instead of shift on signed number which can be UB
Colin LeMahieu
2015-12-04
1
-2
/
+2
*
[Hexagon] Adding shuffling resources for HVX instructions and tests for instr...
Colin LeMahieu
2015-12-03
2
-7
/
+131
*
[Hexagon] Remove variable unused in NDEBUG build
Krzysztof Parzyszek
2015-12-03
1
-3
/
+2
*
[Hexagon] Implement CONCAT_VECTORS for HVX using V6_vcombine
Krzysztof Parzyszek
2015-12-03
3
-1
/
+26
[next]