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
/
Utils
Age
Commit message (
Expand
)
Author
2010-03-31
Rewrite part of the SSAUpdater to be more careful about inserting redundant
Bob Wilson
2010-03-30
Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.
Bob Wilson
2010-03-30
Added support for address spaces and added a isVolatile field to memcpy, memm...
Mon P Wang
2010-03-30
Fix a grammaro.
Dan Gohman
2010-03-30
fix two cases where the arguments were extracted from the wrong range out of ...
Gabor Greif
2010-03-25
rename pred_const_iterator to const_pred_iterator for consistency's sake
Gabor Greif
2010-03-25
rename use_const_iterator to const_use_iterator for consistency's sake
Gabor Greif
2010-03-24
Temporarily revert this, it's causing an issue with an internal project.
Eric Christopher
2010-03-24
Finally land the InvokeInst operand reordering.
Gabor Greif
2010-03-24
cache result of UI.getOperandNo() instead of calling it twice, it is cheaper ...
Gabor Greif
2010-03-23
add some accessors to callsite/callinst/invokeinst to check
Chris Lattner
2010-03-23
Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op...
Evan Cheng
2010-03-22
Fix 80 col violation.
Evan Cheng
2010-03-22
backing out r99170 because it still fails on clang-x86_64-darwin10-fnt
Gabor Greif
2010-03-22
Now that hopefully all direct accesses to InvokeInst operands are fixed
Gabor Greif
2010-03-19
back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...
Gabor Greif
2010-03-19
Recommit r80858 again (which has been backed out in r80871).
Gabor Greif
2010-03-15
Skip debug info intrinsics.
Devang Patel
2010-03-14
Make returns more consistent with others.
Bill Wendling
2010-03-12
Add a virtual destructor and give vtable a home.
Benjamin Kramer
2010-03-12
Factor checked library call optimization into a common helper class and use it
Benjamin Kramer
2010-03-11
stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s...
Benjamin Kramer
2010-03-11
Lower stpcpy_chk when possible.
Eric Christopher
2010-03-11
Fix typo.
Eric Christopher
2010-03-11
Add strncpy libcall creator. Use it when it should be used.
Eric Christopher
2010-03-10
Add a DominatorTree argument to isLCSSA so that it doesn't have to
Dan Gohman
2010-03-10
Fix a comment.
Dan Gohman
2010-03-08
Avoid using DIDescriptor.isNull().
Devang Patel
2010-03-08
Revert r97947.
Devang Patel
2010-03-08
Avoid using DIDescriptor.isNull().
Devang Patel
2010-03-05
Update CMake build.
Ted Kremenek
2010-03-05
Move SimplifyLibCalls's LibCall builders to a separate file so they
Eric Christopher
2010-03-01
Add some debug output to LoopSimplify.
Dan Gohman
2010-02-25
Make LoopSimplify change conditional branches in loop exiting blocks
Dan Gohman
2010-02-16
Rename SuccessorNumber to GetSuccessorNumber.
Bob Wilson
2010-02-16
Refactor to share code to find the position of a basic block successor in the
Bob Wilson
2010-02-16
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-15
fix PR6305 by handling BlockAddress in a helper function
Chris Lattner
2010-02-15
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-13
Speed up codegen prepare from 3.58s to 0.488s.
Chris Lattner
2010-02-13
PHINode::getBasicBlockIndex is O(n) in the number of inputs
Chris Lattner
2010-02-13
iterate over preds using PHI information when available instead of
Chris Lattner
2010-02-05
Teach SimplifyCFG about magic pointer constants.
Jakob Stoklund Olesen
2010-02-05
Use a SmallSetVector instead of a SetVector; this code showed up as a
Dan Gohman
2010-02-01
Fix pr6198 by moving the isSized() check to an outer conditional.
Bob Wilson
2010-01-30
Check alignment of loads when deciding whether it is safe to execute them
Bob Wilson
2010-01-29
Use uint64_t instead of unsigned for offsets and sizes.
Bob Wilson
2010-01-29
Improve isSafeToLoadUnconditionally to recognize that GEPs with constant
Bob Wilson
2010-01-29
mem2reg erases the dbg.declare intrinsics that it converts to dbg.val intrinsics
Victor Hernandez
2010-01-27
Avoid creating redundant PHIs in SSAUpdater::GetValueInMiddleOfBlock.
Bob Wilson
[prev]
[next]