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
*
[Inliner] Don't treat inalloca allocas as static
Reid Kleckner
2016-08-12
1
-3
/
+10
*
Fixed typo.
David L Kreitzer
2016-08-12
1
-1
/
+1
*
[PM] Port LowerInvoke to the new pass manager
Michael Kuperstein
2016-08-12
2
-18
/
+33
*
constify InstCombine::foldAllocaCmp. NFC.
Pete Cooper
2016-08-12
2
-10
/
+12
*
Fine tuning of sample profile propagation algorithm.
Dehao Chen
2016-08-12
1
-31
/
+100
*
[PM] Port NameAnonFunction pass to new pass manager
Teresa Johnson
2016-08-12
2
-8
/
+20
*
[Coroutines] Move class into anonymous namespace.
Benjamin Kramer
2016-08-12
1
-0
/
+2
*
[Coroutines]: Part6b: Add coro.id intrinsic.
Gor Nishanov
2016-08-12
5
-180
/
+191
*
Use the range variant of transform instead of unpacking begin/end
David Majnemer
2016-08-12
1
-1
/
+1
*
Use the range variant of remove_if instead of unpacking begin/end
David Majnemer
2016-08-12
3
-70
/
+59
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
7
-17
/
+12
*
WholeProgramDevirt: initialize WasDevirt in all constructors.
Ivan Krasin
2016-08-12
1
-1
/
+1
*
[DSE] Don't remove stores made live by a call which unwinds.
Eli Friedman
2016-08-12
1
-16
/
+58
*
Fix typos /NFC
Xinliang David Li
2016-08-11
1
-2
/
+2
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
9
-20
/
+14
*
Don't import variadic functions
Piotr Padlewski
2016-08-11
1
-0
/
+4
*
Extend trip count instead of truncating IV in LFTR, when legal
Ehsan Amiri
2016-08-11
1
-0
/
+27
*
[MSSA] Use is_contained
Daniel Berlin
2016-08-11
1
-1
/
+1
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
16
-48
/
+41
*
[SCEV] Update interface to handle SCEVExpander insert point motion.
Geoff Berry
2016-08-11
1
-8
/
+9
*
Fix PR 28933
Daniel Berlin
2016-08-11
1
-5
/
+11
*
WholeProgramDevirt: generate more detailed and accurate remarks.
Ivan Krasin
2016-08-11
1
-35
/
+75
*
Target independent codesize heuristics for Loop Idiom Recognition
Andrew Kaylor
2016-08-11
1
-3
/
+45
*
Add a new method to create SimpleInliner instance and make pre-inliner use this.
Easwaran Raman
2016-08-11
2
-2
/
+16
*
Fix some Clang-tidy modernize and Include What You Use warnings.
Eugene Zelenko
2016-08-11
3
-31
/
+89
*
[SLP] Make RecursionMaxDepth a command line option (NFC)
Matthew Simpson
2016-08-11
1
-2
/
+3
*
fix comment; NFC
Sanjay Patel
2016-08-11
1
-2
/
+3
*
use auto* with dyn_cast ; NFC
Sanjay Patel
2016-08-11
1
-2
/
+1
*
getParent()->getParent() == getFunction() ; NFC
Sanjay Patel
2016-08-11
1
-2
/
+1
*
revert 278334
Ehsan Amiri
2016-08-11
1
-27
/
+0
*
Extend trip count instead of truncating IV in LFTR, when legal
Ehsan Amiri
2016-08-11
1
-2
/
+30
*
[Profile] improve warning control option
Xinliang David Li
2016-08-11
1
-3
/
+4
*
Changed sign of LastCallToStaticBouns
Piotr Padlewski
2016-08-10
1
-1
/
+1
*
[IndVarSimplify] Eliminate zext of a signed IV when the IV is known to be non...
Andrew Kaylor
2016-08-10
1
-2
/
+7
*
Fix LCSSA increased compile time
Rong Xu
2016-08-10
1
-7
/
+7
*
[Coroutines] Part 6: Elide dynamic allocation of a coroutine frame when possible
Gor Nishanov
2016-08-10
4
-28
/
+213
*
Teach CorrelatedValuePropagation to mark adds as no wrap
Artur Pilipenko
2016-08-10
1
-0
/
+57
*
[SimplifyLibCalls] Restore the old behaviour, emit a libcall.
Davide Italiano
2016-08-10
1
-3
/
+5
*
Do not directly use inline threshold cl options in cost analysis.
Easwaran Raman
2016-08-10
1
-14
/
+8
*
[Inliner,OptDiag] Add hotness attribute to opt diagnostics
Adam Nemet
2016-08-10
1
-35
/
+40
*
[LoopSimplify] Rebuild LCSSA for the inner loop after separating nested loops.
Michael Zolotukhin
2016-08-09
1
-32
/
+4
*
Fix the runtime error caused by "Use ValueOffsetPair to enhance value reuse d...
Wei Mi
2016-08-09
1
-1
/
+1
*
[EarlyCSE] Teach about CSE'ing over invariant.start intrinsics
Anna Thomas
2016-08-09
1
-0
/
+13
*
[Profile] turn off verbose warnings by default
Xinliang David Li
2016-08-09
1
-1
/
+1
*
Consistently use LoopAnalysisManager
Sean Silva
2016-08-09
9
-9
/
+9
*
Consistently use ModuleAnalysisManager
Sean Silva
2016-08-09
13
-14
/
+14
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
19
-19
/
+19
*
[WebAssembly] Fix CFI index to account for padding nullptr function
Derek Schuff
2016-08-08
1
-1
/
+2
*
InstCombine: Remove a redundant #ifdef NDEBUG. NFC
Justin Bogner
2016-08-08
1
-2
/
+0
*
[LoopUnroll] Simplify loops created by unrolling.
Michael Zolotukhin
2016-08-08
1
-0
/
+19
[next]