Use operator << to print modules
[oota-llvm.git] / tools /
2002-04-28 Chris LattnerUse operator << to print modules
2002-04-28 Chris LattnerRun GCSE as part of gccas.
2002-04-28 Chris LattnerExpose new GCSE pass
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-18 Chris LattnerMake sure that there is no case where a signal can...
2002-04-13 Chris Lattner* Add the printm pass to allow dumping the entire modul...
2002-04-12 Chris LattnerExpose funcresolve pass through opt
2002-04-10 Chris Lattner* The cleangcc pass is broken into two parts, we only...
2002-04-10 Chris LattnerThe cleangcc pass is brokeninto two pieces, execute...
2002-04-08 Chris LattnerRemove extranous #include
2002-04-08 Chris Lattners/PrintMethodPass/PrintFunctionPass
2002-04-08 Chris LattnerAdd #includes
2002-04-08 Chris LattnerAdd support for the gnu ld -s (strip) option
2002-04-08 Chris LattnerGCCLD actually does transformations to simplify the...
2002-04-07 Chris LattnerRemove asmwriter library from link line, because the...
2002-04-07 Chris LattnerPerform debug outputs with ->dump() instead of <<
2002-04-07 Chris Lattneruse dump method instead of Asm/Writer to do debug printing
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-04-01 Chris LattnerMove the PromoteMemoryToRegister pass to be run _after_...
2002-03-28 Chris LattnerMakefile change for IPO's that use the Datastructure...
2002-03-28 Chris LattnerAdd hook for pool allocation pass
2002-03-28 Chris LattnerChecking for Cameron
2002-03-27 Cameron BuschardtRename constructor function for mem2reg pass.
2002-03-26 Chris Lattner* Add support for DataStructure analysis
2002-03-24 Vikram S. AdveRename pass to DecomposeMultiDimRefs.
2002-03-21 Chris LattnerAdd a debugging option to gccas to cause it to not...
2002-03-14 Chris LattnerExpose dead instruction elimination pass
2002-03-12 Chris LattnerEcho the right tool name on error
2002-03-11 Chris LattnerRemove runtime library in favor of users linking agains...
2002-03-11 Chris Lattner* Implement linking to libraries
2002-03-06 Chris LattnerPull interprocedural analyses out of Analysis library...
2002-03-06 Chris LattnerDon't forget to build gccld!
2002-03-06 Chris LattnerSince verifier and SlotCalculator are now in VMCore...
2002-03-06 Chris LattnerPull callgraph out of Cfg namespace
2002-02-26 Chris LattnerChange to use new pass accessor functions
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-02-26 Chris Lattner* Make all command line arguments static
2002-02-26 Chris LattnerMove ProfilePaths class into ProfilePaths library,...
2002-02-26 Anand ShuklaIncludes -paths option to trace paths in the program
2002-02-26 Anand ShuklaLink in the PathProfiles library
2002-02-24 Chris LattnerRemove hack. This is better fixed in Makefile.common
2002-02-24 Chris LattnerCleanup to build with GCC 3.0.4
2002-02-24 Chris LattnerBuild with newer compiler, with same bug
2002-02-24 Chris LattnerGCC3.0.4 crashes when compiling this. Comment it out...
2002-02-24 Chris LattnerGenericize the ReversePostOrderIterator.
2002-02-20 Chris Lattner* Expose the verifier pass as one that can be ran
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-12 Chris LattnerEnable register promotion pass
2002-02-04 Chris LattnerTrim down makefile, again.
2002-02-04 Chris LattnerCut down number of times libraries are included to...
2002-02-03 Chris Lattner* Remove -noasm option. If we're not compiling, what...
2002-02-03 Chris LattnerSwitch over to a model where we compile each method...
2002-02-01 Chris LattnerCatch the parse exception if bad input is provided...
2002-02-01 Chris LattnerAdd mergereturn pass
2002-01-31 Chris LattnerAdd dependency
2002-01-31 Chris LattnerFix dependency problem
2002-01-31 Chris LattnerResolve deps
2002-01-31 Chris LattnerResolve dependencies
2002-01-31 Chris LattnerConvert to use new Pass framework...
2002-01-31 Chris LattnerPassManager is now in its own header file
2002-01-31 Chris LattnerPassManager is now in it's own header file
2002-01-31 Chris LattnerConvert analyze over to use new pass framework for...
2002-01-25 Chris LattnerAccept, but ignore -lfoo options.
2002-01-24 Chris LattnerInitial Checkin of gccld
2002-01-22 Chris LattnerIn an amazing fit of stupidity, I flipped the condition...
2002-01-22 Chris LattnerOnly run DeadInst elimination early, because it is...
2002-01-22 Chris LattnerMisc cleanups. Allocate ofstream statically, and use...
2002-01-22 Chris LattnerTry again, now it works right
2002-01-22 Chris LattnerRename LowerAllocations.h to ChangeAllocations.h since...
2002-01-22 Chris LattnerFix ordering dependency problem
2002-01-22 Chris LattnerPull RaiseAllocations stuff out of the CleanGCC pass...
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-21 Chris LattnerChuck fixed the GCC problems so this hack is now unnecc...
2002-01-21 Chris LattnerEliminate opt library
2002-01-21 Chris LattnerRename SwapStructureContents -> IPO/SimpleStructMutation
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerAdd instruction combining pass
2001-12-14 Chris LattnerAdd more passes to run after raising
2001-12-13 Chris LattnerBuild runtime library with local GCCAS
2001-12-13 Chris LattnerImplement strlen strdup strcmp
2001-12-08 Chris LattnerTell the user if a file is corrupt or not... not that...
2001-12-07 Chris LattnerRun DCE before cleanupGCCoutput which will cause some...
2001-12-05 Chris LattnerRemove unnecesary namespace impot
2001-12-05 Chris LattnerSimplify induction variables before 'raising' the repre...
2001-12-04 Chris LattnerUse new induction variable simplification code with...
2001-12-03 Chris LattnerInduction variables must be phi nodes
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris Lattner-raise includes constprop and dce
2001-11-26 Chris Lattner* Add hooks to globaldce
2001-11-26 Chris LattnerLink to ipo library
2001-11-26 Chris LattnerFix problem where lli < foo.bc would have argc = 0
2001-11-26 Chris LattnerAdd support to enable -lfoo to be processed correctly
2001-11-26 Chris LattnerAdd hooks to print natural loop information and induct...
2001-11-26 Chris LattnerChange swapstructs itf
2001-11-26 Chris LattnerRun constprop before -raise
2001-11-14 Chris LattnerFix link prob
2001-11-10 Chris LattnerAdd hooks to call the new swap structcontents pass
2001-11-10 Chris Lattneradd Yet Another Instance of a Static Library
next