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
Age
Commit message (
Expand
)
Author
2012-05-29
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-28
Fix suspicous hasOneUse() check, found by PVS Studio (PR12357).
Benjamin Kramer
2012-05-28
InstCombine: Fix infinite loop when encountering switch on trivial icmp.
Benjamin Kramer
2012-05-28
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-28
Implement the indirect counter increment code in a better way. Instead of
Bill Wendling
2012-05-28
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
Chris Lattner
2012-05-27
PR12967: Don't crash when trying to fold a shift that's larger than the type'...
Benjamin Kramer
2012-05-27
Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...
Chris Lattner
2012-05-26
Since commit 157467, if reassociate isn't actually going to change an expression
Duncan Sands
2012-05-26
SimplifyCFG: Turn the ad-hoc std::pair that represents switch cases into an e...
Benjamin Kramer
2012-05-26
Add support for branch weight metadata to MDBuilder and use it in various pla...
Benjamin Kramer
2012-05-26
Move this debug statement earlier so it is easy to see the order in
Duncan Sands
2012-05-25
The llvm_gcda_increment_indirect_counter function writes to the arguments that
Bill Wendling
2012-05-25
bounds checking: add support for byval arguments
Nuno Lopes
2012-05-25
boundschecking:
Nuno Lopes
2012-05-25
Make the reassociation pass more powerful so that it can handle expressions
Duncan Sands
2012-05-24
PR1255 related changes (case ranges):
Stepan Dyatkovskiy
2012-05-23
BoundsChecking: add a couple of simple tests and fix a bug in branch emition
Nuno Lopes
2012-05-23
Fix the inliner so that the optsize function attribute don't alter the
Patrik Hägglund
2012-05-23
Use zero-based shadow by default on Android.
Evgeniy Stepanov
2012-05-23
PR1255(case ranges) related changes in Local Transformations.
Stepan Dyatkovskiy
2012-05-22
address some of John Criswell's comments
Nuno Lopes
2012-05-22
hopefully fix the CMake build. sorry for breakage
Nuno Lopes
2012-05-22
add a new pass to instrument loads and stores for run-time bounds checking
Nuno Lopes
2012-05-22
revert my previous patches that introduced an additional parameter to the obj...
Nuno Lopes
2012-05-22
Fix PR12858, a crash due to GVN's PRE not fully removing an instruction from the
Duncan Sands
2012-05-21
Mark an unreachable region of code with llvm_unreachable.
Dan Gohman
2012-05-20
Do not pass an invalid domtree to SimplifyInstruction from
Peter Collingbourne
2012-05-19
Do not eliminate allocas whose alignment exceeds that of the
Peter Collingbourne
2012-05-18
Fix replacing all the users of objc weak runtime routines
Dan Gohman
2012-05-15
Teach SimplifyLibCalls about stpcpy.
David Majnemer
2012-05-14
Move the capture analysis from MemoryDependencyAnalysis to a more general place
Chad Rosier
2012-05-12
Teach Function::hasAddressTaken that BlockAddress doesn't really take
Jay Foad
2012-05-11
objectsize: add a few more tests and fix a bug
Nuno Lopes
2012-05-11
Fix a minor logic mistake transforming compares in instcombine. PR12514.
Eli Friedman
2012-05-10
objectsize: add support for GEPs with non-constant indexes
Nuno Lopes
2012-05-10
Teach DeadStoreElimination to eliminate exit-block stores with phi addresses.
Dan Gohman
2012-05-10
teach DSE and isInstructionTriviallyDead() about calloc
Nuno Lopes
2012-05-09
Fix the objc_storeStrong recognizer to stop before walking off the
Dan Gohman
2012-05-09
objectsize:
Nuno Lopes
2012-05-09
Remove unused variable to get rid of warning.
Craig Topper
2012-05-08
Miscellaneous accumulated cleanups.
Dan Gohman
2012-05-08
Fix objc_storeStrong pattern matching to catch a potential use of the
Dan Gohman
2012-05-08
Calling ReassociateExpression recursively is extremely dangerous since it will
Duncan Sands
2012-05-08
Allow NULL LoopPassManager argument in UnrollLoop. PR12734.
Andrew Trick
2012-05-07
Teach reassociate to commute FMul's and FAdd's in order to canonicalize the o...
Owen Anderson
2012-05-06
Switch the select to branch transformation on by default.
Benjamin Kramer
2012-05-06
Remove trailing spaces.
Jakub Staszak
2012-05-05
CodeGenPrepare: Add a transform to turn selects into branches in some cases.
Benjamin Kramer
2012-05-05
Small fix in InstCombineCasts.cpp. Restored "alloca + bitcast" reducing for c...
Stepan Dyatkovskiy
[prev]
[next]