aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc
Commit message (Expand)AuthorAgeFilesLines
* Add some comments.Mikhail Glushenkov2009-01-301-1/+5
* Add three new option properties.Mikhail Glushenkov2009-01-281-21/+36
* Fix 'llvm-config --libs' output.Mikhail Glushenkov2009-01-212-2/+2
* Change the hook API back to prevent memory leaks.Mikhail Glushenkov2009-01-211-1/+1
* Allow hooks with arguments.Mikhail Glushenkov2009-01-211-7/+12
* Some small documentation fixes.Mikhail Glushenkov2009-01-151-11/+12
* Clarify the documentation a bit.Mikhail Glushenkov2009-01-151-6/+11
* Make -o a prefix option.Mikhail Glushenkov2009-01-141-1/+1
* Add a --check-graph option to llvmc.Mikhail Glushenkov2009-01-093-4/+155
* 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
* update the .cvs files.Chris Lattner2007-07-052-761/+761
* Here is the bulk of the sanitizing.Gabor Greif2007-07-056-24/+24
* Convert .cvsignore filesJohn Criswell2007-06-291-1/+0
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-061-2/+1
* switch tools to bitcode instead of bytecodeChris Lattner2007-05-062-16/+7
* add bitcode support, optimize reading to not read all function bodies justChris Lattner2007-05-062-5/+17