1. d44d04f Add driver support for fedora 18 on ARM. by Rafael Espindola · 11 years ago
  2. 8cfb720 Fix the driver logic for recent versions of DragonFly. by John McCall · 11 years ago
  3. 52ca70d If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate. by Peter Collingbourne · 11 years ago
  4. 577bb0a Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools. by Thomas Schwinge · 11 years ago
  5. d52b4a9 Rename LinuxDistro to Distro. by Thomas Schwinge · 11 years ago
  6. 3656c61 [ASan] Let the users to invoke `clang -fsanitize=address` to link binaries targeting the iOS simulator. by Alexander Potapenko · 11 years ago
  7. f48b93c Remove the Tools DensMap from the toolchain. by Rafael Espindola · 11 years ago
  8. c0a55d1 Finish refactoring the tool selection logic. by Rafael Espindola · 11 years ago
  9. 8a1115f Centralize the logic for using the integrated assembler. by Rafael Espindola · 11 years ago
  10. 5b22205 Centralize the recording of which tools have been constructed. by Rafael Espindola · 11 years ago
  11. f326056 Use early returns when checking if we already constructed a tool and when by Rafael Espindola · 11 years ago
  12. 26adbe4 Remove unused argument. by Rafael Espindola · 11 years ago
  13. af370e6 Pass an ArgList to every toolchain constructor. Remove the useIntegratedAs by Rafael Espindola · 11 years ago
  14. 5470cd2 Refactor a bit of duplicated code to useIntegratedAs. by Rafael Espindola · 11 years ago
  15. e5dce30 Remove unused argument. by Rafael Espindola · 11 years ago
  16. d532018 Remove unused argument. by Rafael Espindola · 12 years ago
  17. b7e86be Take in account the triplet 'powerpc-linux-gnuspe' for PowerPC SPE. Done for the port of Debian on this arch. More information on: http://wiki.debian.org/PowerPCSPEPort Patch by Roland Stigge by Sylvestre Ledru · 12 years ago
  18. f2e7c35 Driver: add support for new style multiarch in Ubuntu 13.04 by Dmitri Gribenko · 12 years ago
  19. 2503ebd Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors. by Bob Wilson · 12 years ago
  20. 59320e7 Remove the SplitDebug action and replace with a set of commands by Eric Christopher · 12 years ago
  21. c706c8e Driver and option support for -gsplit-dwarf. This is a part of by Eric Christopher · 12 years ago
  22. 4f4e2af Spaces instead of tabs. by Eric Christopher · 12 years ago
  23. c264e16 Add support for AArch64 target. by Tim Northover · 12 years ago
  24. 454028e [ASan] Link with the dynamic runtime on OS X by Alexander Potapenko · 12 years ago
  25. 2cb3d30 Port r172856: 'Include ubsan runtime even when building a shared library. We don't require executable to be linked with UBSan.' to Mac by Alexey Samsonov · 12 years ago
  26. 3214254 [driver/Darwin] Adjust SDKROOT handling code to not generate "-isysroot /". by Daniel Dunbar · 12 years ago
  27. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 12 years ago
  28. ca1ad50 ToolChains: Minor touchup to use correct type, avoid truncation. by Will Dietz · 12 years ago
  29. b171852 Prepare for the upcoming version of Debian (jessie) by Sylvestre Ledru · 12 years ago
  30. 5ba0c8e Fix a typo that caused a few standard library implementations of sort to by Chandler Carruth · 12 years ago
  31. f175765 Try to re-structure the GCCVersion comparison routine to make it easier by Chandler Carruth · 12 years ago
  32. bb6a7e0 Update comments. by Rafael Espindola · 12 years ago
  33. a367a02 Fix Generic_GCC::GCCVersion::operator< by Rafael Espindola · 12 years ago
  34. d7dfd98 [driver] Have -isysroot warn on nonexistent paths. rdar://12282267 by Chad Rosier · 12 years ago
  35. de39d17 Add support for current Ubuntu Quantal and the upcoming Raring. by Rafael Espindola · 12 years ago
  36. 27fa236 Initial support for FreeBSD on ARM. Patch by Andrew Turner. by Rafael Espindola · 12 years ago
  37. 2a907f8 Driver/ToolChains.cpp: Add the name CentOS5 32bit gcc44 (aka i386-redhat-linux6E). by NAKAMURA Takumi · 12 years ago
  38. c57d158 Revert r169557. It seems that the test is too restricted by Logan Chien · 12 years ago
  39. cd15652 Add i686-linux-android for gcc toolchain detection. by Logan Chien · 12 years ago
  40. 5fdf350 Hexagon TC: Reimplement Link::ConstructJob to call linker directly by Matthew Curtis · 12 years ago
  41. 6781415 Hexagon TC: Move getHexagonTargetCPU from Tools.cpp to ToolChains.cpp by Matthew Curtis · 12 years ago
  42. b3489a0 Hexagon TC: Update toolchain to add appropriate include paths by Matthew Curtis · 12 years ago
  43. 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
  44. 00a3ccc Autotools has the same include guard for both Clang and LLVM's config.h. by Chandler Carruth · 12 years ago
  45. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  46. 66b8a66 Reapply a subset of r167567 to clean up Darwin-specific code for invoking gcc. by Bob Wilson · 12 years ago
  47. a6b2581 Fix the '-fuse-init-array' option to actually be an option. by Chandler Carruth · 12 years ago
  48. 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
  49. 18c2842 Enable -fuse-init-array for Android X86/MIPS. by Logan Chien · 12 years ago
  50. 7ce816a Completely re-work how the Clang driver interprets PIC and PIE options. by Chandler Carruth · 12 years ago
  51. 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
  52. 5bab9ae Revert r167567, restoring the ability of clang to run gcc in cases where it by Nick Lewycky · 12 years ago
  53. 377e5c1 Remove old driver code to grab the iOS simulator version from the -D option. by Bob Wilson · 12 years ago
  54. 458871a Remove more code related to invoking llvm-gcc. <rdar://problem/11991320> by Bob Wilson · 12 years ago
  55. 85b7f7d Rip out a bunch of code for invoking gcc from clang. by Bob Wilson · 12 years ago
  56. 64c4f29 Remove code to fall back to llvm-gcc for i386 kexts. by Bob Wilson · 12 years ago
  57. 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
  58. 1d489cf Remove first argument from Arg::getValue; it's been unused since r105760. by Richard Smith · 12 years ago
  59. cfed828 getArchTypeForDarwinArchName is only used in the clang driver, copy it there. by Rafael Espindola · 12 years ago
  60. 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
  61. 91e06da [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
  62. e4151c5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  63. f385233 Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. by Argyrios Kyrtzidis · 12 years ago
  64. d2deb91 [Options] Make Option non clang specific. by Michael J. Spencer · 12 years ago
  65. 97b8fd9 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  66. 7a0c064 Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. by Daniel Dunbar · 12 years ago
  67. dc0d4e2 Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. by Nico Weber · 12 years ago
  68. bc0a925 Revert "[Options] make Option a value type." by Eric Christopher · 12 years ago
  69. 0464fd5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  70. 8e6881d Make Bitrig's clang understand -stdlib= correctly. by Chandler Carruth · 12 years ago
  71. 64f7ad9 Use getArch instead of getArchName + string compare. by Rafael Espindola · 12 years ago
  72. a4a809e Use getArch instead of getArchName. by Rafael Espindola · 12 years ago
  73. f8d9bd5 Implement Adnroid MIPS toolchain support: by Simon Atanasyan · 12 years ago
  74. f2f3ce5 Add Clang support for iOS6. by Bob Wilson · 12 years ago
  75. 336bfa3 Add armv7s and some other arm variants supported by Mach-O files. by Bob Wilson · 12 years ago
  76. 03a8638 Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit. by Rafael Espindola · 12 years ago
  77. 76f74ad On Hexagon getArchName() never returns x86_64, simplify the function. by Rafael Espindola · 12 years ago
  78. 6f009b6 Fix pr13749. There is still a lot of code using getArchName that should be by Rafael Espindola · 12 years ago
  79. 02014b4 Add C/C++ header locations for the Freescale SDK. by Hal Finkel · 12 years ago
  80. 7a91888 Do not use "lib32" directory to create a library/object files by Simon Atanasyan · 12 years ago
  81. 2df67ea This patch introduces A15 as a target in Clang. by Silviu Baranga · 12 years ago
  82. 1d01afe Android standalone toolchain support. by Evgeniy Stepanov · 12 years ago
  83. 94a7142 Rename ANDROIDEABI to Android. by Logan Chien · 12 years ago
  84. 80fd37a Tweak the ARC-requires-10.6 diagnostic according to Jordan's review. by John McCall · 12 years ago
  85. 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 12 years ago
  86. 9101bc5 darwin/driver: Support using SDKROOT to define the default for -isysroot. by Daniel Dunbar · 12 years ago
  87. 42f74f2 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 12 years ago
  88. ff104a1 Support ARM hard float (arm-linux-gnueabihf). by Jiangning Liu · 12 years ago
  89. a1ec3db Force the OS X version to 10.6 for old-style simulator builds. by Bob Wilson · 12 years ago
  90. 0337efd [driver] Fix so that clang can find correct path prefix for libc object files by Chad Rosier · 12 years ago
  91. e486015 Adjust this code so that it strictly honors by John McCall · 12 years ago
  92. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  93. 8af669f Add a -fuse-init-array option to cc1 and map to the UseInitArray target by Rafael Espindola · 12 years ago
  94. d6277fb [driver] When creating the compiler invocation out of command-line by Argyrios Kyrtzidis · 12 years ago
  95. 9172091 add embedded linux variants that occur in the field by Gabor Greif · 12 years ago
  96. 4903320 Roll logic into a single if statement, per David's suggestion. by Chad Rosier · 12 years ago
  97. 8c99027 Use the triple directly, rather then getTriple(). by Chad Rosier · 12 years ago
  98. c793ea4 Now the proper fix for r156497. Sorry for the churn. by Chad Rosier · 12 years ago
  99. 4ec2678 Move the iOSVersionMin string to a header so as to avoid a dangling pointer. by Chad Rosier · 12 years ago
  100. 87ca558 [driver] Use the iOS target triple to infer the deployment target. by Chad Rosier · 12 years ago