1. a28c1df Add missing dependency to unbreak the CMake build by Douglas Gregor · 12 years ago
  2. 8681160 When destroying temporaries, instead of a custom cleanup use the by Peter Collingbourne · 13 years ago
  3. a60279d Add missing dependency for shared library build to CMakeLists. Patch by Johannes Obermayr. by Eli Friedman · 13 years ago
  4. 6c0aa5f CUDA: IR generation support for kernel call expressions by Peter Collingbourne · 13 years ago
  5. 8c25fc5 OpenCL: introduce support for function scope __local variables by Peter Collingbourne · 13 years ago
  6. e8ba8d7 Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at by Nick Lewycky · 13 years ago
  7. 16625e1 Unbreak CMake build. by Anders Carlsson · 13 years ago
  8. 0a86d44 Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. by Jeffrey Yasskin · 13 years ago
  9. 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 13 years ago
  10. 21a7dfc Add my new file to the CMake lists, sorry about that. by John McCall · 13 years ago
  11. 1411047 Move name mangling support from CodeGen to AST. In the by Peter Collingbourne · 13 years ago
  12. 4992eaf Add a CGCXXABI.cpp file. by Anders Carlsson · 14 years ago
  13. 5259e7e Update CMake. by Daniel Dunbar · 14 years ago
  14. 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 14 years ago
  15. 28709c1 CMake: Fix mingw32 build. by Michael J. Spencer · 14 years ago
  16. 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 14 years ago
  17. ec9bf47 Clean up CMake dependencies by Douglas Gregor · 14 years ago
  18. ee6e4b4 Update CMake build for new attribute changes. by Sean Hunt · 14 years ago
  19. 9b414d3 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 14 years ago
  20. c392664 Add a stub Microsoft Visual C++ ABI class (with stub mangler). by Charles Davis · 14 years ago
  21. 9a55591 Convert DeclNodes to use TableGen. by Sean Hunt · 14 years ago
  22. 3a811f1 IRgen: Add a stub class for generating ABI-specific C++ code. by Charles Davis · 14 years ago
  23. 71b1d0e Unbreak CMake build. by Douglas Gregor · 14 years ago
  24. 461e326 Rename CGVtable files to CGVTables. by Anders Carlsson · 14 years ago
  25. 58b7eee Move the VTT related code into its own file, CGVTT.cpp by Anders Carlsson · 14 years ago
  26. f3e27bf Try to make cmake happy by Anton Korobeynikov · 14 years ago
  27. 5ec2e7c Add CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit there. by Anders Carlsson · 15 years ago
  28. 0cb6c19 Rename CGRtti.cpp to CGRTTI.cpp. by Mike Stump · 15 years ago
  29. 5b95592 Get rid of the ugly CGCXX names and replace them with CGClass, CGExprCXX and CGTemporaries. by Anders Carlsson · 15 years ago
  30. 756b5c4 Add CGException.cpp, to be used for exception related code generation. by Anders Carlsson · 15 years ago
  31. 091c1c2 Add CGVtable.cpp to CMakeLists. by Benjamin Kramer · 15 years ago
  32. 656e4c1 Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality change. by Anders Carlsson · 15 years ago
  33. 16d81b8 Move codegen of new and delete to CGCXXExpr.cpp by Anders Carlsson · 15 years ago
  34. eef9df2 Update CMake files. by Benjamin Kramer · 15 years ago
  35. f6c4bc0 Unbreak the CMake build by Douglas Gregor · 15 years ago
  36. b3b7364 Lexically order files in CMakeLists.txt files. by Ted Kremenek · 15 years ago
  37. 7124883 Update cmake script by Anton Korobeynikov · 15 years ago
  38. 5892174 Fix cmake builds. by Mike Stump · 15 years ago
  39. 4783787 Fix cmake builds. by Mike Stump · 15 years ago
  40. 5f2bfd4 Add basic support for C++ name mangling according to the Itanium C++ by Douglas Gregor · 15 years ago
  41. d2f4e5e CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 16 years ago