oota-llvm.git
2007-04-02 Chris Lattneradd range version of insert()
2007-04-02 Reid SpencerRegenerate
2007-04-02 Reid SpencerDon't upgrade functions that look like a bswap intrinsi...
2007-04-02 Reid SpencerLet llvm-upgrade upgrade the bswap intrinsic.
2007-04-02 Reid SpencerLet llvm-upgrade upgrade bswap intrinsic.
2007-04-02 Reid SpencerFor PR1297:
2007-04-02 Reid SpencerRevert the name changes for llvm.bswap to allow (and...
2007-04-02 Reid SpencerHandle upgrade of llvm.bswap.iXX to llvm.bswap.iXX...
2007-04-02 Reid SpencerFix some bswap typos that Chris noticed.
2007-04-01 Chris Lattnerprint the type of an inserted IV in -debug mode.
2007-04-01 Anton KorobeynikovAdd testcase for correct sret handling.
2007-04-01 Chris Lattnersimplify this code, make it work for ap ints
2007-04-01 Chris Lattnerfix breakage from last night, simplify code.
2007-04-01 Chris Lattnergcc 3.4.4 is known-bad on x86-64
2007-04-01 Reid SpencerPreview documentation for additional intrinsic functions.
2007-04-01 Jeff CohenUnbreak VC++ build.
2007-04-01 Reid SpencerThe bit counting intrinsics return i32 not the operand...
2007-04-01 Zhou ShengAvoid unnecessary APInt construction.
2007-04-01 Duncan SandsTestcase for the problem worked around in
2007-04-01 Zhou ShengRemove unused methods.
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Evan ChengAdd i16 address mode.
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerMention how to create overloaded intrinsics.
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Chris Lattnernot not!
2007-04-01 Chris LattnerFix InstCombine/2007-03-31-InfiniteLoop.ll
2007-04-01 Chris LattnerNew testcase
2007-04-01 Nick LewyckyImplement union of wrapped sets.
2007-03-31 Andrew LenharthReadme
2007-03-31 Anton KorobeynikovConsistency with native compilers
2007-03-31 Bill WendlingFix comment.
2007-03-31 Chris Lattneradd a note
2007-03-31 Chris Lattnermove a bunch of code out of the sdisel pass into its...
2007-03-31 Chris LattnerSplit the sdisel code munging stuff out into its own...
2007-03-31 Chris Lattnerswitch TL::getValueType to use MVT::getValueType.
2007-03-31 Chris Lattneradd a method to turn a type into a VT.
2007-03-31 Zhou ShengDelete dead code.
2007-03-31 Zhou ShengUse APInt operators to calculate the carry bits, remove...
2007-03-31 Bill WendlingMatch GCC's MMX calling convention.
2007-03-31 Chris LattnerAdd a -print-lsr-output option to LLC, to print the...
2007-03-30 Chris Lattnerimplement the new addressing mode description hook.
2007-03-30 Chris Lattneradd one addressing mode description hook to rule them...
2007-03-30 Evan ChengMissing '&&'
2007-03-30 Jeff CohenThis is working again.
2007-03-30 Dale JohannesenFix incorrect combination of different loads. Reenable...
2007-03-30 Chris Lattneradd a testcase for x86
2007-03-30 Evan ChengNew test case.
2007-03-30 Evan ChengDon't add the same MI to register reuse "last def/use...
2007-03-30 Evan ChengBug fix for PR1279. When isDead is propagate by copy...
2007-03-30 Evan ChengTest case for PR1279 (part 2).
2007-03-30 Zhou ShengMake sure the use of ConstantInt::getZExtValue() for...
2007-03-30 Zhou ShengMake sure this method just return value equal or less...
2007-03-30 Reid SpencerFor PR1293:
2007-03-30 Duncan SandsRemove reference to checkpoint.
2007-03-30 Duncan SandsVarious hopefully correct easy fixes.
2007-03-30 Zhou Sheng1. Make sure the use of ConstantInt::getZExtValue(...
2007-03-30 Duncan SandsCorrect typo.
2007-03-30 Zhou ShengUse APInt operation instead of ConstantExpr::getXX.
2007-03-30 Zhou ShengRename and correct the method "greaterOrEqual".
2007-03-30 Zhou ShengAdd two utility methods into ConstantInt.
2007-03-30 Reid SpencerFor PR1289: Regenerate
2007-03-30 Reid SpencerFor PR1289:
2007-03-30 Reid SpencerFor PR1289:
2007-03-30 Bill WendlingAdd MMX calling conventions.
2007-03-29 Evan ChengNew entry.
2007-03-29 Evan ChengCan't re-materialize mov r, imm in thumb since mov...
2007-03-29 Reid SpencerRemove some non-sensical logic that prevented llvm...
2007-03-29 Reid SpencerUse the stat information in the Path object, if it...
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Chris Lattnerthe bytecode reader supports dematerializeFunction
2007-03-29 Reid Spencercheckpoint -> implementation. This really needs to...
2007-03-29 Reid SpencerRegenerate.
2007-03-29 Reid SpencerGive users a grace period on the implementation keyword...
2007-03-29 Chris Lattneradd a hook to demat functions.
2007-03-29 Chris Lattnerdon't build runtime for now, ever
2007-03-29 Jeff CohenMS C does have inlining after all, just uses _inline...
2007-03-29 Jeff CohengetFileStatus has a new parameter (caught by VC++).
2007-03-29 Jeff CohenuniqueID is a uint64_t (caught by VC++)
2007-03-29 Jeff CohenDetermine absolute paths the correct way :)
2007-03-29 Reid SpencerAdd a uniqueID field to the FileStatus structure for...
2007-03-29 Reid SpencerDon't forget to delete the FileStatus structure on...
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Reid SpencerRegenerate for PR1283 fix.
2007-03-29 Reid SpencerFor PR1283:
2007-03-29 Zhou Sheng1. Make more use of APInt::getHighBitsSet/getLowBitsSet.
2007-03-29 Evan ChengDisable load width reduction xform of variant (zext...
2007-03-29 Evan ChengAdd support for hidden visibility to darwin/arm.
2007-03-29 Zhou ShengClean up some codes in InstCombiner::SimplifyDemandedBi...
next