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-03-28
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Evan Cheng
Fix for PR1279. Dead def has a live interval of length...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Chris Lattner
upgrade a random test
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Bill Wendling
Remove cruft I put in there...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Chris Lattner
Fix a problem building llvm-gcc on amd64-unknown-freebs...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Bill Wendling
Unbreak mmx arithmetic. It was barfing trying to do...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2007-03-27
Tanya Lattner
Fixing doxygen.cfg target. I'm not a makefile expert...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-27
Bill Wendling
Add the "unpack low packed data" instructions. This...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-27
Devang Patel
Use SmallPtrSet.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-27
Duncan Sands
Test that a VIEW_CONVERT_EXPR used as an lvalue has...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-27
Bill Wendling
Add better support for keywords.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-27
Bill Wendling
Fix so that pandn is emitted instead of an xor/and...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-27
Bill Wendling
Add support for integer comparison builtins.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-27
Evan Cheng
Unbreaks non-debug builds.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-27
Lauro Ramos...
"The C standards do say that "char" may either be a...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-27
Lauro Ramos...
bugfix: sometimes the spiller puts a load between the...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-27
Anton Korobeynikov
Remove dead code
commit
|
commitdiff
|
tree
|
snapshot
2007-03-27
Anton Korobeynikov
Split big monster into small helpers. No functionality...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-27
Reid Spencer
For PR1276:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-27
Reid Spencer
For PR601:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-27
Evan Cheng
SDISel does not preserve all, it changes CFG and other...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-27
Evan Cheng
Don't call getOperandConstraint() if operand index...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-27
Devang Patel
Spell check.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Reid Spencer
Implement some minor review feedback.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Reid Spencer
Another test case for PR1271 where bad shift masks...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Reid Spencer
For PR1271:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Devang Patel
Reduce malloc/free traffic.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Devang Patel
It is not possible to determie dominance between two...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Devang Patel
Use std::vector<DFCalculateWorkObject> instead of
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Evan Cheng
Test case for PR1266.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Evan Cheng
findRegisterUseOperand() changed.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Evan Cheng
Fix for PR1266. Don't mark a two address operand IsKill.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Reid Spencer
For PR1277:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Evan Cheng
Change findRegisterUseOperand() to return operand index...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Dale Johannesen
Fix reversed logic in getRegsUsed. Rename RegStates...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Chris Lattner
eliminate use of std::set
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Reid Spencer
Add a comment to explain a folding transform.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Reid Spencer
Fix this test case to match output after a bug was...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Reid Spencer
Get better debug output by having modified instructions...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Reid Spencer
Get the number of bits to set in a mask correct for...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Duncan Sands
Fix testsuite hang.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Reid Spencer
For PR601:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Bill Wendling
Promote to v1i64 type...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Bill Wendling
Updated.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Bill Wendling
Add support for the v1i64 type. This makes better code...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Evan Cheng
SIGN_EXTEND_INREG requires one extra operand, a ValueTy...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Reid Spencer
Test case for PR1271 involving construction of a bad...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Reid Spencer
For PR1271:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Dale Johannesen
Look through bitcast when finding IVs. (Chris' patch...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-26
Chris Lattner
Start value symbol tables out small (space for 16 elts...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Anton Korobeynikov
Add "feature" testcase for new switch lowering code
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Reid Spencer
Compute getLowBitsSet correctly. Using the complement...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Reid Spencer
Add a test case for PR1271 (necessary, but not sufficient).
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Reid Spencer
For PR1271:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Chris Lattner
implement Transforms/InstCombine/cast2.ll:test3 and...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Reid Spencer
Some cleanup from review:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Anton Korobeynikov
First step of switch lowering refactoring: perform...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Anton Korobeynikov
Fix authorship
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Chris Lattner
fold constantexprs more aggressively, fixing PR1265
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Reid Spencer
Refactor several ConstantExpr::getXXX calls with Consta...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Chris Lattner
add a note
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Zhou Sheng
1. Avoid unnecessary APInt construction if possible.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Chris Lattner
Implement support for vector operands to inline asm...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Chris Lattner
add a note
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Chris Lattner
Fix CodeGen/PowerPC/2007-03-24-cntlzd.ll
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Chris Lattner
test that the ppc backend can do 64-bit cntlz
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Chris Lattner
implement initial support for the silly X constraint...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Reid Spencer
Make more uses of getHighBitsSet and get rid of some...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Chris Lattner
Implement CodeGen/X86/2007-03-24-InlineAsmMultiRegConst...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Chris Lattner
switch TargetLowering::getConstraintType to take the...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Reid Spencer
More APIntification:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Chris Lattner
Allow the b/h/w/k constraints to be applied to values...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Chris Lattner
enforce the proper range for the i386 N constraint.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Chris Lattner
Fix test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Reid Spencer
Fix a typo in a comment.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-25
Reid Spencer
Actually, for getHighBitsSet and getLowBitsSet, don...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Chris Lattner
fix a regression on vector or instructions.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Reid Spencer
Make it illegal to set 0 bits in getHighBitsSet and...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Reid Spencer
In the getBitsSet function, don't optimize for a common...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Reid Spencer
Don't invoke undefined behavior in shifts in the functi...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Reid Spencer
Implement the getBitsSet function.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Reid Spencer
Remove the last vestiges of this directory.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Reid Spencer
Implement the getHighBitsSet and getLowBitsSet functions.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Reid Spencer
Get the signs in the right place!
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Reid Spencer
Fix a link.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Reid Spencer
Undo the last change and make this really implement...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Reid Spencer
Flip the srem tests around. Previous commit was to...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Reid Spencer
Correct the description of srem. remainder follows...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Reid Spencer
Correct the implementation of srem to be remainder...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Reid Spencer
Fix incorrect test cases for srem. The definition of...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Reid Spencer
Clean up this interface:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Chris Lattner
don't rely on ADL
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Chris Lattner
add a valuetype for v1i64, which is needed by mmx.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Zhou Sheng
Make some codes more efficient.
commit
|
commitdiff
|
tree
|
snapshot
next