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
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ConstantFolding] Don't bail on folding if ConstantFoldConstantExpression fails
David Majnemer
2016-07-28
1
-2
/
+1
*
[InstCombine] Handle failures from ConstantFoldConstantExpression
David Majnemer
2016-07-28
1
-0
/
+8
*
Fix the assertion error in collectLoopUniforms caused by empty Worklist befor...
Wei Mi
2016-07-27
1
-0
/
+19
*
[LSV] Don't assume that bitcast ops are Instructions.
Justin Lebar
2016-07-27
1
-0
/
+14
*
GVN-hoist: improve code generation for recursive GEPs
Sebastian Pop
2016-07-27
1
-0
/
+103
*
[ConstantFolding] Correctly handle failures in ConstantFoldConstantExpression...
David Majnemer
2016-07-27
1
-0
/
+14
*
Reverting r276771 due to MSan failures.
Andrew Kaylor
2016-07-27
2
-6
/
+0
*
[InstSimplify] Cast folding can be made more generic
David Majnemer
2016-07-26
1
-2
/
+1
*
Re-committing r275284: add support to inline __builtin_mempcpy
Andrew Kaylor
2016-07-26
2
-0
/
+6
*
Reapply: [InstSimplify] Add support for bitcasts"
David Majnemer
2016-07-26
3
-4
/
+29
*
GVN-hoist: use a DFS numbering of instructions (PR28670)
Sebastian Pop
2016-07-26
1
-11
/
+12
*
[safestack] Fix stack guard live range.
Evgeniy Stepanov
2016-07-26
1
-0
/
+34
*
Revert "[InstSimplify] Add support for bitcasts"
David Majnemer
2016-07-25
2
-28
/
+3
*
[InstSimplify] Add support for bitcasts
David Majnemer
2016-07-25
2
-3
/
+28
*
Scalarizer: Support scalarizing intrinsics
Matt Arsenault
2016-07-25
1
-0
/
+85
*
Fix invalid iterator use in safestack coloring.
Evgeniy Stepanov
2016-07-25
1
-0
/
+84
*
[PGO] Fix profile mismatch in COMDAT function with pre-inliner
Rong Xu
2016-07-25
4
-11
/
+70
*
Fix : Partial Inliner requires AssumptionCacheTracker
Sean Silva
2016-07-25
1
-0
/
+20
*
[GVNHoist] Merge metadata on hoisted instructions less conservatively
David Majnemer
2016-07-25
1
-0
/
+25
*
[GVNHoist] Properly merge alignments when hoisting
David Majnemer
2016-07-25
1
-0
/
+21
*
[Loop Vectorizer] Handling loops FP induction variables.
Elena Demikhovsky
2016-07-24
2
-0
/
+304
*
[InstCombine] allow icmp (bit-manipulation-intrinsic(), C) folds for vectors
Sanjay Patel
2016-07-23
1
-8
/
+3
*
[Profile] Use explicit flag to enable IR PGO
Xinliang David Li
2016-07-23
1
-1
/
+2
*
auto-generate checks
Sanjay Patel
2016-07-23
1
-32
/
+62
*
[LoopDataPrefetch] Include hotness of region in opt remark
Adam Nemet
2016-07-22
1
-0
/
+82
*
add tests for icmp vector folds
Sanjay Patel
2016-07-22
2
-1
/
+50
*
[SLPVectorizer] Vectorize reverse-order loads in horizontal reductions
Michael Kuperstein
2016-07-22
1
-0
/
+49
*
add tests for icmp vector folds
Sanjay Patel
2016-07-22
1
-0
/
+24
*
add tests for icmp vector folds
Sanjay Patel
2016-07-22
1
-0
/
+24
*
add tests for icmp vector folds
Sanjay Patel
2016-07-22
2
-6
/
+69
*
update to use FileCheck and auto-generate checks
Sanjay Patel
2016-07-22
1
-161
/
+338
*
add tests for icmp vector folds
Sanjay Patel
2016-07-22
2
-0
/
+26
*
Recommit - [DSE]Enhance shorthening MemIntrinsic based on OverlapIntervals
Jun Bum Lim
2016-07-22
3
-0
/
+67
*
add tests for vector bit manipulation intrinsics
Sanjay Patel
2016-07-22
1
-2
/
+40
*
Invariant start/end intrinsics overloaded for address space
Anna Thomas
2016-07-22
3
-10
/
+22
*
Don't remove side effecting instructions due to ConstantFoldInstruction
David Majnemer
2016-07-22
3
-41
/
+53
*
[IRCE] Don't misuse CHECK-LABEL; NFC
Sanjoy Das
2016-07-22
5
-30
/
+31
*
[IRCE] Add an option to skip profitability checks
Sanjoy Das
2016-07-22
1
-0
/
+31
*
GVH-hoist: only clone GEPs (PR28606)
Sebastian Pop
2016-07-21
2
-2
/
+52
*
[PM] Port NaryReassociate to the new PM
Wei Mi
2016-07-21
5
-0
/
+5
*
[InstSimplify] don't crash handling a pointer or aggregate type
Sanjay Patel
2016-07-21
1
-0
/
+13
*
[InstSimplify] recognize trunc + icmp sgt/slt variants of select simplificati...
Sanjay Patel
2016-07-21
1
-41
/
+9
*
[OptDiag,LDist] Convert remaining opt remarks to use the new API
Adam Nemet
2016-07-21
1
-0
/
+6
*
[LV] Move vector int induction update to end of latch
Matthew Simpson
2016-07-21
3
-14
/
+15
*
add vector tests and a simpler version of the negative tests
Sanjay Patel
2016-07-21
1
-3
/
+48
*
Revert "Invariant start/end intrinsics overloaded for address space"
Anna Thomas
2016-07-21
3
-22
/
+10
*
Invariant start/end intrinsics overloaded for address space
Anna Thomas
2016-07-21
3
-10
/
+22
*
[GVNHoist] Preserve optimization hints which agree
David Majnemer
2016-07-21
1
-0
/
+44
*
[GVNHoist] Don't wrongly preserve TBAA
David Majnemer
2016-07-21
1
-0
/
+29
*
[OptDiag,LV] Add hotness attribute to applied-optimization remarks
Adam Nemet
2016-07-21
1
-4
/
+4
[next]