1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  3. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  4. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  5. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  6. 182fc2d Merging r196538: by Bill Wendling · 11 years ago
  7. 32ca73e X86: Make specifying avx2 simpler on Darwin with '-arch' by Jim Grosbach · 11 years ago
  8. bd39527 This reverts commit r194330, r194329 and r194328. by Rafael Espindola · 11 years ago
  9. a799d7d Add support for -fuse-ld=. by David Chisnall · 11 years ago
  10. c6911a2 SanitizerArgs: add ability to filter/diagnose unsupported sanitizers. by Peter Collingbourne · 11 years ago
  11. c427249 Teach clang driver about Cortex-A53 and Cortex-A57. by Bernard Ogden · 11 years ago
  12. 5df4045 Add more Cortex CPUs and tests by Renato Golin · 11 years ago
  13. 7f16f2d ARM: default to arm1176jzf-s for hard-float platforms. by Tim Northover · 11 years ago
  14. 1b8f12d Move SanitizerArgs to the clang Driver by Alexey Samsonov · 11 years ago
  15. ea7fb0c [PowerPC] Support powerpc64le as a syntax-checking target. by Bill Schmidt · 11 years ago
  16. 4ec8d5b Add support for passing '-target armv8' through the Driver. by Joey Gouly · 11 years ago
  17. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  18. 4889a1f Teach clang about the armv4/armv4t distinction by Tim Northover · 11 years ago
  19. 8e8e95c Supports Sourcery CodeBench Mips toolchain directories tree. by Simon Atanasyan · 11 years ago
  20. 2951187 Reject -no-integrated-as on windows. by Rafael Espindola · 11 years ago
  21. 4c49f7b Avoid warnings from compilers that think you can drop off the end of a fully covered switch. by Benjamin Kramer · 11 years ago
  22. f48b93c Remove the Tools DensMap from the toolchain. by Rafael Espindola · 11 years ago
  23. c0a55d1 Finish refactoring the tool selection logic. by Rafael Espindola · 11 years ago
  24. 8a1115f Centralize the logic for using the integrated assembler. by Rafael Espindola · 11 years ago
  25. 5b22205 Centralize the recording of which tools have been constructed. by Rafael Espindola · 11 years ago
  26. af370e6 Pass an ArgList to every toolchain constructor. Remove the useIntegratedAs by Rafael Espindola · 11 years ago
  27. 5470cd2 Refactor a bit of duplicated code to useIntegratedAs. by Rafael Espindola · 11 years ago
  28. 2503ebd Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors. by Bob Wilson · 11 years ago
  29. fc55345 Tidy up lists of Cortex-A series processors, adding entries for A7. by Bob Wilson · 11 years ago
  30. 532f5a9 Fix confused use of llvm::StringSwitch for armv7r architecture. by Bob Wilson · 11 years ago
  31. 40a94e2 Adding armv7l default to cortex-a8 by Renato Golin · 11 years ago
  32. ab13751 Add ARM cortex-r5 subtarget as available mcpu by Quentin Colombet · 11 years ago
  33. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  34. a6b2581 Fix the '-fuse-init-array' option to actually be an option. by Chandler Carruth · 12 years ago
  35. d2a527e Driver/Darwin: The -arch argument values aren't exactly the arch names from a by Daniel Dunbar · 12 years ago
  36. 1d489cf Remove first argument from Arg::getValue; it's been unused since r105760. by Richard Smith · 12 years ago
  37. e20e508 Driver: Link crtfastmath.o if it's available and -ffast-math is specified. by Benjamin Kramer · 12 years ago
  38. fc44e88 Remove useless parameter "WantFile" from Driver::GetProgramPath(). by Simon Atanasyan · 12 years ago
  39. 336bfa3 Add armv7s and some other arm variants supported by Mach-O files. by Bob Wilson · 12 years ago
  40. 03a8638 Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit. by Rafael Espindola · 12 years ago
  41. 2df67ea This patch introduces A15 as a target in Clang. by Silviu Baranga · 12 years ago
  42. 11d3f4c Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep by David Chisnall · 12 years ago
  43. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  44. 8af669f Add a -fuse-init-array option to cc1 and map to the UseInitArray target by Rafael Espindola · 12 years ago
  45. 6903313 ARM backend knows about cortex-m4. The front end should too. by Jim Grosbach · 12 years ago
  46. 57f6d19 Duplicated code is bad. At least make it consistent. by Bob Wilson · 12 years ago
  47. 677a35b For Darwin, do not let -mcpu override the -arch option. <rdar://11059238> by Bob Wilson · 12 years ago
  48. 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 12 years ago
  49. 1d16f0f Revert r149083 which is not the direction we're going in the Clang by Chandler Carruth · 12 years ago
  50. 34144f6 Keep track of the original target the user specified before by Joerg Sonnenberger · 12 years ago
  51. 4d7ff6e Switch the ToolChain types to all store a Driver reference rather than by Chandler Carruth · 12 years ago
  52. 79cbbdc Split the Windows toolchain definition into its own file. This is by Chandler Carruth · 12 years ago
  53. c24767c Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allow by Daniel Dunbar · 13 years ago
  54. ab9fcd0 Switch the C++ include interface in the ToolChain to use the same naming by Chandler Carruth · 13 years ago
  55. a461442 Sink the strange '-stdlib=...' flag handling into the C++ include by Chandler Carruth · 13 years ago
  56. 7ffa032 Sink the handling of -fobjc-arc-cxxlib to live with the other -fobjc-arc by Chandler Carruth · 13 years ago
  57. 88491fc Add a system include management interface to the toolchain, and call it by Chandler Carruth · 13 years ago
  58. 905c45f Use Triple.isOSDarwin() instead of comparing against Triple::Darwin. by Bob Wilson · 13 years ago
  59. 61ab80a [driver] Default to arm mode when using the integrated assembler. by Chad Rosier · 13 years ago
  60. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  61. 256a76e Call objc_terminate() instead of abort() when a cleanup throws an by John McCall · 13 years ago
  62. 9f084a3 Change the driver's logic about Objective-C runtimes: abstract out a by John McCall · 13 years ago
  63. 13c4f21 Fix the default libc++ header search path to be sysrooted. Radar 9639692. by Bob Wilson · 13 years ago
  64. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  65. 9d609f2 Driver/Darwin: Sketch initial support for a -mios-simulator-version-min= flag by Daniel Dunbar · 13 years ago
  66. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  67. 1ec0ade Add clang support for cortex-m0 cpus. Patch by James Orr. by Bob Wilson · 13 years ago
  68. 0bb208c Remove the storage for -cxx-system-include. Make libcxx toolchain by Joerg Sonnenberger · 13 years ago
  69. 3fdcc6f Remove stray emacs mode markers in all these files that was causing emacs to by Nick Lewycky · 13 years ago
  70. 7433fed Driver: implement driver automagic support for -lcc_kext by Shantonu Sen · 14 years ago
  71. 132e35d Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd. by Daniel Dunbar · 14 years ago
  72. b993f5d Driver: Add a toolchain hook for whether the system has native LLVM support. by Daniel Dunbar · 14 years ago
  73. 3f16c95 Driver: Add a -stdlib= argument which can be used to select the C++ standard by Daniel Dunbar · 14 years ago
  74. 641b98b Driver: Factor out some code for handling the C++ standard library. by Daniel Dunbar · 14 years ago
  75. 00577ad Driver: Move Clang "triple" computation routines to method on the by Daniel Dunbar · 14 years ago
  76. 4180011 Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExtension. by Daniel Dunbar · 14 years ago
  77. 4a7e889 Driver: Remove some unused arguments. by Daniel Dunbar · 14 years ago
  78. ee788e7 Add ToolChain::getDriver() and use it instead of going through the HostInfo by Daniel Dunbar · 14 years ago
  79. 5ed34f4 Change Get{File,Program}Path to return an std::string (instead of a sys::Path). by Daniel Dunbar · 15 years ago
  80. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  81. cb8ab23 (llvm up) Use llvm::Triple for storing target triples. by Daniel Dunbar · 15 years ago
  82. 950bedd Fix searching for gcc, we only want executable files. by Mike Stump · 15 years ago
  83. af80e1f Move ToolChain::ShouldUseClangCompiler to by Daniel Dunbar · 15 years ago
  84. 2154923 Driver: Move actions into Compilation, and construct the compilation earlier. by Daniel Dunbar · 15 years ago
  85. d46f0ac Driver: Add test case for -ccc-clang-archs (which, it turns out, was inverted). by Daniel Dunbar · 15 years ago
  86. fa0cda4 Driver: Pass HostInfo reference into ToolChain. by Daniel Dunbar · 15 years ago
  87. 2ba38ba Driver: Sketch Tool and ToolChain classes. by Daniel Dunbar · 15 years ago