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-03
Reid Spencer
Make getNumWords public so that those using getRawData...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-03
Reid Spencer
Add names for some of the operators. This is needed...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-03
Nick Lewycky
Emit low/high immediate loads properly for Linux/PPC.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-03
Chris Lattner
my recent change caused a failure in a bswap testcase...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-03
Chris Lattner
new testcase: instcombine should remove all the casts.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-03
Nick Lewycky
Translate bit operations to English.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-03
Chris Lattner
instcombine doesn't do CSE, simplify unrelated detail
commit
|
commitdiff
|
tree
|
snapshot
2007-03-03
Evan Cheng
Watch out for cases like this:
commit
|
commitdiff
|
tree
|
snapshot
2007-03-03
Chris Lattner
add a top-level iteration loop to instcombine. This...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-03
Reid Spencer
APIntify this pass.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-03
Reid Spencer
Add isPositive for symmetry with isNegative.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Reid Spencer
Finally get this patch right :)
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Reid Spencer
Dang, I've done that twice now! Undo previous commit.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Reid Spencer
Use more efficient test for one value in a ConstantInt.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Reid Spencer
Guard against huge loop trip counts in an APInt safe...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Evan Cheng
X86-64 VACOPY needs custom expansion. va_list is a...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Reid Spencer
Make sure debug code is not evaluated in non-debug...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Reid Spencer
1. Sort switch cases using APInt safe comparison.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Reid Spencer
Use APInt safe isOne() method on ConstantInt instead...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Reid Spencer
Make sorting of ConstantInt be APInt clean through...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Reid Spencer
Fix ashr for bitwidths > 64. This is now validated...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Anton Korobeynikov
Fix uninitialized use of variable. Remove tabs and...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Anton Korobeynikov
Simplify things
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Chris Lattner
Fix a significant algorithm problem with the instcombin...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Chris Lattner
minor cleanup
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Chris Lattner
Fix PR1234 by working around a compiler bug.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Evan Cheng
Mark dead def as unused.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Evan Cheng
Dead live-in detection bug.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Evan Cheng
Add a new test case.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Evan Cheng
- Keep track all def and uses of stack slot available...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Chris Lattner
testcase for PR1233
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Evan Cheng
Invalidate last use of a reused register if the use...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Chris Lattner
argument lowering should copy from the vreg shadows...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Chris Lattner
add a note
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Owen Anderson
Fix a typo.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Reid Spencer
Use a better algorithm for rounding sqrt results. Chang...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Nick Lewycky
Implement unionWith.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Chris Lattner
switch the inliner from being recursive to being iterative.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Reid Spencer
Fix an unequal bitwidth issue.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Chris Lattner
grammaro
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Evan Cheng
Make it 64-bit safe.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Reid Spencer
Add a FIXME
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Reid Spencer
Fix a typo.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Reid Spencer
Fix a problem where shifting by 64-bits leads to incorr...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Dale Johannesen
eliminate unnecessary reset of SP in epilog on darwin
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Reid Spencer
Reverse a premature commital.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Reid Spencer
Prefer non-virtual calls to ConstantInt::isZero over...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Reid Spencer
Add a non-virtual test for zero, isZero, and rename...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Add an abs() function to get the absolute value.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Combine two lines that can be.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Remove virtual keyword from method that doesn't need...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Make it possible to create an SCEVUnknown from an APInt...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Although probably not necessary, guard against a potent...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Use isUnitValue() instead of getZExtValue() == 1 which...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Add an isUnitValue method for comparison against 1...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Owen Anderson
Use GCC intrinsics when available, and use smarter...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Clarify the use of getValue/getSExtValue/getZExtValue...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Use APInt conversion to string so the result is correct...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Make output for ConstantInt construction correct for...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Use the APInt versions of the bit-wise conversions...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Add doubleToBits and floatToBits methods.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Use modern variable name. ConstantUnsignedInt is long...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Jim Laskey
Emit eh filter info.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Jim Laskey
Collect eh filter info.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Use a simpler constructor for ConstantInt.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Jim Laskey
Lower eh filter intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Jim Laskey
Add eh filter intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Add bitsToDouble and bitsToFloat methods for re-interpr...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Wrap a long line.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Avoid a potential assert out if the loop increment...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
The 64-bit constructor for ConstantInt changes from...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Construct ConstantInt with simpler constructor.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Use a simpler constructor when constructing ConstantInt...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Use a simpler constructor when constructing ConstantInst.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Drop the ConstantInt(const Type&, const APInt&) constru...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Make the static table of results in sqrt const.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Fix last night's 445.gobmk breakage which was caused...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Add methods for bit width modification: sextOrTrunc...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Anton Korobeynikov
Ensure that fastcall'ed function is correctly mangled...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Nicolas Geoffray
Implemented the frameaddress intrinsic for PPC.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Evan Cheng
Delete register scavenger when done with it.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Evan Cheng
Use a spilled free callee-saved register as scratch...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Evan Cheng
Add a version of FindUnusedReg that restrict search...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Evan Cheng
- Track which callee-saved registers are spilled.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Remove the "isSigned" parameters from ConstantRange...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Evan Cheng
Switch from std::vector<bool> to BitVector.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
APIntify various computations in ScalarEvolution
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Use a real table in sqrt to shorten and quicken the...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Bill Wendling
Get rid of verboten <iostream> include.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Owen Anderson
Use the GCC built-in for PopulationCount when it's...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Add a square root function.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Reduce #includage by taking a method out of line.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Evan Cheng
A restore is promoted to copy (or deleted entirely...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Evan Cheng
Interface clean up.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Reid Spencer
Add an IntegerType::getMask() method to get an APInt...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Evan Cheng
Interface clean up.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Evan Cheng
Clean up interface.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Evan Cheng
Oops.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
Evan Cheng
Track all joined registers and eliminate unneeded kills...
commit
|
commitdiff
|
tree
|
snapshot
next