summaryrefslogtreecommitdiff
path: root/tools/llvmc
Commit message (Expand)AuthorAge
* This void is implicit in C++.Dan Gohman2009-08-12
* llvm-ld has a new option called -b to specify the name of bitcode output file...Sanjiv Gupta2009-08-06
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-16
* Added a fixme for platform specific GetDirSeparator().Sanjiv Gupta2009-07-13
* allow mcc16 users to specify --save-temps even though it is hidden by mcc16.Sanjiv Gupta2009-07-13
* Update documentation.Mikhail Glushenkov2009-07-11
* Erase the temp dir before starting.Sanjiv Gupta2009-07-11
* Link std.lib (.bc code) with llvm-ld.Sanjiv Gupta2009-07-10
* Documentation update.Mikhail Glushenkov2009-07-09
* We don't need to set SaveTemps here.Mikhail Glushenkov2009-07-09
* Adjust comment.Mikhail Glushenkov2009-07-09
* By default -t is always on for mcc16 and it uses ./tmp-objs as the temp direc...Sanjiv Gupta2009-07-09
* Added few more options to individual tools.Sanjiv Gupta2009-07-09
* Return dir separator as per platform.Sanjiv Gupta2009-07-09
* Documentation update.Mikhail Glushenkov2009-07-07
* Show how to modify built-in options.Mikhail Glushenkov2009-07-07
* Documentation update.Mikhail Glushenkov2009-07-07
* Prefix bin dir to executables.Sanjiv Gupta2009-07-02
* Fixed handling of -c option.wqSanjiv Gupta2009-07-02
* Executables will be at InstallDir/bin directory. Std header files will be at ...Sanjiv Gupta2009-07-01
* Clang is now production quality (at least for C).Mikhail Glushenkov2009-06-30
* Add a way to access argv[0] in hooks.Mikhail Glushenkov2009-06-30
* Update documentation.Mikhail Glushenkov2009-06-25
* Remove duplication.Mikhail Glushenkov2009-06-25
* Temporary copy-pasto to make examples compile.Mikhail Glushenkov2009-06-23
* Make llvmc work again.Mikhail Glushenkov2009-06-23
* Another small documentation update.Mikhail Glushenkov2009-06-17
* Remove support for building LLVM libraries into "relinked" Chris Lattner2009-06-16
* Documentation update.Mikhail Glushenkov2009-06-16
* A basic PIC16 toolchain driver.Mikhail Glushenkov2009-06-07
* The 'forward_as' property did not use its second argument.Mikhail Glushenkov2009-05-06
* Support --with-llvmgccdir and friends in llvmc, take 2.Mikhail Glushenkov2009-04-21
* Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin.Bill Wendling2009-04-18
* Add a configure check for llvm-gcc (reapply).Mikhail Glushenkov2009-04-18
* Temporarily revert r69438 and r69439. These were causing failures during aBill Wendling2009-04-18
* Add a configure check for llvm-gcc.Mikhail Glushenkov2009-04-18
* Do not pass '-relocation-model=pic' to llc.Mikhail Glushenkov2009-03-31
* Documentation update.Mikhail Glushenkov2009-03-27
* Add example/Skeleton.Mikhail Glushenkov2009-03-03
* Comment fixes.Mikhail Glushenkov2009-03-03
* Use LLVMLIBS instead of USEDLIBS.Mikhail Glushenkov2009-03-03
* Move example plugins to the example/ directory.Mikhail Glushenkov2009-03-03
* Move the rules for building plugins to Makefile.rules.Mikhail Glushenkov2009-03-02
* Fix build with objdir != srcdir.Mikhail Glushenkov2009-03-02
* Move code from Main.cpp to the include dir.Mikhail Glushenkov2009-03-02
* Reorganize llvmc code.Mikhail Glushenkov2009-03-02
* Add some comments.Mikhail Glushenkov2009-01-30
* Add three new option properties.Mikhail Glushenkov2009-01-28
* Fix 'llvm-config --libs' output.Mikhail Glushenkov2009-01-21
* Change the hook API back to prevent memory leaks.Mikhail Glushenkov2009-01-21