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
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] Fix div handling
Serguei Katkov
2018-06-04
1
-2
/
+2
*
[InstCombine] improve sub with bool folds
Sanjay Patel
2018-06-03
1
-13
/
+14
*
[InstCombine] call simplify before trying vector folds
Sanjay Patel
2018-06-02
6
-76
/
+58
*
[PM/LoopUnswitch] Fix how the cloned loops are handled when updating analyses.
Chandler Carruth
2018-06-02
1
-44
/
+31
*
[InstCombine] fix vector shuffle transform to replace undef elements (PR37648)
Sanjay Patel
2018-06-01
1
-0
/
+16
*
[ThinLTOBitcodeWriter] Emit summaries for regular LTO modules
Vlad Tsyrklevich
2018-06-01
1
-4
/
+10
*
Revert r333740: IPSCCP] Use PredicateInfo to propagate facts from cmp.
Florian Hahn
2018-06-01
2
-134
/
+10
*
Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp inst...
Florian Hahn
2018-06-01
2
-10
/
+134
*
[LoopIdiomRecognize] Only convert loops to ctlz if we can prove that the inpu...
Craig Topper
2018-05-31
1
-0
/
+8
*
[InstCombine] narrow select to match condition operands' size
Sanjay Patel
2018-05-31
1
-8
/
+11
*
[JumpThreading] Fix some strange formatting of code inside LLVM_DEBUG. NFC
Craig Topper
2018-05-31
1
-5
/
+5
*
[SimplifyLibcalls] [NFC] Cleanup, improvements
David Bolvansky
2018-05-31
1
-11
/
+9
*
Extend the GlobalObject metadata interface
Benjamin Kramer
2018-05-31
2
-22
/
+15
*
[InstCombine, ARM] Convert vld1 to llvm load
Alexandros Lamprineas
2018-05-31
1
-1
/
+30
*
[NFC] Factor out a method for further extension
Max Kazantsev
2018-05-31
1
-20
/
+32
*
Revert rL333106 / D46814: [InstCombine] Fold unfolded masked merge pattern wi...
Roman Lebedev
2018-05-31
1
-36
/
+0
*
[InstCombine] don't change the size of a select if it would mismatch its cond...
Sanjay Patel
2018-05-31
1
-4
/
+10
*
[InstCombine] don't negate constant expression with fsub (PR37605)
Sanjay Patel
2018-05-30
1
-1
/
+3
*
[LowerTypeTests] Discard extern_weak linkage for definitions
Vlad Tsyrklevich
2018-05-30
1
-0
/
+5
*
[NewGVN] Fix set comparison; reflow comment
George Burgess IV
2018-05-30
1
-7
/
+8
*
[CalledValuePropagation] Just use a sorted vector instead of a set.
Benjamin Kramer
2018-05-30
1
-9
/
+11
*
[InstCombine, ARM, AArch64] Convert table lookup to shuffle vector
Alexandros Lamprineas
2018-05-30
1
-0
/
+46
*
[PM/LoopUnswitch] When using the new SimpleLoopUnswitch pass, schedule
Chandler Carruth
2018-05-30
2
-29
/
+48
*
[VPlan] Replace LLVM_ATTRIBUTE_USED with ifndef NDEBUG
Diego Caballero
2018-05-29
1
-2
/
+3
*
[LoopInstSimplify] Re-implement the core logic of loop-instsimplify to
Chandler Carruth
2018-05-29
2
-115
/
+124
*
[LLVM-C] [OCaml] Remove LLVMAddBBVectorizePass
Fangrui Song
2018-05-28
1
-4
/
+0
*
Revert 333358 as it's failing on some builders.
David Green
2018-05-27
8
-1273
/
+20
*
[UnrollAndJam] Add a new Unroll and Jam pass
David Green
2018-05-27
8
-20
/
+1273
*
Revert r333268: [IPSCCP] Use PredicateInfo to propagate facts from...
Florian Hahn
2018-05-25
2
-134
/
+10
*
[IPSCCP] Use PredicateInfo to propagate facts from cmp instructions.
Florian Hahn
2018-05-25
2
-10
/
+134
*
Restore the LoopInstSimplify pass, reverting r327329 that removed it.
Chandler Carruth
2018-05-25
3
-0
/
+225
*
[LICM] Preserve DT and LoopInfo specifically
Jun Bum Lim
2018-05-24
1
-2
/
+6
*
[InstCombine] Combine XOR and AES instructions on ARM/ARM64.
Chad Rosier
2018-05-24
1
-0
/
+17
*
[NFC][VPlan] Wrap PlainCFGBuilder with an anonymous namespace.
Andrei Elovikov
2018-05-24
1
-0
/
+2
*
[NaryReassociate] Detect deleted instr with WeakVH
Karl-Johan Karlsson
2018-05-24
1
-3
/
+10
*
StructurizeCFG: Adjust the loop depth for a subregion to order the nodes corr...
Changpeng Fang
2018-05-23
1
-7
/
+28
*
[InstCombine] Fold unfolded masked merge pattern with variable mask!
Roman Lebedev
2018-05-23
1
-0
/
+36
*
[Dominators] Add PDT constructor from Function
Jakub Kuderski
2018-05-23
1
-3
/
+3
*
[InstCombine] Negate ABS/NABS patterns by swapping the select operands to rem...
Craig Topper
2018-05-23
1
-0
/
+16
*
Remove DEBUG macro.
Nicola Zaghen
2018-05-23
3
-5
/
+5
*
[LoopUnswitch] Fix SCEV invalidation in unswitching
Max Kazantsev
2018-05-23
1
-1
/
+7
*
[InstCombine] use nsw negation for abs libcalls
Sanjay Patel
2018-05-22
1
-7
/
+7
*
[InstCombine] Remove calloc transformations
David Bolvansky
2018-05-22
1
-14
/
+14
*
[NewGVN] Fix handling of assumes
Florian Hahn
2018-05-22
1
-4
/
+4
*
[InstCombine] Calloc-ed strings optimizations
David Bolvansky
2018-05-22
1
-15
/
+15
*
[LowerSwitch] Fixed faulty PHI node update
Karl-Johan Karlsson
2018-05-22
1
-9
/
+9
*
[LoopVersioning] Don't modify the list that we iterate over in addPHINodes
Bjorn Pettersson
2018-05-22
1
-3
/
+6
*
[AMDGPU] Optimze old value of v_mov_b32_dpp
Stanislav Mekhanoshin
2018-05-22
1
-0
/
+17
*
Fix warning from r332654 with LLVM_ATTRIBUTE_USED
Diego Caballero
2018-05-21
1
-2
/
+2
*
[InstCombine] remove fptrunc (select) code; NFCI
Sanjay Patel
2018-05-21
1
-17
/
+0
[next]