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
/
HexagonISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Hexagon] Give a predicate function a more meaningful name
Krzysztof Parzyszek
2016-11-14
1
-2
/
+2
*
[Hexagon] Separate Hexagon subreg indices for different register classes
Krzysztof Parzyszek
2016-11-09
1
-3
/
+2
*
Reapply r286080 with a phony change in Hexagon's CMakeLists.txt
Krzysztof Parzyszek
2016-11-06
1
-188
/
+0
*
Revert r286080: it breaks build bots
Krzysztof Parzyszek
2016-11-06
1
-0
/
+188
*
[Hexagon] Remove redundant custom selection code
Krzysztof Parzyszek
2016-11-06
1
-188
/
+0
*
[Hexagon] Round 3 of selection pattern simplifications
Krzysztof Parzyszek
2016-11-06
1
-63
/
+0
*
[Hexagon] Relocate pattern-related bits to proper places
Krzysztof Parzyszek
2016-11-05
1
-0
/
+14
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-1
/
+1
*
[Hexagon] Fix subesthetic indentation
Krzysztof Parzyszek
2016-08-19
1
-2
/
+2
*
[Hexagon] Standardize next batch of pseudo instructions
Krzysztof Parzyszek
2016-08-16
1
-18
/
+12
*
[Hexagon] Use integer instructions for floating point immediates
Krzysztof Parzyszek
2016-08-10
1
-10
/
+6
*
Move helpers into anonymous namespaces. NFC.
Benjamin Kramer
2016-08-06
1
-0
/
+2
*
[Hexagon] Remove unused option
Krzysztof Parzyszek
2016-08-02
1
-7
/
+0
*
[Hexagon] Tidy up some code, NFC: reapply r277372 with a fix
Krzysztof Parzyszek
2016-08-01
1
-96
/
+74
*
Revert r277372, it is causing buildbot failures
Krzysztof Parzyszek
2016-08-01
1
-72
/
+90
*
[Hexagon] Tidy up some code, NFC
Krzysztof Parzyszek
2016-08-01
1
-90
/
+72
*
Fixed MSVC out of range shift warning
Simon Pilgrim
2016-07-29
1
-1
/
+1
*
[Hexagon] Improve balancing of address calculation
Krzysztof Parzyszek
2016-07-29
1
-3
/
+738
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-9
/
+9
*
[SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...
Justin Lebar
2016-07-15
1
-4
/
+4
*
[Hexagon] Improve patterns with stack-based addressing
Krzysztof Parzyszek
2016-07-15
1
-0
/
+20
*
[Hexagon] Equally-sized vectors are equivalent in ISel (except vNi1)
Krzysztof Parzyszek
2016-06-27
1
-0
/
+21
*
[Hexagon] Simplify (+fix) instruction selection for indexed loads/stores
Krzysztof Parzyszek
2016-06-24
1
-308
/
+161
*
Preserve DebugInfo when replacing values in DAGCombiner
Nirav Dave
2016-06-23
1
-2
/
+0
*
Revert r273456, "Preserve DebugInfo when replacing values in DAGCombiner" as ...
Peter Collingbourne
2016-06-23
1
-0
/
+2
*
[Hexagon] Add SDAG preprocessing step to expose shifted addressing modes
Krzysztof Parzyszek
2016-06-22
1
-1
/
+54
*
Preserve DebugInfo when replacing values in DAGCombiner
Nirav Dave
2016-06-22
1
-2
/
+0
*
Revert "Preserve DebugInfo when replacing values in DAGCombiner"
Nirav Dave
2016-06-15
1
-0
/
+2
*
Preserve DebugInfo when replacing values in DAGCombiner
Nirav Dave
2016-06-15
1
-2
/
+0
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-21
/
+21
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
1
-1
/
+1
*
Remove bogus initialization of the PPC and Hexagon SelectionDAGISel
Chandler Carruth
2016-06-03
1
-19
/
+1
*
[Hexagon] Remove dead nodes from SelectionDAG to avoid cycles
Krzysztof Parzyszek
2016-05-13
1
-1
/
+2
*
SDAG: Implement Select instead of SelectImpl in HexagonDAGToDAGISel
Justin Bogner
2016-05-12
1
-139
/
+189
*
SDAG: Clean up a dangling node in HexagonISelDAGToDAG::SelectImpl
Justin Bogner
2016-05-12
1
-1
/
+1
*
[Hexagon] Properly handle instruction selection of vsplat intrinsics
Krzysztof Parzyszek
2016-05-12
1
-2
/
+3
*
SDAG: Avoid relying on the return value of SelectCode in Hexagon. NFC
Justin Bogner
2016-05-10
1
-3
/
+11
*
SDAG: Rename Select->SelectImpl and repurpose Select as returning void
Justin Bogner
2016-05-05
1
-2
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+0
*
[Hexagon] Improve handling of unaligned vector loads and stores
Krzysztof Parzyszek
2016-03-28
1
-16
/
+39
*
[Hexagon] Eliminate pseudo instructions for circ/brev loads and stores
Krzysztof Parzyszek
2016-02-12
1
-204
/
+175
*
[Hexagon] Lowering of V60/HVX vector types
Krzysztof Parzyszek
2015-11-26
1
-49
/
+91
*
[Hexagon] Remove the remnants of isConstExtProfitable
Krzysztof Parzyszek
2015-10-20
1
-14
/
+0
*
Hexagon: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-1
/
+1
*
Use more foreach loops in SelectionDAG. NFC
Pete Cooper
2015-07-14
1
-2
/
+2
*
[Hexagon] Making intrinsic tests agnostic to register allocation. Narrowing ...
Colin LeMahieu
2015-06-12
1
-0
/
+15
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-48
/
+50
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-50
/
+48
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-48
/
+50
[next]