Print a load of a null pointer (in intel mode) like this:
[oota-llvm.git] / lib / Transforms /
2005-01-11 Reid SpencerAdd the LOADABLE_MODULE=1 directive to indicate that...
2005-01-10 Jeff CohenApply feedback from Chris.
2005-01-08 Chris LattnerFix VS warnings
2005-01-08 Chris LattnerFix VS warnings.
2005-01-08 Chris LattnerFix uint64_t -> unsigned VS warnings.
2005-01-08 Chris LattnerSilence VS warnings.
2005-01-08 Chris LattnerSilence warnings
2005-01-08 Jeff CohenAdd more missing createXxxPass functions.
2005-01-07 Misha BrukmanConvert tabs to spaces
2005-01-07 Jeff CohenAdd missing createXxxPass functions
2005-01-07 Jeff CohenAdd missing include
2005-01-06 Jeff CohenPut createLoopUnswitchPass() into proper namespace
2005-01-06 Jeff CohenAdd missing include
2005-01-01 Chris LattnerThis is a bulk commit that implements the following...
2005-01-01 Chris LattnerImplement SimplifyCFG/DeadSetCC.ll
2004-12-29 Chris LattnerFix PR491 and testcase Transforms/DeadStoreElimination...
2004-12-15 Chris LattnerAdjust to new interfaces
2004-12-14 Chris LattnerConstant exprs are not efficiently negatable in practic...
2004-12-13 Brian GaekeFix link error in PPC optimized build of 'opt'.
2004-12-13 Chris LattnerGet rid of getSizeOf, using ConstantExpr::getSizeOf...
2004-12-12 Chris LattnerChange indentation of a whole bunch of code, no real...
2004-12-12 Chris LattnerMore substantial simplifications and speedups. This...
2004-12-12 Chris LattnerMore minor microoptimizations
2004-12-12 Chris LattnerRemove some more set operations
2004-12-12 Chris LattnerReduce number of set operations.
2004-12-12 Chris LattnerOptimize div/rem + select combinations more.
2004-12-12 Chris LattnerProperly implement copying of a global, fixing the...
2004-12-12 Chris LattnerSimplify code and do not invalidate iterators.
2004-12-12 Chris LattnerThough the previous xform applies to literally dozens...
2004-12-12 Chris LattnerIf a variable can only hold two values, and is not...
2004-12-11 Chris LattnerIf one side of and/or is known to be 0/-1, it doesn...
2004-12-11 Chris LattnerOnly cound if we actually made a change.
2004-12-11 Chris LattnerThe split bb is really the exit of the old function
2004-12-11 Chris LattnerTwo bug fixes:
2004-12-11 Chris LattnerDo not delete the entry block to a function.
2004-12-11 Chris LattnerImplement Transforms/SCCP/ipsccp-gvar.ll, by tracking...
2004-12-11 Chris LattnerFix a bug where we could delete dead invoke instruction...
2004-12-10 Chris LattnerImplement SCCP/ipsccp-conditional.ll, by totally deleti...
2004-12-10 Chris LattnerFix SCCP/2004-12-10-UndefBranchBug.ll
2004-12-10 Chris LattnerFix Regression/Transforms/SimplifyCFG/2004-12-10-Simpli...
2004-12-10 Chris LattnerThis is the initial implementation of IPSCCP, as reques...
2004-12-09 Chris Lattnernote to self: Do not check in debugging code!
2004-12-09 Chris LattnerImplement trivial sinking for load instructions. This...
2004-12-08 Chris LattnerDo extremely simple sinking of instructions when they...
2004-12-08 Alkis EvlogimenosFix this regression and remove the XFAIL from this...
2004-12-08 Chris LattnerFix Transforms/InstCombine/2004-12-08-RemInfiniteLoop.ll
2004-12-08 Chris LattnerAdd support for compilers without argument dependent...
2004-12-08 Chris LattnerRemove unneeded class qualifier, contributed by Bjørn...
2004-12-07 Reid SpencerFor PR387:\
2004-12-03 Chris LattnerImplement stripping of debug symbols, making the -...
2004-12-02 Chris LattnerInitial reimplementation of the -strip pass, with a...
2004-12-02 Chris LattnerThis pass is moving to lib IPO
2004-12-02 Chris LattnerImplement a FIXME by checking to make sure that a mallo...
2004-12-02 Chris LattnerFix a minor bug where we set a var to initialized on...
2004-11-30 Chris LattnerThis pass is completely broken.
2004-11-30 Chris LattnerSquelch warning
2004-11-30 Chris LattnerFix test/Regression/Transforms/LICM/2004-09-14-AliasAna...
2004-11-30 Chris LattnerAlkis noticed that this variable is dead. Thanks!
2004-11-30 Chris LattnerIf we have something like this:
2004-11-29 Chris LattnerAllow hoisting loads of globals and alloca's in conditi...
2004-11-28 Reid SpencerFix for PR454:
2004-11-28 Chris LattnerMake DSE potentially more aggressive by being more...
2004-11-27 Chris LattnerImplement Regression/Transforms/InstCombine/getelementp...
2004-11-26 Chris LattnerProvide size information when checking to see if we...
2004-11-22 Chris LattnerDo not count debugger intrinsics in size estimation.
2004-11-22 Chris LattnerIgnore debugger intrinsics when doing inlining size...
2004-11-22 Chris LattnerDo not consider debug intrinsics in the size computatio...
2004-11-20 Misha BrukmanAllow constructor parameter to override aggregating...
2004-11-19 Chris LattnerFix the exposed prototype for the lower packed pass...
2004-11-19 Chris LattnerCPR is dead.
2004-11-18 Chris LattnerDelete stoppoints that occur for the same source line.
2004-11-18 Chris LattnerCheck in hook that I forgot
2004-11-16 Chris LattnerDo not delete dead invoke instructions!
2004-11-15 Reid SpencerRemove unused variable for compilation by VC++.
2004-11-15 Chris LattnerMinor cleanups. There is no reason for SCCP to derive...
2004-11-15 Chris LattnerCount more accurately
2004-11-15 Chris LattnerQuiet warnings on the persephone tester
2004-11-15 Chris LattnerTwo minor improvements:
2004-11-15 Chris Lattnerrename InstValue to LatticeValue, as it holds for more...
2004-11-15 Chris LattnerSubstantially refactor the SCCP class into an SCCP...
2004-11-14 Chris LattnerIf a global is just loaded and restored, realize that...
2004-11-14 Chris LattnerThis optimization makes MANY phi nodes that all have...
2004-11-14 Chris LattnerImplement instcombine/phi.ll:test6 - pulling operations...
2004-11-14 Chris LattnerTransform this:
2004-11-14 Chris LattnerRemove note to self
2004-11-14 Chris LattnerIf a function always returns a constant, replace all...
2004-11-14 Chris LattnerTeach SROA how to promote an array index that is variab...
2004-11-14 Chris LattnerRearrange some code, no functionality changes.
2004-11-13 Chris LattnerRemove debugging code
2004-11-13 Chris LattnerArgument promotion transforms functions to unconditiona...
2004-11-13 Chris LattnerSimplify handling of shifts to be the same as we do...
2004-11-13 Chris LattnerFold:
2004-11-13 Chris LattnerLazily create the abort message, so only translation...
2004-11-13 Chris LattnerFix: CodeExtractor/2004-11-12-InvokeExtract.ll
2004-11-12 Chris LattnerFix a bug where the code extractor would get a bit...
2004-11-12 Chris LattnerSimplify handling of constant initializers
2004-11-11 Chris LattnerActually, leave the check in. This prevents us from...
2004-11-11 Chris LattnerFix bug: IPConstantProp/deadarg.ll
2004-11-10 Chris LattnerMake IP Constant prop more aggressive about handling...
2004-11-09 Chris LattnerDo not let dead constant expressions hanging off of...
next