aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc2
AgeCommit message (Expand)Author
2008-11-25Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov
2008-11-25docs: Add author info + fix incorrect code example.Mikhail Glushenkov
2008-11-25Small documentation update.Mikhail Glushenkov
2008-11-25Document the plugin priority feature.Mikhail Glushenkov
2008-11-17Support dependencies between plugins by priority-sorting.Mikhail Glushenkov
2008-11-17Add a layer of indirection to make plugins more flexible.Mikhail Glushenkov
2008-11-14CMake: Remove unused tablegenning code from tools/llvmc2/driver.Oscar Fuentes
2008-11-12Some cosmetic changes.Mikhail Glushenkov
2008-11-09CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes
2008-11-08Add LLVMC2 tool definitions for Objective-C and Objective-C++.Daniel Dunbar
2008-10-29CMake: Removed some cruft.Oscar Fuentes
2008-10-16Re-apply Makefile changes. Fix build with srcdir != objdir.Mikhail Glushenkov
2008-10-15Unbreak the build. Please test out the proper fix for this by compiling LLVMBill Wendling
2008-10-15Temporary revert r57567 and unbreak the build.Anton Korobeynikov
2008-10-15llvmc2: Documentation update. Describe recent work on plugins.Mikhail Glushenkov
2008-10-15llvmc2: Some Makefile fixes and renames.Mikhail Glushenkov
2008-10-15Use (a slightly modified) llvm.css for llvmc2 docs.Mikhail Glushenkov
2008-10-04CMake: Reflected changes on source file structure. New plugin supportOscar Fuentes
2008-10-03Rename llvmc2/core to llvmc2/driver.Mikhail Glushenkov
2008-10-03Rename llvmc2/src to llvmc2/core.Mikhail Glushenkov
2008-10-03Fix build breakage when objdir!=srcdir (proper fix).Mikhail Glushenkov
2008-10-03Fix build breakage (again) when srcdir != objdir, other small fixes.Mikhail Glushenkov
2008-10-03Unbreak the build.Bill Wendling
2008-10-02Fix build breakage.Mikhail Glushenkov
2008-10-02Build system tweaks to make it more convenient for the plugin authors.Mikhail Glushenkov
2008-10-02Avoid name shadowing with E variable defined in for(). This was giving VC++Bill Wendling
2008-09-24CMake: Lists of source files updated. Removed bogus dependency fromOscar Fuentes
2008-09-22Convert llvmc2 plugins to use llvm/Support/Registry.h machinery.Mikhail Glushenkov
2008-09-22Move llvmc2 header files under include/llvm/CompilerDriverMikhail Glushenkov
2008-09-22Plugin support for llvmc2 (a-la opt).Mikhail Glushenkov
2008-09-22Add a 'Debugging' section to the documentation.Mikhail Glushenkov
2008-09-22Make comments a little bit more clear.Mikhail Glushenkov
2008-09-22Get rid of GlobalLanguageMap. Global state is evil.Mikhail Glushenkov
2008-09-22Rename our version of ccc to ccc2Mikhail Glushenkov
2008-09-22Fix some commentsMikhail Glushenkov
2008-09-22Add a (forward_as) option propertyMikhail Glushenkov
2008-09-22Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spell...Mikhail Glushenkov
2008-09-22Initial support for the CMake build system.Oscar Fuentes
2008-05-30Make all help strings start in upper case.Mikhail Glushenkov
2008-05-30Fix the -opt switch and add a test case for it.Mikhail Glushenkov
2008-05-30Fix indentation.Mikhail Glushenkov
2008-05-30Add a --dry-run option to llvmc2. Patch by Holger Schurig.Mikhail Glushenkov
2008-05-30Add a --save-temps option.Mikhail Glushenkov
2008-05-30Add a check for side effect-free options (specified only in the OptionList).Mikhail Glushenkov
2008-05-30Documentation update.Mikhail Glushenkov
2008-05-30Show argv[0] in error messages (like gcc).Mikhail Glushenkov
2008-05-30New feature: OptionList.Mikhail Glushenkov
2008-05-30Documentation update.Mikhail Glushenkov
2008-05-30A small optimization: use static char* array instead of StrVector.Mikhail Glushenkov
2008-05-30Make it possible to test if the '-o' option is provided.Mikhail Glushenkov