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-04-01
Chris Lattner
not not!
commit
|
commitdiff
|
tree
|
snapshot
2007-04-01
Chris Lattner
Fix InstCombine/2007-03-31-InfiniteLoop.ll
commit
|
commitdiff
|
tree
|
snapshot
2007-04-01
Chris Lattner
New testcase
commit
|
commitdiff
|
tree
|
snapshot
2007-04-01
Nick Lewycky
Implement union of wrapped sets.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-31
Andrew Lenharth
Readme
commit
|
commitdiff
|
tree
|
snapshot
2007-03-31
Anton Korobeynikov
Consistency with native compilers
commit
|
commitdiff
|
tree
|
snapshot
2007-03-31
Bill Wendling
Fix comment.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-31
Chris Lattner
add a note
commit
|
commitdiff
|
tree
|
snapshot
2007-03-31
Chris Lattner
move a bunch of code out of the sdisel pass into its...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-31
Chris Lattner
Split the sdisel code munging stuff out into its own...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-31
Chris Lattner
switch TL::getValueType to use MVT::getValueType.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-31
Chris Lattner
add a method to turn a type into a VT.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-31
Zhou Sheng
Delete dead code.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-31
Zhou Sheng
Use APInt operators to calculate the carry bits, remove...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-31
Bill Wendling
Match GCC's MMX calling convention.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-31
Chris Lattner
Add a -print-lsr-output option to LLC, to print the...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Chris Lattner
implement the new addressing mode description hook.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Chris Lattner
add one addressing mode description hook to rule them...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Evan Cheng
Missing '&&'
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Jeff Cohen
This is working again.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Dale Johannesen
Fix incorrect combination of different loads. Reenable...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Chris Lattner
add a testcase for x86
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Evan Cheng
New test case.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Evan Cheng
Don't add the same MI to register reuse "last def/use...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Evan Cheng
Bug fix for PR1279. When isDead is propagate by copy...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Evan Cheng
Test case for PR1279 (part 2).
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Zhou Sheng
Make sure the use of ConstantInt::getZExtValue() for...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Zhou Sheng
Make sure this method just return value equal or less...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Reid Spencer
For PR1293:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Duncan Sands
Remove reference to checkpoint.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Duncan Sands
Various hopefully correct easy fixes.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Zhou Sheng
1. Make sure the use of ConstantInt::getZExtValue(...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Duncan Sands
Correct typo.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Zhou Sheng
Use APInt operation instead of ConstantExpr::getXX.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Zhou Sheng
Rename and correct the method "greaterOrEqual".
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Zhou Sheng
Add two utility methods into ConstantInt.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Reid Spencer
For PR1289: Regenerate
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Reid Spencer
For PR1289:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Reid Spencer
For PR1289:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-30
Bill Wendling
Add MMX calling conventions.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Evan Cheng
New entry.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Evan Cheng
Can't re-materialize mov r, imm in thumb since mov...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Reid Spencer
Remove some non-sensical logic that prevented llvm...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Reid Spencer
Use the stat information in the Path object, if it...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Reid Spencer
For PR789:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Chris Lattner
the bytecode reader supports dematerializeFunction
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Reid Spencer
checkpoint -> implementation. This really needs to...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Reid Spencer
Give users a grace period on the implementation keyword...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Chris Lattner
add a hook to demat functions.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Chris Lattner
don't build runtime for now, ever
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Jeff Cohen
MS C does have inlining after all, just uses _inline...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Jeff Cohen
getFileStatus has a new parameter (caught by VC++).
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Jeff Cohen
uniqueID is a uint64_t (caught by VC++)
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Jeff Cohen
Determine absolute paths the correct way :)
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Reid Spencer
Add a uniqueID field to the FileStatus structure for...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Reid Spencer
Don't forget to delete the FileStatus structure on...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Reid Spencer
For PR789:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Reid Spencer
For PR789:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Reid Spencer
Regenerate for PR1283 fix.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Reid Spencer
For PR1283:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Zhou Sheng
1. Make more use of APInt::getHighBitsSet/getLowBitsSet.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Evan Cheng
Disable load width reduction xform of variant (zext...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Evan Cheng
Add support for hidden visibility to darwin/arm.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Zhou Sheng
Clean up some codes in InstCombiner::SimplifyDemandedBi...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Evan Cheng
New entries.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Zhou Sheng
Clean up codes in InstCombiner::SimplifyDemandedBits():
commit
|
commitdiff
|
tree
|
snapshot
2007-03-29
Zhou Sheng
1. Make the APInt variable do the binary operation...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Jeff Cohen
Fix C Backend to generate code that works with Microsof...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Jeff Cohen
Update to current situation.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Bill Wendling
Made this into a bug report: PR1286
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Anton Korobeynikov
Oops :)
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Anton Korobeynikov
Don't allow MatchAddress recurse too much. This trims...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Chris Lattner
Stop using the foo HTML tag :)
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Chris Lattner
add a note
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Chris Lattner
Compile CodeGen/X86/lea-3.ll:test2 to:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Chris Lattner
new testcases
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Zhou Sheng
Avoid unnecessary APInt construction.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Chris Lattner
Dan pointed out that this is done, remove it!
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Scott Michel
First test check-in.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Zhou Sheng
1. Make more use of getLowBitsSet/getHighBitsSet.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Devang Patel
It is not possible to determine dominance between two...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Zhou Sheng
1. Make more use of getLowBitsSet/getHighBitsSet.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Evan Cheng
Notes on re-materialization.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Evan Cheng
Move rematerialization out of beta.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Zhou Sheng
Use UnknownBIts[BitWidth-1] instead of UnknownBIts...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Jeff Cohen
Fix problem with llvm-config that prevented JIT from...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Reid Spencer
Delete the remanant of an obsolete comment.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Zhou Sheng
Remove unused APInt variable.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Reid Spencer
Undocument the implementation keyword
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Reid Spencer
Remove use of implementation keyword.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Reid Spencer
Replace the "implementation" keyword with "checkpoint...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Reid Spencer
The implementation keyword was replaced with checkpoint.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Zhou Sheng
Clean up codes in ComputeMaskedBits():
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Evan Cheng
Scale 1 is always ok.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Evan Cheng
Remove isLegalAddressImmediate.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Reid Spencer
No need to generate the implementation keyword any...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-28
Reid Spencer
implementation keyword is going .. going .. gone.
commit
|
commitdiff
|
tree
|
snapshot
next