summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc2/driver
Commit message (Collapse)AuthorAgeFilesLines
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-257-769/+0
| | | | llvm-svn: 60048
* Support dependencies between plugins by priority-sorting.Mikhail Glushenkov2008-11-171-0/+9
| | | | llvm-svn: 59449
* CMake: Remove unused tablegenning code from tools/llvmc2/driver.Oscar Fuentes2008-11-141-22/+0
| | | | llvm-svn: 59333
* Some cosmetic changes.Mikhail Glushenkov2008-11-121-6/+2
| | | | llvm-svn: 59096
* CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes2008-11-091-1/+1
| | | | | | | | | | | | | built native tblgen which is passed to cmake in the variable LLVM_TABLEGEN. See http://www.cmake.org/Wiki/CmakeMingw for a quick example on how to cross-compile with CMake. llvm-svn: 58939
* CMake: Removed some cruft.Oscar Fuentes2008-10-291-3/+3
| | | | llvm-svn: 58358
* CMake: Reflected changes on source file structure. New plugin supportOscar Fuentes2008-10-041-0/+31
| | | | | | for llvmc2 incomplete. llvm-svn: 57076
* Rename llvmc2/core to llvmc2/driver.Mikhail Glushenkov2008-10-036-0/+755
Makefiles try to remove 'core' by default, so it wasn't a very good name. llvm-svn: 57031
OpenPOWER on IntegriCloud