summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc2/doc
Commit message (Collapse)AuthorAgeFilesLines
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-255-717/+0
| | | | llvm-svn: 60048
* docs: Add author info + fix incorrect code example.Mikhail Glushenkov2008-11-252-5/+9
| | | | llvm-svn: 60046
* Small documentation update.Mikhail Glushenkov2008-11-252-6/+8
| | | | llvm-svn: 60045
* Document the plugin priority feature.Mikhail Glushenkov2008-11-251-12/+26
| | | | llvm-svn: 60044
* Add a layer of indirection to make plugins more flexible.Mikhail Glushenkov2008-11-172-10/+13
| | | | | | | Use strings instead of TableGen defs in the compilation graph definition. Makes it easier for the plugins to modify an existing graph. llvm-svn: 59447
* Re-apply Makefile changes. Fix build with srcdir != objdir.Mikhail Glushenkov2008-10-161-1/+1
| | | | llvm-svn: 57636
* llvmc2: Documentation update. Describe recent work on plugins.Mikhail Glushenkov2008-10-152-44/+110
| | | | llvm-svn: 57568
* Use (a slightly modified) llvm.css for llvmc2 docs.Mikhail Glushenkov2008-10-153-3/+89
| | | | llvm-svn: 57566
* Add a 'Debugging' section to the documentation.Mikhail Glushenkov2008-09-221-1/+17
| | | | llvm-svn: 56464
* Make comments a little bit more clear.Mikhail Glushenkov2008-09-221-5/+5
| | | | llvm-svn: 56463
* Add a (forward_as) option propertyMikhail Glushenkov2008-09-221-1/+4
| | | | llvm-svn: 56459
* Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor ↵Mikhail Glushenkov2008-09-223-271/+7
| | | | | | language/spelling fixes. llvm-svn: 56458
* Add a --save-temps option.Mikhail Glushenkov2008-05-301-0/+6
| | | | llvm-svn: 51760
* Documentation update.Mikhail Glushenkov2008-05-301-0/+27
| | | | llvm-svn: 51758
* Documentation update.Mikhail Glushenkov2008-05-302-66/+120
| | | | llvm-svn: 51753
* Documentation and examples improvementsMikhail Glushenkov2008-05-303-9/+39
| | | | llvm-svn: 51739
* Update documentation, add examples.Mikhail Glushenkov2008-05-302-75/+223
| | | | llvm-svn: 51736
* Rename LLVMC-Tutorial.rst to LLVMC-Reference.rstMikhail Glushenkov2008-05-301-0/+0
| | | | llvm-svn: 51735
* Add new edge property combinator: weight.Mikhail Glushenkov2008-05-061-3/+12
| | | | llvm-svn: 50765
* Update documentation to reflect the current state of affairs.Mikhail Glushenkov2008-05-061-61/+157
| | | | llvm-svn: 50763
* Some cosmetic changes (change some comments, move code around a bit).Mikhail Glushenkov2008-05-061-1/+1
| | | | llvm-svn: 50762
* Another test commit (with git-svn)Mikhail Glushenkov2008-03-262-0/+4
| | | | llvm-svn: 48843
* Test commitMikhail Glushenkov2008-03-261-9/+0
| | | | llvm-svn: 48840
* Small format/grammar changes.Bill Wendling2008-03-241-2/+2
| | | | llvm-svn: 48723
* Grammar Nazi strikes! :-)Bill Wendling2008-03-241-35/+34
| | | | llvm-svn: 48722
* Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov2008-03-232-0/+423
on ideas mentioned in PR686. Written by Mikhail Glushenkov and contributed by Codedgers, Inc. Old llvmc will be removed soon after new one will have all its properties. llvm-svn: 48699
OpenPOWER on IntegriCloud