aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc
Commit message (Expand)AuthorAgeFilesLines
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+21
* 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
* Don't re-instantiate the std::string in catch block.Reid Spencer2004-09-031-1/+1
* Changes For Bug 352Reid Spencer2004-09-014-8/+8
* 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
* 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
* - Remove unused GetSuffix functionReid Spencer2004-08-241-78/+118
* Remove unneeded flags.Reid Spencer2004-08-241-6/+4
* Provide support for retaining the version number found in a config file.Reid Spencer2004-08-222-0/+14
* Add the VERSION token.Reid Spencer2004-08-221-0/+1
* Add support for version numbers.Reid Spencer2004-08-221-3/+5
* Shorten lines so this file can be used as the documentation exampleReid Spencer2004-08-221-12/+18
* Change @ -> % in config files. @name@ might be needed for config files toReid Spencer2004-08-205-35/+36
* Implement the correct search for configuration files. llvmc will now tryReid Spencer2004-08-201-16/+42
* Add CONFIG_FILES so the language specific config files can be installed.Reid Spencer2004-08-201-0/+1
* Implement Assembly support.Reid Spencer2004-08-201-14/+39
* Actually let it compile after file name changes.Reid Spencer2004-08-192-2/+2
* Moved ConfigData -> ConfigurationReid Spencer2004-08-194-517/+2
* Implement many new features for llvmc. This is the first version that willReid Spencer2004-08-1910-450/+726
* Back out dependencies on lib/System/Path.hReid Spencer2004-08-162-26/+32
* Fix definitions to match tool's actual capabilities.Reid Spencer2004-08-161-0/+3
* More Functionality:Reid Spencer2004-08-158-218/+619
* Initial configuration files (to be installed) for ll (LLVM Assembly) andReid Spencer2004-08-152-0/+34
* Converted to use flex for tokenizing input so we can use an easier toReid Spencer2004-08-149-723/+752
* Fix header commentary.Reid Spencer2004-08-131-3/+2
* Additional functionality. This version handles option parsing and parameterReid Spencer2004-08-133-44/+477
* First version of a utility internal to llvmc that handles the parsing andReid Spencer2004-08-134-0/+998
* Move CompilerDriver.h here.Reid Spencer2004-08-102-1/+76
* Initial makefile for the LLVM Compiler Driver.Reid Spencer2004-08-101-0/+13
* First "do nothing" version of the LLVM Compiler Driver. This version justReid Spencer2004-08-101-0/+167