Added operator methods to the Statistic class; some LLVM projects depend
[oota-llvm.git] / lib / CodeGen /
2006-12-19 Chris LattnerEliminate static ctors from Statistics
2006-12-19 Anton KorobeynikovFix for PR1059: http://llvm.org/PR1059
2006-12-19 Evan ChengMay need to promote the operand (either sign_extend_inr...
2006-12-18 Evan ChengLegalizeSetCCOperands() may end up inserting libcalls...
2006-12-18 Reid SpencerConvert the last uses of CastInst::createInferredCast...
2006-12-18 Rafael Espindolamove ExtWeakSymbols to AsmPrinter
2006-12-17 Bill WendlingFixed so that it dereferences the ostream pointer.
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-16 Chris LattnerFix PR1049 and CodeGen/Generic/2006-12-16-InlineAsmCrash.ll
2006-12-16 Evan ChengCannot combine an indexed load / store any further.
2006-12-16 Evan ChengExpand FP undef
2006-12-16 Jeff CohenThe best unbreakage yet, addressing Bill's concerns.
2006-12-16 Evan ChengAllow promoted FP_TO_UINT / FP_TO_SINT to expand operand.
2006-12-16 Evan ChengExpand fabs / fneg to and / xor.
2006-12-15 Jeff CohenAn even better unbreakage...
2006-12-15 Evan ChengFix select_cc, select expansion to soft-fp bugs.
2006-12-15 Jim LaskeyThis code was usurping the sextload expand in teh legal...
2006-12-15 Chris Lattnersilence a bogus warning
2006-12-15 Evan ChengMinor clean up.
2006-12-15 Evan ChengExpand FP compares to soft-fp call(s)
2006-12-14 Jim Laskey1. Tidy up jump table info.
2006-12-14 Evan ChengFix a long-standing spiller bug:
2006-12-13 Evan ChengMore soft-fp work.
2006-12-13 Evan ChengExpand (f64 extload f32) to (f64 fp_ext (load f32)...
2006-12-13 Evan ChengExpand fsqrt, fsin, and fcos to libcalls.
2006-12-13 Evan ChengExpand f32 / f64 to i32 / i64 conversion to soft-fp...
2006-12-13 Reid SpencerReplace CastInst::createInferredCast calls with more...
2006-12-12 Evan ChengExpand FP constant to integers if FP types are not...
2006-12-12 Evan ChengSoft fp FNEG, SINT_TO_FP, UINT_TO_FP libcall expansion.
2006-12-12 Evan ChengExpand ConstantFP to load from CP if float types are...
2006-12-12 Evan ChengExpand i32/i64 CopyToReg f32/f64 to BIT_CONVERT + CopyT...
2006-12-12 Evan Cheng- When expanding a bit_convert whose src operand is...
2006-12-12 Evan ChengExpand formal arguments and call arguments recursively...
2006-12-12 Chris Lattnerfit in 80 cols
2006-12-12 Chris Lattnerthis can only be fptrunc.
2006-12-12 Chris LattnerThis case isn't needed with recent changes to ConstantI...
2006-12-12 Chris Lattnersplit up inttoptr from ptrtoint handling, the cases...
2006-12-12 Chris Lattnerthe operand of a bitcast is always the right size,...
2006-12-12 Chris LattnerRevert Nate's patch to fix X86/store-fp-constant.ll...
2006-12-12 Chris Lattnermake this code more aggressive about turning store...
2006-12-12 Reid SpencerTidy up a bit.
2006-12-12 Reid SpencerChange inferred cast creation calls to more specific...
2006-12-11 Evan ChengRe-apply changes that were backed out and fix a naughty...
2006-12-11 John CriswellIt seems the llvm::OStream class does not handle stream...
2006-12-11 Chris LattnerRevert changes that broke oggenc on ppc
2006-12-11 Evan ChengDon't convert store double C, Ptr to store long C,...
2006-12-11 Evan Chengf32 / f64 node is expanded to one i32 / i64 node.
2006-12-11 Evan ChengClean up some bad code.
2006-12-11 Nate BegemanMove something that should be in the dag combiner from...
2006-12-11 Nate BegemanProperly mangles symbol table names
2006-12-10 Anton KorobeynikovCleaned setjmp/longjmp lowering interfaces. Now we...
2006-12-09 Evan ChengPreliminary soft float support.
2006-12-08 Evan ChengMove findTiedToSrcOperand to TargetInstrDescriptor.
2006-12-08 Evan ChengProper fix for PR1037: to determine is a VR is a modref...
2006-12-08 Evan ChengfindTiedToSrcOperand() changed.
2006-12-07 Chris LattnerFix CodeGen/PowerPC/2006-12-07-SelectCrash.ll on PPC64
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-12-07 Reid SpencerRevision 1.83 causes PR1037.
2006-12-07 Evan ChengInitialize {Min|Max}CSFrameIndex properly.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-07 Evan ChengMI keeps a ptr of TargetInstrDescriptor, use it.
2006-12-07 Evan ChenggetOperandConstraint returns -1 if the operand does...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-06 Jim LaskeySome addresssed should be 64-bit and some shouldn't.
2006-12-06 Evan ChengMove copyKillDeadInfo out-of-line. Add findRegisterUseO...
2006-12-06 Chris Lattnereliminate fp statistic
2006-12-02 Jeff CohenUnbreak VC++ build.
2006-12-01 Evan ChengMatch TargetInstrInfo changes.
2006-11-30 Jim Laskeybetter check for version
2006-11-30 Jim LaskeyChange global descriptor names to provide name, full...
2006-11-30 Jim LaskeyTemp fix to deal gdb issue.
2006-11-30 Evan Cheng- MachineInstr now keeps a ptr to TargetInstrDescriptor...
2006-11-29 Evan ChengAvoid inifinite looping if READCYCLECOUNTER isn't custo...
2006-11-29 Jim LaskeyEliminate unnecessary scopes.
2006-11-29 Evan ChengAllow target to custom lower READCYCLECOUNTER (when...
2006-11-29 Evan ChengFix for PR1023 by Dan Gohman.
2006-11-29 Evan ChengFix for PR1022 (folding loads of static initializers...
2006-11-29 Chris Lattneradd a hook to allow targets to hack on inline asms...
2006-11-29 Bill WendlingConverted to using llvm streams instead of <iostream>s
2006-11-28 Bill WendlingUse llvm streams instead of <iostream>
2006-11-28 Bill WendlingPut the #include for a module first.
2006-11-28 Evan ChengClean up.
2006-11-28 Bill WendlingChanged to using llvm streams.
2006-11-28 Chris LattnerFix PR1016
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-27 Chris LattnerFix the dag combiner bug corresponding to PR1014.
2006-11-27 Chris LattnerFor better or worse, load from i1 is assumed to be...
2006-11-27 Chris LattnerIf a brcond condition is promoted, make sure to zero...
2006-11-27 Reid SpencerFor PR950:
2006-11-20 Jim LaskeyGlobal label not handled correctly.
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 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-17 Jim LaskeyFixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1...
next