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
*
Revert "Reapply: Teach SROA how to update debug info for fragmented variables."
Adrian Prantl
2015-01-08
1
-60
/
+8
*
Reapply: Teach SROA how to update debug info for fragmented variables.
Adrian Prantl
2015-01-07
1
-8
/
+60
*
Analysis: Reformulate WillNotOverflowUnsignedAdd for reusability
David Majnemer
2015-01-07
3
-45
/
+12
*
InstCombine: Just a small tidy-up
David Majnemer
2015-01-07
1
-3
/
+2
*
Revert "Reapply: Teach SROA how to update debug info for fragmented variables."
Adrian Prantl
2015-01-06
1
-60
/
+8
*
This patch teaches IndVarSimplify to add nuw and nsw to certain kinds
Sanjoy Das
2015-01-06
1
-0
/
+125
*
Reapply: Teach SROA how to update debug info for fragmented variables.
Adrian Prantl
2015-01-06
1
-8
/
+60
*
Convert fcmp with 0.0 from casted integers to icmp
Matt Arsenault
2015-01-06
1
-4
/
+34
*
InstCombine: Bitcast call arguments from/to pointer/integer type
David Majnemer
2015-01-06
1
-4
/
+13
*
SymbolRewriter: use iplist::splice
Saleem Abdulrasool
2015-01-05
1
-1
/
+1
*
SymbolRewriter: 80-column
Saleem Abdulrasool
2015-01-05
1
-2
/
+4
*
Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...
Craig Topper
2015-01-05
1
-1
/
+1
*
Fixed a bug in memory dependence checking module of loop vectorization. The f...
Jiangning Liu
2015-01-05
1
-48
/
+57
*
[SROA] Apply a somewhat heavy and unpleasant hammer to fix PR22093, an
Chandler Carruth
2015-01-05
1
-11
/
+47
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
35
-298
/
+304
*
InstCombine: match can find ConstantExprs, don't assume we have a Value
David Majnemer
2015-01-04
1
-2
/
+2
*
[asan] simplify the tracing code, make it use the same guard variables as cov...
Kostya Serebryany
2015-01-03
1
-25
/
+12
*
InstCombine: Detect when llvm.umul.with.overflow always overflows
David Majnemer
2015-01-02
1
-0
/
+2
*
Analysis: Reformulate WillNotOverflowUnsignedMul for reusability
David Majnemer
2015-01-02
3
-53
/
+9
*
[SROA] Teach SROA to be more aggressive in splitting now that we have
Chandler Carruth
2015-01-02
1
-27
/
+54
*
[SROA] Make the computation of adjusted pointers not leak GEP
Chandler Carruth
2015-01-02
1
-10
/
+14
*
[SROA] Fix the loop exit placement to be prior to indexing the splits
Chandler Carruth
2015-01-02
1
-4
/
+8
*
[SROA] Fix two total think-os in r225061 that should have been caught on
Chandler Carruth
2015-01-01
1
-2
/
+2
*
[SROA] Switch to using a more direct debug logging technique in one part
Chandler Carruth
2015-01-01
1
-4
/
+6
*
[SROA] Fix formatting with clang-format which I managed to fail to do
Chandler Carruth
2015-01-01
1
-48
/
+48
*
[SROA] Teach SROA how to much more intelligently handle split loads and
Chandler Carruth
2015-01-01
1
-2
/
+484
*
InstCombine: fsub nsz 0, X ==> fsub nsz -0.0, X
Sanjay Patel
2014-12-31
1
-0
/
+8
*
InstCombine: try to transform A-B < 0 into A < B
David Majnemer
2014-12-31
1
-0
/
+20
*
[asan] change _sanitizer_cov_module_init to accept int* instead of int**
Kostya Serebryany
2014-12-30
1
-18
/
+34
*
Some code improvements in Masked Load/Store.
Elena Demikhovsky
2014-12-30
1
-21
/
+10
*
Carry facts about nullness and undef across GC relocation
Philip Reames
2014-12-29
1
-0
/
+36
*
Refine the notion of MayThrow in LICM to include a header specific version
Philip Reames
2014-12-29
1
-8
/
+16
*
Loading from null is valid outside of addrspace 0
Philip Reames
2014-12-29
1
-10
/
+10
*
InstCombine: Infer nuw for multiplies
David Majnemer
2014-12-26
2
-0
/
+39
*
InstCombe: Infer nsw for multiplies
David Majnemer
2014-12-26
4
-89
/
+91
*
Masked Load/Store - Changed the order of parameters in intrinsics.
Elena Demikhovsky
2014-12-25
1
-15
/
+5
*
[SROA] Update the documentation and names for accessing the slices
Chandler Carruth
2014-12-24
1
-29
/
+36
*
[SROA] Refactor the integer and vector promotion testing logic to
Chandler Carruth
2014-12-24
1
-47
/
+35
*
[asan] change the coverage collection scheme so that we can easily emit cover...
Kostya Serebryany
2014-12-23
1
-12
/
+24
*
[SimplifyCFG] Revise common code sinking
Michael Liao
2014-12-23
1
-30
/
+30
*
Remove a bad cast in CloneModule()
Michael Kuperstein
2014-12-23
1
-1
/
+1
*
Revert r224739: Debug info: Teach SROA how to update debug info for
Chandler Carruth
2014-12-23
1
-30
/
+1
*
Remove dynamic allocation/indirection from GCOVBlocks owned by GCOVFunction
David Blaikie
2014-12-22
1
-22
/
+25
*
[SROA] Lift the logic for traversing the alloca slices one partition at
Chandler Carruth
2014-12-22
1
-157
/
+303
*
[LCSSA] Handle PHI insertion in disjoint loops
Bruno Cardoso Lopes
2014-12-22
3
-10
/
+44
*
Debug info: Teach SROA how to update debug info for fragmented variables.
Adrian Prantl
2014-12-22
1
-1
/
+30
*
InstCombine: Squash an icmp+select into bitwise arithmetic
David Majnemer
2014-12-20
1
-6
/
+24
*
[SROA] Run clang-format over the entire SROA pass as I wrote it before
Chandler Carruth
2014-12-20
1
-157
/
+138
*
[BBVectorize] Remove two more redundant assignments.
Tilmann Scheller
2014-12-19
1
-2
/
+0
*
[BBVectorize] Remove redundant assignment.
Tilmann Scheller
2014-12-19
1
-1
/
+0
[next]