Make -fsyntax-only, -include and -emit-llvm work for C++ and Objective-C/C++.
[oota-llvm.git] / tools / llvmc2 / Makefile
2008-10-16 Mikhail GlushenkovRe-apply Makefile changes. Fix build with srcdir !...
2008-10-15 Bill WendlingUnbreak the build. Please test out the proper fix for...
2008-10-15 Anton KorobeynikovTemporary revert r57567 and unbreak the build.
2008-10-15 Mikhail Glushenkovllvmc2: Some Makefile fixes and renames.
2008-10-03 Mikhail GlushenkovRename llvmc2/core to llvmc2/driver.
2008-10-03 Mikhail GlushenkovRename llvmc2/src to llvmc2/core.
2008-10-03 Mikhail GlushenkovFix build breakage when objdir!=srcdir (proper fix).
2008-10-03 Mikhail GlushenkovFix build breakage (again) when srcdir != objdir, other...
2008-10-03 Bill WendlingUnbreak the build.
2008-10-02 Mikhail GlushenkovBuild system tweaks to make it more convenient for...
2008-05-30 Mikhail GlushenkovUpdate documentation, add examples.
2008-05-30 Mikhail GlushenkovAdd a generalised 'case' construct.
2008-05-12 Mikhail GlushenkovMake it possible to choose between different compilatio...
2008-05-09 Mikhail GlushenkovRename Example.td to Graph.td.
2008-05-06 Mikhail GlushenkovNaming fix: LLVMCCConfigurationEmitter -> LLVMCConfigur...
2008-05-06 Mikhail GlushenkovMake AutoGenerated.inc depend also on Tools.td and...
2008-05-06 Mikhail GlushenkovMore work on edge properties. Use Edge classes instead...
2008-05-06 Mikhail GlushenkovCode reorg
2008-03-25 Anton KorobeynikovFix the Cygwin/Mingw-On-Cygwin build. Patch by Alain...
2008-03-23 Anton KorobeynikovAdd first proof-of-concept universal compiler driver...