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
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
3
-25
/
+24
*
C API: Add LLVMCloneModule()
Tom Stellard
2014-10-01
1
-0
/
+9
*
Revert r218721, r218735.
Evgeniy Stepanov
2014-10-01
3
-155
/
+8
*
[InstCombine] Fix for assert build failures caused by r218721
Gerolf Hoflehner
2014-10-01
1
-1
/
+7
*
[InstCombine] Optimize icmp-select-icmp
Gerolf Hoflehner
2014-10-01
3
-8
/
+149
*
[SimplifyCFG] threshold for folding branches with common destination
Jingyue Wu
2014-09-30
2
-73
/
+95
*
Introduce support for custom wrappers for vararg functions.
Lorenzo Martignoni
2014-09-30
1
-9
/
+18
*
[IndVarSimplify] Widen loop unsigned compares.
Chad Rosier
2014-09-30
1
-6
/
+2
*
Use a loop to simplify the runtime unrolling prologue.
Kevin Qin
2014-09-29
1
-118
/
+130
*
[IndVar] Don't widen loop compare unless IV user is sign extended.
Chad Rosier
2014-09-26
1
-2
/
+6
*
[asan] don't instrument module CTORs that may be run before asan.module_ctor....
Kostya Serebryany
2014-09-24
1
-4
/
+6
*
Fix assertion in LICM doFinalization()
David Peixotto
2014-09-24
1
-0
/
+13
*
Allow BB duplication threshold to be adjusted through JumpThreading's ctor
Michael Liao
2014-09-24
1
-7
/
+10
*
GlobalOpt: Preserve comdats of unoptimized initializers
Reid Kleckner
2014-09-23
1
-45
/
+26
*
Using a deque to manage the stack of nodes is faster here.
Lenny Maiorani
2014-09-20
1
-2
/
+6
*
Add a new pass FunctionTargetTransformInfo. This pass serves as a
Eric Christopher
2014-09-18
1
-3
/
+8
*
Reapply fix in r217988 (reverted in r217989) and remove the alternative fix c...
David Blaikie
2014-09-17
1
-1
/
+1
*
Revert "Fix -Wnon-virtual-dtor warning introduced in r217982."
David Blaikie
2014-09-17
1
-1
/
+1
*
Fix -Wnon-virtual-dtor warning introduced in r217982.
David Blaikie
2014-09-17
1
-1
/
+1
*
Fixing a build error.
Chris Bieneman
2014-09-17
1
-1
/
+1
*
Refactoring SimplifyLibCalls to remove static initializers and generally clea...
Chris Bieneman
2014-09-17
2
-1883
/
+1649
*
[IndVarSimplify] Partially revert r217953 to see if this fixes the bots.
Chad Rosier
2014-09-17
1
-1
/
+4
*
[IndVarSimplify] Widen loop compare instructions.
Chad Rosier
2014-09-17
1
-3
/
+36
*
[InstCombine] Fix wrong folding of constant comparison involving ahsr and neg...
Andrea Di Biagio
2014-09-17
1
-9
/
+13
*
Remove dead code in SimplifyCFG
Jingyue Wu
2014-09-15
1
-43
/
+0
*
Add control of function merging to the PMBuilder.
Nick Lewycky
2014-09-13
1
-0
/
+10
*
Simplify code. No functionality change.
Benjamin Kramer
2014-09-13
1
-15
/
+3
*
[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
*
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
2014-09-10
1
-2
/
+1
*
[AlignmentFromAssumptions] Don't divide by zero for unknown starting alignment
Hal Finkel
2014-09-10
1
-2
/
+4
*
[PassManager] Adding Hidden attribute to EnableMLSM option
Gerolf Hoflehner
2014-09-10
1
-2
/
+2
*
[MergedLoadStoreMotion] Move pass enabling option to PassManagerBuilder
Gerolf Hoflehner
2014-09-10
2
-7
/
+8
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
1
-39
/
+39
*
Removed misleading comment.
Gerolf Hoflehner
2014-09-10
1
-1
/
+0
*
MergeFunctions: FunctionPtr has been renamed to FunctionNode.
Stepan Dyatkovskiy
2014-09-10
1
-7
/
+7
*
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
*
Check for all known bits on ret in InstCombine
Hal Finkel
2014-09-07
2
-0
/
+19
*
Make use of @llvm.assume from LazyValueInfo
Hal Finkel
2014-09-07
2
-32
/
+56
*
Add an AlignmentFromAssumptions Pass
Hal Finkel
2014-09-07
4
-0
/
+434
*
Add additional patterns for @llvm.assume in ValueTracking
Hal Finkel
2014-09-07
1
-0
/
+24
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
30
-250
/
+391
*
Add functions for finding ephemeral values
Hal Finkel
2014-09-07
3
-8
/
+26
*
Add an Assumption-Tracking Pass
Hal Finkel
2014-09-07
10
-7
/
+59
*
InstCombine: Remove a special case pattern
David Majnemer
2014-09-05
1
-15
/
+18
*
Enable noalias metadata by default and swap the order of the SLP and Loop vec...
James Molloy
2014-09-04
2
-2
/
+2
[next]