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
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator* (found by inspection)
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache operator*'s result (in multiple functions)
Gabor Greif
2010-07-09
do not repeatedly dereference use_iterator
Gabor Greif
2010-07-08
Teach instcombine to transform
Benjamin Kramer
2010-07-08
Fix the second half of PR7437: scalarrepl wasn't preserving
Chris Lattner
2010-07-07
Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"
Duncan Sands
2010-07-06
Detabify this file.
Nick Lewycky
2010-07-02
MDString is already checked earlier.
Devang Patel
2010-07-02
Don't claim to preserve AliasAnalysis. First, this is doesn't actually
Dan Gohman
2010-07-01
Implement the "linker_private_weak" linkage type. This will be used for
Bill Wendling
2010-07-01
Debugging infomration is encoded in llvm IR using metadata. This is designed
Devang Patel
2010-07-01
If a named mdnode is removed then mark module as changed.
Devang Patel
2010-06-30
lowerinvoke needs to handle aggregate function args like sjlj eh does.
Jim Grosbach
2010-06-30
Remove all debug info related named mdnodes.
Devang Patel
2010-06-30
use ArgOperand API
Gabor Greif
2010-06-30
use ArgOperand API
Gabor Greif
2010-06-30
use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperand
Gabor Greif
2010-06-30
use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperand
Gabor Greif
2010-06-30
use getNumArgOperands instead of getNumOperands
Gabor Greif
2010-06-30
use getArgOperand instead of getOperand
Gabor Greif
2010-06-30
use getArgOperand instead of getOperand
Gabor Greif
2010-06-30
use getArgOperand instead of getOperand
Gabor Greif
2010-06-29
Revert r107205 and r107207.
Bill Wendling
2010-06-29
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
Return Changed. This required setting Changed if dbg metadata
Duncan Sands
2010-06-28
use ArgOperand API
Gabor Greif
2010-06-28
use ArgOperand API
Gabor Greif
2010-06-28
employ CallInst::ArgOffset (for now)
Gabor Greif
2010-06-28
use setArgOperand
Gabor Greif
2010-06-28
use CallInst::ArgOffset
Gabor Greif
2010-06-28
use ArgOperand API and CallInst::ArgOffset
Gabor Greif
2010-06-28
use cached value
Gabor Greif
2010-06-27
minor cleanup to SROA: when lowering type unsafe accesses to
Chris Lattner
2010-06-26
Fix PR7328: when turning a tail recursion into a loop, need to preserve
Duncan Sands
2010-06-25
In GenerateReassociations, don't bother thinking about individual
Dan Gohman
2010-06-25
The hasMemory argument is irrelevant to how the argument
Dale Johannesen
2010-06-25
use ArgOperand API (one more hunk I could split)
Gabor Greif
2010-06-25
use ArgOperand API (some hunks I could split)
Gabor Greif
2010-06-25
use ArgOperand API; tighten type of handleFreeWithNonTrivialDependency to be ...
Gabor Greif
2010-06-24
Add an exports file for the Hello example plugin.
Dan Gohman
2010-06-24
A few minor micro-optimizations.
Dan Gohman
[next]