oota-llvm.git
2007-03-25 Chris Lattnerenforce the proper range for the i386 N constraint.
2007-03-25 Chris LattnerFix test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
2007-03-25 Chris Lattnernew testcase
2007-03-25 Reid SpencerFix a typo in a comment.
2007-03-25 Reid SpencerActually, for getHighBitsSet and getLowBitsSet, don...
2007-03-24 Chris Lattnerfix a regression on vector or instructions.
2007-03-24 Reid SpencerMake it illegal to set 0 bits in getHighBitsSet and...
2007-03-24 Reid SpencerIn the getBitsSet function, don't optimize for a common...
2007-03-24 Reid SpencerDon't invoke undefined behavior in shifts in the functi...
2007-03-24 Reid SpencerImplement the getBitsSet function.
2007-03-24 Reid SpencerRemove the last vestiges of this directory.
2007-03-24 Reid SpencerImplement the getHighBitsSet and getLowBitsSet functions.
2007-03-24 Reid SpencerGet the signs in the right place!
2007-03-24 Reid SpencerFix a link.
2007-03-24 Reid SpencerUndo the last change and make this really implement...
2007-03-24 Reid SpencerFlip the srem tests around. Previous commit was to...
2007-03-24 Reid SpencerCorrect the description of srem. remainder follows...
2007-03-24 Reid SpencerCorrect the implementation of srem to be remainder...
2007-03-24 Reid SpencerFix incorrect test cases for srem. The definition of...
2007-03-24 Reid SpencerClean up this interface:
2007-03-24 Chris Lattnerdon't rely on ADL
2007-03-24 Chris Lattneradd a valuetype for v1i64, which is needed by mmx.
2007-03-24 Zhou ShengMake some codes more efficient.
2007-03-24 Chris Lattneradd a bad case evan though of.
2007-03-24 Reid SpencerFor PR1205:
2007-03-24 Evan ChengAdjust offset to compensate for big endian machines.
2007-03-23 Anton KorobeynikovAutodetect MMX & SSE stuff for AMD processors
2007-03-23 Bill WendlingThis is dead. DEAD I tells you!!
2007-03-23 Bill WendlingPR1260:
2007-03-23 Evan ChengMake sure SEXTLOAD of the specific type is supported...
2007-03-23 Reid SpencerAdd more test cases for APIntified InstCombine.
2007-03-23 Reid SpencerFor PR1205:
2007-03-23 Evan ChengAlso replace uses of SRL if that's also folded during...
2007-03-23 Reid SpencerAdd test case for testing InstCombine with arbitrary...
2007-03-23 Reid SpencerFor PR1205:
2007-03-23 Chris Lattnerswitch AddReachableCodeToWorklist from being recursive...
2007-03-23 Reid SpencerFor PR1205:
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2007-03-23 Duncan SandsTest handling of switches with wide case ranges.
2007-03-23 Reid SpencerFix constant fold of div by zero and rem by zero to...
2007-03-23 Zhou ShengMake the "KnownZero ^ TypeMask" computation just once.
2007-03-23 Zhou ShengSimplify the code.
2007-03-23 Evan ChengA couple of bug fixes for reducing load width xform:
2007-03-22 Reid SpencerFor PR1205:
2007-03-22 Duncan SandsThe -funcresolve and -raise options no longer exist.
2007-03-22 Reid SpencerFor PR1205:
2007-03-22 Reid SpencerFor PR1205:
2007-03-22 Bill WendlingWe generate a shufflevector instruction, so we don...
2007-03-22 Jeff CohenCleanup obsolete stuff.
2007-03-22 Jeff CohenBe more explicit concerning argument sizes.
2007-03-22 Bill WendlingSupport added for shifts and unpacking MMX instructions.
2007-03-22 Dan GohmanChange uses of Function::front to Function::getEntryBlo...
2007-03-22 Evan ChengUnbreak non-debug builds.
2007-03-22 Reid SpencerMake this test actually match the generated code.
2007-03-22 Reid SpencerAdd noreturn function attribute.
2007-03-22 Reid SpencerAdd tests for nounwind and noreturn function attributes.
2007-03-22 Reid SpencerAdd the NoUnwind function attribute.
2007-03-22 Reid SpencerRegenerate.
2007-03-22 Reid SpencerAdd support for the noreturn and nounwind function...
2007-03-22 Nick LewyckyFix broken optimization disabled by a logic bug.
2007-03-22 Reid SpencerPreview nounwind function attribute.
2007-03-22 Evan ChengAnother test case.
2007-03-22 Evan ChengMore opportunities to reduce load size.
2007-03-22 Evan ChengTest case for PR1257
2007-03-22 Evan ChengFix for PR1257. Bug in live range shortening as a resul...
2007-03-22 Reid SpencerTest case for PR1248
2007-03-22 Reid SpencerFor PR1145:
2007-03-22 Anton KorobeynikovMore LangRef fixes. Corrected names of intrinsics.
2007-03-21 Anton KorobeynikovFixed va_arg example. Reported by Roman Samoilov
2007-03-21 Reid SpencerFor PR1248:
2007-03-21 Reid SpencerFix a comment.
2007-03-21 Dale Johannesenrepair x86 performance, dejagnu problems from previous...
2007-03-21 Anton KorobeynikovAdd TODO list for MSIL backend
2007-03-21 Anton KorobeynikovAdd Roman to credits
2007-03-21 Anton KorobeynikovLet the new backend begin!
2007-03-21 Dale Johannesenadd generation of unnecessary push/pop around calls
2007-03-21 Evan ChengNew test case.
2007-03-21 Evan Chengfold (truncate (srl (load x), c)) -> (smaller load...
2007-03-21 Reid SpencerRegenerate.
2007-03-21 Reid SpencerFor PR1243:
2007-03-21 Reid SpencerRegenerate.
2007-03-21 Reid SpencerFor PR1256:
2007-03-21 Nicolas GeoffrayProtect R31's frame offset from being used by callee...
2007-03-21 Zhou ShengFix a bug in getAllOnesValue() which broke
2007-03-21 Evan ChengMark re-materializable instructions.
2007-03-20 Evan ChengUpdated.
2007-03-20 Evan ChengPotential spiller improvement.
2007-03-20 Dale Johannesendo not share old induction variables when this would...
2007-03-20 Dale Johannesenmaintain LiveIn when splitting blocks (register scaveng...
2007-03-20 Devang PatelDominanceFrontier::calculate().
2007-03-20 Jeff CohenFix some VC++ warnings.
2007-03-20 Jeff CohenFix (and simplify) 48-bit byte swap.
2007-03-20 Devang PatelLoopSimplify::FindPHIToPartitionLoops()
2007-03-20 Devang PatelLoopSimplify::FindPHIToPartitionLoops()
2007-03-20 Lauro Ramos... Code clean up.
2007-03-20 Evan ChengMinor bug.
2007-03-20 Lauro Ramos... bugfix: When the source register of CALL_NOLINK was...
2007-03-20 Chris Lattnerllvm-gcc now requires -fnested-functions to enable...
2007-03-20 Reid SpencerBreak up huge line so that this file is almost readable.
2007-03-20 Reid SpencerRegenerate.
next