summaryrefslogtreecommitdiff
path: root/tools/llvm-dis
Commit message (Expand)AuthorAge
...
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* Since verifier and SlotCalculator are now in VMCore library, libanalysis isChris Lattner2002-03-06
* GCC3.0.4 crashes when compiling this. Comment it out for nowChris Lattner2002-02-24
* Genericize the ReversePostOrderIterator.Chris Lattner2002-02-24
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-12
* In an amazing fit of stupidity, I flipped the conditional and didn't testChris Lattner2002-01-22
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Fix comment flyerChris Lattner2001-10-13
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-28
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-07
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner2001-07-23
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-23
* Verbosify descriptionsChris Lattner2001-07-23
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-23
* Reordered link line for correct static linking.Vikram S. Adve2001-07-15
* Miscellaneous cleanups:Chris Lattner2001-06-27
* Added options to print out basic blocks in a variety of different orderingsChris Lattner2001-06-13
* Initial revisionChris Lattner2001-06-06