summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* This checkin represents some cleanup of the backend, implementing the followi...Chris Lattner2001-09-14
* Export the instruction forest support from the analysis libraryChris Lattner2001-09-14
* Genericize support for calling functions a bitChris Lattner2001-09-10
* iFix dependence orderChris Lattner2001-09-09
* Remove extraneous spaceChris Lattner2001-09-09
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-07
* Remove old old fileChris Lattner2001-09-07
* Convert llc driver to standard tool formatChris Lattner2001-09-07
* Uhm... that was really badChris Lattner2001-09-07
* Clean up driverChris Lattner2001-09-07
* Remove support for const pool merging, which is obsolete now.Chris Lattner2001-09-07
* Build lli firstChris Lattner2001-09-07
* Makefile for tools/tests/Vikram S. Adve2001-08-28
* Driver to test IsPowerOf2. Could be extended for other library routines.Vikram S. Adve2001-08-28
* Changed link line.Vikram S. Adve2001-08-28
* Add calls to NormalizeMethod() and to ScheduleInstructionsWithSSA().Vikram S. Adve2001-08-28
* Lots of new functionalityChris Lattner2001-08-27
* Add dependence to libvmcore.Vikram S. Adve2001-08-25
* Compile LLIChris Lattner2001-08-23
* Initial checkin of interpreterChris Lattner2001-08-23
* Add library depChris Lattner2001-07-25
* Parenthesize output for expranalyze so that pointer stuff being multiplied is...Chris Lattner2001-07-25
* Build as before disChris Lattner2001-07-25
* Change option name slightlyChris Lattner2001-07-23
* Use the new Alias command line optionChris Lattner2001-07-23
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner2001-07-23
* -help is verbose enough that we don't need this anymoreChris Lattner2001-07-23
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-23
* Removal of the redundant CompileContext wrapperChris Lattner2001-07-23
* Verbosify descriptionsChris Lattner2001-07-23
* 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