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
/
IPO
Age
Commit message (
Expand
)
Author
2010-07-31
The BlockExtractorPass() constructor was not reading the BlockFile and that was
Rafael Espindola
2010-07-28
simplify by using CallSite constructors; virtually eliminates CallSite::get f...
Gabor Greif
2010-07-22
mass elimination of reliance on automatic iterator dereferencing
Gabor Greif
2010-07-22
simplify
Gabor Greif
2010-07-22
do not access arguments via low-level interface, do not multiply dereference ...
Gabor Greif
2010-07-22
pass dereferenced iterator to dyn_cast
Gabor Greif
2010-07-22
undo 80 column trespassing I caused
Gabor Greif
2010-07-21
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-20
Make this code a little more readable.
Dan Gohman
2010-07-20
Fix a typo.
Dan Gohman
2010-07-20
Don't look up the "dbg" metadata kind by name.
Dan Gohman
2010-07-20
Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata,
Dan Gohman
2010-07-16
eliminate unlockedRefineAbstractTypeTo, types are all per-llvmcontext,
Chris Lattner
2010-07-16
Arrays and vectors with different numbers of elements are not equivalent.
Nick Lewycky
2010-07-15
This is a full sentence.
Nick Lewycky
2010-07-15
Disable aliases on all platforms.
Nick Lewycky
2010-07-13
Grammar.
Eric Christopher
2010-07-12
cache result of operator*
Gabor Greif
2010-07-12
cache result of operator*
Gabor Greif
2010-07-12
cache result of operator*
Gabor Greif
2010-07-12
cache results of operator*
Gabor Greif
2010-07-12
cache dereferenced iterators
Gabor Greif
2010-07-12
make the prototypes for CreateMalloc and CreateFree more consistent. Patch
Chris Lattner
2010-07-09
cache result of operator*
Gabor Greif
2010-07-07
Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"
Duncan Sands
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
Remove all debug info related named mdnodes.
Devang Patel
2010-06-30
use ArgOperand API
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-24
use ArgOperand API and CallSite for arg range; add necessary casts and perfor...
Gabor Greif
2010-06-24
use ArgOperand API and CallSite for arg range
Gabor Greif
2010-06-24
Use ValueMap instead of DenseMap.
Devang Patel
2010-06-22
Use pre-increment instead of post-increment when the result is not used.
Dan Gohman
2010-06-07
Make bugpoint dead-argument-hacking actually work, and actually test it.
Dan Gohman
2010-06-05
Partial specialization was not checking the callsite to make sure it was usin...
Kenneth Uildriks
2010-05-31
Avoid swap when a copy suffices.
Benjamin Kramer
2010-05-20
Strip llvm.dbg.lv also.
Devang Patel
2010-05-15
Teach the always inliner to release its inline cost estimates, like the basic
Nick Lewycky
2010-05-15
Clean up, no functional change.
Nick Lewycky
2010-05-13
Remove heinous tabs.
Nick Lewycky
2010-05-13
Replace the core comparison login in merge functions. We can now merge
Nick Lewycky
2010-05-12
Clear CachedFunctionInfo upon Pass::releaseMemory. Because ValueMap will abort
Nick Lewycky
2010-05-01
revert r102831. We already delete dead readonly calls in
Chris Lattner
2010-05-01
Disable the call-deletion transformation introduced in r86975. Without
Owen Anderson
2010-05-01
rename InlineInfo.DevirtualizedCalls -> InlinedCalls to
Chris Lattner
2010-05-01
The inliner has traditionally not considered call sites
Chris Lattner
[prev]
[next]