Preserve analysis info.
[oota-llvm.git] / lib / Transforms / IPO /
2007-06-25 Chris Lattnerfix Transforms/Inline/2007-06-25-WeakInline.ll by not...
2007-06-19 Tanya LattnerMoved Inliner.h to include/llvm/Transforms/IPO/InlinerP...
2007-06-19 Tanya LattnerInliner pass header file was moved.
2007-06-07 Devang PatelDo not use ETForest as well as DomiantorTree. Dominato...
2007-06-07 Tanya LattnerFormating fixes.
2007-06-06 Tanya LattnerInstruct the inliner to obey the noinline attribute...
2007-06-06 Chris Lattnersimplify this code and fix PR1493, now that llvm-gcc3...
2007-06-04 Chris LattnerWhen rebuilding constant structs, make sure to honor...
2007-05-15 Chris Lattnerselects can also reach here
2007-05-13 Chris LattnerFix Transforms/GlobalOpt/2007-05-13-Crash.ll
2007-05-06 Chris LattnerFix PR1395, by passing the ID correctly
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-29 Anton KorobeynikovImplement review feedback
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-15 Chris Lattnerfix SimplifyLibCalls/IsDigit.ll
2007-04-14 Chris Lattneravoid iterator invalidation.
2007-04-14 Jeff CohenAn even better fix.
2007-04-14 Jeff CohenFix recent regression that broke several llvm-tests.
2007-04-14 Chris LattnerImplement a few missing xforms: printf("foo\n") ->...
2007-04-14 Chris Lattnerin addition to merging, constantmerge should also delet...
2007-04-12 Lauro Ramos VenancioImplement the "thread_local" keyword.
2007-04-08 Chris LattnerFix a typo that broke SimplifyLibCalls/SPrintF.ll ...
2007-04-08 Chris Lattnerimplement a fixme: move optimizations for fwrite out...
2007-04-07 Chris LattnerSignificantly simplify the clients of GetConstantString...
2007-04-07 Chris LattnerFix problems in the sprintf optimizer
2007-04-07 Chris LattnerChange CastToCStr to take a pointer instead of a reference.
2007-04-07 Chris LattnerFix an off-by-one error that broke Prolangs/deriv2...
2007-04-07 Owen AndersonExpunge DomSet from CodeExtractor. This is part of...
2007-04-07 Chris Lattnerfix a miscompilation in printf optimizer.
2007-04-07 Chris Lattnertrunc to bool no longer compares against zero
2007-04-07 Chris Lattnercleanups for strlen optimizer
2007-04-07 Chris LattnerIntroduce a new ReplaceCallWith method, which simplifie...
2007-04-07 Chris Lattnerfixes for strcpy optimizer
2007-04-07 Chris LattnerFix bugs in strncmp.
2007-04-07 Chris Lattnerfix 3 miscompilations and several compielr crashes...
2007-04-06 Chris LattnerFix several nasty bugs in the strchr optimizer, this...
2007-04-06 Chris Lattnerclean up strcat optimizer, no functionality change.
2007-04-06 Chris Lattnerrename getConstantStringLength -> GetConstantStringInfo...
2007-04-05 Chris LattnerFix Transforms/GlobalOpt/2007-04-05-Crash.ll
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...
next