aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-1321-29/+28
* No space allowed between \ and end-of-lineMisha Brukman2004-10-121-1/+1
* Wrap lines at 80 colsMisha Brukman2004-10-122-5/+6
* Don't miss global optimizations because we run before the inlinerChris Lattner2004-10-111-0/+1
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+14
* Fix named of a library.Reid Spencer2004-10-101-1/+1
* Initial version of automake Makefile.am file.Reid Spencer2004-10-1020-0/+455
* Use the SparcV9-marked instr scheduling libraryMisha Brukman2004-10-083-3/+3
* Rename passChris Lattner2004-10-073-8/+6
* Hrm, if there is an error loading a file, try printing a message so theChris Lattner2004-09-271-2/+10
* Add some missing #includesReid Spencer2004-09-251-4/+8
* Qualify Path with sys:: namespace so this file compiles.Reid Spencer2004-09-251-28/+7
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-206-13/+13
* Finegrainify namespacificationChris Lattner2004-09-202-14/+8
* Fix compilation warning.Reid Spencer2004-09-141-1/+1
* Update to reflect stkrc's new optimization capabilities.Reid Spencer2004-09-141-21/+13
* Support substitution options for the W, M, and f options.Reid Spencer2004-09-142-0/+6
* Support the -WX, -f -M options as pass throughsReid Spencer2004-09-143-112/+234
* Change banner name to reflect actual program this Makefile is for.Reid Spencer2004-09-131-1/+1
* Get rid of compile warning by having llvmExecve return the result of itsReid Spencer2004-09-131-1/+1
* Initial implementation of llvm-ld: stolen from gccld.Reid Spencer2004-09-135-0/+1158
* Add LLEE into compilation, but not for SparcMisha Brukman2004-09-131-2/+7
* Excise the -L option since llvm-link should not do library searches. ItReid Spencer2004-09-121-42/+11
* Excise dependent library linking at Chris' request. llvm-link is intendedReid Spencer2004-09-121-105/+0
* Squelch compilation warnings on SparcMisha Brukman2004-09-121-2/+2
* Implement dependent library processing and search paths for them.Reid Spencer2004-09-111-17/+144
* Make file comment span the entire lineMisha Brukman2004-09-081-1/+1
* Don't re-instantiate the std::string in catch block.Reid Spencer2004-09-031-1/+1
* Changes For Bug 352Reid Spencer2004-09-0142-92/+87
* Make sure <cassert> is included for platforms that don't include it viaReid Spencer2004-09-011-0/+1
* Initial commit of a configuration file for compiling C++ programs withReid Spencer2004-08-301-0/+61
* Implement the "setIncludePaths" and "setSymbolDefines" interface methods.Reid Spencer2004-08-305-50/+157
* Pass lists of -I and -D options through to the Compiler Driver.Reid Spencer2004-08-301-0/+17
* Need to throw std::string not const char* if we want error messages to beReid Spencer2004-08-301-3/+3
* Add a missing header fileReid Spencer2004-08-291-0/+1
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-2916-16/+17
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-2917-29/+29
* add llvmcReid Spencer2004-08-291-3/+3
* Convert llvmc to use the lib/System interface instead of directlyReid Spencer2004-08-299-687/+686
* License file for llvmc.Reid Spencer2004-08-251-0/+6
* Insert declarations for two new functions that support the dependentReid Spencer2004-08-241-0/+9
* Run the compilation actions before we attempt linking work.Reid Spencer2004-08-241-42/+99
* Add the directory specified by LLVM_LIB_SEARCH_PATH to the list ofReid Spencer2004-08-241-0/+6
* Get rid of error messages from CommandLine because -time-passes wasReid Spencer2004-08-241-4/+2
* Adjustments for changes in the configuration language.Reid Spencer2004-08-242-19/+9
* - Unify format of output messagesReid Spencer2004-08-241-7/+10
* Link with bcreader and vmcore.Reid Spencer2004-08-241-1/+1
* - Implement the %args% substitutionReid Spencer2004-08-241-39/+46
* - Alphabetize the list of token enumerators.Reid Spencer2004-08-241-29/+32
* - Rename and rearrange for clarityReid Spencer2004-08-241-52/+55