Refactor code, initial implementation of -insert-block-profiling pass
[oota-llvm.git] / lib / Transforms / IPO /
2003-10-29 Chris LattnerFix bug: ConstantMerge/2003-10-28-MergeExternalConstant...
2003-10-28 Chris LattnerCheck in statistifying patch for Bill
2003-10-27 Chris LattnerPropagating constants to arguments can make other argum...
2003-10-23 Chris LattnerWe might as well strip off any CPRs before propagation
2003-10-23 Chris Lattner* We were forgetting to pass varargs arguments through...
2003-10-23 Chris LattnerCheck in initial version of ipcp
2003-10-23 Chris LattnerMake this pass substantially stronger by having it...
2003-10-22 Chris LattnerThis important patch fixes two warnings in the linker...
2003-10-22 Chris LattnerUpdate the 'used' flag correctly
2003-10-22 Chris LattnerLoop over the module, not the symbol table. This makes...
2003-10-22 Chris LattnerImplement FunctionResolve/2003-10-21-GlobalResolveHack.ll
2003-10-21 Chris LattnerFix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Chris LattnerReorder for minor efficiency gain
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-15 Chris LattnerDecrease usage of use_size()
2003-10-13 Chris LattnerWhoops, we inserted into the wrong set. What's up...
2003-10-13 Chris LattnerUse external df iterators to avoid revisiting blocks...
2003-10-13 Chris LattnerRegularize header file comments
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...
next