summaryrefslogtreecommitdiff
path: root/tools/llvmc
Commit message (Expand)AuthorAge
...
* 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
* Allow hooks with arguments.Mikhail Glushenkov2009-01-21
* Some small documentation fixes.Mikhail Glushenkov2009-01-15
* Clarify the documentation a bit.Mikhail Glushenkov2009-01-15
* Make -o a prefix option.Mikhail Glushenkov2009-01-14
* Add a --check-graph option to llvmc.Mikhail Glushenkov2009-01-09
* Some enhancements for the 'case' expression.Mikhail Glushenkov2008-12-17
* Add a comment to the auto-generated docs.Mikhail Glushenkov2008-12-13
* Merge llvm-rst.css and llvm.css.Mikhail Glushenkov2008-12-13
* Some more documentation tweaks.Mikhail Glushenkov2008-12-13
* More cosmetic tweaks for llvmc docs.Mikhail Glushenkov2008-12-13
* Fix W3C validator errors.Mikhail Glushenkov2008-12-11
* Use correct file for the llvmc tutorial.Mikhail Glushenkov2008-12-11
* Update the auto-generated llvmc documentation.Mikhail Glushenkov2008-12-11
* Add a '-Wo,' option that passes options to opt.Mikhail Glushenkov2008-12-11
* Merge Base.td and Tools.td.Mikhail Glushenkov2008-12-11
* Support -emit-llvm properly (with -S and -c).Mikhail Glushenkov2008-12-09
* CMake: Added Tool.cpp to tools/llvmc/driver.Oscar Fuentes2008-12-07
* Describe recent changes in the documentation.Mikhail Glushenkov2008-12-07
* Make 'extern' an option property.Mikhail Glushenkov2008-12-07
* Plugin updates: support more options.Mikhail Glushenkov2008-12-07
* Join tools couldn't be used in the middle of the toolchain.Mikhail Glushenkov2008-12-07
* Enable the Clang plugin by default.Mikhail Glushenkov2008-12-07
* Update plugins to use (actions).Mikhail Glushenkov2008-12-07
* Use (actions) instead of option properties, support external options.Mikhail Glushenkov2008-12-07
* Scrap some boilerplate.Mikhail Glushenkov2008-11-28