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
*
Rename and adjust processFixupValue.
Rafael Espindola
2017-06-30
1
-9
/
+6
*
[Hexagon] Implement frame pointer elimination with -fomit-frame-pointer
Krzysztof Parzyszek
2017-06-30
3
-119
/
+156
*
[Hexagon] Guard the generation of lookup table
Sumanth Gundapaneni
2017-06-30
2
-0
/
+11
*
[Hexagon] Emit jump tables in text section based on a flag
Sumanth Gundapaneni
2017-06-30
2
-0
/
+12
*
Revert "[Hexagon] Guard the generation of lookup table"
Sumanth Gundapaneni
2017-06-30
2
-12
/
+0
*
[Hexagon] Guard the generation of lookup table
Sumanth Gundapaneni
2017-06-30
2
-0
/
+12
*
[Hexagon] Keep all phi nodes when building DFG in addr-mode-opt
Krzysztof Parzyszek
2017-06-29
1
-4
/
+6
*
[TargetTransformInfo, API] Add a list of operands to TTI::getUserCost
Evgeny Astigeevich
2017-06-29
2
-4
/
+5
*
[LoopUnroll] Pass SCEV to getUnrollingPreferences hook. NFCI.
Geoff Berry
2017-06-28
2
-2
/
+3
*
[Hexagon] Use proper predicate register state when expanding PS_vselect
Krzysztof Parzyszek
2017-06-27
1
-3
/
+15
*
[Hexagon] Update kills in hexagon-nvj even more properly than before
Krzysztof Parzyszek
2017-06-27
2
-36
/
+29
*
[Hexagon] Handle cases when the aligned stack pointer is missing
Krzysztof Parzyszek
2017-06-26
2
-9
/
+19
*
Simplify the processFixupValue interface. NFC.
Rafael Espindola
2017-06-24
1
-4
/
+2
*
Remove redundant argument.
Rafael Espindola
2017-06-24
1
-2
/
+1
*
ARM: move some logic from processFixupValue to applyFixup.
Rafael Espindola
2017-06-23
1
-1
/
+2
*
Revert "[Hexagon] Handle decreasing of stack alignment in frame lowering"
Krzysztof Parzyszek
2017-06-23
4
-51
/
+2
*
[Hexagon] Remove call to printAndVerify from HexagonPassConfig
Krzysztof Parzyszek
2017-06-23
1
-1
/
+0
*
[Hexagon] Handle decreasing of stack alignment in frame lowering
Krzysztof Parzyszek
2017-06-23
4
-2
/
+51
*
[Hexagon] Properly update kill flags in HexagonNewValueJump
Krzysztof Parzyszek
2017-06-22
1
-1
/
+1
*
[Hexagon] Use LivePhysRegs to fix up kills in HexagonGenMux
Krzysztof Parzyszek
2017-06-22
1
-50
/
+36
*
[Hexagon] Handle a global operand to A2_addi when creating duplexes
Krzysztof Parzyszek
2017-06-22
1
-27
/
+26
*
[Hexagon] Recognize potential offset overflow for store-imm to stack
Krzysztof Parzyszek
2017-06-22
1
-4
/
+39
*
Use a MutableArrayRef. NFC.
Rafael Espindola
2017-06-21
1
-4
/
+4
*
[Hexagon] Use MachineInstrBuilder instead of changing instruction in place
Krzysztof Parzyszek
2017-06-21
1
-45
/
+9
*
[Hexagon] Handle more types of immediate operands in expand-condsets
Krzysztof Parzyszek
2017-06-21
1
-2
/
+13
*
[Target] Fix some Clang-tidy modernize-use-using and Include What You Use war...
Eugene Zelenko
2017-06-19
2
-17
/
+37
*
[Hexagon] Don't kill live registers when creating mux out of tfr
Krzysztof Parzyszek
2017-06-16
1
-1
/
+31
*
[Hexagon] Generate store-immediate instructions for stack objects
Krzysztof Parzyszek
2017-06-13
2
-4
/
+25
*
[Hexagon] Generate multiply-high instruction in isel
Krzysztof Parzyszek
2017-06-13
1
-0
/
+5
*
[Hexagon] Don't kill live registers when creating mux out of tfr
Krzysztof Parzyszek
2017-06-13
2
-8
/
+22
*
[Hexagon] Stop pmpy recognition when shift conversion fails
Krzysztof Parzyszek
2017-06-13
1
-1
/
+2
*
[Hexagon] Fixes and updates to the selection patterns
Krzysztof Parzyszek
2017-06-09
1
-28
/
+52
*
[Hexagon] Add LLVM header to HexagonPatterns.td
Krzysztof Parzyszek
2017-06-09
1
-0
/
+9
*
[Hexagon] Re-enable machine verifier after codegen passes
Krzysztof Parzyszek
2017-06-08
1
-17
/
+17
*
[Hexagon] Skip mux generation when predicate register is undefined
Krzysztof Parzyszek
2017-06-08
1
-1
/
+4
*
[Hexagon] Speedup NumNodesBlocking calculation. NFCI.
Nirav Dave
2017-06-08
1
-32
/
+25
*
[Hexagon] Generate 'inbounds' GEPs in HexagonCommonGEP
Krzysztof Parzyszek
2017-06-07
1
-4
/
+12
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
5
-5
/
+5
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
28
-38
/
+37
*
[llvm] Remove double semicolons
Mandeep Singh Grang
2017-06-06
1
-1
/
+1
*
[Hexagon] Return 0 from getDotNewPredOp when .new opcode does not exist
Krzysztof Parzyszek
2017-06-02
1
-3
/
+1
*
[Hexagon] Fix dependence check in the packetizer
Krzysztof Parzyszek
2017-06-01
3
-189
/
+35
*
[Hexagon] Handle long-running simplification loop in idiom recognition
Krzysztof Parzyszek
2017-06-01
1
-3
/
+5
*
TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC
Matthias Braun
2017-05-30
1
-2
/
+2
*
[Hexagon] Improve code generation for 32x32-bit multiplication
Krzysztof Parzyszek
2017-05-30
3
-139
/
+115
*
[SelectionDAG] Set ISD::FPOWI to Expand by default
Craig Topper
2017-05-30
1
-1
/
+1
*
LivePhysRegs: Rework constructor + documentation; NFC
Matthias Braun
2017-05-26
2
-3
/
+3
*
[Hexagon] Cleanup of unused function isCalleeSaveReg (NFC)
Sumanth Gundapaneni
2017-05-26
2
-6
/
+0
*
[Hexagon] Fix comment in HexagonPacketizer::runOnMachineFunction
Krzysztof Parzyszek
2017-05-24
1
-2
/
+2
*
[Hexagon] Fix definitions of vector predicate loads and stores
Krzysztof Parzyszek
2017-05-22
1
-22
/
+17
[next]