Revert last changes as they introduced other problems.
[oota-llvm.git] / lib /
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 Evan ChengClean up.
2007-03-14 Evan ChengOops.
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 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 Nicolas GeoffrayStack and register alignment of call arguments in the...
2007-03-13 Chris Lattnerifdef out some dead code.
2007-03-13 Zhou ShengFor expression like
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 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-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 ChengImplement inline asm modifier c.
2007-03-08 Chris Lattnerimplement support for floating point constants used...
2007-03-08 Bill WendlingAdded "padd*" support for MMX. Added MMX move stuff...
2007-03-08 Evan ChengFix a typo.
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...
2007-03-07 Bill WendlingRemove useless pattern fragments.
2007-03-07 Anton KorobeynikovRefactoring of formal parameter flags. Enable properly...
2007-03-07 Anton KorobeynikovCleanup: make SetCounter an instance variable
2007-03-07 Evan ChengAvoid combining indexed load further.
2007-03-07 Devang PatelNow IndVarSimplify is a LoopPass.
2007-03-07 Bill WendlingProperly support v8i8 and v4i16 types. It now converts...
2007-03-07 Devang PatelNow LICM is a LoopPass.
2007-03-07 Anton KorobeynikovFix DWARF debugging information on x86/Linux and (hopef...
2007-03-07 Evan ChengARM always use register scavenger. No longer reserves...
2007-03-07 Evan ChengFix some brittle code. Watch out for cases where regist...
2007-03-07 Devang PatelNow LoopUnroll is a LoopPass.
2007-03-07 Devang PatelNow LoopUnswitch is a LoopPass.
2007-03-07 Evan ChengFix one more Thumb eliminateFrameIndex bug.
2007-03-06 Reid SpencerFix all of last night's JIT failures in Prolangs-C...
2007-03-06 Evan ChengRegister scavenging is now on by default for ARM.
2007-03-06 Evan ChengMake load / store optimizer use register scavenger.
2007-03-06 Evan ChengMinor bug fix.
2007-03-06 Devang PatelNow LoopStrengthReduce is a LoopPass.
2007-03-06 Chris Lattnerbig endian 32-bit systems (e.g. ppc32) want to return...
2007-03-06 Devang PatelInsert loop into LQ before visiting children.
2007-03-06 Anton KorobeynikovSmall eye-candy: use asciz directive everywhere, where...
2007-03-06 Devang PatelUse schedulePass() instead of assignPassManager() to...
2007-03-06 Devang PatelAdd LPPassManager::insertLoop().
2007-03-06 Bill WendlingAdd LOAD/STORE support for MMX.
2007-03-06 Devang PatelLPPassManager::deleteLoopFromQueue() add meat. Cut...
2007-03-06 Evan ChengCode clean up. Prepare to use register scavenger.
2007-03-06 Devang PatelLPPassManager. Implement preparePassManager() hook.
next