aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc
Commit message (Expand)AuthorAgeFilesLines
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner2001-07-231-28/+15
* -help is verbose enough that we don't need this anymoreChris Lattner2001-07-231-14/+0
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
* Removal of the redundant CompileContext wrapperChris Lattner2001-07-231-8/+4
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-234-217/+14
* Privatize LLCOptions. It had no business being visible to the entireChris Lattner2001-07-223-55/+107
* Convert from using C style char*'s to strings.Chris Lattner2001-07-221-2/+2
* Instructions for useChris Lattner2001-07-211-0/+14
* Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner2001-07-211-2/+2
* Make the makefile workChris Lattner2001-07-211-7/+2
* Autodep functionality broken. Remove so we get successful buildsChris Lattner2001-07-211-1/+1
* Driver and options for the llc compiler.Vikram S. Adve2001-07-213-0/+251