1. b9da557 Correct comment Clang C++ use in production. by David Blaikie · 13 years ago
  2. 2872c8d Filter a few more options not recognized by gcc. <rdar://problem/10814020> by Bob Wilson · 13 years ago
  3. b822f72 Rewrite the debug action handling to take -verify into account. by Eric Christopher · 13 years ago
  4. 1c79dc4 Update the command line here and update the comment, we're just going by Eric Christopher · 13 years ago
  5. afe55fb - Turn the other distribution checks into range compares. by Benjamin Kramer · 13 years ago
  6. 668ecd9 Consolidate the ubuntu detection logic a bit, add an entry for Ubuntu 12.04 aka precise pangolin. by Benjamin Kramer · 13 years ago
  7. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 13 years ago
  8. 6f42b62 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 13 years ago
  9. 71fd6cc Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325> by Bob Wilson · 13 years ago
  10. 353300c Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 13 years ago
  11. f2462be back out r149504 by Dylan Noblesmith · 13 years ago
  12. 69d3b4f include clang's config.h unconditionally by Dylan Noblesmith · 13 years ago
  13. 4c5ffb3 Use new Triple::getMacOSXVersion function. by Bob Wilson · 13 years ago
  14. 1085377 Fix more fallout from the introduction of "macosx" and "ios" triples. by Bob Wilson · 13 years ago
  15. 1d16f0f Revert r149083 which is not the direction we're going in the Clang by Chandler Carruth · 13 years ago
  16. 7fc8003 [analyzer] Rename the checker as per Ted's comment. Remove the reference by Anna Zaks · 13 years ago
  17. 1bd9137 Remove the ToolTriple logic in NetBSD, which was completely broken by by Joerg Sonnenberger · 13 years ago
  18. 66de97f Remove obviously incorrect branch. by Joerg Sonnenberger · 13 years ago
  19. 34144f6 Keep track of the original target the user specified before by Joerg Sonnenberger · 13 years ago
  20. c01dfc1 Revert r148249: "Make the auto-detection hack for the iOS simulator set the target triple correctly." by Bob Wilson · 13 years ago
  21. 8dc0506 Enable several checkers under --analyze for general testing. by Ted Kremenek · 13 years ago
  22. 24248e3 Reintroduce r148981 with significantly improved regression test. Now it by Chandler Carruth · 13 years ago
  23. 10afce3 Revert r148981 because it fails test/Driver/freebsd.c by Argyrios Kyrtzidis · 13 years ago
  24. d081baa Try to unbreak the FreeBSD toolchain's detection of 32-bit targets by Chandler Carruth · 13 years ago
  25. 1621e75 Restore a tiny bit of functionality that I completely overlooked in the by Chandler Carruth · 13 years ago
  26. 00646ba The Linux pattern of adding all the search paths that exist doesn't seem by Chandler Carruth · 13 years ago
  27. 32f88be Remove the 'ToolTriple' concept from the NetBSD toolchain along with my by Chandler Carruth · 13 years ago
  28. 0671555 Delete still more remnants of the now dead HostInfo. The janitoring will by Chandler Carruth · 13 years ago
  29. 18d7f3a Delete the driver's HostInfo class. This abstraction just never really by Chandler Carruth · 13 years ago
  30. 4d7ff6e Switch the ToolChain types to all store a Driver reference rather than by Chandler Carruth · 13 years ago
  31. 08386a9 Remove the TargetTriple object that I added to the Driver recently. This by Chandler Carruth · 13 years ago
  32. ea04285 Have FreeBSD use even more of the same smarts as Linux is now using for by Chandler Carruth · 13 years ago
  33. 6f75cc3 Switch FreeBSD to just include both '/usr/lib32' and '/usr/lib' in the by Chandler Carruth · 13 years ago
  34. fc52f75 Switch the Linux C++ standard library header search logic over to use by Chandler Carruth · 13 years ago
  35. 1c6f04a Make a major refactoring to how the GCC installation detection works. by Chandler Carruth · 13 years ago
  36. 8908879 Fix one of the (larger) FIXMEs where we were misusing the Driver's idea by Chandler Carruth · 13 years ago
  37. fa5be91 Address one part of the FIXME I introduced my switching the triple by Chandler Carruth · 13 years ago
  38. 5d84bb4 At least within these classes, consistently spell 'GCC' as 'GCC'. by Chandler Carruth · 13 years ago
  39. 58f2b29 Start hoisting the logic for computing the target triple into its own by Chandler Carruth · 13 years ago
  40. 4a04d0b Remove HostInfo::useDriverDriver(). This was only used in two places by Chandler Carruth · 13 years ago
  41. 91e6076 Hoist the targeted triple object into an actual object in the Driver. by Chandler Carruth · 13 years ago
  42. 1db772b Add support for -fno-optimize-sibling-calls. Currently only implemented in the by Nick Lewycky · 13 years ago
  43. b4f90c2 [Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7. by NAKAMURA Takumi · 13 years ago
  44. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  45. a8180e5 Reenable DeadStoresChecker under --analyze, and move the IdempotentOperationsChecker to the 'experimental' category. Fixes <rdar://problem/10146347>. by Ted Kremenek · 13 years ago
  46. 64554ba In the driver, -fmodules enables modules for C/Objective-C but one by Douglas Gregor · 13 years ago
  47. 561d3ab Remove unnecessary default cases in switches over enums. by David Blaikie · 13 years ago
  48. 100d041 Make the auto-detection hack for the iOS simulator set the target triple correctly. Getting the target triple wrong mostly appears to work, but messes up in subtle cases; for example, we incorrectly conclude that fwrite is actually named fwrite$UNIX2003. Also shuffles around the auto-detection code a bit to try and make it a bit more reliable. Fixes <rdar://problem/10664848>. by Eli Friedman · 13 years ago
  49. abac441 Fix 80-column violation. by Chad Rosier · 13 years ago
  50. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  51. 43115d4 remove assertions in the Hexagon backend specific clang driver by Sebastian Pop · 13 years ago
  52. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  53. 9606a57 rename DefaultHostTriple into DefaultTargetTriple by Sebastian Pop · 13 years ago
  54. 704e732 Remove --hash-style from link command on Android. by Evgeniy Stepanov · 13 years ago
  55. 3d33622 Adjust set of default checkers. by Ted Kremenek · 13 years ago
  56. 35dd732 Fix -mfpu parsing on ARM. by Evgeniy Stepanov · 13 years ago
  57. 983d835 Revert changes to lib/Driver in r147917; I didn't mean to commit this. by Eli Friedman · 13 years ago
  58. b69b42c Start refactoring code for capturing variables and 'this' so that it is shared between lambda expressions and block literals. by Eli Friedman · 13 years ago
  59. b43550b Add support for the androideabi environment to our triple support, and by Chandler Carruth · 13 years ago
  60. 8f0a403 Add -g to the cc1as flags only if we're dealing with an original by Eric Christopher · 13 years ago
  61. 46d2a5c Remove extraneous braces. by Eric Christopher · 13 years ago
  62. d97927d Revert r147664; it's breaking clang regression tests. by Eli Friedman · 13 years ago
  63. 2d5f095 Silence GCC warnings. by Jakub Staszak · 13 years ago
  64. d2d2088 Driver/Darwin: Remove a hack that avoided passing -demangle to iOS linkers. by Daniel Dunbar · 13 years ago
  65. ed002bd Fixed by Chandler in r147434. by Chad Rosier · 13 years ago
  66. 7025d2c Add -fno-modules to the driver, to turn off modules (although they're off by default anyway). by Douglas Gregor · 13 years ago
  67. c514a8a Rename the command-line option for mapping #include/#import over to by Douglas Gregor · 13 years ago
  68. abf07a7 Fix PR11685 by implementing -ffast-math and its various friends in the by Chandler Carruth · 13 years ago
  69. 0e743b1 Handle a /etc/debian_version with a version number instead of a codename. by Rafael Espindola · 13 years ago
  70. a11d309 Fix potential use after free. by Benjamin Kramer · 13 years ago
  71. 17ba267 fix for PR11634 by Anton Yartsev · 13 years ago
  72. 567003e Last part of support for generating dwarf for assembly source files. This gets by Kevin Enderby · 13 years ago
  73. 99ba9e3 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  74. 79cbbdc Split the Windows toolchain definition into its own file. This is by Chandler Carruth · 13 years ago
  75. 657849c Fix an abiguous-else warning from GCC. I have no idea why Clang doesn't by Chandler Carruth · 13 years ago
  76. 08d6e03 C++11 constexpr: Add note stacks containing backtraces if constant evaluation by Richard Smith · 13 years ago
  77. 62d829a gcov-style profiling support for OpenBSD. Patch by Jonathan Gray. by Eli Friedman · 13 years ago
  78. a2a1789 Fix typos. by Rafael Espindola · 13 years ago
  79. 6af27ec Don't use the frame pointer on linux x86 and x86_64 if optimizing. This by Rafael Espindola · 13 years ago
  80. dfba027 Enable stack protectors by default for iOS. <rdar://problem/8836680> by Bob Wilson · 13 years ago
  81. db103cc Fix "control may reach end of non-void function" warning. by Nick Lewycky · 13 years ago
  82. 9631939 Hexagon backend support by Tony Linthicum · 13 years ago
  83. 001f628 Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, and by Daniel Dunbar · 13 years ago
  84. d4e6e7e Fix the --hash-style option when the target is MIPS as it is by Chandler Carruth · 13 years ago
  85. 6d402dc Misc Minix-specific changes to clang: by Eli Friedman · 13 years ago
  86. 2e55df4 Allow clang to find gcc libs on suse ppc64 by Hal Finkel · 13 years ago
  87. 4ce83eb Minor cleanup. Avoid redundant getTriple() calls. by Bob Wilson · 13 years ago
  88. 8cd0d25 Driver/Linux: Fix the ASAN library path to match current compiler-rt by Daniel Dunbar · 13 years ago
  89. c24767c Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allow by Daniel Dunbar · 13 years ago
  90. 1c636df Fix multilib library paths on ppc64 Linux. Patch by Michael Kostylev. PR11472. by Eli Friedman · 13 years ago
  91. 7b5f101 [asan] Mac: do not link dynamic libs with the asan-rt, use -undefined dynamic_lookup for dynamic libs. Style fixes. Patch by glider@google.com by Kostya Serebryany · 13 years ago
  92. 4e785c9 Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack by Nick Lewycky · 13 years ago
  93. e9d11db Add -mstack-alignment=X and fix -mstackrealign handling now that the by Joerg Sonnenberger · 13 years ago
  94. 8179aa7 [asan] don't require libstdc++ for asan on linux. Mac fix will go separately by Kostya Serebryany · 13 years ago
  95. 94b54ea Driver/Darwin: Add ASAN runtime library link support. by Daniel Dunbar · 13 years ago
  96. c85900f Get the -march argument based on the target MIPS architecture or cpu and pass by Akira Hatanaka · 13 years ago
  97. dff466c when -faddress-sanitizer is present, add required flags to the linker command (linux-only) by Kostya Serebryany · 13 years ago
  98. 592d26e Change processor names. Patch by Simon Atanasyan. by Akira Hatanaka · 13 years ago
  99. 573ea96 [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the driver. by NAKAMURA Takumi · 13 years ago
  100. 7972c88 A couple driver fixes for PPC Linux. Patches by Michael Kostylev. PR11444/PR11445. by Eli Friedman · 13 years ago