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] For select rule, use positive check of constant int for select ...
Anna Thomas
2017-03-28
1
-1
/
+1
*
Revert "[asan] Delay creation of asan ctor."
Alex Shlyapnikov
2017-03-27
2
-26
/
+21
*
Revert "[asan] Put ctor/dtor in comdat."
Alex Shlyapnikov
2017-03-27
1
-41
/
+9
*
[LV] Transform truncations of non-primary induction variables
Matthew Simpson
2017-03-27
1
-11
/
+10
*
[InstCombine] Avoid incorrect folding of select into phi nodes when incoming ...
Anna Thomas
2017-03-27
1
-1
/
+5
*
[LoopUnroll] Remap references in peeled iteration
Serge Pavlov
2017-03-26
1
-4
/
+5
*
Split the SimplifyCFG pass into two variants.
Joerg Sonnenberger
2017-03-26
4
-23
/
+79
*
[IR] Make SwitchInst::CaseIt almost a normal iterator.
Chandler Carruth
2017-03-26
3
-16
/
+24
*
[InstCombine] Change the interface of SimplifyDemandedBits so that it takes t...
Craig Topper
2017-03-25
3
-46
/
+46
*
[NewGVN] Adjust NDEBUG markers.
Davide Italiano
2017-03-25
1
-2
/
+2
*
[asan] Put ctor/dtor in comdat.
Evgeniy Stepanov
2017-03-25
1
-9
/
+41
*
Revert r298711 "[InstCombine] Provide a way to calculate KnownZero/One for Ad...
Craig Topper
2017-03-24
1
-5
/
+4
*
Revert r298620: [LV] Vectorize GEPs
Ivan Krasin
2017-03-24
1
-117
/
+67
*
[asan] Delay creation of asan ctor.
Evgeniy Stepanov
2017-03-24
2
-21
/
+26
*
AMDGPU: Fold rcp/rsq of undef to undef
Matt Arsenault
2017-03-24
1
-2
/
+15
*
TTI: Split IsSimple in MemIntrinsicInfo
Matt Arsenault
2017-03-24
1
-13
/
+9
*
[ThinLTO] Correct counting of functions in inliner stats
Teresa Johnson
2017-03-24
1
-0
/
+2
*
[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
[next]