aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc
Commit message (Expand)AuthorAgeFilesLines
* Some enhancements for the 'case' expression.Mikhail Glushenkov2008-12-171-1/+8
* Add a comment to the auto-generated docs.Mikhail Glushenkov2008-12-132-0/+8
* Merge llvm-rst.css and llvm.css.Mikhail Glushenkov2008-12-132-102/+4
* Some more documentation tweaks.Mikhail Glushenkov2008-12-131-1/+4
* More cosmetic tweaks for llvmc docs.Mikhail Glushenkov2008-12-134-43/+64
* Fix W3C validator errors.Mikhail Glushenkov2008-12-111-5/+7
* Use correct file for the llvmc tutorial.Mikhail Glushenkov2008-12-111-1/+1
* Update the auto-generated llvmc documentation.Mikhail Glushenkov2008-12-115-17/+45
* Add a '-Wo,' option that passes options to opt.Mikhail Glushenkov2008-12-111-1/+4
* Merge Base.td and Tools.td.Mikhail Glushenkov2008-12-112-5/+138
* Support -emit-llvm properly (with -S and -c).Mikhail Glushenkov2008-12-091-5/+14
* CMake: Added Tool.cpp to tools/llvmc/driver.Oscar Fuentes2008-12-071-0/+1
* Describe recent changes in the documentation.Mikhail Glushenkov2008-12-071-173/+243
* Make 'extern' an option property.Mikhail Glushenkov2008-12-071-11/+11
* Plugin updates: support more options.Mikhail Glushenkov2008-12-071-22/+57
* Join tools couldn't be used in the middle of the toolchain.Mikhail Glushenkov2008-12-071-5/+4
* Enable the Clang plugin by default.Mikhail Glushenkov2008-12-071-1/+1
* Update plugins to use (actions).Mikhail Glushenkov2008-12-072-9/+16
* Use (actions) instead of option properties, support external options.Mikhail Glushenkov2008-12-072-67/+89
* Scrap some boilerplate.Mikhail Glushenkov2008-11-281-35/+15
* Add 'hidden' and 'really_hidden' option properties.Mikhail Glushenkov2008-11-281-0/+6
* Documentation: clarify what is meant by 'multiple edges'.Mikhail Glushenkov2008-11-281-1/+2
* Disallow multiple edges.Mikhail Glushenkov2008-11-262-3/+25
* CMake: llvmc2 is now known as llvmc.Oscar Fuentes2008-11-251-1/+1
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-2526-0/+1829
* Drop llvmc also, it will be replaced by shiny new llvmc2Anton Korobeynikov2008-05-0415-5956/+0
* Detabify.Bill Wendling2008-02-262-43/+43
* Get rid of hash_map in llvmcAnton Korobeynikov2008-02-202-4/+3
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* regenerateChris Lattner2007-12-292-708/+884
* remove attributionsChris Lattner2007-12-291-2/+2
* remove attributions from tools.Chris Lattner2007-12-296-12/+12
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* add a 'don't use me' marker.Chris Lattner2007-10-221-0/+3
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1815-0/+5777