For PR950:
[oota-llvm.git] / lib /
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-29 Reid SpencerRegenerate.
2006-12-29 Reid SpencerFor PR950:
2006-12-29 Rafael Espindolafix comment
2006-12-28 Lauro Ramos VenancioDefine StaticCtorsSection and StaticDtorsSection for...
2006-12-28 Lauro Ramos VenancioImplement SELECT_CC (f32/f64) for ARM.
2006-12-28 Rafael Espindolaremove duplicated line
2006-12-26 Lauro Ramos VenancioThis patch defines extloadi1 and fixes an internal...
2006-12-24 Reid SpencerCleanup ConstantFoldCompareInstruction:
2006-12-24 Reid SpencerFix some comments.
2006-12-24 Reid SpencerFor PR1066:
2006-12-23 Reid SpencerShut up some compilers that can't accurately analyze...
2006-12-23 Reid SpencerFor PR1065:
2006-12-23 Reid SpencerDon't overload var names.
2006-12-23 Reid SpencerFor PR950:
2006-12-22 Chris Lattneradd a simple fast-path for dead allocas
2006-12-22 Devang PatelModulePass and ImmutablePass. Force out of line virtual...
2006-12-22 Anton KorobeynikovRefactored JIT codegen for mingw32. Now we're using...
2006-12-22 Jim LaskeyNeed to walk the derived chain of typedefs to get actua...
2006-12-22 Evan ChengDebug dump error.
2006-12-22 Chris Lattneradd a note
2006-12-21 Chris LattnerFix for ARM weak symbols, patch by Lauro Ramos Venancio!
2006-12-21 Jim LaskeyChanges from Nick Lewycky with a simplified PPCTargetAs...
2006-12-21 Reid SpencerJust print integer constants as signed values. The...
2006-12-21 Reid SpencerAdd a FIXME about signedness.
2006-12-21 Reid SpencerSimplify all the casting business and get rid of isSign...
2006-12-21 Reid SpencerRemove isSigned calls via foreknowledge of main's argum...
2006-12-21 Reid SpencerGet rid of a useless if statement whose then and else...
2006-12-21 Reid SpencerAdd some comments about things that can go away once...
2006-12-21 Devang PatelAt the beginning of run, initialize analyis info availa...
2006-12-20 Jim LaskeyOops.
2006-12-20 Jim LaskeyOriginal patch was overly complicated.
2006-12-20 Chris LattnerFix Regression/Verifier/invoke-1.ll
2006-12-20 Jim LaskeyChanges to target powerpc for non-Darwin assemblers.
2006-12-20 Anton KorobeynikovFixed 80 cols & style violation
2006-12-20 Chris LattnerRevert the previous patch which was incorrect. This...
2006-12-20 Reid SpencerAllow negative constants for unsigned integers and...
2006-12-20 Chris Lattnerhandle undef values much more carefully: generalize...
2006-12-20 Evan ChenggetLoad() and getStore() calls missed SVOffset operand...
2006-12-20 Anton KorobeynikovFixed dllimported symbols support during JIT'ing. JIT...
2006-12-19 Chris Lattnereliminate constructor from Statistic class. It is...
2006-12-19 Chris Lattnerswitch statistics over to not use static ctors.
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-19 Chris Lattnerelimiante Statistic static ctors
2006-12-19 Chris Lattnerremove static ctors from Statistic objects
2006-12-19 Chris LattnerEliminate static ctors from Statistics
2006-12-19 Chris Lattnereliminate static ctors from Statistics
2006-12-19 Chris Lattnereliminate static ctor from example.
2006-12-19 Chris Lattnerremove dead statistic
2006-12-19 Chris Lattnerswitch more statistics over to STATISTIC, eliminating...
2006-12-19 Chris LattnerEliminate static ctors due to Statistic objects
2006-12-19 Chris LattnerConvert more Statistic's over to STATISTIC
2006-12-19 Chris LattnerSwitch over Transforms/Scalar to use the STATISTIC...
2006-12-19 Evan ChengFix for PR1062 by Dan Gohman.
2006-12-19 Chris LattnerRefactor statistic a big and introduce a horrible-but...
2006-12-19 Reid SpencerNow that ConstantInt::isValueValidForType can handle...
2006-12-19 Anton KorobeynikovFix for PR1059: http://llvm.org/PR1059
2006-12-19 Devang PatelNow, there is additional layer, referred in the comment,
2006-12-19 Devang Patels/BasicBlockPassManager/BBPassManager/g
2006-12-19 Chris LattnerThe x86-64 target machine should be used for amd64...
2006-12-19 Chris LattnerFix PR1061 and CodeGen/X86/2006-12-19-IntelSyntax.ll
2006-12-19 Anton KorobeynikovPartly fixed JITing on mingw32 platform. The support...
2006-12-19 Reid SpencerClean up ConstantFoldCastInstruction.
2006-12-19 Reid SpencerRewrite ConstantFoldCastInstruction so that it doesn...
2006-12-19 Evan ChengMay need to promote the operand (either sign_extend_inr...
2006-12-19 Reid SpencerMake ConstantInt not care about sign any more. To ensur...
2006-12-19 Chris LattnerFix a bug in GetConstantFactor for affine expressions...
2006-12-18 Reid SpencerRemove a useless statement.
2006-12-18 Evan ChengLegalizeSetCCOperands() may end up inserting libcalls...
2006-12-18 Reid SpencerFor PR1042:
2006-12-18 Rafael Espindolamacros -> Inline functions
2006-12-18 Reid SpencerRemove the createInferredCast methods now that their...
2006-12-18 Reid SpencerConvert the last uses of CastInst::createInferredCast...
2006-12-18 Reid SpencerRemove the two-argument (inferred cast) form of Constan...
2006-12-18 Reid SpencerConvert the last use of two-argument ConstantExpr:...
2006-12-18 Reid SpencerRevert last patch. ConstantInt isn't quite ready for...
2006-12-18 Rafael Espindolamove ExtWeakSymbols to AsmPrinter
2006-12-18 Reid SpencerRemove the last use of getUnsignedVersion and getSigned...
2006-12-17 Chris LattnerFix PR1057 (compilation on macos 10.3), patch by Scott...
2006-12-17 Reid SpencerUse a predicate function to identify bitcast of fp...
2006-12-17 Reid SpencerFix PR1058:
2006-12-17 Bill WendlingFixed so that it dereferences the ostream pointer.
2006-12-17 Bill WendlingThis snuck in. Reverted.
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-16 Chris Lattnerwhen inserting a dummy argument to work-around the...
2006-12-16 Chris LattnerFix PR1049 and CodeGen/Generic/2006-12-16-InlineAsmCrash.ll
2006-12-16 Chris LattnerApply B. Scott Michel's patch for PR1054, thanks!
2006-12-16 Evan ChengCannot combine an indexed load / store any further.
2006-12-16 Chris LattnerFix PR1042, by tightening up the subtle rules with...
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 Devang PatelAdd getNumContainedPasses() and getContainedPass()...
2006-12-16 Evan ChengExpand fabs / fneg to and / xor.
2006-12-15 Devang PatelCosmetic changes, based on Chris's review.
2006-12-15 Jeff CohenAn even better unbreakage...
2006-12-15 Evan ChengFix select_cc, select expansion to soft-fp bugs.
2006-12-15 Jeff CohenPartial unbreak of VC++ (stream stuff has no easy fix).
next