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
/
Scalar
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C API] Make the 'lower switch' pass available via the C API.
Juergen Ributzka
2014-09-11
1
-0
/
+4
*
[AlignmentFromAssumptions] Don't crash just because the target is 32-bit
Hal Finkel
2014-09-11
1
-0
/
+4
*
[AlignmentFromAssumptions] Don't divide by zero for unknown starting alignment
Hal Finkel
2014-09-10
1
-2
/
+4
*
[MergedLoadStoreMotion] Move pass enabling option to PassManagerBuilder
Gerolf Hoflehner
2014-09-10
1
-5
/
+0
*
Removed misleading comment.
Gerolf Hoflehner
2014-09-10
1
-1
/
+0
*
SampleProfile.cpp: Prune a stray \param added in r217437. [-Wdocumentation]
NAKAMURA Takumi
2014-09-09
1
-1
/
+0
*
ScalarOpts/LLVMBuild.txt: Prune unused dependency to IPA.
NAKAMURA Takumi
2014-09-09
1
-1
/
+1
*
ScalarOpts/LLVMBuild.txt: Reorder.
NAKAMURA Takumi
2014-09-09
1
-1
/
+1
*
Re-factor sample profile reader into lib/ProfileData.
Diego Novillo
2014-09-09
2
-394
/
+67
*
Add a comment to getNewAlignmentDiff.
Andrew Trick
2014-09-07
1
-2
/
+4
*
Make use of @llvm.assume from LazyValueInfo
Hal Finkel
2014-09-07
2
-32
/
+56
*
Add an AlignmentFromAssumptions Pass
Hal Finkel
2014-09-07
3
-0
/
+426
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
9
-11
/
+49
*
Add functions for finding ephemeral values
Hal Finkel
2014-09-07
3
-8
/
+26
*
Add an Assumption-Tracking Pass
Hal Finkel
2014-09-07
2
-1
/
+15
*
[GVN] Format variable name.
Tilmann Scheller
2014-09-04
1
-2
/
+2
*
IndVarSimplify: Address review comments for r217102
David Majnemer
2014-09-04
1
-4
/
+7
*
IndVarSimplify: Don't let LFTR compare against a poison value
David Majnemer
2014-09-03
1
-6
/
+18
*
Make some helpers static or move into the llvm namespace.
Benjamin Kramer
2014-09-03
1
-1
/
+1
*
LICM: Don't crash when an instruction is used by an unreachable BB
David Majnemer
2014-09-02
1
-1
/
+6
*
SROA: Don't insert instructions before a PHI
David Majnemer
2014-09-01
1
-1
/
+4
*
Fix a really bad miscompile introduced in r216865 - the else-if logic
Chandler Carruth
2014-09-01
1
-10
/
+14
*
Ignore lifetime intrinsics in use list for MemCpyOptimizer. Patch by Luqman A...
Nick Lewycky
2014-09-01
1
-0
/
+4
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-1
/
+1
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
3
-25
/
+18
*
[SROA] Fold a PHI node if all its incoming values are the same
Jingyue Wu
2014-08-22
1
-41
/
+41
*
SROA: Handle a case of store size being smaller than allocation size
Reid Kleckner
2014-08-22
1
-4
/
+6
*
[CLNUP] Remove return after llvm_unreachable. Thanks to Hal Finkel for pointing.
Zinovy Nis
2014-08-21
1
-1
/
+0
*
Reassociate x + -0.1234 * y into x - 0.1234 * y
Erik Verbruggen
2014-08-21
1
-2
/
+49
*
[INDVARS] Extend using of widening of induction variables for the cases of "s...
Zinovy Nis
2014-08-21
1
-4
/
+23
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
5
-22
/
+22
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
5
-22
/
+22
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
5
-22
/
+22
*
Introduce a helper to combine instruction metadata.
Rafael Espindola
2014-08-15
1
-43
/
+19
*
[Reassociation] Add support for reassociation with unsafe algebra.
Chad Rosier
2014-08-14
1
-81
/
+228
*
Initialize FlattenCFG pass
Jan Vesely
2014-08-13
1
-0
/
+1
*
Fix for multi-line comment warning
Gerolf Hoflehner
2014-08-07
1
-12
/
+12
*
Fix a case in SROA where lifetime intrinsics could inhibit alloca promotion. In
Owen Anderson
2014-08-07
1
-0
/
+4
*
Revert "r214897 - Remove dead zero store to calloc initialized memory"
Rui Ueyama
2014-08-06
1
-35
/
+15
*
Fix typos in comments and doc
JF Bastien
2014-08-05
2
-3
/
+3
*
Remove dead zero store to calloc initialized memory
Philip Reames
2014-08-05
1
-15
/
+35
*
PartiallyInlineLibCalls: Check sqrt result type before transforming it.
Peter Collingbourne
2014-08-01
1
-0
/
+4
*
Remove some calls to std::move.
Rafael Espindola
2014-08-01
1
-2
/
+2
*
Fixing a few -Woverloaded-virtual warnings by exposing the hidden virtual fun...
Aaron Ballman
2014-07-30
1
-0
/
+2
*
After unrolling a loop with llvm.loop.unroll.count metadata (unroll factor
Mark Heffernan
2014-07-24
1
-1
/
+0
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
3
-0
/
+19
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
5
-45
/
+61
*
Do not add unroll disable metadata after unrolling pass for loops with #pragm...
Mark Heffernan
2014-07-23
1
-3
/
+4
*
In unroll pragma syntax and loop hint metadata, change "enable" forms to a ne...
Mark Heffernan
2014-07-23
1
-42
/
+34
*
We may visit a call that uses an alloca multiple times in callUsesLocalStack,...
Nick Lewycky
2014-07-23
1
-5
/
+3
[next]