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] Provide a way to calculate KnownZero/One for Add/Sub in Simplif...
Craig Topper
2017-03-24
1
-4
/
+5
*
Make GCC happy again.
Benjamin Kramer
2017-03-24
1
-2
/
+1
*
NewGVN: Small cleanup of two dominance related functions to make
Daniel Berlin
2017-03-24
1
-13
/
+39
*
NewGVN: Small cleanup of useless expression deletion, and don't uselessly cre...
Daniel Berlin
2017-03-24
1
-14
/
+19
*
NewGVN: Fix PR32403 - Handling of undef in phis was not quite correct
Daniel Berlin
2017-03-24
1
-1
/
+14
*
[InstCombine] Use range-based for loop. NFC
Craig Topper
2017-03-24
1
-5
/
+4
*
[InstCombine] Fix 80 column violation I accidentally introduced. NFC
Craig Topper
2017-03-24
1
-1
/
+2
*
[sancov] Don't instrument blocks with no insertion point
Reid Kleckner
2017-03-23
1
-0
/
+5
*
Set the prof weight correctly for call instructions in DeadArgumentElimination.
Dehao Chen
2017-03-23
1
-0
/
+6
*
[MetaRenamer] Don't rename library functions.
Bryant Wong
2017-03-23
1
-3
/
+14
*
Disable loop unrolling and icp in SamplePGO ThinLTO compile phase
Dehao Chen
2017-03-23
1
-1
/
+12
*
[InstCombine] Remove some code from visitAnd that dealt with trying to reduce...
Craig Topper
2017-03-23
1
-12
/
+0
*
[ThinLTO] Add support for emitting minimized bitcode for thin link
Teresa Johnson
2017-03-23
1
-17
/
+57
*
[LV] Vectorize GEPs
Matthew Simpson
2017-03-23
1
-67
/
+117
*
[LV] Delete unneeded scalar GEP creation code
Matthew Simpson
2017-03-23
1
-33
/
+1
*
Do not set branch weight if the branch weight annotation is present.
Dehao Chen
2017-03-23
1
-1
/
+5
*
Preserve nonnull metadata on Loads through SROA & mem2reg.
Luqman Aden
2017-03-22
2
-10
/
+51
*
IPO: Const correctness for summaries passed into passes.
Peter Collingbourne
2017-03-22
3
-59
/
+77
*
IR: Fix a race condition in type id clients of ModuleSummaryIndex.
Peter Collingbourne
2017-03-22
2
-10
/
+18
*
[InstCombine] canonicalize insertelement of scalar constant ahead of insertel...
Sanjay Patel
2017-03-22
1
-0
/
+33
*
r286814 resulted that CallPenalty can be subtracted twice:
Evgeny Astigeevich
2017-03-22
1
-1
/
+1
*
[InstCombine] Teach SimplifyDemandedUseBits to shrink Constants on the left s...
Craig Topper
2017-03-22
1
-1
/
+2
*
Let llvm.objectsize be conservative with null pointers
George Burgess IV
2017-03-21
1
-2
/
+3
*
Do not inline hot callsites for samplepgo in thinlto compile phase.
Dehao Chen
2017-03-21
1
-2
/
+6
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
22
-205
/
+206
*
Test commit access
Yi Kong
2017-03-21
1
-10
/
+10
*
NFC. InstCombiner::visitFAdd extract LHSIntVal/RHSIntVal local variables
Artur Pilipenko
2017-03-21
1
-9
/
+11
*
InstCombine: Check source value precision when reducing cast intrinsic
Matt Arsenault
2017-03-20
1
-2
/
+14
*
Revert r298158.
Evgeniy Stepanov
2017-03-20
3
-136
/
+48
*
Fix UB found by -Wtautological-undefined-compare
David Blaikie
2017-03-20
1
-4
/
+3
*
Updates branch_weights annotation for call instructions during inlining.
Dehao Chen
2017-03-20
1
-11
/
+40
*
Use isa<> instead of dyn_cast<> (NFC).
Adrian Prantl
2017-03-20
1
-5
/
+5
*
[InstCombine] Print a debug message when we constant fold an operand during w...
Craig Topper
2017-03-20
1
-0
/
+2
*
Templatize parts of VNCoercion, and add constant-only versions of the functio...
Daniel Berlin
2017-03-20
2
-68
/
+111
*
Use MutableArrayRef for APFloat::convertToInteger
Simon Pilgrim
2017-03-20
1
-2
/
+3
*
Strip trailing whitespace
Simon Pilgrim
2017-03-20
1
-3
/
+3
*
[IR] Remove some unneeded includes from Operator.h and fix cpp files that wer...
Craig Topper
2017-03-20
1
-0
/
+1
*
Remove unnecessary IDom check
Xin Tong
2017-03-20
1
-3
/
+4
*
[InstCombine] Remove duplicate code in SimplifyDemandedUseBits for URem. NFC
Craig Topper
2017-03-19
1
-2
/
+0
*
Correct a rebase mistake.
Xin Tong
2017-03-19
1
-2
/
+2
*
[JumpThreading] Perform phi-translation in SimplifyPartiallyRedundantLoad.
Xin Tong
2017-03-19
1
-18
/
+33
*
[InstCombine] Use setHighBits/setLowBits/setBitsFrom in place of getLowBitsSe...
Craig Topper
2017-03-19
1
-17
/
+14
*
NewGVN: Now that we have a better verifier, we can prove that we can erase th...
Daniel Berlin
2017-03-19
1
-1
/
+3
*
NewGVN: Remove dead code (for now)
Daniel Berlin
2017-03-19
1
-4
/
+0
*
[GVN] Fix accidental double storage of the function BasicBlock list in iterat...
Craig Topper
2017-03-18
1
-13
/
+4
*
NewGVN: Greatly enhance the ability of the NewGVN verifier to detect
Daniel Berlin
2017-03-18
1
-86
/
+150
*
NewGVN: Fix PHI evaluation bug exposed by new verifier. We were checking whet...
Daniel Berlin
2017-03-18
1
-4
/
+6
*
[BuildLibCalls] emitPutChar should infer function attributes for putchar
Craig Topper
2017-03-17
1
-0
/
+1
*
[asan] Fix dead stripping of globals on Linux.
Evgeniy Stepanov
2017-03-17
3
-48
/
+136
*
[coverity] Fix uninit variable.
Vassil Vassilev
2017-03-17
1
-1
/
+1
[next]