Provide an implementation of the GetCurrentUserId and GetCurrentGroupId
[oota-llvm.git] / lib / Transforms /
2005-04-21 Chris LattnerImprove doxygen documentation, patch contributed by...
2005-04-21 Chris LattnerInstcombine this:
2005-04-21 Chris LattnerTeach simplifycfg that setcc is cheap and non-trapping...
2005-04-19 Chris LattnerWrap some long lines.
2005-04-19 Chris LattnerEliminate a broken transformation, fixing PR548
2005-04-18 Chris Lattnersilence a bogus warning
2005-04-15 Chris Lattnera new simple pass, which will be extended to be more...
2005-04-12 Chris LattnerGet rid of this for_each loop
2005-04-08 Chris LattnerFix bug: InstCombine/2005-05-07-UDivSelectCrash.ll
2005-04-07 Chris LattnerImplement the following xforms:
2005-04-07 Chris LattnerImplement InstCombine/add.ll:test28, transforming C1...
2005-04-07 Chris LattnerTransform X-(X+Y) == -Y and X-(Y+X) == -Y
2005-03-29 Chris Lattnerdisable this transformation in the one obscure case...
2005-03-28 Alkis EvlogimenosRename createPromoteMemoryToRegister() to
2005-03-25 Chris LattnerEnhance loopsimplify to preserve alias analysis instead...
2005-03-25 Chris LattnerFix a bug where LICM was not updating AA information...
2005-03-23 Chris Lattnerenable -debug-only=licm
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2005-03-15 Chris Lattnerstop using method.
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-06 Chris Lattnerfix a bug where we thought arguments were constants :(
2005-03-06 Chris LattnerFix Regression/Transforms/LoopStrengthReduce/dont_inser...
2005-03-06 Chris Lattnerimplement Transforms/LoopStrengthReduce/invariant_value...
2005-03-06 Chris Lattnerminor simplifications of the code.
2005-03-06 Chris Lattnertrivial simplification
2005-03-06 Chris LattnerFix a bug where we could corrupt a parent loop's header...
2005-03-06 Chris LattnerMake this MUCH faster by avoiding a linear search in...
2005-03-05 Jeff CohenReformat comments to fix 80 columns.
2005-03-05 Jeff CohenReuse induction variables created for strength-reduced...
2005-03-05 Chris Lattnersecond argument to Value::setName is now gone.
2005-03-04 Chris LattnerDo not compute 1ULL << 64, which is undefined. This...
2005-03-04 Jeff CohenAdd support for not strength reducing GEPs where the...
2005-03-03 Chris LattnerAdd an optional argument to lower to a specific constan...
2005-03-01 Jeff CohenFixed the following LSR bugs:
2005-02-28 Jeff CohenFix crash in LSR due to attempt to remove original...
2005-02-27 Jeff CohenPHI nodes were incorrectly placed when more than one...
2005-02-27 Jeff CohenFirst pass at improved Loop Strength Reduction. Still...
2005-02-27 Chris LattnerTeach globalopt how memset/cpy/move affect memory,...
2005-02-27 Chris LattnerFix spelling, patch contributed by Gabor Greif!
2005-02-26 Chris Lattnerremove extraneous cast
2005-02-24 Chris LattnerImplement Transforms/SimplifyCFG/switch_thread.ll
2005-02-23 Chris Lattnermake this more efficient. Scan up to 16 nodes, not...
2005-02-22 Chris LattnerRemove use of bind_obj
2005-02-17 Chris LattnerDo not mark obviously unreachable blocks live when...
2005-02-14 Chris LattnerFix the second bug attached to PR504.
2005-02-12 Chris LattnerFix for testcase Transforms/IndVarsSimplify/2005-02...
2005-02-10 Alkis EvlogimenosLocalize globals if they are only used in main(). This...
2005-02-02 Alkis EvlogimenosFix crash on MallocInsts of unsized types.
2005-02-01 Chris LattnerAPI change.
2005-02-01 Chris LattnerAdjust to changes in APIs
2005-02-01 Chris LattnerHacks to make this ugly ugly code work with the new...
2005-01-31 Chris LattnerImplement InstCombine/cast.ll:test25, a case that occur...
2005-01-31 Chris LattnerImplement the trivial cases in InstCombine/store.ll
2005-01-31 Chris LattnerImplement Transforms/InstCombine/cast-load-gep.ll,...
2005-01-29 Chris LattnerAdjust to changes in instruction interfaces.
2005-01-29 Chris LattnerSwitchinst takes a hint for the number of cases it...
2005-01-29 Chris Lattnerswitchinst ctor now takes a hint for the number of...
2005-01-29 Chris LattnerAdjust Valuehandle to hold its operand directly in it.
2005-01-28 Chris Lattner* add some DEBUG statements
2005-01-25 Alkis EvlogimenosAdd a dependency to the trace library so that it gets...
2005-01-23 Chris LattnerGet rid of a several dozen more and instructions in...
2005-01-21 Chris LattnerHandle comparisons of gep instructions that have differ...
2005-01-19 Chris LattnerAdd two optimizations. The first folds (X+Y)-X -> Y
2005-01-19 Chris LattnerFix 'raise' to work with packed types. Patch by Morten...
2005-01-17 Chris LattnerDelete PHI nodes that are not dead but are locked in...
2005-01-17 Chris LattnerMove code out of indentation one level to make it easie...
2005-01-14 Chris LattnerFix some bugs in an xform added yesterday. This fixes...
2005-01-14 Chris LattnerFix a compile crash on spiff
2005-01-14 Chris Lattnerif two gep comparisons only differ by one index, compar...
2005-01-13 Chris LattnerDo not overrun iterators. This fixes a 176.gcc crash
2005-01-13 Chris LattnerTurn select C, (X+Y), (X-Y) --> (X+(select C, Y, (...
2005-01-13 Chris LattnerImplement an optimization for == and != comparisons...
2005-01-13 Chris LattnerFix some bugs in code I didn't mean to check in.
2005-01-13 Chris LattnerFix a crash compiling 129.compress
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.
next