summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/doc
Commit message (Collapse)AuthorAgeFilesLines
* Remove llvmc and assorted build machinery for it.Eric Christopher2011-09-194-907/+0
| | | | | | | | The problems that llvmc solved have largely been subsumed with the tasks that the clang driver can accomplish, but llvmc lacks flexibility and depends too heavily on the EOL'd llvm-gcc. llvm-svn: 140093
* Remove all references to plugins from the LLVMC docs.Mikhail Glushenkov2011-04-242-315/+218
| | | | llvm-svn: 130090
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
| | | | | | Luis Felipe Strano Moraes! llvm-svn: 129558
* Add a newline.Mikhail Glushenkov2010-11-221-1/+2
| | | | llvm-svn: 119976
* Syntax tweak in llvmc: (something [a,b,c]) -> (something a, b, c).Mikhail Glushenkov2010-10-231-33/+35
| | | | llvm-svn: 117196
* llvmc: Add a new option type (switch_list).Mikhail Glushenkov2010-07-191-1/+8
| | | | llvm-svn: 108673
* Make it not an error to specify -O* options several times.Mikhail Glushenkov2010-03-051-10/+16
| | | | | | As in 'llvmc -O2 -O2 test.c'. llvm-svn: 97787
* Make it easier to regenerate docs when srcdir != objdir.Mikhail Glushenkov2009-12-231-0/+6
| | | | llvm-svn: 92000
* Allow (set_option SwitchOption, true).Mikhail Glushenkov2009-12-231-6/+9
| | | | llvm-svn: 91997
* Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov2009-12-171-18/+25
| | | | llvm-svn: 91594
* Validate the generated C++ code in llvmc tests.Mikhail Glushenkov2009-12-151-3/+3
| | | | | | | | | | Checks that the code generated by 'tblgen --emit-llvmc' can be actually compiled. Also fixes two bugs found in this way: - forward_transformed_value didn't work with non-list arguments - cl::ZeroOrOne is now called cl::Optional llvm-svn: 91404
* Small documentation update.Mikhail Glushenkov2009-12-151-4/+5
| | | | llvm-svn: 91401
* Documentation update.Mikhail Glushenkov2009-12-071-20/+45
| | | | llvm-svn: 90775
* Typo.Mikhail Glushenkov2009-12-011-1/+1
| | | | llvm-svn: 90221
* Document OptionPreprocessor.Mikhail Glushenkov2009-10-251-12/+62
| | | | llvm-svn: 85030
* Clarify documentation on multi_val options.Mikhail Glushenkov2009-10-211-2/+3
| | | | llvm-svn: 84729
* Slight rewording.Mikhail Glushenkov2009-10-091-2/+2
| | | | llvm-svn: 83620
* Add a way to query the number of input files.Mikhail Glushenkov2009-09-281-0/+7
| | | | llvm-svn: 82957
* Document the 'not' combinator.Mikhail Glushenkov2009-09-281-8/+11
| | | | llvm-svn: 82956
* Update documentation.Mikhail Glushenkov2009-07-111-2/+4
| | | | llvm-svn: 75375
* Documentation update.Mikhail Glushenkov2009-07-091-0/+3
| | | | llvm-svn: 75166
* Documentation update.Mikhail Glushenkov2009-07-071-1/+2
| | | | llvm-svn: 74913
* Documentation update.Mikhail Glushenkov2009-07-071-0/+6
| | | | llvm-svn: 74907
* Clang is now production quality (at least for C).Mikhail Glushenkov2009-06-301-3/+2
| | | | llvm-svn: 74484
* Add a way to access argv[0] in hooks.Mikhail Glushenkov2009-06-301-0/+22
| | | | llvm-svn: 74483
* Update documentation.Mikhail Glushenkov2009-06-251-3/+6
| | | | llvm-svn: 74191
* Another small documentation update.Mikhail Glushenkov2009-06-172-12/+13
| | | | llvm-svn: 73596
* Documentation update.Mikhail Glushenkov2009-06-162-22/+52
| | | | llvm-svn: 73448
* The 'forward_as' property did not use its second argument.Mikhail Glushenkov2009-05-061-1/+1
| | | | | | See PR4159 for details. Patch by Martin Nowack! llvm-svn: 71054
* Documentation update.Mikhail Glushenkov2009-03-271-10/+13
| | | | | | Expand a bit on various '--*-graph' options. llvm-svn: 67836
* Add three new option properties.Mikhail Glushenkov2009-01-281-21/+36
| | | | | | Adds new option properties 'multi_val', 'one_or_more' and 'zero_or_one'. llvm-svn: 63172
* Change the hook API back to prevent memory leaks.Mikhail Glushenkov2009-01-211-1/+1
| | | | llvm-svn: 62686
* Allow hooks with arguments.Mikhail Glushenkov2009-01-211-7/+12
| | | | llvm-svn: 62685
* Some small documentation fixes.Mikhail Glushenkov2009-01-151-11/+12
| | | | llvm-svn: 62251
* Clarify the documentation a bit.Mikhail Glushenkov2009-01-151-6/+11
| | | | llvm-svn: 62249
* Add a --check-graph option to llvmc.Mikhail Glushenkov2009-01-091-0/+12
| | | | llvm-svn: 61989
* Some enhancements for the 'case' expression.Mikhail Glushenkov2008-12-171-1/+8
| | | | | | Add (error) and (empty). llvm-svn: 61117
* Add a comment to the auto-generated docs.Mikhail Glushenkov2008-12-132-0/+8
| | | | llvm-svn: 60985
* Merge llvm-rst.css and llvm.css.Mikhail Glushenkov2008-12-132-102/+4
| | | | llvm-svn: 60984
* Some more documentation tweaks.Mikhail Glushenkov2008-12-131-1/+4
| | | | llvm-svn: 60970
* More cosmetic tweaks for llvmc docs.Mikhail Glushenkov2008-12-134-43/+64
| | | | llvm-svn: 60969
* Fix W3C validator errors.Mikhail Glushenkov2008-12-111-5/+7
| | | | llvm-svn: 60912
* Use correct file for the llvmc tutorial.Mikhail Glushenkov2008-12-111-1/+1
| | | | llvm-svn: 60910
* Update the auto-generated llvmc documentation.Mikhail Glushenkov2008-12-115-17/+45
| | | | llvm-svn: 60909
* Merge Base.td and Tools.td.Mikhail Glushenkov2008-12-111-3/+0
| | | | | | | | This stuff is not used outside Base.td, and with the conversion of the compilation graph to string-based format became much less (if at all) useful. llvm-svn: 60873
* Describe recent changes in the documentation.Mikhail Glushenkov2008-12-071-173/+243
| | | | llvm-svn: 60668
* Add 'hidden' and 'really_hidden' option properties.Mikhail Glushenkov2008-11-281-0/+6
| | | | llvm-svn: 60198
* Documentation: clarify what is meant by 'multiple edges'.Mikhail Glushenkov2008-11-281-1/+2
| | | | llvm-svn: 60197
* Disallow multiple edges.Mikhail Glushenkov2008-11-261-3/+11
| | | | llvm-svn: 60127
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-255-0/+724
llvm-svn: 60048
OpenPOWER on IntegriCloud