Fix some typos.
[oota-llvm.git] / lib /
2006-11-22 Nick LewyckyUpdate to new predicate simplifier VRP design. Fixes...
2006-11-21 Chris LattnerThis xform is handled by FoldOpIntoPhi in visitCastInst...
2006-11-21 Anton KorobeynikovRefactored *GVRequiresExtraLoad() to Subtarget method.
2006-11-20 Chris Lattnerin ppc64-mode, don't allocate the 32-bit version of...
2006-11-20 Jim LaskeyGlobal label not handled correctly.
2006-11-20 Chris Lattnerr13 is the thread pointer on darwin/ppc64, don't alloca...
2006-11-20 Chris LattnerFix codegen for x86-64 on systems (like ppc or i386...
2006-11-20 Chris LattnerFix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCra...
2006-11-20 Chris LattnersetOperand should not zap the operand list or add impli...
2006-11-20 Anton KorobeynikovWe should perform extra load for dllimported calls
2006-11-20 Reid SpencerFor PR950:
2006-11-19 Reid SpencerFor PR950:
2006-11-18 Chris LattnerDon't transform in another bad case: if the block is...
2006-11-18 Chris LattnerFix another case we *don't* want to do this xform.
2006-11-18 Chris LattnerImplement operator<< for machine basic blocks to make...
2006-11-18 Chris Lattnermake the previous change more aggressive, moving any...
2006-11-18 Chris LattnerMinor code layout tweak: if we have something like...
2006-11-18 Chris LattnerDo not convert massive blocks on phi nodes into select...
2006-11-18 Reid SpencerHave ConstantExprs upgrade opcodes the same way as...
2006-11-18 Chris Lattneron ppc64, float arguments take 8-byte stack slots not...
2006-11-18 Chris Lattnermake sure to safe LR8 in the right stack slot for PPC64
2006-11-18 Chris LattnerPretty print 'rldicr r2, r2, 2, 61' as 'sldi r2, r2...
2006-11-18 Chris LattnerRewrite the branch selector to be correct in the face...
2006-11-17 Chris Lattneradd encoding for BCC, after finally wrestling strange...
2006-11-17 Chris Lattnerconvert PPC::BCC to use the 'pred' operand instead...
2006-11-17 Chris Lattnerrename PPC::COND_BRANCH to PPC::BCC
2006-11-17 Chris Lattnerstart using PPC predicates more consistently.
2006-11-17 Evan ChengFor unsigned 8-bit division. Use movzbw to set the...
2006-11-17 Jim LaskeyHopefully a good crack at making debugging work on...
2006-11-17 Jim LaskeyAssert unhandled case.
2006-11-17 Jim Laskey1. Ignore the -disable-fp-elim when the routine is...
2006-11-17 Jim LaskeyTypo. Fix the nightly tests.
2006-11-17 Jim LaskeyFixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1...
2006-11-17 Bill WendlingMoved definition of llvm_ostream wrappers to the Stream...
2006-11-17 Bill WendlingAdded wrappers for the std::cerr/std::cout objects...
2006-11-17 Bill WendlingNeeded <iostream> for now.
2006-11-17 Bill WendlingNeeds the iostream include.
2006-11-17 Bill WendlingRemoved iostream #includes. Replaced std::cerr with...
2006-11-17 Bill WendlingRemoved even more std::cerr and #include <iostream...
2006-11-17 Bill WendlingReplaced DEBUG(std::cerr with DOUT.
2006-11-17 Bill WendlingReplace DEBUG(std::cerr with DOUT. Removed some iostrea...
2006-11-17 Bill WendlingRemoved unneeded <iostream> #include.
2006-11-17 Chris LattnerIf an indvar with a variable stride is used by the...
2006-11-17 Bill WendlingMore removal of std::cerr and DEBUG, replacing with...
2006-11-17 Chris Lattnerimplement a todo: change a map into a vector
2006-11-17 Bill WendlingReplace std::cerr uses of the "DEBUG" macro with "DOUT...
2006-11-17 Chris Lattnerfix typo
2006-11-17 Bill WendlingAdded "DOUT" macro. This is used as a replacement for...
2006-11-16 Chris Lattnerimplicit_def_vrrc doesn't generate code.
2006-11-16 Evan ChengCorrect instructions for moving data between GR64 and...
2006-11-16 Evan ChengFix a potential bug: MOVPDI2DI, etc. are not copy instr...
2006-11-16 Jim LaskeyThis is a general clean up of the PowerPC ABI. Address...
2006-11-16 Chris Lattnerfix a regression that I introduced. stdu should scale...
2006-11-16 Evan ChengAlign stubs on 4 byte boundary. This fixes 447.dealII.
2006-11-16 Bill Wendling*** empty log message ***
2006-11-16 Evan ChengAllow target to specify alignment for function stub.
2006-11-16 Evan ChengMatch MachineCodeEmitter changes.
2006-11-16 Chris Lattneradd a statistic
2006-11-16 Bill WendlingDon't recompute getNumOperands for each iteration.
2006-11-16 Bill WendlingAdded a new method "CreateNewLiveInterval" which, given...
2006-11-16 Chris Lattnerfix broken encoding
2006-11-16 Chris Lattnerenable the branch folding pass for the JIT.
2006-11-16 Chris Lattneradd ppc64 r+i stores with update.
2006-11-16 Chris Lattneradd patterns for ppc32 preinc stores. ppc64 next.
2006-11-16 Chris Lattnerswitch these back to the 'bad old way'
2006-11-16 Evan ChengFix an incorrectly inverted condition.
2006-11-15 Chris LattnerFix ppc64 epilog bug.
2006-11-15 Chris LattnerStop using isTwoAddress, switching to operand constrain...
2006-11-15 Chris Lattneradd a new field needed by the code emitter generator.
2006-11-15 Evan ChengProperly transfer kill / dead info.
2006-11-15 Evan ChengKill / dead info has been moved to MI's.
2006-11-15 Evan ChengcommuteInstruction should propagate kill / dead info.
2006-11-15 Evan ChengMatch live variable changes.
2006-11-15 Evan ChengMinor updates.
2006-11-15 Evan ChengA register def can be partially dead when the whole...
2006-11-15 Evan ChengDo away with kill / dead maps. Move kill / dead info...
2006-11-15 Chris Lattnerfix ldu/stu jit encoding. Swith 64-bit preinc load...
2006-11-15 Devang PatelAdd run(Function &F) support in FunctionPassManager_New
2006-11-15 Chris LattnerSimplify IntrinsicLowering and clarify that it is only...
2006-11-15 Chris LattnerRemove unneeded forward decls
2006-11-15 Chris Lattnerremove dead #include
2006-11-15 Chris LattnerFix the PPC regressions last night
2006-11-15 Chris LattnerFix a gcc 4.2 warning.
2006-11-15 Chris LattnerSwitch loads over to use memri as the operand instead...
2006-11-15 Devang PatelTidy up marking of last analysis user pass.
2006-11-15 Devang PatelAdd doInitialization and doFinalization support in...
2006-11-15 Devang PatelDo not derive CommonPassManagerImpl from Pass.
2006-11-14 Devang PatelCopy initializeAnalysisImpl() implementation from PassM...
2006-11-14 Evan ChengRevert. This wasn't meant to be checked in.
2006-11-14 Chris Lattnergroup load and store instructions together. No functio...
2006-11-14 Chris LattnerFix predicates for unindexed stores so they don't accid...
2006-11-14 Chris LattnerRework PPC64 calls. Now we have a LR8/CTR8 register...
2006-11-14 Chris Lattnerremove a ton of custom selection logic no longer needed
2006-11-14 Chris Lattnerit would be nice of ctlz were lowered to bsf etc.
2006-11-14 Chris Lattnerimplement InstCombine/shift-simplify.ll by transforming:
2006-11-14 Chris Lattnerimplement InstCombine/and-compare.ll:test1. This compiles:
2006-11-14 Chris Lattnerlower "X = seteq Y, Z" to '(shr (ctlz (xor Y, Z)),...
2006-11-14 Andrew LenharthA shim over other AA impls to catch incorrect uses
2006-11-14 Reid SpencerDiscard code that supported old bytecode formats. This...
2006-11-14 Devang PatelImplement removeDeadPasses().
next