1. 6625335 [analyzer] Rework inlining related command line options. by Anna Zaks · 13 years ago
  2. 701ec8d Implement -fno-dwarf2-cfi-asm on linux too. by Rafael Espindola · 13 years ago
  3. 8ba9a62 [driver] Don't try to generate diagnostic information for linker crashes. by Chad Rosier · 13 years ago
  4. 53cb2b4 Whitespace. by Chad Rosier · 13 years ago
  5. 634a4b1 [driver] What was implemented in r152130 was actually -fno-inline-functions, not by Chad Rosier · 13 years ago
  6. 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 13 years ago
  7. 2a25396 Enable default @synthesize by default. by Ted Kremenek · 13 years ago
  8. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 13 years ago
  9. 250008b [driver] Add support for -fno-inline. rdar://10972766 by Chad Rosier · 13 years ago
  10. 278f1f8 [analyzer] Turn inlining on by default for better testing exposure. by Anna Zaks · 13 years ago
  11. 3c93122 Add a flag -fthread-sanitizer. by Kostya Serebryany · 13 years ago
  12. 41d476d Add -C when linking on Solaris so that the error messages are understandable by actual humans. by David Chisnall · 13 years ago
  13. 5840dd9 [driver] Emit an error when trying to use ARC on macosx earlier than 10.6 by Argyrios Kyrtzidis · 13 years ago
  14. 7dbefe1 Add -lm by default on Solaris. by David Chisnall · 13 years ago
  15. d706a8d It turns out -fno-cxa-atexit just produces broken code, so disable it on Solaris and we'll ship a __cxa_atexit implementation... by David Chisnall · 13 years ago
  16. 165329c Some more Solaris fixes. Now successfully building libc++ on Solaris with clang (and linking clang against it). by David Chisnall · 13 years ago
  17. 033d300 Re-enable the Darwin ARM integrated assembler. by Jim Grosbach · 13 years ago
  18. 079d2bb A follow-up to r151482 which added support for powerpc and powerpc64 by Chandler Carruth · 13 years ago
  19. 155c54c Add support for PPC and PPC64 multiarch toolchains on Debain. by Chandler Carruth · 13 years ago
  20. f186879 Temporarily revert r151288: by Chad Rosier · 13 years ago
  21. d649586 ARM: enable the integrated assembler by default for Darwin. by Jim Grosbach · 13 years ago
  22. 8a988c3 Revert part of r148839 and keep DefaultTargetTriple in the form adjusted by Joerg Sonnenberger · 13 years ago
  23. 2dd17a1 [driver] Add a warning for when -mcpu= is specified without an argument. There by Chad Rosier · 13 years ago
  24. 2639ac6 Provide a way to disable auto-generation of preprocessed files during clang by Chad Rosier · 13 years ago
  25. 1367c9b Fixing the working-directory option so that it stores the proper directory. by Aaron Ballman · 13 years ago
  26. 0e65959 Implement a -gcc-toolchain command line option that does the same as by Rafael Espindola · 13 years ago
  27. b8197bc Default to not using __cxa_atexit on Solaris. by David Chisnall · 13 years ago
  28. d1ac03e Tweak link order on Solaris so that global ctors work. by David Chisnall · 13 years ago
  29. ceb1565 Remove the unuseful -fdiagnostics-show-name by David Blaikie · 13 years ago
  30. b622959 Add some Solaris include paths and fix a -lgcc_eh that apparently should be -lgcc_s. by David Chisnall · 13 years ago
  31. badb6cd Fix copy-and-paste error in comment by David Chisnall · 13 years ago
  32. 31c4690 First pass at Solaris toolchain support. This version compiles and links hello by David Chisnall · 13 years ago
  33. cc8a945 include clang's config.h unconditionally (v2) by Dylan Noblesmith · 13 years ago
  34. c563891 When generating diagnostic information due to a clang failure, allow multiple by Chad Rosier · 13 years ago
  35. 9b338a7 Delete a simplistic helper function now that llvm::Triple can provide by Chandler Carruth · 13 years ago
  36. d747efa Begin refactoring to use the newly added triple predicates for by Chandler Carruth · 13 years ago
  37. fc30829 Have the driver pass CPU and target feature information to cc1as. by Jim Grosbach · 13 years ago
  38. b9da557 Correct comment Clang C++ use in production. by David Blaikie · 13 years ago
  39. 2872c8d Filter a few more options not recognized by gcc. <rdar://problem/10814020> by Bob Wilson · 13 years ago
  40. b822f72 Rewrite the debug action handling to take -verify into account. by Eric Christopher · 13 years ago
  41. 1c79dc4 Update the command line here and update the comment, we're just going by Eric Christopher · 13 years ago
  42. afe55fb - Turn the other distribution checks into range compares. by Benjamin Kramer · 13 years ago
  43. 668ecd9 Consolidate the ubuntu detection logic a bit, add an entry for Ubuntu 12.04 aka precise pangolin. by Benjamin Kramer · 13 years ago
  44. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 13 years ago
  45. 6f42b62 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 13 years ago
  46. 71fd6cc Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325> by Bob Wilson · 13 years ago
  47. 353300c Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 13 years ago
  48. f2462be back out r149504 by Dylan Noblesmith · 13 years ago
  49. 69d3b4f include clang's config.h unconditionally by Dylan Noblesmith · 13 years ago
  50. 4c5ffb3 Use new Triple::getMacOSXVersion function. by Bob Wilson · 13 years ago
  51. 1085377 Fix more fallout from the introduction of "macosx" and "ios" triples. by Bob Wilson · 13 years ago
  52. 1d16f0f Revert r149083 which is not the direction we're going in the Clang by Chandler Carruth · 13 years ago
  53. 7fc8003 [analyzer] Rename the checker as per Ted's comment. Remove the reference by Anna Zaks · 13 years ago
  54. 1bd9137 Remove the ToolTriple logic in NetBSD, which was completely broken by by Joerg Sonnenberger · 13 years ago
  55. 66de97f Remove obviously incorrect branch. by Joerg Sonnenberger · 13 years ago
  56. 34144f6 Keep track of the original target the user specified before by Joerg Sonnenberger · 13 years ago
  57. c01dfc1 Revert r148249: "Make the auto-detection hack for the iOS simulator set the target triple correctly." by Bob Wilson · 13 years ago
  58. 8dc0506 Enable several checkers under --analyze for general testing. by Ted Kremenek · 13 years ago
  59. 24248e3 Reintroduce r148981 with significantly improved regression test. Now it by Chandler Carruth · 13 years ago
  60. 10afce3 Revert r148981 because it fails test/Driver/freebsd.c by Argyrios Kyrtzidis · 13 years ago
  61. d081baa Try to unbreak the FreeBSD toolchain's detection of 32-bit targets by Chandler Carruth · 13 years ago
  62. 1621e75 Restore a tiny bit of functionality that I completely overlooked in the by Chandler Carruth · 13 years ago
  63. 00646ba The Linux pattern of adding all the search paths that exist doesn't seem by Chandler Carruth · 13 years ago
  64. 32f88be Remove the 'ToolTriple' concept from the NetBSD toolchain along with my by Chandler Carruth · 13 years ago
  65. 0671555 Delete still more remnants of the now dead HostInfo. The janitoring will by Chandler Carruth · 13 years ago
  66. 18d7f3a Delete the driver's HostInfo class. This abstraction just never really by Chandler Carruth · 13 years ago
  67. 4d7ff6e Switch the ToolChain types to all store a Driver reference rather than by Chandler Carruth · 13 years ago
  68. 08386a9 Remove the TargetTriple object that I added to the Driver recently. This by Chandler Carruth · 13 years ago
  69. ea04285 Have FreeBSD use even more of the same smarts as Linux is now using for by Chandler Carruth · 13 years ago
  70. 6f75cc3 Switch FreeBSD to just include both '/usr/lib32' and '/usr/lib' in the by Chandler Carruth · 13 years ago
  71. fc52f75 Switch the Linux C++ standard library header search logic over to use by Chandler Carruth · 13 years ago
  72. 1c6f04a Make a major refactoring to how the GCC installation detection works. by Chandler Carruth · 13 years ago
  73. 8908879 Fix one of the (larger) FIXMEs where we were misusing the Driver's idea by Chandler Carruth · 13 years ago
  74. fa5be91 Address one part of the FIXME I introduced my switching the triple by Chandler Carruth · 13 years ago
  75. 5d84bb4 At least within these classes, consistently spell 'GCC' as 'GCC'. by Chandler Carruth · 13 years ago
  76. 58f2b29 Start hoisting the logic for computing the target triple into its own by Chandler Carruth · 13 years ago
  77. 4a04d0b Remove HostInfo::useDriverDriver(). This was only used in two places by Chandler Carruth · 13 years ago
  78. 91e6076 Hoist the targeted triple object into an actual object in the Driver. by Chandler Carruth · 13 years ago
  79. 1db772b Add support for -fno-optimize-sibling-calls. Currently only implemented in the by Nick Lewycky · 13 years ago
  80. 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
  81. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  82. a8180e5 Reenable DeadStoresChecker under --analyze, and move the IdempotentOperationsChecker to the 'experimental' category. Fixes <rdar://problem/10146347>. by Ted Kremenek · 13 years ago
  83. 64554ba In the driver, -fmodules enables modules for C/Objective-C but one by Douglas Gregor · 13 years ago
  84. 561d3ab Remove unnecessary default cases in switches over enums. by David Blaikie · 13 years ago
  85. 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
  86. abac441 Fix 80-column violation. by Chad Rosier · 13 years ago
  87. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  88. 43115d4 remove assertions in the Hexagon backend specific clang driver by Sebastian Pop · 13 years ago
  89. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  90. 9606a57 rename DefaultHostTriple into DefaultTargetTriple by Sebastian Pop · 13 years ago
  91. 704e732 Remove --hash-style from link command on Android. by Evgeniy Stepanov · 13 years ago
  92. 3d33622 Adjust set of default checkers. by Ted Kremenek · 13 years ago
  93. 35dd732 Fix -mfpu parsing on ARM. by Evgeniy Stepanov · 13 years ago
  94. 983d835 Revert changes to lib/Driver in r147917; I didn't mean to commit this. by Eli Friedman · 13 years ago
  95. 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
  96. b43550b Add support for the androideabi environment to our triple support, and by Chandler Carruth · 13 years ago
  97. 8f0a403 Add -g to the cc1as flags only if we're dealing with an original by Eric Christopher · 13 years ago
  98. 46d2a5c Remove extraneous braces. by Eric Christopher · 13 years ago
  99. d97927d Revert r147664; it's breaking clang regression tests. by Eli Friedman · 13 years ago
  100. 2d5f095 Silence GCC warnings. by Jakub Staszak · 13 years ago