summaryrefslogtreecommitdiff
path: root/tools/llvmc
Commit message (Expand)AuthorAge
* silly cleanupChris Lattner2006-05-29
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* Distribute CVS versions of lex filesReid Spencer2006-04-12
* Ignore the lexer output.Reid Spencer2006-03-24
* Adjust to new style "generated files in CVS" mechanism for lex outputChris Lattner2006-02-14
* Implement PR614:Reid Spencer2005-08-27
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Final Changes For PR495:Reid Spencer2005-07-08
* For PR495:Reid Spencer2005-07-07
* For PR495:Reid Spencer2005-07-07
* For PR514:Reid Spencer2005-05-19
* For PR514:Reid Spencer2005-05-19
* * Use consistent spacing for function argumentsMisha Brukman2005-05-05
* Minor clean-upsMisha Brukman2005-05-03
* Clean up and correct llvmc configurations for C and C++Misha Brukman2005-05-03
* std::string(NULL) does not a proper constructor makeMisha Brukman2005-05-03
* Omit periods at the end of command-line switch explanations for consistencyMisha Brukman2005-05-03
* Remove trailing whitespaceMisha Brukman2005-04-22
* #include system headers after all LLVM headersMisha Brukman2005-04-20
* Ensure that the arguments passed to sys::Program::ExecuteAndWait includeReid Spencer2005-04-11
* Use DataInstall macro instead of INSTALL.Reid Spencer2005-02-24
* Adjust the help output so that it will fit cleanly within 80 columns.Reid Spencer2005-02-18
* Conform to the documented interface by null terminating argument lists!Chris Lattner2005-02-13
* sysconfdir -> PROJ_etcdirReid Spencer2005-01-17
* Rename BUILD_* to PROJ_*Reid Spencer2005-01-16
* For PR351:Reid Spencer2004-12-30
* Use Config/alloca.h instead of alloca.h - pointed out by Duraid and MishaBrian Gaeke2004-12-20
* Make this compile on Solaris.Brian Gaeke2004-12-19
* For PR351:Reid Spencer2004-12-19
* Change LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/libReid Spencer2004-12-15
* Make use of the new Path inserter function.Reid Spencer2004-12-13
* PR351: \Reid Spencer2004-12-13
* Path::get -> Path::toStringReid Spencer2004-12-11
* Get rid of warning from flex.Reid Spencer2004-12-10
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-25
* Always pass -D_GNU_SOURCE to cc1plusReid Spencer2004-11-25
* Always pass -D_GNU_SOURCE to cc1Reid Spencer2004-11-25
* Correct the configuration variable used to find the bin directory.Reid Spencer2004-11-25
* Make sure additional C++ suffixes are recognized by llvmc.Reid Spencer2004-11-24
* * Adjust the options to make them either accept multiple occurrences or beReid Spencer2004-11-23
* * Don't pass empty arguments to ExecuteAndWait because it can cause theReid Spencer2004-11-23
* Configuration data now supports a vector of library paths.Reid Spencer2004-11-23
* Add the c and cpp configuration files.Reid Spencer2004-11-23
* Removed in favor of configurable (*.in) versions.Reid Spencer2004-11-23
* Make various adjustments to parsing so that the separator character doesn'tReid Spencer2004-11-23
* SPACE is a legitimate token now, to separate option words.Reid Spencer2004-11-23
* Handle space, separators, bad substitutions, and library search path betterReid Spencer2004-11-23
* Configurable language configuration files.Reid Spencer2004-11-23
* Get the -o option rightReid Spencer2004-11-20
* Get the -o option rightReid Spencer2004-11-20