Add a declaration of environ global for Darwin
[oota-llvm.git] / tools / llvmc /
2004-08-29 Reid SpencerAdd a missing header file
2004-08-29 Reid SpencerConvert llvmc to use the lib/System interface instead...
2004-08-25 Reid SpencerLicense file for llvmc.
2004-08-24 Reid SpencerInsert declarations for two new functions that support...
2004-08-24 Reid SpencerRun the compilation actions before we attempt linking...
2004-08-24 Reid SpencerAdd the directory specified by LLVM_LIB_SEARCH_PATH...
2004-08-24 Reid SpencerGet rid of error messages from CommandLine because...
2004-08-24 Reid SpencerAdjustments for changes in the configuration language.
2004-08-24 Reid Spencer- Unify format of output messages
2004-08-24 Reid SpencerLink with bcreader and vmcore.
2004-08-24 Reid Spencer- Implement the %args% substitution
2004-08-24 Reid Spencer- Alphabetize the list of token enumerators.
2004-08-24 Reid Spencer- Rename and rearrange for clarity
2004-08-24 Reid Spencer- Remove unused GetSuffix function
2004-08-24 Reid SpencerRemove unneeded flags.
2004-08-22 Reid SpencerProvide support for retaining the version number found...
2004-08-22 Reid SpencerAdd the VERSION token.
2004-08-22 Reid SpencerAdd support for version numbers.
2004-08-22 Reid SpencerShorten lines so this file can be used as the documenta...
2004-08-20 Reid SpencerChange @ -> % in config files. @name@ might be needed...
2004-08-20 Reid SpencerImplement the correct search for configuration files...
2004-08-20 Reid SpencerAdd CONFIG_FILES so the language specific config files...
2004-08-20 Reid SpencerImplement Assembly support.
2004-08-19 Reid SpencerActually let it compile after file name changes.
2004-08-19 Reid SpencerMoved ConfigData -> Configuration
2004-08-19 Reid SpencerImplement many new features for llvmc. This is the...
2004-08-16 Reid SpencerBack out dependencies on lib/System/Path.h
2004-08-16 Reid SpencerFix definitions to match tool's actual capabilities.
2004-08-15 Reid SpencerMore Functionality:
2004-08-15 Reid SpencerInitial configuration files (to be installed) for ll...
2004-08-14 Reid SpencerConverted to use flex for tokenizing input so we can...
2004-08-13 Reid SpencerFix header commentary.
2004-08-13 Reid SpencerAdditional functionality. This version handles option...
2004-08-13 Reid SpencerFirst version of a utility internal to llvmc that handl...
2004-08-10 Reid SpencerMove CompilerDriver.h here.
2004-08-10 Reid SpencerInitial makefile for the LLVM Compiler Driver.
2004-08-10 Reid SpencerFirst "do nothing" version of the LLVM Compiler Driver...