1. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  2. 21261f4 Test commit: Remove blank line. by Joey Gouly · 12 years ago
  3. ecf1626 [driver] Add the missing TY_PP_ObjCXX_Alias case to the isCXX function. by Chad Rosier · 12 years ago
  4. 5bab9ae Revert r167567, restoring the ability of clang to run gcc in cases where it by Nick Lewycky · 12 years ago
  5. 85b7f7d Rip out a bunch of code for invoking gcc from clang. by Bob Wilson · 12 years ago
  6. 2902829 Remove a bit of dead code. by Rafael Espindola · 12 years ago
  7. d6261a9 [driver] Lipo can handle the lto-bc type. rdar://12000401 by Chad Rosier · 12 years ago
  8. d26db2f Tell the driver that CUDA is a C++-like language, so that we get C++ by Peter Collingbourne · 12 years ago
  9. 582b395 Use -rewrite-legacy-objc as clang argument for translating by Fariborz Jahanian · 12 years ago
  10. ae57ead OpenCL: add driver/frontend support for precompiled headers by Peter Collingbourne · 13 years ago
  11. cc52a06 Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver. by Nico Weber · 13 years ago
  12. 20fd867 Return the proper type for objects when given a .o extension. by Chad Rosier · 13 years ago
  13. 3fdcc6f Remove stray emacs mode markers in all these files that was causing emacs to by Nick Lewycky · 14 years ago
  14. 895fcca Driver, Frontend: add CUDA language support by Peter Collingbourne · 14 years ago
  15. 169b753 Make c++ and C++ valid extensions for C++ source files, from Seth Cantrell! by Douglas Gregor · 14 years ago
  16. 6c6424b Driver: Support invoking Clang on .ll or .bc inputs. by Daniel Dunbar · 14 years ago
  17. 51679c5 PR5803: clang++: Treat untyped 'C' inputs as C++. by Daniel Dunbar · 14 years ago
  18. edcfc41 Allow clang to pass -x cl through to compiler driver. by Nate Begeman · 15 years ago
  19. 68f7a24 spread 'const' love to some variables. this considerably reduces the amount of dirty data around. by Nuno Lopes · 15 years ago
  20. 90cb920 Recognize .hpp as a C++ header. by Daniel Dunbar · 15 years ago
  21. d8e0e45 Driver: Make local type name more distinct. by Daniel Dunbar · 15 years ago
  22. 77544fd Add driver::types::isObjC predicate. by Daniel Dunbar · 15 years ago
  23. 55d3f7a [llvm up] by Douglas Gregor · 15 years ago
  24. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  25. 5915fbf Add driver support for -emit-ast and AST compilation steps. by Daniel Dunbar · 15 years ago
  26. 4db938c Driver: Add types::{isAcceptedByClang,isCXX} predicates. by Daniel Dunbar · 15 years ago
  27. 3dbd6c5 Driver: Some minor bug fixes. by Daniel Dunbar · 15 years ago
  28. c1b5fa8 Driver: Add types::getNumCompilationPhases, getCompilationPhase to by Daniel Dunbar · 15 years ago
  29. ba7db7d Driver: Drop some unnecessary uses of clang namespace. by Daniel Dunbar · 15 years ago
  30. 9f5ef94 Driver: Add types::canLipoType helper method. by Daniel Dunbar · 15 years ago
  31. e9fba57 Driver: Add information on Driver input/temporary types. by Daniel Dunbar · 15 years ago