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
/
test
/
CodeGen
/
Hexagon
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Pipeliner] Fix an assertion caused by iterator invalidation.
Sumanth Gundapaneni
2019-11-14
1
-0
/
+32
*
[Hexagon] Validate the iterators before converting them to mux.
Sumanth Gundapaneni
2019-11-14
1
-0
/
+30
*
[Hexagon] Fix vector spill expansion to use proper alignment
Krzysztof Parzyszek
2019-11-12
2
-1
/
+17
*
[ModuloSchedule] Fix modulo expansion for data loop carried dependencies.
Thomas Raoux
2019-11-11
3
-3
/
+54
*
Fix pattern error for S2_tstbit_i instruction
Ikhlas Ajbar
2019-10-30
1
-0
/
+34
*
[Hexagon] Handle remaining registers in getRegisterByName()
Krzysztof Parzyszek
2019-10-29
1
-0
/
+780
*
[DFAPacketizer] Use DFAEmitter. NFC.
James Molloy
2019-10-17
1
-2
/
+2
*
[ModuloSchedule] removeBranch() *before* creating the trip count condition
James Molloy
2019-10-03
1
-1
/
+1
*
[ModuloSchedule] Peel out prologs and epilogs, generate actual code
James Molloy
2019-10-02
55
-61
/
+61
*
[Hexagon] Bitcast v4i16 to v8i8, unify no-op casts between scalar and HVX
Krzysztof Parzyszek
2019-09-23
1
-0
/
+13
*
[MachinePipeliner] Improve the TargetInstrInfo API analyzeLoop/reduceLoopCount
James Molloy
2019-09-21
1
-2
/
+2
*
Revert "[MachinePipeliner] Improve the TargetInstrInfo API analyzeLoop/reduce...
Mitch Phillips
2019-09-20
1
-2
/
+2
*
[MVT] Add v256i1 to MachineValueType
Krzysztof Parzyszek
2019-09-20
1
-0
/
+15
*
[MachinePipeliner] Improve the TargetInstrInfo API analyzeLoop/reduceLoopCount
James Molloy
2019-09-20
1
-2
/
+2
*
[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...
Guillaume Chatelet
2019-09-11
6
-6
/
+6
*
[DFAPacketizer] Reapply: Track resources for packetized instructions
James Molloy
2019-09-09
1
-0
/
+29
*
Revert rL371198 from llvm/trunk: [DFAPacketizer] Track resources for packetiz...
Simon Pilgrim
2019-09-09
1
-29
/
+0
*
[DFAPacketizer] Track resources for packetized instructions
James Molloy
2019-09-06
1
-0
/
+29
*
[Hexagon] Fix type in HexagonTargetLowering::ReplaceNodeResults
Krzysztof Parzyszek
2019-09-05
1
-0
/
+18
*
[Hexagon] Improve generated code for test-if-bit-clear, one more time
Krzysztof Parzyszek
2019-09-04
2
-36
/
+11
*
[MachinePipeliner] Add a way to unit-test the schedule emitter
James Molloy
2019-09-03
1
-0
/
+151
*
[DAGCombiner] try to form test+set out of shift+mask patterns
Sanjay Patel
2019-09-02
1
-11
/
+36
*
Revert [MBP] Disable aggressive loop rotate in plain mode
Jordan Rupprecht
2019-08-29
4
-4
/
+6
*
[Hexagon] Improve generated code for test-if-bit-clear
Krzysztof Parzyszek
2019-08-26
1
-21
/
+12
*
[Hexagon] remove noise from tests; NFC
Sanjay Patel
2019-08-25
1
-15
/
+10
*
[Hexagon][x86] add tests for bit-test; NFC
Sanjay Patel
2019-08-25
1
-1
/
+98
*
[MBP] Disable aggressive loop rotate in plain mode
Guozhi Wei
2019-08-22
4
-6
/
+4
*
[test] Fix tests when run on windows after SVN r369426. NFC.
Martin Storsjo
2019-08-20
2
-3
/
+3
*
[CodeGen] Add EarlyIfConvert test missed in previous commit
Thomas Raoux
2019-08-20
1
-0
/
+81
*
[Hexagon] Generate min/max instructions for 64-bit vectors
Krzysztof Parzyszek
2019-08-16
2
-1
/
+203
*
[Hexagon] Fix instruction selection for vselect v4i8
Krzysztof Parzyszek
2019-08-15
1
-0
/
+9
*
[Hexagon] Generate vector min/max for HVX
Krzysztof Parzyszek
2019-08-15
4
-180
/
+868
*
Revert r368339 "[MBP] Disable aggressive loop rotate in plain mode"
Hans Wennborg
2019-08-12
4
-4
/
+6
*
[MBP] Disable aggressive loop rotate in plain mode
Guozhi Wei
2019-08-08
4
-6
/
+4
*
[Hexagon] Custom-lower UADDO(x, 1) and USUBO(x, 1)
Krzysztof Parzyszek
2019-07-01
1
-0
/
+37
*
[Hexagon] Rework VLCR algorithm
Krzysztof Parzyszek
2019-07-01
1
-0
/
+82
*
Rename ExpandISelPseudo->FinalizeISel, delay register reservation
Matt Arsenault
2019-06-19
1
-1
/
+1
*
[SCEV] Use NoWrapFlags when expanding a simple mul
Sam Parker
2019-06-17
1
-1
/
+1
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
1
-1
/
+0
*
[MBP] Move a latch block with conditional exit and multi predecessors to top ...
Guozhi Wei
2019-06-14
4
-4
/
+6
*
Revert "[SCEV] Use wrap flags in InsertBinop"
Benjamin Kramer
2019-06-06
1
-1
/
+1
*
[SCEV] Use wrap flags in InsertBinop
Sam Parker
2019-06-06
1
-1
/
+1
*
UpdateTestChecks: hexagon support
Roman Lebedev
2019-06-05
3
-14
/
+111
*
[NFC] Make tests more robust for new optimizations
David Bolvansky
2019-05-25
4
-8
/
+8
*
[llvm-readobj] Change -long-option to --long-option in tests. NFC
Fangrui Song
2019-05-01
1
-1
/
+1
*
[AsmPrinter] refactor to support %c w/ GlobalAddress'
Nick Desaulniers
2019-04-26
1
-2
/
+11
*
Enable LoopVectorization by default.
Alina Sbirlea
2019-04-25
1
-1
/
+1
*
[DAGCombiner] Combine OR as ADD when no common bits are set
Bjorn Pettersson
2019-04-23
1
-1
/
+4
*
[LSR] Limit the recursion for setup cost
David Green
2019-04-23
1
-1
/
+1
*
[AsmPrinter] defer %c to base class for ARM, PPC, and Hexagon. NFC
Nick Desaulniers
2019-04-17
1
-0
/
+17
[next]