1. b171852 Prepare for the upcoming version of Debian (jessie) by Sylvestre Ledru · 12 years ago
  2. 5ba0c8e Fix a typo that caused a few standard library implementations of sort to by Chandler Carruth · 12 years ago
  3. f175765 Try to re-structure the GCCVersion comparison routine to make it easier by Chandler Carruth · 12 years ago
  4. bb6a7e0 Update comments. by Rafael Espindola · 12 years ago
  5. a367a02 Fix Generic_GCC::GCCVersion::operator< by Rafael Espindola · 12 years ago
  6. d7dfd98 [driver] Have -isysroot warn on nonexistent paths. rdar://12282267 by Chad Rosier · 12 years ago
  7. de39d17 Add support for current Ubuntu Quantal and the upcoming Raring. by Rafael Espindola · 12 years ago
  8. 27fa236 Initial support for FreeBSD on ARM. Patch by Andrew Turner. by Rafael Espindola · 12 years ago
  9. 2a907f8 Driver/ToolChains.cpp: Add the name CentOS5 32bit gcc44 (aka i386-redhat-linux6E). by NAKAMURA Takumi · 12 years ago
  10. c57d158 Revert r169557. It seems that the test is too restricted by Logan Chien · 12 years ago
  11. cd15652 Add i686-linux-android for gcc toolchain detection. by Logan Chien · 12 years ago
  12. 5fdf350 Hexagon TC: Reimplement Link::ConstructJob to call linker directly by Matthew Curtis · 12 years ago
  13. 6781415 Hexagon TC: Move getHexagonTargetCPU from Tools.cpp to ToolChains.cpp by Matthew Curtis · 12 years ago
  14. b3489a0 Hexagon TC: Update toolchain to add appropriate include paths by Matthew Curtis · 12 years ago
  15. 5542635 ToolChains.cpp: Fixup r169260, clang/Config/config.h needs to be listed *last*, or llvm/Config/llvm-config.h could not be read in header files. by NAKAMURA Takumi · 12 years ago
  16. 00a3ccc Autotools has the same include guard for both Clang and LLVM's config.h. by Chandler Carruth · 12 years ago
  17. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  18. 66b8a66 Reapply a subset of r167567 to clean up Darwin-specific code for invoking gcc. by Bob Wilson · 12 years ago
  19. a6b2581 Fix the '-fuse-init-array' option to actually be an option. by Chandler Carruth · 12 years ago
  20. 69b77d7 [Sanitizer] force linking with static sanitizer runtimes on Darwin even if they are not found in resource directory. Add test checking sanitizer linker flags on Darwin. by Alexey Samsonov · 12 years ago
  21. 18c2842 Enable -fuse-init-array for Android X86/MIPS. by Logan Chien · 12 years ago
  22. 7ce816a Completely re-work how the Clang driver interprets PIC and PIE options. by Chandler Carruth · 12 years ago
  23. 75fcb19 UBSan: enable proper linking with UBsan runtime on Darwin. Turn on building ubsan on OS X in 'make' build system. Patch by Jean-Daniel Dupas. by Alexey Samsonov · 12 years ago
  24. 5bab9ae Revert r167567, restoring the ability of clang to run gcc in cases where it by Nick Lewycky · 12 years ago
  25. 377e5c1 Remove old driver code to grab the iOS simulator version from the -D option. by Bob Wilson · 12 years ago
  26. 458871a Remove more code related to invoking llvm-gcc. <rdar://problem/11991320> by Bob Wilson · 12 years ago
  27. 85b7f7d Rip out a bunch of code for invoking gcc from clang. by Bob Wilson · 12 years ago
  28. 64c4f29 Remove code to fall back to llvm-gcc for i386 kexts. by Bob Wilson · 12 years ago
  29. bb1071c Follow-up for r167411 to un-break ASan on Mac. Move SanitizerArgs to a header file and use it on Darwin toolchain. by Alexey Samsonov · 12 years ago
  30. 1d489cf Remove first argument from Arg::getValue; it's been unused since r105760. by Richard Smith · 12 years ago
  31. cfed828 getArchTypeForDarwinArchName is only used in the clang driver, copy it there. by Rafael Espindola · 12 years ago
  32. f4bd329 Add support of MIPS n32 ABI to the Clang driver. The fix builds correct library/object files paths and passes appropriate command line options to the linker if user provides -mabi=n32 option. by Simon Atanasyan · 12 years ago
  33. 91e06da [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
  34. e4151c5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  35. f385233 Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. by Argyrios Kyrtzidis · 12 years ago
  36. d2deb91 [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
  37. 97b8fd9 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  38. 7a0c064 Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. by Daniel Dunbar · 12 years ago
  39. dc0d4e2 Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. by Nico Weber · 12 years ago
  40. bc0a925 Revert "[Options] make Option a value type." by Eric Christopher · 12 years ago
  41. 0464fd5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  42. 8e6881d Make Bitrig's clang understand -stdlib= correctly. by Chandler Carruth · 12 years ago
  43. 64f7ad9 Use getArch instead of getArchName + string compare. by Rafael Espindola · 12 years ago
  44. a4a809e Use getArch instead of getArchName. by Rafael Espindola · 12 years ago
  45. f8d9bd5 Implement Adnroid MIPS toolchain support: by Simon Atanasyan · 12 years ago
  46. f2f3ce5 Add Clang support for iOS6. by Bob Wilson · 12 years ago
  47. 336bfa3 Add armv7s and some other arm variants supported by Mach-O files. by Bob Wilson · 12 years ago
  48. 03a8638 Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit. by Rafael Espindola · 12 years ago
  49. 76f74ad On Hexagon getArchName() never returns x86_64, simplify the function. by Rafael Espindola · 12 years ago
  50. 6f009b6 Fix pr13749. There is still a lot of code using getArchName that should be by Rafael Espindola · 12 years ago
  51. 02014b4 Add C/C++ header locations for the Freescale SDK. by Hal Finkel · 12 years ago
  52. 7a91888 Do not use "lib32" directory to create a library/object files by Simon Atanasyan · 12 years ago
  53. 2df67ea This patch introduces A15 as a target in Clang. by Silviu Baranga · 12 years ago
  54. 1d01afe Android standalone toolchain support. by Evgeniy Stepanov · 12 years ago
  55. 94a7142 Rename ANDROIDEABI to Android. by Logan Chien · 12 years ago
  56. 80fd37a Tweak the ARC-requires-10.6 diagnostic according to Jordan's review. by John McCall · 12 years ago
  57. 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 12 years ago
  58. 9101bc5 darwin/driver: Support using SDKROOT to define the default for -isysroot. by Daniel Dunbar · 12 years ago
  59. 42f74f2 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 12 years ago
  60. ff104a1 Support ARM hard float (arm-linux-gnueabihf). by Jiangning Liu · 12 years ago
  61. a1ec3db Force the OS X version to 10.6 for old-style simulator builds. by Bob Wilson · 12 years ago
  62. 0337efd [driver] Fix so that clang can find correct path prefix for libc object files by Chad Rosier · 12 years ago
  63. e486015 Adjust this code so that it strictly honors by John McCall · 12 years ago
  64. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  65. 8af669f Add a -fuse-init-array option to cc1 and map to the UseInitArray target by Rafael Espindola · 12 years ago
  66. d6277fb [driver] When creating the compiler invocation out of command-line by Argyrios Kyrtzidis · 12 years ago
  67. 9172091 add embedded linux variants that occur in the field by Gabor Greif · 12 years ago
  68. 4903320 Roll logic into a single if statement, per David's suggestion. by Chad Rosier · 12 years ago
  69. 8c99027 Use the triple directly, rather then getTriple(). by Chad Rosier · 12 years ago
  70. c793ea4 Now the proper fix for r156497. Sorry for the churn. by Chad Rosier · 12 years ago
  71. 4ec2678 Move the iOSVersionMin string to a header so as to avoid a dangling pointer. by Chad Rosier · 12 years ago
  72. 87ca558 [driver] Use the iOS target triple to infer the deployment target. by Chad Rosier · 12 years ago
  73. 4206c27 Rip out old code for finding libraries in GCC's directories. by Bob Wilson · 12 years ago
  74. 4e1b292 Add support for openSUSE 12.2, from Ismail Donmez! by Douglas Gregor · 12 years ago
  75. 8202fb8 [driver] Don't try to set the deployment target when there is no bound by Chad Rosier · 12 years ago
  76. c97e96a Revert 155679; Not a typo. by Chad Rosier · 12 years ago
  77. e9a4c01 Typo. by Chad Rosier · 12 years ago
  78. b8c4381 MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el. by Simon Atanasyan · 12 years ago
  79. 241cbe4 fix GCC version comparison wrt. equal patch suffices (and squash two typos) by Gabor Greif · 12 years ago
  80. 0407a04 fix a typo by Gabor Greif · 12 years ago
  81. 9f31437 Fix using Clang as a cross compiler installed on a host machine and not by Chandler Carruth · 12 years ago
  82. 09c9a56 Use VersionTuple to manage macosx versions in the driver. No functionality change. by Benjamin Kramer · 12 years ago
  83. 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 12 years ago
  84. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 12 years ago
  85. 5840dd9 [driver] Emit an error when trying to use ARC on macosx earlier than 10.6 by Argyrios Kyrtzidis · 12 years ago
  86. 079d2bb A follow-up to r151482 which added support for powerpc and powerpc64 by Chandler Carruth · 12 years ago
  87. 155c54c Add support for PPC and PPC64 multiarch toolchains on Debain. by Chandler Carruth · 12 years ago
  88. 0e65959 Implement a -gcc-toolchain command line option that does the same as by Rafael Espindola · 12 years ago
  89. 31c4690 First pass at Solaris toolchain support. This version compiles and links hello by David Chisnall · 12 years ago
  90. cc8a945 include clang's config.h unconditionally (v2) by Dylan Noblesmith · 12 years ago
  91. 9b338a7 Delete a simplistic helper function now that llvm::Triple can provide by Chandler Carruth · 12 years ago
  92. d747efa Begin refactoring to use the newly added triple predicates for by Chandler Carruth · 12 years ago
  93. afe55fb - Turn the other distribution checks into range compares. by Benjamin Kramer · 12 years ago
  94. 668ecd9 Consolidate the ubuntu detection logic a bit, add an entry for Ubuntu 12.04 aka precise pangolin. by Benjamin Kramer · 12 years ago
  95. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 12 years ago
  96. 6f42b62 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 12 years ago
  97. 353300c Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 12 years ago
  98. f2462be back out r149504 by Dylan Noblesmith · 12 years ago
  99. 69d3b4f include clang's config.h unconditionally by Dylan Noblesmith · 13 years ago
  100. 4c5ffb3 Use new Triple::getMacOSXVersion function. by Bob Wilson · 13 years ago