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
/
HexagonISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Hexagon] Legalize vector elements to i32 in buildVector32/64
Krzysztof Parzyszek
2017-12-20
1
-15
/
+22
*
[Hexagon] Adjust the value type for BCvt in LowerFormalArguments
Krzysztof Parzyszek
2017-12-20
1
-2
/
+8
*
i[Hexagon] ANY_EXTEND_VECTOR_INREG should be Custom, not Legal in r321004
Krzysztof Parzyszek
2017-12-18
1
-1
/
+2
*
[Hexagon] Generate HVX code for vector sign-, zero- and any-extends
Krzysztof Parzyszek
2017-12-18
1
-0
/
+5
*
[Hexagon] Prefer to widen HVX vectors instead of promoting
Krzysztof Parzyszek
2017-12-18
1
-0
/
+12
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-4
/
+4
*
TLI: Allow using PSV for intrinsic mem operands
Matt Arsenault
2017-12-14
1
-0
/
+1
*
DAG: Expose all MMO flags in getTgtMemIntrinsic
Matt Arsenault
2017-12-14
1
-3
/
+3
*
[Hexagon] Generate HVX code for comparisons and selects
Krzysztof Parzyszek
2017-12-14
1
-3
/
+14
*
[Hexagon] Remove vectors of i64 from valid HVX types
Krzysztof Parzyszek
2017-12-14
1
-39
/
+20
*
[Hexagon] Add support for Hexagon V65
Krzysztof Parzyszek
2017-12-11
1
-0
/
+38
*
[Hexagon] Generate HVX code for basic arithmetic operations
Krzysztof Parzyszek
2017-12-07
1
-2
/
+14
*
[Hexagon] Generate HVX code for vector construction and access
Krzysztof Parzyszek
2017-12-06
1
-215
/
+98
*
[Hexagon] Remove HexagonISD::PACKHL
Krzysztof Parzyszek
2017-11-29
1
-1
/
+0
*
[Hexagon] Create helpers extractVector and insertVector in lowering
Krzysztof Parzyszek
2017-11-29
1
-135
/
+123
*
[Hexagon] Make sure to zero-extend bytes before building a vector
Krzysztof Parzyszek
2017-11-28
1
-10
/
+12
*
[Hexagon] Implement HexagonSubtarget::isHVXVectorType
Krzysztof Parzyszek
2017-11-27
1
-27
/
+4
*
[Hexagon] Implement buildVector32 and buildVector64 as utility functions
Krzysztof Parzyszek
2017-11-22
1
-133
/
+141
*
[Hexagon] Remove trailing spaces, NFC
Krzysztof Parzyszek
2017-11-22
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[Hexagon] Return the correct chain edge for i1 function calls
Krzysztof Parzyszek
2017-10-23
1
-1
/
+2
*
[Hexagon] Report error instead of crashing on wrong inline-asm constraints
Krzysztof Parzyszek
2017-10-20
1
-13
/
+14
*
[Hexagon] Reorganize and update instruction patterns
Krzysztof Parzyszek
2017-10-20
1
-0
/
+9
*
[Hexagon] New HVX target features.
Sumanth Gundapaneni
2017-10-18
1
-33
/
+33
*
[Hexagon] Update Hexagon ArchEnum and sync some downstream changes(NFC)
Sumanth Gundapaneni
2017-10-18
1
-38
/
+24
*
Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-08
1
-1
/
+0
*
[Hexagon] Patch to Extract i1 element from vector of i1
Ron Lieberman
2017-10-02
1
-1
/
+7
*
[Hexagon] Switch to parameterized register classes for HVX
Krzysztof Parzyszek
2017-09-15
1
-34
/
+33
*
[Hexagon] Convert HVX vector constants of i1 to i8
Krzysztof Parzyszek
2017-08-01
1
-0
/
+36
*
TargetLowering: Change isShuffleMaskLegal's mask argument type to ArrayRef<in...
Zvi Rackover
2017-07-26
1
-2
/
+2
*
[Hexagon] Add inline-asm constraint 'a' for modifier register class
Krzysztof Parzyszek
2017-07-21
1
-2
/
+10
*
[SystemZ, LoopStrengthReduce]
Jonas Paulsson
2017-07-21
1
-1
/
+1
*
[Hexagon] Remove custom lowering of loads of v4i16
Krzysztof Parzyszek
2017-07-17
1
-82
/
+1
*
[Hexagon] Replace ISD opcode VPACK with VPACKE/VPACKO, NFC
Krzysztof Parzyszek
2017-07-14
1
-11
/
+9
*
[Hexagon] Use VSPLAT instead of COMBINE for vectors of type v2i32, NFC
Krzysztof Parzyszek
2017-07-13
1
-23
/
+21
*
[Hexagon] Do not rely on callee-saved info in hasFP
Krzysztof Parzyszek
2017-07-11
1
-2
/
+7
*
[Hexagon] Convert typed ISD opcodes to generic ones, NFC
Krzysztof Parzyszek
2017-07-10
1
-19
/
+13
*
[Hexagon] Remove unused ISD opcodes, NFC
Krzysztof Parzyszek
2017-07-10
1
-15
/
+0
*
[Hexagon] Implement frame pointer elimination with -fomit-frame-pointer
Krzysztof Parzyszek
2017-06-30
1
-41
/
+36
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[Hexagon] Improve code generation for 32x32-bit multiplication
Krzysztof Parzyszek
2017-05-30
1
-5
/
+1
*
[SelectionDAG] Set ISD::FPOWI to Expand by default
Craig Topper
2017-05-30
1
-1
/
+1
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
1
-2
/
+1
*
[Hexagon] Add extenders for GD_PLT_B22_PCREL and LD_PLT_B22_PCREL
Krzysztof Parzyszek
2017-05-02
1
-1
/
+6
*
DAG: Make mayBeEmittedAsTailCall parameter const
Matt Arsenault
2017-04-18
1
-1
/
+1
*
[Hexagon] Implement HexagonTargetLowering::CanLowerReturn
Krzysztof Parzyszek
2017-04-13
1
-12
/
+13
*
[Hexagon] Fix "LowerFormalArguments emitted a value with the wrong type!" ass...
Krzysztof Parzyszek
2017-04-13
1
-1
/
+1
*
[Hexagon] Properly handle 'q' constraint in 128-byte vector mode
Krzysztof Parzyszek
2017-03-02
1
-22
/
+10
*
[Hexagon] Fix lowering of formal arguments of type i1
Krzysztof Parzyszek
2017-03-01
1
-3
/
+20
*
[Hexagon] Patterns for CTPOP, BSWAP and BITREVERSE
Krzysztof Parzyszek
2017-02-23
1
-15
/
+7
[prev]
[next]