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
Age
Commit message (
Expand
)
Author
2007-05-22
Test assumes tail merging is off; this must now be explicit.
Dale Johannesen
2007-05-22
Make tail merging the default, except on powerPC. There was no prior art
Dale Johannesen
2007-05-22
temporarily revert reid's asmwriter patch, it is missing the asmparser piece
Chris Lattner
2007-05-22
new testcase for a recent regression
Chris Lattner
2007-05-22
update comment
Chris Lattner
2007-05-22
regenerate
Chris Lattner
2007-05-22
simplify code
Chris Lattner
2007-05-22
NightlyTest.pl does not exist.
Tanya Lattner
2007-05-22
Adding 2.0 release
Tanya Lattner
2007-05-22
We only need to specify the most-implied feature for an architecture.
Bill Wendling
2007-05-22
Consistency.
Evan Cheng
2007-05-21
Add test for PR1259.
Evan Cheng
2007-05-21
Fix some -march=thumb regressions. tBR_JTr is not predicable.
Evan Cheng
2007-05-21
Use AXI3 not AXI2 for appropriate PIC PC-relative loads and stores. Cosmetic.
Dale Johannesen
2007-05-21
If-convert early exit blocks (returns, etc.); bug fixes, etc.
Evan Cheng
2007-05-21
Add some patterns for PIC PC-relative loads and stores.
Dale Johannesen
2007-05-21
BlockHasNoFallThrough() now returns true if block ends with a return instruct...
Evan Cheng
2007-05-21
Only emit one entry in the exception action table for each action, even if
Duncan Sands
2007-05-21
BlockHasNoFallThrough() now returns true if block ends with a return instruct...
Evan Cheng
2007-05-20
Update
Bill Wendling
2007-05-19
Get the order of the hext digits right!
Reid Spencer
2007-05-19
Adjust how LLVM names are produced:
Reid Spencer
2007-05-19
Make sure we can round-trip an escaped value in a name.
Reid Spencer
2007-05-19
Regenerate
Reid Spencer
2007-05-19
Make the %"..." syntax legal for local name. This just makes it symmetric
Reid Spencer
2007-05-19
Fix Transforms/InstCombine/2007-05-18-CastFoldBug.ll, a bug that devastates
Chris Lattner
2007-05-19
new testcase
Chris Lattner
2007-05-19
On Linux platforms and at optimization levels -O1 and above, llvm-gcc can
Reid Spencer
2007-05-19
add source
Chris Lattner
2007-05-19
Handle negative strides much more optimally. This compiles X86/lsr-negative-...
Chris Lattner
2007-05-19
new testcase
Chris Lattner
2007-05-19
same patch as the previous one, but the symmetric case
Chris Lattner
2007-05-19
Disable the (A == (B-A)) -> 2*A == B xform when the sub has multiple uses (in
Chris Lattner
2007-05-19
new testcase
Chris Lattner
2007-05-19
Fix an assertion introduced by my last change to the toString method. We
Reid Spencer
2007-05-18
Apply this patch:
Dan Gohman
2007-05-18
add a note
Chris Lattner
2007-05-18
Add a testcase for unrolling loops with unknown tripcounts.
Dan Gohman
2007-05-18
Clean up.
Evan Cheng
2007-05-18
Change to depth-first traversal.
Evan Cheng
2007-05-18
Document an inefficiency in tail merging.
Dale Johannesen
2007-05-18
Use MVT::FIRST_VECTOR_VALUETYPE and MVT::LAST_VECTOR_VALUETYPE.
Dan Gohman
2007-05-18
Qualify calls to getTypeForValueType with MVT:: too.
Dan Gohman
2007-05-18
Some restructuring in preparation for most aggressive if-conversion.
Evan Cheng
2007-05-18
Qualify several calls to functions in the MVT namespace, for consistency.
Dan Gohman
2007-05-18
Watch out for blocks that end with a return.
Evan Cheng
2007-05-18
Fix typo.
Duncan Sands
2007-05-18
Fix typo.
Duncan Sands
2007-05-18
better portability for intptr_t.
Chris Lattner
2007-05-18
finished the first draft
Chris Lattner
[next]