summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-dis
Commit message (Collapse)AuthorAgeFilesLines
* Fix comment flyerChris Lattner2001-10-132-4/+4
| | | | llvm-svn: 781
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-282-10/+12
| | | | llvm-svn: 664
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-071-6/+3
| | | | llvm-svn: 501
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ↵Chris Lattner2001-07-232-34/+34
| | | | | | | | treat the commandline args as the objects they represent and the "right thing" will happen llvm-svn: 283
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-232-2/+2
| | | | llvm-svn: 279
* Verbosify descriptionsChris Lattner2001-07-232-10/+12
| | | | llvm-svn: 273
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-233-107/+103
| | | | llvm-svn: 272
* Reordered link line for correct static linking.Vikram S. Adve2001-07-151-2/+2
| | | | llvm-svn: 198
* Miscellaneous cleanups:Chris Lattner2001-06-272-4/+2
| | | | | | | | | | | * Convert post to pre-increment for for loops * Use generic programming more * Use new Value::cast* instructions * Use new Module, Method, & BasicBlock forwarding methods * Use new facilities in STLExtras.h * Use new Instruction::isPHINode() method llvm-svn: 96
* Added options to print out basic blocks in a variety of different orderingsChris Lattner2001-06-132-20/+154
| | | | | | as a testcase for cfg iterators. llvm-svn: 30
* Initial revisionChris Lattner2001-06-063-0/+138
llvm-svn: 2
OpenPOWER on IntegriCloud