index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
Scalar.cpp
Age
Commit message (
Expand
)
Author
2013-01-28
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-14
Introduce a new SROA implementation.
Chandler Carruth
2012-07-24
Clean whitespaces.
Nadav Rotem
2012-07-22
Move the initialization of the bounds checking pass. The pass itself
Chandler Carruth
2012-05-22
add a new pass to instrument loads and stores for run-time bounds checking
Nuno Lopes
2012-01-17
Add a new ObjC ARC optimization pass to eliminate unneeded
Dan Gohman
2011-08-30
Remove the old tail duplication pass. It is not used and is unable to update
Rafael Espindola
2011-07-25
Add LLVMAddLowerExpectIntrinsicPass to the C API.
Rafael Espindola
2011-07-06
Introduce "expect" intrinsic instructions.
Jakub Staszak
2011-06-15
The ARC language-specific optimizer. Credit to Dan Gohman.
John McCall
2011-04-13
Add the alias analysis to the C api.
Rafael Espindola
2011-04-07
Expose more passes to the C API.
Rafael Espindola
2011-02-28
Delete the GEPSplitter experiment.
Dan Gohman
2011-02-28
Delete the SimplifyHalfPowrLibCalls pass, which was unused, and
Dan Gohman
2011-01-18
Remove outdated references to dominance frontiers.
Cameron Zwarich
2011-01-14
split SROA into two passes: one that uses DomFrontiers (-scalarrepl)
Chris Lattner
2011-01-03
Add a new loop-instsimplify pass, with the intention of replacing the instance
Cameron Zwarich
2011-01-02
sketch out a new early cse pass. No functionality yet.
Chris Lattner
2010-12-26
Start of a pass for recognizing memset and memcpy idioms.
Chris Lattner
2010-10-07
Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.
Devang Patel
2010-10-07
Next step on the getting-rid-of-static-ctors train: begin adding per-library
Owen Anderson
2010-03-11
Whoops this already existed.
Nate Begeman
2010-03-11
Add a handful of additional useful pass manager things to the C API
Nate Begeman
2009-11-11
remove the now dead condprop pass, PR3906.
Chris Lattner
2009-03-06
add a bunch more passes to the C bindings (PR3734), patch by
Chris Lattner
2008-03-20
C and Objective Caml bindings for mem2reg and reg2mem.
Gordon Henriksen
2008-03-16
C and Objective Caml bindings for several scalar transforms.
Gordon Henriksen