summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Use the shared Makefile.JIT for JIT-enablementMisha Brukman2004-10-14
* Since several tools and examples want JIT support, factor out the process ofMisha Brukman2004-10-14
* Enable the PowerPC JIT by compiling powerpc.o library into lliMisha Brukman2004-10-14
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* No space allowed between \ and end-of-lineMisha Brukman2004-10-12
* Wrap lines at 80 colsMisha Brukman2004-10-12
* Don't miss global optimizations because we run before the inlinerChris Lattner2004-10-11
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Fix named of a library.Reid Spencer2004-10-10
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Use the SparcV9-marked instr scheduling libraryMisha Brukman2004-10-08
* Rename passChris Lattner2004-10-07
* Hrm, if there is an error loading a file, try printing a message so theChris Lattner2004-09-27
* Add some missing #includesReid Spencer2004-09-25
* Qualify Path with sys:: namespace so this file compiles.Reid Spencer2004-09-25
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Finegrainify namespacificationChris Lattner2004-09-20
* Fix compilation warning.Reid Spencer2004-09-14
* Update to reflect stkrc's new optimization capabilities.Reid Spencer2004-09-14
* Support substitution options for the W, M, and f options.Reid Spencer2004-09-14
* Support the -WX, -f -M options as pass throughsReid Spencer2004-09-14
* Change banner name to reflect actual program this Makefile is for.Reid Spencer2004-09-13
* Get rid of compile warning by having llvmExecve return the result of itsReid Spencer2004-09-13
* Initial implementation of llvm-ld: stolen from gccld.Reid Spencer2004-09-13
* Add LLEE into compilation, but not for SparcMisha Brukman2004-09-13
* Excise the -L option since llvm-link should not do library searches. ItReid Spencer2004-09-12
* Excise dependent library linking at Chris' request. llvm-link is intendedReid Spencer2004-09-12
* Squelch compilation warnings on SparcMisha Brukman2004-09-12
* Implement dependent library processing and search paths for them.Reid Spencer2004-09-11
* Make file comment span the entire lineMisha Brukman2004-09-08
* Don't re-instantiate the std::string in catch block.Reid Spencer2004-09-03
* Changes For Bug 352Reid Spencer2004-09-01
* Make sure <cassert> is included for platforms that don't include it viaReid Spencer2004-09-01
* Initial commit of a configuration file for compiling C++ programs withReid Spencer2004-08-30
* Implement the "setIncludePaths" and "setSymbolDefines" interface methods.Reid Spencer2004-08-30
* Pass lists of -I and -D options through to the Compiler Driver.Reid Spencer2004-08-30
* Need to throw std::string not const char* if we want error messages to beReid Spencer2004-08-30
* Add a missing header fileReid Spencer2004-08-29
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-29
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-29
* add llvmcReid Spencer2004-08-29
* Convert llvmc to use the lib/System interface instead of directlyReid Spencer2004-08-29
* License file for llvmc.Reid Spencer2004-08-25
* Insert declarations for two new functions that support the dependentReid Spencer2004-08-24
* Run the compilation actions before we attempt linking work.Reid Spencer2004-08-24
* Add the directory specified by LLVM_LIB_SEARCH_PATH to the list ofReid Spencer2004-08-24
* Get rid of error messages from CommandLine because -time-passes wasReid Spencer2004-08-24
* Adjustments for changes in the configuration language.Reid Spencer2004-08-24
* - Unify format of output messagesReid Spencer2004-08-24
* Link with bcreader and vmcore.Reid Spencer2004-08-24