1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 10 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. 07ac846 Remove method that always returns true. by Rafael Espindola · 11 years ago
  7. bd39527 This reverts commit r194330, r194329 and r194328. by Rafael Espindola · 11 years ago
  8. a799d7d Add support for -fuse-ld=. by David Chisnall · 11 years ago
  9. c6911a2 SanitizerArgs: add ability to filter/diagnose unsupported sanitizers. by Peter Collingbourne · 11 years ago
  10. dea69a1 Remove method that always returns true. by Rafael Espindola · 11 years ago
  11. 1b8f12d Move SanitizerArgs to the clang Driver by Alexey Samsonov · 11 years ago
  12. 6365ab9 Start keeping track of what work was done to detect a GCC installation by Chandler Carruth · 11 years ago
  13. dd0b3c4 [Driver] Remove the using namespace directives from headers by Reid Kleckner · 11 years ago
  14. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  15. 8e8e95c Supports Sourcery CodeBench Mips toolchain directories tree. by Simon Atanasyan · 11 years ago
  16. 52ca70d If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate. by Peter Collingbourne · 11 years ago
  17. 2951187 Reject -no-integrated-as on windows. by Rafael Espindola · 12 years ago
  18. f48b93c Remove the Tools DensMap from the toolchain. by Rafael Espindola · 12 years ago
  19. c0a55d1 Finish refactoring the tool selection logic. by Rafael Espindola · 12 years ago
  20. 5b22205 Centralize the recording of which tools have been constructed. by Rafael Espindola · 12 years ago
  21. 26adbe4 Remove unused argument. by Rafael Espindola · 12 years ago
  22. af370e6 Pass an ArgList to every toolchain constructor. Remove the useIntegratedAs by Rafael Espindola · 12 years ago
  23. 7ce8d82 Inline ShouldUseIntegratedAssembler and move the documentation to by Rafael Espindola · 12 years ago
  24. 5470cd2 Refactor a bit of duplicated code to useIntegratedAs. by Rafael Espindola · 12 years ago
  25. e5dce30 Remove unused argument. by Rafael Espindola · 12 years ago
  26. 5b9f5cc Default to enabling default-synthesized ivars on all platforms by David Chisnall · 12 years ago
  27. 30a2e16 Sort #include lines for all files under include/... by Chandler Carruth · 12 years ago
  28. a6b2581 Fix the '-fuse-init-array' option to actually be an option. by Chandler Carruth · 12 years ago
  29. 7ce816a Completely re-work how the Clang driver interprets PIC and PIE options. by Chandler Carruth · 12 years ago
  30. 3d145f6 block extended signatur option. Change previous option by Fariborz Jahanian · 12 years ago
  31. d2a527e Driver/Darwin: The -arch argument values aren't exactly the arch names from a by Daniel Dunbar · 12 years ago
  32. e20e508 Driver: Link crtfastmath.o if it's available and -ffast-math is specified. by Benjamin Kramer · 12 years ago
  33. fc44e88 Remove useless parameter "WantFile" from Driver::GetProgramPath(). by Simon Atanasyan · 12 years ago
  34. 03a8638 Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit. by Rafael Espindola · 12 years ago
  35. 1824d54 Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is by Dmitri Gribenko · 12 years ago
  36. 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 12 years ago
  37. 2c7886d Hoist the logic for selecting the Objective-C dispatch method into the runtime by David Chisnall · 12 years ago
  38. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  39. 8af669f Add a -fuse-init-array option to cc1 and map to the UseInitArray target by Rafael Espindola · 12 years ago
  40. 769aa2d Driver: Turn the default value for -fmath-errno into a proper target hook and disable it by default on more platforms. by Benjamin Kramer · 12 years ago
  41. 5840dd9 [driver] Emit an error when trying to use ARC on macosx earlier than 10.6 by Argyrios Kyrtzidis · 13 years ago
  42. 1d16f0f Revert r149083 which is not the direction we're going in the Clang by Chandler Carruth · 13 years ago
  43. 34144f6 Keep track of the original target the user specified before by Joerg Sonnenberger · 13 years ago
  44. 4d7ff6e Switch the ToolChain types to all store a Driver reference rather than by Chandler Carruth · 13 years ago
  45. 79cbbdc Split the Windows toolchain definition into its own file. This is by Chandler Carruth · 13 years ago
  46. c24767c Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allow by Daniel Dunbar · 13 years ago
  47. ab9fcd0 Switch the C++ include interface in the ToolChain to use the same naming by Chandler Carruth · 13 years ago
  48. 7ffa032 Sink the handling of -fobjc-arc-cxxlib to live with the other -fobjc-arc by Chandler Carruth · 13 years ago
  49. 88491fc Add a system include management interface to the toolchain, and call it by Chandler Carruth · 13 years ago
  50. 89c3004 Enable experimental support for objc_msgSend with GNUstep ObjC runtime. by David Chisnall · 13 years ago
  51. 61ab80a [driver] Default to arm mode when using the integrated assembler. by Chad Rosier · 13 years ago
  52. 13db5cf Treat the weak export of block runtime symbols as a deployment-target by John McCall · 13 years ago
  53. 2fef111 enable -fstack-protector on 10.5 for usermode binaries by default. by Nico Weber · 13 years ago
  54. 686775d now that we have a centralized place to do so, add some using declarations for by Chris Lattner · 13 years ago
  55. 9f084a3 Change the driver's logic about Objective-C runtimes: abstract out a by John McCall · 13 years ago
  56. 95b135b Make ARC support default to true. Please can we stop making Objective-C runtime features part of the platform description? This only makes sense for Darwin. by David Chisnall · 13 years ago
  57. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  58. 74a63bc Change the default for supporting ObjC GC to true. This shouldn't really be in ToolChain at all, since it's a property of the objc runtime library. by David Chisnall · 13 years ago
  59. ac0659a Driver: Give SelectTool access to the action inputs. by Daniel Dunbar · 14 years ago
  60. bbe8e3e Driver/Darwin: Be bug compatible with GCC and ignore -pg on ARM. by Daniel Dunbar · 14 years ago
  61. 398c610 build: Add support for DISABLE_DEFAULT_STRICT_ALIASING, which does what one by Daniel Dunbar · 14 years ago
  62. c32647d Add -fobjc-default-synthesized-properties flag by Ted Kremenek · 14 years ago
  63. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  64. 7433fed Driver: implement driver automagic support for -lcc_kext by Shantonu Sen · 14 years ago
  65. 132e35d Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd. by Daniel Dunbar · 14 years ago
  66. b993f5d Driver: Add a toolchain hook for whether the system has native LLVM support. by Daniel Dunbar · 14 years ago
  67. 3f16c95 Driver: Add a -stdlib= argument which can be used to select the C++ standard by Daniel Dunbar · 14 years ago
  68. 641b98b Driver: Factor out some code for handling the C++ standard library. by Daniel Dunbar · 14 years ago
  69. 00577ad Driver: Move Clang "triple" computation routines to method on the by Daniel Dunbar · 14 years ago
  70. ba30bbe Run the assembler instead of gcc on Linux. by Rafael Espindola · 14 years ago
  71. 4180011 Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExtension. by Daniel Dunbar · 14 years ago
  72. 4a7e889 Driver: Remove some unused arguments. by Daniel Dunbar · 14 years ago
  73. 279c1db Driver: Add an explicit argument translation phase to the driver itself. We are going to need this to handle things like -Xassembler, -Xpreprocessor, and -Xlinker which we might have to introspect. by Daniel Dunbar · 14 years ago
  74. f643b9b NeXT: Clean up dispatch method policy selection. by Daniel Dunbar · 14 years ago
  75. 43a9b32 Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support them. by Daniel Dunbar · 14 years ago
  76. 8aa7994 Remove noisy semicolon. by Benjamin Kramer · 15 years ago
  77. b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 15 years ago
  78. 8767cbc Driver: Add -[no-]integrated-as for clang. by Daniel Dunbar · 15 years ago
  79. 609508c Driver/Darwin: Darwin uses -fobjc-legacy-dispatch on ARM. by Daniel Dunbar · 15 years ago
  80. f22d1fd Use StringRef instead of returning a temporary std::string. by Benjamin Kramer · 15 years ago
  81. c31176d Use -fno-math-errno by default, and remove the IsMathErrnoDefault by Dan Gohman · 15 years ago
  82. 1bda434 Driver: Drop ToolChain::getHost() by Daniel Dunbar · 15 years ago
  83. ee788e7 Add ToolChain::getDriver() and use it instead of going through the HostInfo by Daniel Dunbar · 15 years ago
  84. f2d8b9f Add -dwarf-debug-flags, which provides a way to embed the cc1 level options used by Daniel Dunbar · 15 years ago
  85. 9e5cc6b Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, by Daniel Dunbar · 15 years ago
  86. 5ed34f4 Change Get{File,Program}Path to return an std::string (instead of a sys::Path). by Daniel Dunbar · 15 years ago
  87. 0dcb9a3 Push bound architecture name into TranslateArgs. by Daniel Dunbar · 15 years ago
  88. 12cfe03 Fake support for -print-multi-* by Daniel Dunbar · 15 years ago
  89. cb8ab23 (llvm up) Use llvm::Triple for storing target triples. by Daniel Dunbar · 15 years ago
  90. cd8e4c4 Driver: Support -M and -MM. by Daniel Dunbar · 16 years ago
  91. 950bedd Fix searching for gcc, we only want executable files. by Mike Stump · 16 years ago
  92. f3cad36 Driver: Prep for tool chain specific argument translation. by Daniel Dunbar · 16 years ago
  93. af80e1f Move ToolChain::ShouldUseClangCompiler to by Daniel Dunbar · 16 years ago
  94. bbafc5c Driver: Unbreak ToolChain::get{File,Program}Paths (which should return by Daniel Dunbar · 16 years ago
  95. 0edefeb Driver: Support ToolChain specific path lists to search for files and programs. by Daniel Dunbar · 16 years ago
  96. fa0cda4 Driver: Pass HostInfo reference into ToolChain. by Daniel Dunbar · 16 years ago
  97. 2ba38ba Driver: Sketch Tool and ToolChain classes. by Daniel Dunbar · 16 years ago