summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/examples
Commit message (Collapse)AuthorAgeFilesLines
* Remove llvmc and assorted build machinery for it.Eric Christopher2011-09-1921-708/+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
* Builds llvmc and its examples with CMake.Oscar Fuentes2011-07-255-0/+40
| | | | | | Patch by arrowdodger! llvm-svn: 135919
* Fixes VS support for llvmc mcc16 llvmc example.Oscar Fuentes2011-07-251-3/+6
| | | | | | Patch by arrowdodger! llvm-svn: 135918
* The .inc file is auto-generated and must not be edited by hand.Mikhail Glushenkov2011-04-221-1/+1
| | | | llvm-svn: 130021
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-292-2/+2
| | | | llvm-svn: 120304
* Resurrect mcc16, it is useful as an example.Mikhail Glushenkov2010-10-236-1/+491
| | | | llvm-svn: 117198
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-116-491/+1
| | | | | | | it comes back, it will be largely a rewrite, so keeping the old codebase in tree isn't helping anyone. llvm-svn: 116190
* llvmc: Make syntax more consistent.Mikhail Glushenkov2010-08-232-26/+26
| | | | | | CompilationGraph and LanguageMap definitions do not use special syntax anymore. llvm-svn: 111862
* llvmc: Do not mention plugins in the code.Mikhail Glushenkov2010-08-231-1/+1
| | | | llvm-svn: 111826
* llvmc: Do not prefix option names with AutoGenerated.Mikhail Glushenkov2010-08-201-5/+5
| | | | | | Since they now live in the namespace 'autogenerated'. llvm-svn: 111620
* llvmc: Cut global namespace pollution.Mikhail Glushenkov2010-08-201-7/+10
| | | | llvm-svn: 111619
* llvmc: Update examples.Mikhail Glushenkov2010-08-1916-0/+662
llvm-svn: 111553
OpenPOWER on IntegriCloud