summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-23
* Privatize LLCOptions. It had no business being visible to the entireChris Lattner2001-07-22
* Convert from using C style char*'s to strings.Chris Lattner2001-07-22
* Instructions for useChris Lattner2001-07-21
* Make sure we build all of the code!Chris Lattner2001-07-21
* Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner2001-07-21
* Make the makefile workChris Lattner2001-07-21
* Support changed expression apiChris Lattner2001-07-21
* Autodep functionality broken. Remove so we get successful buildsChris Lattner2001-07-21
* Driver and options for the llc compiler.Vikram S. Adve2001-07-21
* Add support to call LevelRaiseChris Lattner2001-07-20
* Update makefile for more accurate depsChris Lattner2001-07-20
* Fix clean targetChris Lattner2001-07-18
* Reordered link line for correct static linking.Vikram S. Adve2001-07-15
* Add better support for post dominator information.Chris Lattner2001-07-06
* Initial checkin of analyze tool.Chris Lattner2001-07-03
* Build new analyze toolChris Lattner2001-07-03
* Include ADCE pass, rename include/Opt directory to llvm/OptimizationsChris Lattner2001-06-30
* Miscellaneous cleanups:Chris Lattner2001-06-27
* Add command line arguments for Constant Pool Merging & Sparse Conditional Con...Chris Lattner2001-06-27
* Add stub for induction variable codeChris Lattner2001-06-20
* Removed silly test codeChris Lattner2001-06-13
* Added options to print out basic blocks in a variety of different orderingsChris Lattner2001-06-13
* Added a stupid testcase for iterators.Chris Lattner2001-06-08
* Initial revisionChris Lattner2001-06-06