Increment iterator now because IVUseShouldUsePostIncValue may remove
[oota-llvm.git] / lib /
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.
2007-03-06 Devang PatelKeep track of higher level analysis.
2007-03-06 Devang PatelLPPassManager : Add initialization and finalizatino...
2007-03-06 Evan ChengMinor interface change.
2007-03-06 Evan ChengScavenge a register using the register scavenger when...
2007-03-06 Evan ChengIf target decides to create an emergency spill slot...
2007-03-06 Evan ChengRegister scavenger is now capable of scavenging. It...
2007-03-06 Anton KorobeynikovUse new SDIselParamAttr enumeration. This removes ...
2007-03-06 Anton KorobeynikovEnumerate SDISel formal parameter attributes. Make...
2007-03-06 Anton KorobeynikovImplement PR1240
2007-03-06 Reid Spencer1. Make StoreValueToMemory a little more efficient...
2007-03-06 Reid SpencerFix some thinko's in the last patch. PtrSize has to...
2007-03-06 Reid SpencerFix a bug in IntToPtr. Truncating to 64-bits only works...
2007-03-06 Reid SpencerSimplify code as a result of the change in GenericValue...
2007-03-06 Reid SpencerRadically simplify execution. This patch gets rid of...
2007-03-06 Reid SpencerAdjust and simplify external function processing now...
2007-03-06 Reid SpencerAPInt's are no longer allocated on the heap because...
2007-03-06 Reid SpencerRemove the insufficient code in Interpreter::create...
2007-03-06 Reid SpencerSimplify things significantly because GenericValue...
2007-03-06 Devang PatelUse std::deque to manage loop queue inside LPPassManager.
2007-03-06 Devang PatelKeep track of inherited analysis. For example, if a...
2007-03-06 Devang PatelAdd preparePassManager() hook. This allows each pass...
2007-03-06 Chris LattnerSwitch PPC return lower to use an autogenerated CC...
2007-03-05 Reid SpencerRemove an unnecessary if statement and adjust indentation.
2007-03-05 Bill WendlingAdd the emms intrinsic for MMX support.
2007-03-05 Devang PatelCurrent pass manager, not the parent pass manager,...
2007-03-05 Devang PatelAvoid constructing std::strings unless pass debugging...
2007-03-05 Devang PatelAccount for time consumed by releaseMemory() properly.
2007-03-05 Lauro Ramos VenancioUse init_array/fini_array sections for static contructo...
2007-03-05 Chris LattnerThis is the first major step of implementing PR1226...
2007-03-05 Jeff CohenEnsure 64-bit correctness.
2007-03-05 Jeff CohenImplement memoryLimit on Windows.
2007-03-05 Chris Lattnerfix a subtle bug that caused an MSVC warning. Thanks...
2007-03-05 Chris LattnerAdd some simplifications for demanded bits, this allows...
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-03-04 Chris Lattnersimplify some code
2007-03-04 Chris Lattnerfold away addc nodes when we know there cannot be a...
2007-03-04 Chris Lattnergeneralize
2007-03-04 Chris Lattnercanonicalize constants to the RHS of addc/adde. If...
2007-03-04 Chris Lattnereliminate some ops if they have an undef RHS
next