aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-dis
Commit message (Expand)AuthorAgeFilesLines
* Make sure to close the file before deleting itChris Lattner2002-09-242-2/+8
* Minor non-functionality changing changes.Chris Lattner2002-09-192-4/+4
* Avoid deleting the ostream more than once.Chris Lattner2002-09-182-2/+2
* - Converted CWriter to be an LLVM pass.Chris Lattner2002-08-312-20/+28
* Get FindUsedTypes passChris Lattner2002-08-311-1/+1
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-302-12/+12
* *** empty log message ***Chris Lattner2002-07-252-4/+4
* *** empty log message ***Chris Lattner2002-07-231-1/+1
* *** empty log message ***Chris Lattner2002-07-222-14/+32
* Clean up dis so that it does not print out code in various traversal orders.Chris Lattner2002-05-092-134/+32
* *** empty log message ***Sumant Kowshik2002-05-083-9/+33
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-292-2/+0
* Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner2002-04-182-0/+10
* Remove extranous #includeChris Lattner2002-04-082-2/+0
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-071-1/+1
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-072-30/+30
* Since verifier and SlotCalculator are now in VMCore library, libanalysis isChris Lattner2002-03-061-1/+1
* GCC3.0.4 crashes when compiling this. Comment it out for nowChris Lattner2002-02-242-2/+6
* Genericize the ReversePostOrderIterator.Chris Lattner2002-02-242-2/+2
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-122-0/+2
* In an amazing fit of stupidity, I flipped the conditional and didn't testChris Lattner2002-01-222-4/+4
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-202-28/+52
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-272-10/+8
* Fix comment flyerChris Lattner2001-10-132-4/+4
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-282-10/+12
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-071-6/+3
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner2001-07-232-34/+34
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-232-2/+2
* Verbosify descriptionsChris Lattner2001-07-232-10/+12
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-233-107/+103
* Reordered link line for correct static linking.Vikram S. Adve2001-07-151-2/+2
* Miscellaneous cleanups:Chris Lattner2001-06-272-4/+2
* Added options to print out basic blocks in a variety of different orderingsChris Lattner2001-06-132-20/+154
* Initial revisionChris Lattner2001-06-063-0/+138