Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove llvmc and assorted build machinery for it. | Eric Christopher | 2011-09-19 | 21 | -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 Fuentes | 2011-07-25 | 5 | -0/+40 |
| | | | | | | Patch by arrowdodger! llvm-svn: 135919 | ||||
* | Fixes VS support for llvmc mcc16 llvmc example. | Oscar Fuentes | 2011-07-25 | 1 | -3/+6 |
| | | | | | | Patch by arrowdodger! llvm-svn: 135918 | ||||
* | The .inc file is auto-generated and must not be edited by hand. | Mikhail Glushenkov | 2011-04-22 | 1 | -1/+1 |
| | | | | llvm-svn: 130021 | ||||
* | I swear I did a make clean and make before committing all this... | Michael J. Spencer | 2010-11-29 | 2 | -2/+2 |
| | | | | llvm-svn: 120304 | ||||
* | Resurrect mcc16, it is useful as an example. | Mikhail Glushenkov | 2010-10-23 | 6 | -1/+491 |
| | | | | llvm-svn: 117198 | ||||
* | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner | 2010-10-11 | 6 | -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 Glushenkov | 2010-08-23 | 2 | -26/+26 |
| | | | | | | CompilationGraph and LanguageMap definitions do not use special syntax anymore. llvm-svn: 111862 | ||||
* | llvmc: Do not mention plugins in the code. | Mikhail Glushenkov | 2010-08-23 | 1 | -1/+1 |
| | | | | llvm-svn: 111826 | ||||
* | llvmc: Do not prefix option names with AutoGenerated. | Mikhail Glushenkov | 2010-08-20 | 1 | -5/+5 |
| | | | | | | Since they now live in the namespace 'autogenerated'. llvm-svn: 111620 | ||||
* | llvmc: Cut global namespace pollution. | Mikhail Glushenkov | 2010-08-20 | 1 | -7/+10 |
| | | | | llvm-svn: 111619 | ||||
* | llvmc: Update examples. | Mikhail Glushenkov | 2010-08-19 | 16 | -0/+662 |
llvm-svn: 111553 |