index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Transforms
/
Scalar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-4
/
+21
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-0
/
+7
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-10
/
+14
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-11
/
+18
*
Add a loop rerolling pass
Hal Finkel
2013-11-16
1
-0
/
+6
*
SampleProfileLoader pass. Initial setup.
Diego Novillo
2013-11-13
1
-0
/
+9
*
Add a runtime unrolling parameter to the LoopUnroll pass constructor
Hal Finkel
2013-11-05
1
-1
/
+2
*
Remove the long, long defunct IR block placement pass.
Chandler Carruth
2013-09-14
1
-7
/
+0
*
Turn MipsOptimizeMathLibCalls into a target-independent scalar transform
Richard Sandiford
2013-08-23
1
-0
/
+7
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
1
-1
/
+8
*
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
2013-07-27
1
-1
/
+1
*
Remove the simplify-libcalls pass (finally)
Meador Inge
2013-06-20
1
-6
/
+0
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-5
/
+5
*
Move StructurizeCFG out of R600 to generic Transforms.
Matt Arsenault
2013-06-19
1
-0
/
+6
*
Fix typo in comment.
Nick Lewycky
2013-03-14
1
-1
/
+1
*
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2013-01-28
1
-24
/
+0
*
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-07
1
-4
/
+2
*
revert r166264 because the LTO build is still failing
Nadav Rotem
2012-10-19
1
-3
/
+4
*
recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...
Nadav Rotem
2012-10-19
1
-4
/
+3
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
1
-3
/
+4
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
1
-4
/
+3
*
Port the SSAUpdater-based promotion logic from the old SROA pass to the
Chandler Carruth
2012-09-15
1
-1
/
+1
*
Introduce a new SROA implementation.
Chandler Carruth
2012-09-14
1
-0
/
+6
*
move the bounds checking pass to the instrumentation folder, where it belongs...
Nuno Lopes
2012-07-20
1
-8
/
+0
*
Add a number of threshold arguments to the SRA pass.
Nadav Rotem
2012-06-21
1
-1
/
+4
*
add a new pass to instrument loads and stores for run-time bounds checking
Nuno Lopes
2012-05-22
1
-0
/
+8
*
Add a new ObjC ARC optimization pass to eliminate unneeded
Dan Gohman
2012-01-17
1
-0
/
+6
*
Remove reference to dead GEPSplitterPass. PR11506.
Eli Friedman
2011-12-08
1
-6
/
+0
*
svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cpp
Devang Patel
2011-10-17
1
-0
/
+2
*
Remove the old tail duplication pass. It is not used and is unable to update
Rafael Espindola
2011-08-30
1
-7
/
+0
*
Introduce "expect" intrinsic instructions.
Jakub Staszak
2011-07-06
1
-0
/
+8
*
The ARC language-specific optimizer. Credit to Dan Gohman.
John McCall
2011-06-15
1
-0
/
+18
*
Passing unroll parameters (unroll-count, threshold, and partial unroll) via L...
Junjie Gu
2011-04-13
1
-1
/
+1
*
Delete the SimplifyHalfPowrLibCalls pass, which was unused, and
Dan Gohman
2011-02-28
1
-6
/
+0
*
Remove outdated references to dominance frontiers.
Cameron Zwarich
2011-01-18
1
-1
/
+1
*
split SROA into two passes: one that uses DomFrontiers (-scalarrepl)
Chris Lattner
2011-01-14
1
-1
/
+2
*
Add a new loop-instsimplify pass, with the intention of replacing the instance
Cameron Zwarich
2011-01-03
1
-0
/
+6
*
sketch out a new early cse pass. No functionality yet.
Chris Lattner
2011-01-02
1
-0
/
+7
*
Start of a pass for recognizing memset and memcpy idioms.
Chris Lattner
2010-12-26
1
-0
/
+6
*
Add a new convenience pass for testing InstructionSimplify. Previously
Duncan Sands
2010-12-20
1
-0
/
+7
*
Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.
Devang Patel
2010-10-07
1
-7
/
+0
*
Rename ValuePropagation to a more descriptive CorrelatedValuePropagation.
Owen Anderson
2010-08-31
1
-1
/
+1
*
remove the ABCD and SSI passes. They don't have any clients that
Chris Lattner
2010-08-28
1
-20
/
+0
*
Add a prototype of a new peephole optimizing pass that uses LazyValue info to...
Owen Anderson
2010-08-27
1
-0
/
+6
*
Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg")
Dan Gohman
2010-08-06
1
-1
/
+0
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-8
/
+8
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-8
/
+8
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-8
/
+8
*
Add an atomic lowering pass
Peter Collingbourne
2010-08-03
1
-0
/
+6
*
Add an LLVM IR version of code sinking. This uses the same simple algorithm
Dan Gohman
2010-05-07
1
-0
/
+6
[next]