summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc2
Commit message (Collapse)AuthorAgeFilesLines
...
* Make llvmc return 1 when the compilation fails.Mikhail Glushenkov2008-05-061-0/+1
| | | | llvm-svn: 50735
* Return const char* instead of std::string in Tool classesMikhail Glushenkov2008-05-061-4/+4
| | | | llvm-svn: 50733
* Add an ability to choose between different edges based on edge properties.Mikhail Glushenkov2008-05-064-14/+42
| | | | llvm-svn: 50732
* Add new edge properties: parameter_equals, element_in_list, and.Mikhail Glushenkov2008-05-063-6/+9
| | | | llvm-svn: 50730
* Implemented switch_on edge property.Mikhail Glushenkov2008-05-061-0/+1
| | | | llvm-svn: 50729
* Cosmetic change: if( -> if (Mikhail Glushenkov2008-05-061-5/+5
| | | | llvm-svn: 50728
* Remove ExampleWithOpt.td: this file was merged with Example.td.Mikhail Glushenkov2008-05-061-30/+0
| | | | llvm-svn: 50727
* More work on edge properties. Use Edge classes instead of strings in ↵Mikhail Glushenkov2008-05-065-40/+37
| | | | | | CompilationGraph. llvm-svn: 50726
* Ongoing work: add an edge typechecker, rudimentary support for edge properties.Mikhail Glushenkov2008-05-064-77/+133
| | | | llvm-svn: 50725
* Convert internal representation to use DAG. This gives us more flexibility ↵Mikhail Glushenkov2008-05-066-53/+366
| | | | | | and enables future improvements. llvm-svn: 50724
* Small const-correctness fixMikhail Glushenkov2008-05-062-2/+2
| | | | llvm-svn: 50723
* Code reorgMikhail Glushenkov2008-05-0612-155/+188
| | | | llvm-svn: 50722
* 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
* Fix the Cygwin/Mingw-On-Cygwin build. Patch by Alain Frisch!Anton Korobeynikov2008-03-251-1/+1
| | | | llvm-svn: 48786
* 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-2314-0/+1044
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