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 r272194 No need for it if loop Analysis Manager is used
Xinliang David Li
2016-06-09
5
-5
/
+5
*
[ThinLTO/gold] Enable summary-based internalization
Teresa Johnson
2016-06-09
1
-2
/
+13
*
[LoopSimplify] Preserve LCSSA when merging exit blocks.
Michael Zolotukhin
2016-06-08
1
-2
/
+21
*
[LoopUnroll] Check that DT is available before trying to verify it.
Michael Zolotukhin
2016-06-08
1
-1
/
+1
*
[SLPVectorizer] Handle GEP with differing constant index types
Michael Zolotukhin
2016-06-08
1
-1
/
+1
*
[PM] Add missing caching of GlobalsAA to EarlyCSE.
Davide Italiano
2016-06-08
1
-0
/
+1
*
[InstCombine] move fold of select of add/sub to helper function; NFCI
Sanjay Patel
2016-06-08
1
-61
/
+75
*
[InstCombine] fix outdated comment, simplify logic; NFCI
Sanjay Patel
2016-06-08
1
-16
/
+13
*
The patch set unroll disable pragma when unroll
Evgeny Stupachenko
2016-06-08
1
-11
/
+11
*
[PM] Refector LoopAccessInfo analysis code
Xinliang David Li
2016-06-08
5
-5
/
+5
*
[InstCombine] reduce indent; NFC
Sanjay Patel
2016-06-08
1
-63
/
+64
*
[MemCpyOpt] Do not exchange llvm.lifetime.start and llvm.memcpy
Tim Shen
2016-06-08
1
-0
/
+5
*
[InstCombine] use copyIRFlags() ; NFCI
Sanjay Patel
2016-06-08
1
-12
/
+2
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
3
-5
/
+8
*
[PM] LoopSimplify. Remove unneeded pass dependencies. NFCI.
Davide Italiano
2016-06-08
1
-3
/
+0
*
[PM/SimplifyCFG] Preserve GlobalsAA even if the IR is mutated.
Davide Italiano
2016-06-08
1
-4
/
+5
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
7
-14
/
+14
*
[PM] Preserve GlobalsAA for SROA.
Davide Italiano
2016-06-07
1
-1
/
+6
*
[InstCombine][AVX2] Add support for simplifying AVX2 per-element shifts to na...
Simon Pilgrim
2016-06-07
1
-0
/
+125
*
[InstCombine][SSE] Add MOVMSK constant folding (PR27982)
Simon Pilgrim
2016-06-07
1
-0
/
+51
*
[InstCombine] scalarizePHI should not assume the code it sees has been CSE'd
Michael Kuperstein
2016-06-06
1
-12
/
+26
*
[PM] Preserve the correct set of analyses for GVN.
Davide Italiano
2016-06-06
1
-1
/
+6
*
[GVN] Switch dump() definition over to LLVM_DUMP_METHOD.
Davide Italiano
2016-06-06
1
-2
/
+1
*
Reapply [LSR] Create fewer redundant instructions.
Geoff Berry
2016-06-06
1
-20
/
+22
*
[InstCombine] limit icmp transform to ConstantInt (PR28011)
Sanjay Patel
2016-06-06
1
-3
/
+5
*
LICM: Don't sink stores out of loops that may throw.
Eli Friedman
2016-06-05
1
-0
/
+10
*
Add safety check to InstCombiner::commonIRemTransforms
Sanjoy Das
2016-06-05
1
-2
/
+11
*
[PM] Port IndVarSimplify to the new pass manager
Sanjoy Das
2016-06-05
1
-0
/
+27
*
[IndVars] Remove -liv-reduce
Sanjoy Das
2016-06-05
2
-77
/
+0
*
[InstCombine] allow vector icmp bool transforms
Sanjay Patel
2016-06-05
1
-1
/
+1
*
fix documentation comments and other clean-ups; NFC
Sanjay Patel
2016-06-05
1
-74
/
+67
*
[PM] Port GCOVProfiler pass to the new pass manager
Xinliang David Li
2016-06-05
1
-1
/
+13
*
[PM] code refactoring /NFC
Xinliang David Li
2016-06-05
2
-73
/
+83
*
[InstCombine] less 'CI' confusion; NFC
Sanjay Patel
2016-06-05
1
-26
/
+26
*
[SimplifyCFG] Don't kill empty cleanuppads with multiple uses
David Majnemer
2016-06-04
1
-0
/
+5
*
[InstCombine] allow vector constants for cast+icmp fold
Sanjay Patel
2016-06-04
1
-1
/
+1
*
clean-up; NFC
Sanjay Patel
2016-06-04
1
-4
/
+3
*
fix formatting, punctuation; NFC
Sanjay Patel
2016-06-04
1
-5
/
+3
*
[InstCombine][MMX] Extend SimplifyDemandedUseBits MOVMSK support to MMX
Simon Pilgrim
2016-06-04
1
-3
/
+9
*
[pgo] extend r271532 to darwin platform
Xinliang David Li
2016-06-03
1
-4
/
+4
*
[esan|wset] Optionally assume intra-cache-line accesses
Derek Bruening
2016-06-03
1
-2
/
+16
*
[esan] Specify which tool via a global variable
Derek Bruening
2016-06-03
1
-0
/
+13
*
[InstCombine] look through bitcasts to find selects
Sanjay Patel
2016-06-03
1
-18
/
+49
*
[esan|cfrag] Instrument GEP instr for struct field access.
Qin Zhao
2016-06-03
1
-0
/
+61
*
[LoopUnroll] Set correct thresholds for new recently enabled unrolling heuris...
Michael Zolotukhin
2016-06-03
1
-2
/
+2
*
[TailRecursionElimination] Refactor/cleanup.
Davide Italiano
2016-06-02
1
-150
/
+121
*
[PM] Schedule InstSimplify after late LICM run, to clean up LCSSA nodes.
Manuel Jacob
2016-06-02
1
-0
/
+3
*
[PM] LoadCombine preserves GlobalsAA, doesn't depend on it.
Davide Italiano
2016-06-02
1
-1
/
+0
*
[PM/LoadCombine] Inline getAnalysisUsage(). NFCI.
Davide Italiano
2016-06-02
1
-8
/
+5
*
transform obscured FP sign bit ops into a fabs/fneg using TLI hook
Sanjay Patel
2016-06-02
1
-18
/
+0
[next]