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
/
AddrModeMatcher.cpp
Age
Commit message (
Expand
)
Author
2010-06-30
use getArgOperand instead of getOperand
Gabor Greif
2010-06-28
use CallInst::ArgOffset
Gabor Greif
2010-06-25
The hasMemory argument is irrelevant to how the argument
Dale Johannesen
2010-06-25
use ArgOperand API (some hunks I could split)
Gabor Greif
2010-04-16
Revert 101465, it broke internal OpenGL testing.
Eric Christopher
2010-04-16
reapply r101434
Gabor Greif
2010-04-16
back out r101423 and r101397, they break llvm-gcc self-host on darwin10
Gabor Greif
2010-04-15
reapply r101364, which has been backed out in r101368
Gabor Greif
2010-04-15
back out r101364, as it trips the linux nightlybot on some clang C++ tests
Gabor Greif
2010-04-15
rotate CallInst operands, i.e. move callee to the back
Gabor Greif
2010-04-09
performance: cache result of looking up user
Gabor Greif
2010-03-24
cache result of UI.getOperandNo() instead of calling it twice, it is cheaper ...
Gabor Greif
2010-02-16
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-01-05
Change errs() to dbgs().
David Greene
2009-08-23
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-12
Remove a bunch more now-unnecessary Context arguments.
Dan Gohman
2009-07-25
Convert a few more uses of llvm/Support/Streams.h to raw_ostream.
Dan Gohman
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-11
silence a vc++ warning.
Chris Lattner
2009-07-10
Push LLVMContext through the PatternMatch API.
Owen Anderson
2009-05-19
Teach SCEVExpander to expand arithmetic involving pointers into GEP
Dan Gohman
2009-05-09
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-02-27
Fix compiler warning about uninitialized variables. No functional change.
Nick Lewycky
2009-02-20
Factor address mode matcher out of codegen prepare to make it available to ot...
Evan Cheng