index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
Scalar.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2013-01-28
1
-5
/
+0
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
Introduce a new SROA implementation.
Chandler Carruth
2012-09-14
1
-0
/
+1
*
Clean whitespaces.
Nadav Rotem
2012-07-24
1
-2
/
+2
*
Move the initialization of the bounds checking pass. The pass itself
Chandler Carruth
2012-07-22
1
-1
/
+0
*
add a new pass to instrument loads and stores for run-time bounds checking
Nuno Lopes
2012-05-22
1
-0
/
+1
*
Add a new ObjC ARC optimization pass to eliminate unneeded
Dan Gohman
2012-01-17
1
-0
/
+1
*
Remove the old tail duplication pass. It is not used and is unable to update
Rafael Espindola
2011-08-30
1
-1
/
+0
*
Add LLVMAddLowerExpectIntrinsicPass to the C API.
Rafael Espindola
2011-07-25
1
-0
/
+4
*
Introduce "expect" intrinsic instructions.
Jakub Staszak
2011-07-06
1
-0
/
+1
*
The ARC language-specific optimizer. Credit to Dan Gohman.
John McCall
2011-06-15
1
-0
/
+4
*
Add the alias analysis to the C api.
Rafael Espindola
2011-04-13
1
-0
/
+9
*
Expose more passes to the C API.
Rafael Espindola
2011-04-07
1
-0
/
+16
*
Delete the GEPSplitter experiment.
Dan Gohman
2011-02-28
1
-1
/
+0
*
Delete the SimplifyHalfPowrLibCalls pass, which was unused, and
Dan Gohman
2011-02-28
1
-1
/
+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
/
+1
*
sketch out a new early cse pass. No functionality yet.
Chris Lattner
2011-01-02
1
-0
/
+1
*
Start of a pass for recognizing memset and memcpy idioms.
Chris Lattner
2010-12-26
1
-0
/
+1
*
Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.
Devang Patel
2010-10-07
1
-5
/
+0
*
Next step on the getting-rid-of-static-ctors train: begin adding per-library
Owen Anderson
2010-10-07
1
-2
/
+46
*
Whoops this already existed.
Nate Begeman
2010-03-11
1
-4
/
+0
*
Add a handful of additional useful pass manager things to the C API
Nate Begeman
2010-03-11
1
-0
/
+15
*
remove the now dead condprop pass, PR3906.
Chris Lattner
2009-11-11
1
-4
/
+0
*
add a bunch more passes to the C bindings (PR3734), patch by
Chris Lattner
2009-03-06
1
-10
/
+74
*
C and Objective Caml bindings for mem2reg and reg2mem.
Gordon Henriksen
2008-03-20
1
-0
/
+8
*
C and Objective Caml bindings for several scalar transforms.
Gordon Henriksen
2008-03-16
1
-0
/
+39