Silence warning
[oota-llvm.git] / lib / Transforms / IPO /
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-03-02 Reid SpencerPrefer non-virtual calls to ConstantInt::isZero over...
2007-03-01 Reid SpencerUse APInt conversion to string so the result is correct...
2007-02-18 Chris Lattnerfix comment
2007-02-18 Chris Lattnersimplify pass, delete dead gvar protos as well.
2007-02-15 Reid SpencerFor PR1195:
2007-02-13 Chris Lattnereliminate a bunch of vector-related heap traffic
2007-02-13 Chris LattnerEliminate use of ctors that take vectors.
2007-02-12 Chris Lattnerstop using methods that take vectors.
2007-02-12 Chris LattnerSwitch ValueSymbolTable to use StringMap<Value*> instea...
2007-02-11 Chris Lattnersimplify name juggling through the use of Value::takeName.
2007-02-07 Chris LattnerFix Transforms/DeadArgElim/2007-02-07-FuncRename.ll...
2007-02-07 Chris Lattnershrink vmcore by moving symbol table stripping support...
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-02-05 Reid SpencerAdd missing and needed #include.
2007-02-05 Reid SpencerMake the class VISIBILITY_HIDDEN.
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerCreate a pass to strip dead function declarations ...
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-31 Chris Lattnereliminate temporary vectors
2007-01-31 Chris Lattnereliminate temporary vectors
2007-01-30 Chris LattnerAdjust #includes to match movement of constant folding...
2007-01-30 Chris Lattnerthe inliner pass now passes targetdata down through...
2007-01-30 Chris Lattneradjust to api change
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2007-01-26 Devang PatelInherit CallGraphSCCPass directly from Pass.
2007-01-25 Chris LattnerMake llvm-extract preserve the callingconv of prototype...
2007-01-21 Reid SpencerFor PR970:
2007-01-20 Owen AndersonCorrect a comment.
2007-01-19 Reid SpencerFor PR1043:
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris LattnerEliminate calls to isInteger, generalizing code and...
2007-01-12 Chris LattnerRemove over-general comparisons
2007-01-12 Chris LattnerBranch conditions must be i1
2007-01-12 Reid SpencerFor PR1064:
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2007-01-09 Chris LattnerFix a bug in heap-sra that caused compilation failure...
2007-01-07 Reid SpencerTypes should be const.
2007-01-07 Chris LattnerChange the interface to Module::getOrInsertFunction...
2007-01-07 Chris Lattnerrelax types
2007-01-06 Reid SpencerFor PR411:
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-21 Reid SpencerGet rid of a useless if statement whose then and else...
2006-12-19 Chris Lattnerswitch statistics over to not use static ctors.
2006-12-19 Chris LattnerEliminate static ctors due to Statistic objects
2006-12-16 Chris Lattnerwhen inserting a dummy argument to work-around the...
2006-12-13 Reid SpencerFix some casts. isdigit(c) returns 0 or 1, not 0 or -1
2006-12-13 Reid SpencerReplace CastInst::createInferredCast calls with more...
2006-12-12 Reid SpencerReplace inferred getCast(V,Ty) calls with more strict...
2006-12-12 Reid SpencerChange inferred getCast into specific getCast. Passes...
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-30 Chris Lattnermake it clear that this is always a zext
2006-11-30 Chris LattnerOne more bugfix, 3 cases of making casts explicit.
2006-11-30 Chris LattnerFix a bug in globalopt due to the recent cast patch.
2006-11-27 Reid SpencerFor PR950:
2006-11-26 Bill WendlingReplace #include <iostream> with llvm_* streams.
2006-11-09 Chris Lattnersecond patch to fix PR992/993.
2006-11-09 Chris LattnerMinimal patch to fix PR992/PR993
2006-11-02 Reid SpencerFor PR786:
2006-11-01 Chris LattnerFix GlobalOpt/2006-11-01-ShrinkGlobalPhiCrash.ll and...
2006-10-26 Reid SpencerFor PR950:
2006-10-20 Chris Lattnerllvm-extract should remove module-level asm
2006-10-20 Reid SpencerFor PR950:
2006-10-03 Evan ChengRevert previous patch. Still breaking things.
2006-09-30 Chris LattnerFix debug output
2006-09-30 Chris LattnerImplement SRA of heap allocations.
2006-09-30 Chris LattnerAdd some ifdef'd out debug info
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-09-28 Owen AndersonAnother attempt at making ArgPromotion smarter. This...
2006-09-18 Chris LattnerImplement a trivial optzn: of vastart is never called...
2006-09-15 Chris Lattnerrevert previous two patches. They cause miscompilation...
2006-09-15 Owen AndersonRevert my previous work on ArgumentPromotion. Further...
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-13 Devang PatelInitialize DontInternalize.
2006-09-09 Chris LattnerMake inlining costs more accurate.
2006-09-02 Owen AndersonMake ArgumentPromotion handle recursive functions that...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-07-20 Devang PatelMake it fit into 80 cols.
2006-07-20 Devang PatelAdd new constructor to accept vector of exported names...
2006-07-12 Chris LattnerChange the callgraph representation to store the callsi...
2006-07-07 Chris LattnerFix PR820 and Transforms/GlobalOpt/2006-07-07-InlineAsm...
2006-06-27 Chris LattnerFix Transforms/DeadArgElim/2006-06-27-struct-ret.ll...
2006-06-16 Evan ChengAdd missing casts. This fixed some regressions.
2006-06-16 Evan ChengMore libcall transformations:
2006-06-16 Evan ChengSimplify fprintf(file, "%s", str) to fputs(str, file).
2006-05-12 Chris LattnerRemove some dead variables.
2006-04-13 Andrew Lenharthlinear -> constant time
2006-04-10 Andrew LenharthAdd a simple pass to make sure that all (non-library...
2006-03-23 Jim LaskeyStrip changes to llvm.dbg intrinsics.
2006-03-15 Chris LattnerTeach the strip pass to strip type names in addition...
next