Minor cleanups
[oota-llvm.git] / lib / Transforms / IPO /
2003-10-13 Chris LattnerMinor cleanups
2003-10-13 Chris LattnerCheckin an improvement contributed by Bill:
2003-10-10 Misha BrukmanFix spelling.
2003-10-07 Chris LattnerFix bugzilla bug #5
2003-10-06 Chris LattnerSpeed up the predicate used to decide when to inline...
2003-09-22 Misha BrukmanCredits are now in top-level CREDITS.TXT
2003-09-20 Chris LattnerGlobal variables with APPENDING linkage are very import...
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-09-16 Chris LattnerFix bug raising allocations whose call sites were invok...
2003-09-16 Chris LattnerThis is effectively a complete rewrite of the globaldce...
2003-09-15 Chris LattnerMinor cleanups, give credit, remove code that should...
2003-09-15 Chris LattnerInitial checkin of the Setjmp/Longjmp lowering/transfor...
2003-09-15 Chris LattnerUgh, a bug fix needed because of the bug in the CallGra...
2003-09-15 Chris LattnerFix bug: PruneEH/2003-09-14-ExternalCall.llx
2003-09-11 Misha BrukmanSpell `definitely' correctly.
2003-09-10 Chris LattnerFix spell-o's
2003-09-08 Chris LattnerEliminate support for the llvm.unwind intrinisic, using...
2003-09-08 Chris LattnerAdd support for the unwind instruction
2003-09-01 Chris LattnerFinal cleanup: remove dead code
2003-09-01 Chris LattnerNot only is this a lot smaller, it actually works if...
2003-09-01 Chris LattnerDead files
2003-09-01 Chris LattnerIf "These should be used only by the auto-parallelizati...
2003-09-01 Chris LattnerMoved all of the cilkifier stuff into lib/Transforms...
2003-09-01 Chris LattnerMinor cleanups
2003-09-01 Chris LattnerChange the RaiseAllocations pass to be a Pass instead...
2003-08-31 Chris LattnerHeavily refactor code:
2003-08-31 Chris LattnerAdd accessor function
2003-08-31 Chris LattnerInitial checkin of the -prune-eh pass, a very simple...
2003-08-24 Chris LattnerInline invoke instructions as well as call instructions
2003-08-24 Chris LattnerBig diff for a small change: delete inlined functions...
2003-08-23 Chris LattnerFix bug: FunctionResolve/2003-08-23-ArgumentWarning.ll
2003-08-20 Chris LattnerUnless we CANNOT merge the arguments, do so
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-13 Chris LattnerFix FIXME by removing FIXME
2003-08-13 John CriswellRemoving the pool allocator from the main CVS tree.
2003-08-12 Sumant KowshikBug fix: Some nodes pointed to by globals may not be...
2003-08-11 Chris LattnerFix handling of 'free' if it has absolutely no prototype
2003-08-07 John CriswellFixed a segfault in gccld.
2003-08-07 Sumant KowshikAdded code for pool allocating only the pool-allocatabl...
2003-08-06 Chris LattnerRemove unnecessary use of NonCopyable
2003-08-05 Chris LattnerMinor changes:
2003-08-05 Sumant KowshikMajor bug fixes including a memory leak and tracking...
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-07-23 Chris LattnerFix bug: FunctionResolve/2003-07-23-CPR-Reference.ll
2003-06-30 Chris LattnerEliminate using declarations, adjust for new DSGraph API
2003-06-28 Chris LattnerAllow the inlining limit to be controlled from the...
2003-06-26 Chris LattnerAdd support to globaldce for deleting dead function...
2003-06-26 Chris LattnerWhen internalizing global ctor/dtor list, also mark...
2003-06-25 Chris LattnerAdd argument to DAE to allow operation on non-internal...
2003-06-20 Chris LattnerFix the build. :(
2003-06-19 Chris LattnerChanges to privatize NodeType
2003-06-19 Chris LattnerRemove a bunch of complicated code. The functionality...
2003-06-18 Chris LattnerHandle arguments passed in through the va_arg area
2003-06-17 Chris LattnerInitial checkin of DAE pass
2003-06-07 Chris LattnerFix compilation problem on GCC 2.9x
2003-06-04 Sumant KowshikMade changes suggested by Chris
2003-05-31 Chris LattnerFix bug: FunctionResolve/2003-05-31-AllInternalDecls.ll
2003-05-31 Chris LattnerFix bug: FuncResolve/2003-05-31-InternalDecl.ll
2003-05-31 Chris LattnerSimplify funcresolve a bit more
2003-05-31 Chris LattnerFix bug: FunctionResolve/2003-05-31-FuncPointerResolve.ll
2003-05-29 Sumant KowshikAdded support for function pointers
2003-05-29 Chris Lattner* Separate all of the grunt work of inlining out into...
2003-05-22 Chris LattnerRemove using declarations
2003-05-22 Chris LattnerMake the list accept comma separated names
2003-05-22 Chris Lattner* Revert to old behavior of ignoring a module if it...
2003-05-22 Chris LattnerAdd option to internalize to allow it to read a file...
2003-05-21 Chris LattnerFix bug: FunctionResolve/2003-05-21-MissingArguments.ll
2003-05-08 Chris LattnerDon't inline functions that take variable numbers of...
2003-05-08 Chris LattnerRemove using decl
2003-04-28 Chris LattnerFix several bugs:
2003-04-23 Chris LattnerRemove unnecesary &*'s
2003-04-19 Chris LattnerImplement: FunctionResolve/2003-04-18-ForwardDeclGlobal.ll
2003-04-18 Chris LattnerGlobal constants CAN be external
2003-04-16 Chris LattnerChange the interface to constant expressions to allow...
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-03-03 Chris LattnerEliminate tons of bogus warnings
2003-02-27 Chris LattnerReplace assertion with a handler.
2003-02-14 Chris LattnerFix a bug that cause a crash resolving questionable...
2003-02-14 Chris LattnerFix a misunderstanding of the standard associative...
2003-02-06 Chris LattnerFix a problem Sumant was running into
2003-02-03 Chris LattnerSplit public interface out into header file
2003-02-01 Chris LattnerChange DSGraph stuff to use hash_(set|map) instead...
2003-01-30 Chris LattnerFix a bug resolving sprintf(...) to sprintf(char*,...
2003-01-30 Chris LattnerActually print the function _name_ if there is a problem
2003-01-30 Chris Lattner* Fix function resolution for varargs function to gener...
2003-01-29 Chris LattnerInitial checkin of pool allocation code
2003-01-24 Chris LattnerDisable construction of pool allocator
2003-01-13 Chris LattnerFix references to functions
2002-12-10 Vikram S. AdveExternal routines used to identify Cilk operations...
2002-12-10 Vikram S. AdveThis file implements a pass that automatically parallel...
2002-11-20 Chris LattnerFix symbol table problem
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-11-19 Chris LattnerMinor changes to cloning interface
2002-11-19 Chris LattnerRework inline pass to use cloning infrastructure to...
2002-11-19 Chris LattnerStart using the new function cloning header
2002-11-19 Chris LattnerMove MutatStructTypes.h out of IPO
2002-11-19 Chris LattnerRename CloneFunction.h to Cloning.h
2002-11-19 Chris LattnerMove the function extractor pass from tools/extract...
2002-11-10 Chris LattnerFix testcase: FunctionResolve/2002-11-09-ExternFn.ll
2002-11-08 Chris LattnerUse the new getMainFunction() method to efficiently...
next