1. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  2. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  3. 32ca73e X86: Make specifying avx2 simpler on Darwin with '-arch' by Jim Grosbach · 11 years ago
  4. 146dbbf Centralize the handling of -target-feature. by Rafael Espindola · 11 years ago
  5. 2821e18 Add some missing PPC cpus by Bill Schmidt · 12 years ago
  6. 5ccd3d0 Add PPC A2Q core and BG/Q preprocessor definitions by Hal Finkel · 12 years ago
  7. 715852c Improve x86 android support: by Rafael Espindola · 12 years ago
  8. 238b6a9 The clang driver has a fairly fancy support for executing gcc instead of by Rafael Espindola · 12 years ago
  9. a4a809e Use getArch instead of getArchName. by Rafael Espindola · 12 years ago
  10. 7707262 Use pipes. by Rafael Espindola · 12 years ago
  11. d0364fb Use FileCheck. by Rafael Espindola · 12 years ago
  12. 0d8ecf3 Use FileCheck. by Rafael Espindola · 12 years ago
  13. 6f009b6 Fix pr13749. There is still a lot of code using getArchName that should be by Rafael Espindola · 12 years ago
  14. 7de3296 Add e500mc and e5500 to the list of valid PPC CPU names. by Hal Finkel · 12 years ago
  15. afaa421 Fix test to work when clang is built without powerpc64 support. by Bob Wilson · 12 years ago
  16. 02a8427 Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu options. by Hal Finkel · 12 years ago
  17. 4add84f Fix default cpu for -march=armv5e. by Evgeniy Stepanov · 12 years ago
  18. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  19. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  20. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  21. 7187fac Driver/ARM: Match GCC behavior in that -msoft-float disables NEON, despite this by Daniel Dunbar · 14 years ago
  22. 38b48af clang -cc1: Rename -mcpu to -target-cpu to match other target options and not alias driver/backend option. by Daniel Dunbar · 15 years ago
  23. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  24. 8ff5b28 Driver: Switch to using "clang" "-cc1" instead of "clang-cc". by Daniel Dunbar · 15 years ago
  25. bc3fd65 Improve test portability. by Daniel Dunbar · 15 years ago
  26. 87667aa Unbreak clang-cc handling of -msoft-float / -mfloat-abi=, which I borked. by Daniel Dunbar · 15 years ago
  27. ba8d861 Fix Clang tool translation to forward -fvisibility as separate arguments, the by Daniel Dunbar · 15 years ago
  28. f219e7c Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we then manually pass to the command line library; eventually the latter grossness should be fixed by a real API when creating the target machine. by Daniel Dunbar · 15 years ago
  29. 66861e0 Standardize Driver translation to call clang-cc using '-foo' form instead of '--foo'. by Daniel Dunbar · 15 years ago
  30. 53e8484 Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... variants instead of using llvm::cl::init(true) arguments. by Daniel Dunbar · 15 years ago
  31. f86fedd Add clang -mcpu=native support, patch by Roman Divacky, varioustweaks by me. by Daniel Dunbar · 15 years ago
  32. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
  33. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  34. 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 15 years ago
  35. 772a5e5 Change these tests to not depend as much on the name of the input. by Daniel Dunbar · 15 years ago
  36. 500aec4 Tweak x86 -mcpu defaults. - Default to yonah on Darwin (to get SSE3). by Daniel Dunbar · 15 years ago
  37. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 15 years ago
  38. af07f93 (LLVM up) Update to use llvm::sys::getHostTriple(). by Daniel Dunbar · 15 years ago
  39. b3fd500 Driver: Translate -fverbose-asm for LLVM backend. by Daniel Dunbar · 16 years ago
  40. fe2e04a Driver: ArgList::getLastArg was in fact returning the first matching arg. by Daniel Dunbar · 16 years ago
  41. 7ec3daf Rename clang-driver to clang. by Daniel Dunbar · 16 years ago
  42. 1ab10d4 Don't use &> in tests; dash doesn't understand it. by Eli Friedman · 16 years ago
  43. 5697aa0 Driver: Fix bug in translating -O to clang, add clang-translation test case. by Daniel Dunbar · 16 years ago