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
/
include
Age
Commit message (
Expand
)
Author
2007-07-17
Unbreak the build by putting calls to free into the implementation file and
Reid Spencer
2007-07-16
Add support for walking up memory def chains, which enables finding many more
Owen Anderson
2007-07-16
Use realloc() to (potentially) resize the contents of SmallPtrSet in place.
Owen Anderson
2007-07-16
Fix comments about vectors to use the current wording.
Dan Gohman
2007-07-16
Handle decrementing loops properly. Fixes PR1533.
Nick Lewycky
2007-07-15
add a helper method.
Chris Lattner
2007-07-14
Clarify the language. Pointed out by Duncan Sands.
Nick Lewycky
2007-07-14
Long live the exception handling!
Anton Korobeynikov
2007-07-14
Add alternate ConstantRange intersection algorithm.
Nick Lewycky
2007-07-13
Make LCSSA a loop pass.
Devang Patel
2007-07-13
Skeleton of post-RA scheduler; doesn't do anything yet.
Dale Johannesen
2007-07-13
Regenerate to pick up Gabor's changes.
Reid Spencer
2007-07-11
Adding ability to demote phi to stack.
Tanya Lattner
2007-07-11
Add FastDSE, a new algorithm for doing dead store elimination. This algorith...
Owen Anderson
2007-07-10
Add OptionalDefOperand. Remove clobbersPred. Also add DefinesPredicate to be ...
Evan Cheng
2007-07-10
Add support for finding the dependencies of call and invoke instructions.
Owen Anderson
2007-07-10
Fix a bunch of things from Chris' feedback
Owen Anderson
2007-07-10
When a node value is only used by a CopyToReg, use the user's dest. This shou...
Evan Cheng
2007-07-10
Move DenseMapKeyInfo<SDOperand> from LegalizeDAG.cpp to SelectionDAGNodes.h
Evan Cheng
2007-07-10
Evidently my earlier fix did not go far enough. When resizing a zero-sized
Owen Anderson
2007-07-09
When resizing a BitVector with size 0, be sure to clear the low word before u...
Owen Anderson
2007-07-09
Expose struct size threhold to allow users to tweak their own setting.
Devang Patel
2007-07-09
Make the assignment operator for SmallPtrSet return a reference, and fix a lo...
Owen Anderson
2007-07-09
Fix memory leak.
Devang Patel
2007-07-09
work around an aparent gcc name resolution bug by
Chris Lattner
2007-07-09
implement operator= for smallptrset
Chris Lattner
2007-07-09
Move the APInt form of SCEVUnknown::getIntegerSCEV to SCEVConstant::get, and
Dan Gohman
2007-07-09
Fix a typo in a comment.
Dan Gohman
2007-07-09
missed this one
Gabor Greif
2007-07-09
fix typos
Gabor Greif
2007-07-06
A first stab at memory dependence analysis. This is an interface on top of
Owen Anderson
2007-07-06
Add some accessors to improve consistency.
Owen Anderson
2007-07-06
Add SplitEdge and SplitBlock utility routines.
Devang Patel
2007-07-06
finishing touches of bytecode -> bitcode changes. also unbreak Windows
Gabor Greif
2007-07-06
Remove redundant declarations.
Dan Gohman
2007-07-06
eliminate residual cruft related to recognizing bytecode
Gabor Greif
2007-07-06
Fix a comment so that the element numbering match the actual element
Dan Gohman
2007-07-06
Add the byval attribute
Rafael Espindola
2007-07-05
Add explicit keywords.
Dan Gohman
2007-07-05
Make MachineFunctionPass::runOnFunction non-virtual. Subclasses override
Dan Gohman
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2007-07-05
Make sure only one copy of a filter is placed in the
Duncan Sands
2007-07-04
Extend eh.selector to support both catches and filters.
Duncan Sands
2007-07-04
Remove unused method - getIDomBlock().
Devang Patel
2007-07-04
Fix typo in assertion check.
Devang Patel
2007-07-02
Remove declarations for code no longer in the tree, to avoid confusion.
Dan Gohman
2007-07-02
Add explicit keywords.
Dan Gohman
2007-06-29
Add loop info verification mechanism.
Devang Patel
2007-06-29
Add an explicit keyword. Thanks Chris!
Dan Gohman
2007-06-29
Convert .cvsignore files
John Criswell
[next]