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
...
*
Clauses in a landingpad are always Constant. Use a stricter type.
Rafael Espindola
2014-06-04
1
-4
/
+4
*
InstCombine: Improvement to check if signed addition overflows.
Rafael Espindola
2014-06-04
1
-7
/
+46
*
[asan] Fix coverage instrumentation with -asan-globals=0.
Evgeniy Stepanov
2014-06-03
1
-25
/
+32
*
Ignore line numbers on debug intrinsics. Add an assert to ensure that we aren...
Nick Lewycky
2014-06-03
1
-2
/
+4
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-1
/
+1
*
Add back commit r210029.
Rafael Espindola
2014-06-02
1
-4
/
+19
*
Revert "Add the nsw flag when we detect that an add will not signed overflow."
Rafael Espindola
2014-06-02
1
-5
/
+0
*
Added support to optimize comparisons with "lshr exact" of a constant.
Rafael Espindola
2014-06-02
1
-6
/
+29
*
Remove sanitizer blacklist from ASan/TSan/MSan function passes.
Alexey Samsonov
2014-06-02
3
-45
/
+14
*
Add the nsw flag when we detect that an add will not signed overflow.
Rafael Espindola
2014-06-02
1
-0
/
+5
*
[msan] Remove an out-of-date comment.
Evgeniy Stepanov
2014-06-02
1
-2
/
+0
*
[msan] Handle x86 vector pack intrinsics.
Evgeniy Stepanov
2014-06-02
1
-0
/
+36
*
Added inst combine tarnsform for (1 << X) & C pattrens where C is (some Power...
Dinesh Dwivedi
2014-06-02
1
-8
/
+24
*
Added inst combine transforms for single bit tests from Chris's note
Dinesh Dwivedi
2014-06-02
1
-1
/
+28
*
[Reassociate] Similar to "X + -X" -> "0", added code to handle "X + ~X" -> "-1".
Benjamin Kramer
2014-05-31
1
-8
/
+23
*
[ASan] Behave the same for functions w/o sanitize_address attribute and black...
Alexey Samsonov
2014-05-31
1
-2
/
+1
*
[TSan] Behave the same for functions w/o sanitize_thread attribute and blackl...
Alexey Samsonov
2014-05-31
1
-5
/
+7
*
Make bitcast, extractelement, and insertelement considered cheap for speculat...
Matt Arsenault
2014-05-30
1
-0
/
+3
*
PR19753: Optimize comparisons with "ashr exact" of a constanst.
Rafael Espindola
2014-05-30
1
-0
/
+17
*
Allow vectorization of intrinsics such as powi,cttz and ctlz in Loop and SLP ...
Karthik Bhat
2014-05-30
2
-2
/
+42
*
When analyzing params/args for readnone/readonly, don't forget to consider th...
Nick Lewycky
2014-05-30
1
-1
/
+18
*
And fix my fix to sink down through the type at the right time. My
Chandler Carruth
2014-05-29
1
-8
/
+9
*
Fix one bug in the latest incarnation of r209843 -- combining GEPs
Chandler Carruth
2014-05-29
1
-8
/
+13
*
LoopVectorizer: Add a check that the backedge taken count + 1 does not overflow
Arnold Schwaighofer
2014-05-29
1
-34
/
+95
*
Add support for combining GEPs across PHI nodes
Louis Gerbarg
2014-05-29
1
-0
/
+79
*
Use range-based for loops in ASan, TSan and MSan
Alexey Samsonov
2014-05-29
3
-97
/
+81
*
Revert "Revert "Revert "InstCombine: Improvement to check if signed addition ...
Rafael Espindola
2014-05-29
1
-44
/
+6
*
LCSSA should be performed on the outermost affected loop while unrolling loop.
Dinesh Dwivedi
2014-05-29
1
-0
/
+9
*
Add LoadCombine pass.
Michael J. Spencer
2014-05-29
4
-0
/
+281
*
[ASan] Hoist blacklisting globals from init-order checking to Clang.
Alexey Samsonov
2014-05-29
1
-2
/
+0
*
Fix typo in variable name
Alexey Samsonov
2014-05-29
1
-3
/
+3
*
[ASan] Use llvm.global_ctors to insert init-order checking calls into ASan ru...
Alexey Samsonov
2014-05-29
1
-34
/
+23
*
Revert "Revert "InstCombine: Improvement to check if signed addition overflow...
Rafael Espindola
2014-05-28
1
-6
/
+44
*
Revert "Add support for combining GEPs across PHI nodes"
Rafael Espindola
2014-05-28
1
-79
/
+0
*
Revert "InstCombine: Improvement to check if signed addition overflows."
Rafael Espindola
2014-05-28
1
-44
/
+6
*
Add support for combining GEPs across PHI nodes
Louis Gerbarg
2014-05-28
1
-0
/
+79
*
InstCombine: Improvement to check if signed addition overflows.
Rafael Espindola
2014-05-28
1
-6
/
+44
*
[asancov] Don't emit extra runtime calls when compiling without coverage.
Evgeniy Stepanov
2014-05-28
1
-3
/
+5
*
Distribute sext/zext to the operands of and/or/xor
Jingyue Wu
2014-05-27
1
-13
/
+29
*
Post-commit fixes for r209643
Filipe Cabecinhas
2014-05-27
1
-3
/
+7
*
[asancov] Emit an initializer passing number of coverage code locations in ea...
Evgeniy Stepanov
2014-05-27
1
-4
/
+14
*
Fix bad assert.
Daniel Jasper
2014-05-27
1
-1
/
+2
*
Convert some X86 blendv* intrinsics into IR.
Filipe Cabecinhas
2014-05-27
1
-0
/
+35
*
[asan] decrease asan-instrumentation-with-call-threshold from 10000 to 7000, ...
Kostya Serebryany
2014-05-26
1
-1
/
+1
*
Make the LoopRotate pass's maximum header size configurable both programmatic...
Owen Anderson
2014-05-26
1
-4
/
+14
*
Add an extension point for peephole optimizers.
Peter Collingbourne
2014-05-25
1
-0
/
+9
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-3
/
+3
*
Add the extracted constant offset using GEP
Jingyue Wu
2014-05-23
1
-26
/
+50
*
[asan] properly instrument memory accesses that have small alignment (smaller...
Kostya Serebryany
2014-05-23
1
-9
/
+19
*
Add support for missed and analysis optimization remarks.
Diego Novillo
2014-05-22
5
-29
/
+67
[prev]
[next]