projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2007-05-22
Chris Lattner
regenerate
commit
|
commitdiff
|
tree
|
snapshot
2007-05-22
Chris Lattner
simplify code
commit
|
commitdiff
|
tree
|
snapshot
2007-05-22
Tanya Lattner
NightlyTest.pl does not exist.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-22
Tanya Lattner
Adding 2.0 release
commit
|
commitdiff
|
tree
|
snapshot
2007-05-22
Bill Wendling
We only need to specify the most-implied feature for...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-22
Evan Cheng
Consistency.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-21
Evan Cheng
Add test for PR1259.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-21
Evan Cheng
Fix some -march=thumb regressions. tBR_JTr is not predi...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-21
Dale Johannesen
Use AXI3 not AXI2 for appropriate PIC PC-relative loads...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-21
Evan Cheng
If-convert early exit blocks (returns, etc.); bug fixes...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-21
Dale Johannesen
Add some patterns for PIC PC-relative loads and stores.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-21
Evan Cheng
BlockHasNoFallThrough() now returns true if block ends...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-21
Duncan Sands
Only emit one entry in the exception action table for...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-21
Evan Cheng
BlockHasNoFallThrough() now returns true if block ends...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-20
Bill Wendling
Update
commit
|
commitdiff
|
tree
|
snapshot
2007-05-19
Reid Spencer
Get the order of the hext digits right!
commit
|
commitdiff
|
tree
|
snapshot
2007-05-19
Reid Spencer
Adjust how LLVM names are produced:
commit
|
commitdiff
|
tree
|
snapshot
2007-05-19
Reid Spencer
Make sure we can round-trip an escaped value in a name.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-19
Reid Spencer
Regenerate
commit
|
commitdiff
|
tree
|
snapshot
2007-05-19
Reid Spencer
Make the %"..." syntax legal for local name. This just...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-19
Chris Lattner
Fix Transforms/InstCombine/2007-05-18-CastFoldBug.ll...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-19
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2007-05-19
Reid Spencer
On Linux platforms and at optimization levels -O1 and...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-19
Chris Lattner
add source
commit
|
commitdiff
|
tree
|
snapshot
2007-05-19
Chris Lattner
Handle negative strides much more optimally. This...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-19
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2007-05-19
Chris Lattner
same patch as the previous one, but the symmetric case
commit
|
commitdiff
|
tree
|
snapshot
2007-05-19
Chris Lattner
Disable the (A == (B-A)) -> 2*A == B xform when the...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-19
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2007-05-19
Reid Spencer
Fix an assertion introduced by my last change to the...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Dan Gohman
Apply this patch:
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Chris Lattner
add a note
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Dan Gohman
Add a testcase for unrolling loops with unknown tripcounts.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Evan Cheng
Clean up.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Evan Cheng
Change to depth-first traversal.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Dale Johannesen
Document an inefficiency in tail merging.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Dan Gohman
Use MVT::FIRST_VECTOR_VALUETYPE and MVT::LAST_VECTOR_VA...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Dan Gohman
Qualify calls to getTypeForValueType with MVT:: too.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Evan Cheng
Some restructuring in preparation for most aggressive...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Dan Gohman
Qualify several calls to functions in the MVT namespace...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Evan Cheng
Watch out for blocks that end with a return.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Duncan Sands
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Duncan Sands
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Chris Lattner
better portability for intptr_t.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Chris Lattner
finished the first draft
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Chris Lattner
crank out notes
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Chris Lattner
validation fix
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Chris Lattner
validation fixes
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Chris Lattner
Fix PR1434 and test/Linker/link-archive.ll, this is...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Reid Spencer
Add a test case for PR1434
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Reid Spencer
Avoid an infinite loop when TestRunner.sh is run outsid...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Evan Cheng
If true / false blocks fallthrough before ifcvt, add...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Evan Cheng
Mark calls non-predicable for now. Need to ensure it...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Dale Johannesen
Remove some unneeded branches. (spotted by Evan, thanks)
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Evan Cheng
Silence some compilation warnings.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Chris Lattner
tweak
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Evan Cheng
Make use of target specific block size limits; bug...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Evan Cheng
Set ARM if-conversion block size threshold to 10 instru...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Evan Cheng
RemoveBranch() and InsertBranch() now returns number...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Evan Cheng
RemoveBranch() and InsertBranch() now returns number...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Evan Cheng
Fix comment.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Evan Cheng
Move isSuccessor() offline, change it to use std::find.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Reid Spencer
Fix a problem with building .y files when BISON is...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Devang Patel
Fix PR1431
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Devang Patel
New test.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Chris Lattner
validation fixes
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Chris Lattner
llvm-gcc now supports almost all gcc extensions. The...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Chris Lattner
add a section about API changes.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Dale Johannesen
More effective breakdown of memcpy into repeated load...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Dan Gohman
Correct a name in a comment.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Chris Lattner
silence some "comparison between signed and unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Chris Lattner
minor tweak
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Reid Spencer
Get rid of leading zeros in the output of toString.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Evan Cheng
New test case.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Evan Cheng
Fix a bogus check that prevented folding VECTOR_SHUFFLE...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Evan Cheng
Added missing patterns for UNPCKH* and PUNPCKH*.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Dan Gohman
Fix some sporadic segfaults that are triggered when...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Chris Lattner
add testcase for 128-bit add/sub
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Chris Lattner
disable MaskedValueIsZero, ComputeMaskedBits, and Simpl...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Chris Lattner
add expand support for ADDC/SUBC/ADDE/SUBE so we can...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Reid Spencer
Make Perl a required dependency and cause configure...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Chris Lattner
This is the correct fix for PR1427. This fixes mmx...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Anton Korobeynikov
Revert patch for PR1427. It breaks almost all vector...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Chris Lattner
add support for 128-bit add/sub on ppc64
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Reid Spencer
Print integer values as both decimal and hexadecimal...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Chris Lattner
add support for 128-bit integer add/sub
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Reid Spencer
For lshr by 0 bits, just return *this as a short cut...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Devang Patel
New test.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Chris Lattner
Fix PR1427 and test/CodeGen/X86/mmx-shuffle.ll
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Chris Lattner
testcase for PR1427
commit
|
commitdiff
|
tree
|
snapshot
2007-05-17
Evan Cheng
Remove. Not needed.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-16
Evan Cheng
Default implementation of TargetInstrInfo::getBlockSize().
commit
|
commitdiff
|
tree
|
snapshot
2007-05-16
Evan Cheng
Add target hook to specify block size limit for if...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-16
Tanya Lattner
Merged in both release announcement guts.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-16
Dale Johannesen
Don't fold bitconvert(load) for preinc/postdec loads...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-16
Evan Cheng
isBlockPredicable() always ignore terminal instructions...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-16
Evan Cheng
ARM::tB is also predicable.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-16
Evan Cheng
PredicateInstruction returns true if the operation...
commit
|
commitdiff
|
tree
|
snapshot
next