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-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
2007-03-24
Chris Lattner
add a bad case evan though of.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Reid Spencer
For PR1205:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-24
Evan Cheng
Adjust offset to compensate for big endian machines.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-23
Anton Korobeynikov
Autodetect MMX & SSE stuff for AMD processors
commit
|
commitdiff
|
tree
|
snapshot
2007-03-23
Bill Wendling
This is dead. DEAD I tells you!!
commit
|
commitdiff
|
tree
|
snapshot
2007-03-23
Bill Wendling
PR1260:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-23
Evan Cheng
Make sure SEXTLOAD of the specific type is supported...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-23
Reid Spencer
Add more test cases for APIntified InstCombine.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-23
Reid Spencer
For PR1205:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-23
Evan Cheng
Also replace uses of SRL if that's also folded during...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-23
Reid Spencer
Add test case for testing InstCombine with arbitrary...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-23
Reid Spencer
For PR1205:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-23
Chris Lattner
switch AddReachableCodeToWorklist from being recursive...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-23
Reid Spencer
For PR1205:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-23
Dan Gohman
Add the 'explicit' keyword to several constructors...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-23
Duncan Sands
Test handling of switches with wide case ranges.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-23
Reid Spencer
Fix constant fold of div by zero and rem by zero to...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-23
Zhou Sheng
Make the "KnownZero ^ TypeMask" computation just once.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-23
Zhou Sheng
Simplify the code.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-23
Evan Cheng
A couple of bug fixes for reducing load width xform:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-22
Reid Spencer
For PR1205:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-22
Duncan Sands
The -funcresolve and -raise options no longer exist.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-22
Reid Spencer
For PR1205:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-22
Reid Spencer
For PR1205:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-22
Bill Wendling
We generate a shufflevector instruction, so we don...
commit
|
commitdiff
|
tree
|
snapshot
next