oota-llvm.git
2007-03-15 Bill WendlingMultiplication support for MMX.
2007-03-15 Evan ChengDebugging output stuff.
2007-03-15 Reid SpencerRegenerate.
2007-03-15 Reid SpencerRevert last changes as they introduced other problems.
2007-03-14 Evan ChengARM isel should match ldr x +/- x * (2^n) to ldr [x...
2007-03-14 Reid SpencerRegenerate.
2007-03-14 Reid SpencerThe sign information was not propagating into the renam...
2007-03-14 Reid SpencerFor PR1256:
2007-03-14 Reid SpencerTest case for PR1256.
2007-03-14 Evan ChengEstimate a cost using the possible number of scratch...
2007-03-14 Evan ChengUnder X86-64 large code model, do not emit 32-bit pc...
2007-03-14 Evan ChengNotes about codegen issues.
2007-03-14 Duncan SandsTest that the size of a view converted object is determ...
2007-03-14 Evan ChengClean up.
2007-03-14 Evan ChengOops.
2007-03-14 Jim LaskeyChange e-mail address.
2007-03-14 Jim LaskeyAdd link to exception handling.
2007-03-14 Jim LaskeyAdding credit for PPC changes.
2007-03-14 Jim LaskeyFirst draft of exception handling doc.
2007-03-14 Jeff CohenMake older versions of bison happy.
2007-03-14 Jeff CohenFix for VS 2005 problem supplied by Morten Ofstad.
2007-03-14 Evan ChengX86-64 JIT is in large code model. Need stubs for direc...
2007-03-14 Evan Chengx86-64 JIT stub codegen.
2007-03-14 Evan ChengPreliminary support for X86-64 JIT stub codegen.
2007-03-14 Zhou ShengShiftAmt might equal to zero. Handle this situation.
2007-03-14 Zhou ShengEnable KnownZero/One.clear().
2007-03-13 Evan ChengNew test.
2007-03-13 Evan ChengThis got better.
2007-03-13 Evan ChengTry schedule def + use closer whne Sethi-Ullman numbers...
2007-03-13 Evan ChengAM2 can match 2^n +/- 1. e.g. ldr r3, [r2, r2, lsl #2]
2007-03-13 Evan ChengZero is always a legal AM immediate.
2007-03-13 Evan ChengCorrect type info for isLegalAddressImmediate() check.
2007-03-13 Duncan SandsTest support for arrays with non-zero first index.
2007-03-13 Nicolas GeoffrayStack and register alignment of call arguments in the...
2007-03-13 Chris Lattnerifdef out some dead code.
2007-03-13 Chris Lattnertestcase for PR1244
2007-03-13 Zhou ShengFor expression like
2007-03-13 Zhou ShengAdd zextOrCopy() into APInt for convenience.
2007-03-13 Zhou ShengIn APInt version ComputeMaskedBits():
2007-03-13 Evan ChengImplement getTargetLowering() or else LSR won't be...
2007-03-12 Evan ChengMore flexible TargetLowering LSR hooks for testing...
2007-03-12 Evan ChengUpdated TargetLowering LSR addressing mode hooks for...
2007-03-12 Evan ChengMore flexible TargetLowering LSR hooks for testing...
2007-03-12 Evan ChengMore flexible TargetLowering LSR hooks for testing...
2007-03-12 Evan ChengUse new TargetLowering addressing modes hooks.
2007-03-12 Evan ChengMore flexible TargetLowering LSR hooks for testing...
2007-03-12 Evan ChengStupid bug: SSE2 supports v2i64 add / sub.
2007-03-12 Reid SpencerRevert the last patch as it violates the conditions...
2007-03-12 Jeff CohenUnbreak C++ build.
2007-03-12 Jeff CohenUnbreak VC++ build. Do not use identifiers starting...
2007-03-12 Zhou ShengFor APInt::z/sext(width), if width == BitWidth, just...
2007-03-12 Reid SpencerAdd an APInt version of SimplifyDemandedBits.
2007-03-12 Reid SpencerAdd an APInt version of ShrinkDemandedConstant.
2007-03-12 Zhou ShengAvoid to assert on "(KnownZero & KnownOne) == 0".
2007-03-12 Zhou ShengIn function ComputeMaskedBits():
2007-03-11 Zhou ShengAdd getSignBit() and operator<<= into APInt for conveni...
2007-03-10 Nick LewyckyAdd value ranges. Currently inefficient in both executi...
2007-03-10 Anton KorobeynikovUse range tests in LowerSwitch, where possible
2007-03-10 Nick LewyckyAdd getter methods for the extremes of a ConstantRange.
2007-03-10 Bill WendlingAdding more arithmetic operators to MMX. This is an...
2007-03-09 Devang PatelRemove dead comments.
2007-03-09 Devang PatelAvoid recursion. Use iterative algorithm for RenamePass().
2007-03-09 Devang PatelIncrement iterator now because IVUseShouldUsePostIncVal...
2007-03-09 Reid SpencerRegenerate.
2007-03-09 Evan ChengMinor stuff.
2007-03-09 Evan ChengAdd comments about LSR / ARM.
2007-03-09 Evan ChengUnfinished work and ideas related to register scavenger.
2007-03-09 Reid SpencerFor PR1245:
2007-03-09 Dale Johannesenapply comments from review of last patch
2007-03-09 Dale JohannesenAdd some observations from CoreGraphics benchmark....
2007-03-09 Anton KorobeynikovUnbreak mingw32 build
2007-03-09 Evan ChengIf a virtual register is already marked alive in this...
2007-03-09 Evan ChengPrint preds / succs BB numbers.
2007-03-09 Evan ChengAvoid variable shadowing.
2007-03-08 Bill WendlingDon't use std::hex.
2007-03-08 Bill WendlingDon't use a cast. It causes an error on some platforms.
2007-03-08 Evan ChengTest inline asm modifier 'c'.
2007-03-08 Evan ChengImplement inline asm modifier c.
2007-03-08 Chris Lattnerupgrade this testcase, add test for fp immediate to...
2007-03-08 Chris Lattnerimplement support for floating point constants used...
2007-03-08 Bill WendlingAdd MMX arithmetic testcase.
2007-03-08 Bill WendlingAdded "padd*" support for MMX. Added MMX move stuff...
2007-03-08 Evan ChengFix a typo.
2007-03-08 Evan ChengFix test case.
2007-03-08 Devang PatelSpeed Up Pass Manager.
2007-03-08 Zhou ShengFix a bug in function ComputeMaskedBits().
2007-03-08 Evan ChengPutting more constants which do not contain relocations...
2007-03-08 Chris Lattnermake this fail even in non-assert builds.
2007-03-08 Chris LattnerThis appears correct, enable it so we can see perf...
2007-03-08 Chris LattnerSecond half of PR1226. This is currently still disable...
2007-03-08 Zhou ShengFix a bug in APIntified ComputeMaskedBits().
2007-03-08 Evan ChengChange register allocation order to Dale's suggestion.
2007-03-08 Evan ChengBug fix. Not advancing the register scavenger iterator...
2007-03-08 Reid SpencerFor PR1205:
2007-03-08 Reid SpencerFor PR1205:
2007-03-08 Evan ChengFor Darwin, put constant data into .const, .const_data...
2007-03-08 Evan ChengPut constant data to .const, .const_data, .literal...
2007-03-08 Evan ChengAdd ReadOnlySection directive.
2007-03-08 Evan ChengAdded ContainsRelocations() to check if a constant...
2007-03-07 Evan ChengOnly safe to use a call-clobbered or spilled callee...
next