Patch submited by Casey to remove obnoxious warnings.
[oota-llvm.git] / tools /
2002-10-12 Chris Lattner* Fix extract to work with constant pointer refs correctly
2002-10-07 Chris Lattner - Implement a new -print-cfg option for analyze,...
2002-10-07 Chris LattnerAvoid making external global variables internal
2002-10-06 Chris Lattner - The extract tool now is sure to extract the functio...
2002-10-01 Chris LattnerTemporary change to make datastructure stuff link in...
2002-09-25 Chris LattnerChange LowerAllocations pass to 'require' TargetData...
2002-09-24 Chris LattnerMake sure to close the file before deleting it
2002-09-22 Chris Lattner* Remove the -stopraise option, which is no longer...
2002-09-20 Vikram S. AdveRenamed library preselect to preopts.
2002-09-19 Chris LattnerMinor non-functionality changing changes.
2002-09-19 Chris LattnerIndent a comment right, add a new one
2002-09-18 Chris LattnerAvoid deleting the ostream more than once.
2002-09-18 Vikram S. AdveKEEP_SYMBOLS by default.
2002-09-18 Chris LattnerCompile sub-directories in parallel, because they don...
2002-09-18 Vikram S. Advegcc3.1.1 seems much more selective about what it loads...
2002-09-17 Chris LattnerEnable correct support for dynamic loading on Linux
2002-09-17 Chris LattnerEnable correct support for dynamic loading on Linux
2002-09-16 Vikram S. AdveRemove duplicate sparc entry.
2002-09-16 Vikram S. AdveUse .o files instead of .a files for several cases...
2002-09-16 Vikram S. AdveChange several entries to use the .o instead of .a...
2002-09-16 Vikram S. AdveMake all registered optimization passes available to...
2002-09-16 Vikram S. AdveAdd support for optimization passes that use a TargetMa...
2002-09-14 Misha BrukmanFunction.h is unnecessary when Module.h is included.
2002-09-13 Chris LattnerExport symbols for linux
2002-09-06 Chris Lattner* No longer need to run die after instcombine
2002-08-31 Chris Lattner - Converted CWriter to be an LLVM pass.
2002-08-31 Chris LattnerGet FindUsedTypes pass
2002-08-30 Chris Lattner- Reformat comments
2002-08-30 Chris Lattner- 'analyze' and 'as' now explicitly verify input becaus...
2002-08-30 Chris Lattner - 'analyze' and 'as' now explicitly verify input...
2002-08-30 Chris Lattner - Eliminate the last traces of the 'analysis' namespace
2002-08-30 Chris LattnerLink to analysis.o not analysis.a
2002-08-30 Chris Lattner - GCCAS now uses load value #ing for GCSE
2002-08-29 Chris LattnerNew datastructure analysis correctly uses TargetData
2002-08-27 Anand ShuklaAdded mapping lib in llc makefile
2002-08-21 Chris LattnerFixed linking problems that wanted me to link to analyz...
2002-08-21 Chris LattnerLink in all analyses so that we get pointer analysis...
2002-08-17 Chris LattnerDo not leak memory for passes when using -stopAfterNPas...
2002-08-17 Chris LattnerRun GlobalDCE before deadtypeelim so that we do not...
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-07 Chris LattnerOnly include the sparc.o file once!
2002-08-01 Chris LattnerReorder tool building sequence to more closely match...
2002-07-31 Chris LattnerChanges to be GCC3.1 friendly
2002-07-31 Chris LattnerChange command line option message on -q to make it...
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-30 Chris LattnerRemove extraneous #includes
2002-07-29 Chris LattnerUse a module analysis
2002-07-29 Chris LattnerSeperate analysis wrapper stuff to AnalysisWrappers.cpp
2002-07-27 Chris LattnerMake analyze use the Pass repository to populate it...
2002-07-26 Chris LattnerFactor PassNamePArser out into llvm/Support/PassNamePar...
2002-07-26 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerNamespace correctness is good
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerBe more namespace correct
2002-07-25 Chris LattnerREmove extra blank lines
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerMinor changes due to code juggled around
2002-07-23 Chris LattnerUse the pass registration mechanism to populate command...
2002-07-23 Chris LattnerRaise pass requires an explicit TargetData member now.
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerConvert over to new style of Makefile, where there...
2002-07-22 Chris LattnerFix synopsis
2002-07-22 Chris LattnerAdd description to Enum options.
2002-07-22 Chris Lattner*** empty log message ***
2002-07-22 Chris LattnerConvert command line option processing code over to...
2002-07-18 Chris LattnerAdd support for bottom up closure of ds analysis
2002-07-16 Anand ShuklaRemoved emitfuncs: now its part of instrument library
2002-07-12 Anand Shuklaadded emitfuncs pass, and disabled reassociate pass...
2002-07-12 Anand ShuklaAdded emitfuncs pass
2002-07-10 Chris LattnerRename DataStructure to LocalDataStructures
2002-07-09 Vikram S. AdveDisabling reassociate pass until it is fixed.
2002-06-30 Chris Lattner*** empty log message ***
2002-06-30 Chris LattnerClean up anands patch
2002-06-30 Chris LattnerStrip the symbols out of the bytecode to inflate genera...
2002-06-30 Chris LattnerYEs, we really do want to sort.
2002-06-30 Chris LattnerYes, we REALLY DO want to run the reassociate pass.
2002-06-25 Anand ShuklaChanges for 64bit gcc
2002-06-25 Anand Shuklacorrecting makefile: incorrectly checked in wrong versi...
2002-06-25 Anand ShuklaChanges for 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris LattnerSimplify the code that adds passes so compilation can...
2002-06-24 Chris LattnerCheckin descriptive note
2002-05-23 Chris LattnerNo need to run dce with adce right behind!
2002-05-23 Chris LattnerMake sure the extracted function has external linkage...
2002-05-22 Chris LattnerAdd the ADCE pass to gccas finally!
2002-05-22 Chris LattnerBuild the extract utility
2002-05-22 Chris LattnerInitial checkin of the "extract" utility
2002-05-21 Chris LattnerExpose cfg simplification pass
2002-05-21 Chris LattnerSimplify CFG after code generation is done
2002-05-20 Chris LattnerFix tracing code support to link in the tracing routine...
2002-05-20 Chris LattnerRemove tracing code hack
2002-05-20 Chris LattnerUse literal newline instead of endl
2002-05-20 Chris LattnerDrop something that link will never support, use gccld...
2002-05-19 Vikram S. AdveAdd libsparc.a a second time to resolve link errors.
2002-05-19 Vikram S. AdveLink with test/Libraries/libinstr32.a for runtime routines
next