summaryrefslogtreecommitdiff
path: root/tools/llvmc
Commit message (Expand)AuthorAge
...
* 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
* Add 'hidden' and 'really_hidden' option properties.Mikhail Glushenkov2008-11-28
* Documentation: clarify what is meant by 'multiple edges'.Mikhail Glushenkov2008-11-28
* Disallow multiple edges.Mikhail Glushenkov2008-11-26
* CMake: llvmc2 is now known as llvmc.Oscar Fuentes2008-11-25
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-25
* Drop llvmc also, it will be replaced by shiny new llvmc2Anton Korobeynikov2008-05-04
* Detabify.Bill Wendling2008-02-26
* Get rid of hash_map in llvmcAnton Korobeynikov2008-02-20
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* regenerateChris Lattner2007-12-29
* remove attributionsChris Lattner2007-12-29
* remove attributions from tools.Chris Lattner2007-12-29
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* add a 'don't use me' marker.Chris Lattner2007-10-22
* Move the space in overview output for commands out of each of theDan Gohman2007-10-08
* update the .cvs files.Chris Lattner2007-07-05
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Convert .cvsignore filesJohn Criswell2007-06-29
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-06
* switch tools to bitcode instead of bytecodeChris Lattner2007-05-06
* add bitcode support, optimize reading to not read all function bodies justChris Lattner2007-05-06
* Make TempDir a PathWithStatus so we don't have to cast it to one.Reid Spencer2007-04-08
* For PR1291:Reid Spencer2007-04-07
* For PR789:Reid Spencer2007-03-29
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16