1. e51fe09 objective-c: remove -fobjc-default-synthesize-properties from the driver. by Fariborz Jahanian · 12 years ago
  2. e52e2e6 objective-c: Remove -fno-objc-default-synthesize-properties by Fariborz Jahanian · 12 years ago
  3. 561d622 Revert r154321, pending more discussion. by David Chisnall · 12 years ago
  4. 649ee3f Add -fobjc-trace to emit a call before and after each Objective-C message send by David Chisnall · 12 years ago
  5. e257179 Factor out ARM floating ABI determination to new routine by Anton Korobeynikov · 12 years ago
  6. c3cb072 Make a modern Objective-C runtime the default target for *BSD. Don't yet change this on GNU/Linux, where the GCC runtime still tends to be used. by David Chisnall · 12 years ago
  7. 5e219cf Teach Clang about PIE compilations. This is the first step of PR12380. by Chandler Carruth · 12 years ago
  8. 073a780 MIPS: Pass -mabi option to the assmbler when compile MIPS targets. by Simon Atanasyan · 12 years ago
  9. a2768be MIPS: Move code calculates CPU and ABI names to the separate function to reuse this function later. by Simon Atanasyan · 12 years ago
  10. a53ab5c [driver] In general, the driver claims redundant args and uses the last arg. by Chad Rosier · 12 years ago
  11. 8491cb2 MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit targets. by Simon Atanasyan · 12 years ago
  12. 5f0a1c1 MIPS: Pass -EB/-EL argument to the assembler according to selected endian when compile for MIPS targets. by Simon Atanasyan · 12 years ago
  13. 9f31437 Fix using Clang as a cross compiler installed on a host machine and not by Chandler Carruth · 12 years ago
  14. 3953911 Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE. by Nico Weber · 12 years ago
  15. 30fe6ba [driver] When using the -mfpmath= option, add an error message when trying to by Chad Rosier · 12 years ago
  16. 1209386 Test commit to check commit access. by Simon Atanasyan · 12 years ago
  17. f80f2a5 Whitespace. by Chad Rosier · 12 years ago
  18. 9931727 [driver] Add a static helper function for handling -mfpu= to remove some code by Chad Rosier · 12 years ago
  19. d624a5b Reduce variable scope. by David Blaikie · 12 years ago
  20. 7a938fa [driver] Create a new -mfpmath= option, which is used to control whether clang by Chad Rosier · 12 years ago
  21. e982cc0 modern objc translator. Add more by Fariborz Jahanian · 12 years ago
  22. 15b7731 Remove unused argument. by Fariborz Jahanian · 12 years ago
  23. 582b395 Use -rewrite-legacy-objc as clang argument for translating by Fariborz Jahanian · 12 years ago
  24. 651f3d4 Ignore unused --serialize-diagnostics option when using llvm-gcc. by Bob Wilson · 12 years ago
  25. 6903313 ARM backend knows about cortex-m4. The front end should too. by Jim Grosbach · 12 years ago
  26. 82fe6ae Move the emission of strict enum range metadata behind a flag (the same by Chandler Carruth · 12 years ago
  27. afc4baa [driver] Fix unused argument warnings. by Chad Rosier · 12 years ago
  28. ec09b3e [driver] -mkernel implies -fno-common, so claim the arg to avoid an unused by Chad Rosier · 12 years ago
  29. 3d26550 [driver] -mkernel implies -fno-builtin, so claim the arg to avoid an unused by Chad Rosier · 12 years ago
  30. ad8d8a3 Add support for MIPS' floating ABIs (hard, soft and single) to clang driver. by Akira Hatanaka · 12 years ago
  31. 57f6d19 Duplicated code is bad. At least make it consistent. by Bob Wilson · 12 years ago
  32. 677a35b For Darwin, do not let -mcpu override the -arch option. <rdar://11059238> by Bob Wilson · 12 years ago
  33. 09c5c39 Fix a regression where ':' in CPLUS_INCLUDE_PATH and friends would no longer separate paths. by Nico Weber · 12 years ago
  34. fc055f9 [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches by Chad Rosier · 12 years ago
  35. 95187bd Reapply r152745 (reverted in 152765) now that compiler-rt is fixed. by David Blaikie · 12 years ago
  36. 9ca33fd Revert r152745 as it's breaking the internal buildbots. by Chad Rosier · 12 years ago
  37. 47bfaf1 Provide -Wnull-conversion separately from -Wconversion. by David Blaikie · 12 years ago
  38. 4574c3d [driver] Clang should report an error for -faltivec on non-ppc. rdar://10963572 by Chad Rosier · 12 years ago
  39. 2dec85b [driver] Parse diagnostic args in the driver. by Chad Rosier · 12 years ago
  40. e6dd683 Tweak linkage order for solaris. by David Chisnall · 12 years ago
  41. 8ce6d21 [msvc] Honor %INCLUDE%. It should know essential search paths with vcvarsall.bat. by NAKAMURA Takumi · 12 years ago
  42. 3d71715 Address some of the concerns by Chandler. by Bill Wendling · 12 years ago
  43. e8cb554 Update FIXME. by Bill Wendling · 12 years ago
  44. bdb8f3c Have clang pay attention to the LIBRARY_PATH environment variable. by Bill Wendling · 12 years ago
  45. 09c9a56 Use VersionTuple to manage macosx versions in the driver. No functionality change. by Benjamin Kramer · 12 years ago
  46. df42354 Update comment after r152140. Clarify a bit too. by Nico Weber · 12 years ago
  47. 6625335 [analyzer] Rework inlining related command line options. by Anna Zaks · 12 years ago
  48. 701ec8d Implement -fno-dwarf2-cfi-asm on linux too. by Rafael Espindola · 12 years ago
  49. 8ba9a62 [driver] Don't try to generate diagnostic information for linker crashes. by Chad Rosier · 12 years ago
  50. 53cb2b4 Whitespace. by Chad Rosier · 12 years ago
  51. 634a4b1 [driver] What was implemented in r152130 was actually -fno-inline-functions, not by Chad Rosier · 12 years ago
  52. 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 12 years ago
  53. 2a25396 Enable default @synthesize by default. by Ted Kremenek · 12 years ago
  54. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 12 years ago
  55. 250008b [driver] Add support for -fno-inline. rdar://10972766 by Chad Rosier · 12 years ago
  56. 278f1f8 [analyzer] Turn inlining on by default for better testing exposure. by Anna Zaks · 12 years ago
  57. 3c93122 Add a flag -fthread-sanitizer. by Kostya Serebryany · 12 years ago
  58. 41d476d Add -C when linking on Solaris so that the error messages are understandable by actual humans. by David Chisnall · 12 years ago
  59. 5840dd9 [driver] Emit an error when trying to use ARC on macosx earlier than 10.6 by Argyrios Kyrtzidis · 12 years ago
  60. 7dbefe1 Add -lm by default on Solaris. by David Chisnall · 12 years ago
  61. 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 · 12 years ago
  62. 165329c Some more Solaris fixes. Now successfully building libc++ on Solaris with clang (and linking clang against it). by David Chisnall · 12 years ago
  63. 033d300 Re-enable the Darwin ARM integrated assembler. by Jim Grosbach · 12 years ago
  64. 079d2bb A follow-up to r151482 which added support for powerpc and powerpc64 by Chandler Carruth · 12 years ago
  65. 155c54c Add support for PPC and PPC64 multiarch toolchains on Debain. by Chandler Carruth · 12 years ago
  66. f186879 Temporarily revert r151288: by Chad Rosier · 12 years ago
  67. d649586 ARM: enable the integrated assembler by default for Darwin. by Jim Grosbach · 12 years ago
  68. 8a988c3 Revert part of r148839 and keep DefaultTargetTriple in the form adjusted by Joerg Sonnenberger · 12 years ago
  69. 2dd17a1 [driver] Add a warning for when -mcpu= is specified without an argument. There by Chad Rosier · 12 years ago
  70. 2639ac6 Provide a way to disable auto-generation of preprocessed files during clang by Chad Rosier · 12 years ago
  71. 1367c9b Fixing the working-directory option so that it stores the proper directory. by Aaron Ballman · 12 years ago
  72. 0e65959 Implement a -gcc-toolchain command line option that does the same as by Rafael Espindola · 12 years ago
  73. b8197bc Default to not using __cxa_atexit on Solaris. by David Chisnall · 12 years ago
  74. d1ac03e Tweak link order on Solaris so that global ctors work. by David Chisnall · 13 years ago
  75. ceb1565 Remove the unuseful -fdiagnostics-show-name by David Blaikie · 13 years ago
  76. b622959 Add some Solaris include paths and fix a -lgcc_eh that apparently should be -lgcc_s. by David Chisnall · 13 years ago
  77. badb6cd Fix copy-and-paste error in comment by David Chisnall · 13 years ago
  78. 31c4690 First pass at Solaris toolchain support. This version compiles and links hello by David Chisnall · 13 years ago
  79. cc8a945 include clang's config.h unconditionally (v2) by Dylan Noblesmith · 13 years ago
  80. c563891 When generating diagnostic information due to a clang failure, allow multiple by Chad Rosier · 13 years ago
  81. 9b338a7 Delete a simplistic helper function now that llvm::Triple can provide by Chandler Carruth · 13 years ago
  82. d747efa Begin refactoring to use the newly added triple predicates for by Chandler Carruth · 13 years ago
  83. fc30829 Have the driver pass CPU and target feature information to cc1as. by Jim Grosbach · 13 years ago
  84. b9da557 Correct comment Clang C++ use in production. by David Blaikie · 13 years ago
  85. 2872c8d Filter a few more options not recognized by gcc. <rdar://problem/10814020> by Bob Wilson · 13 years ago
  86. b822f72 Rewrite the debug action handling to take -verify into account. by Eric Christopher · 13 years ago
  87. 1c79dc4 Update the command line here and update the comment, we're just going by Eric Christopher · 13 years ago
  88. afe55fb - Turn the other distribution checks into range compares. by Benjamin Kramer · 13 years ago
  89. 668ecd9 Consolidate the ubuntu detection logic a bit, add an entry for Ubuntu 12.04 aka precise pangolin. by Benjamin Kramer · 13 years ago
  90. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 13 years ago
  91. 6f42b62 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 13 years ago
  92. 71fd6cc Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325> by Bob Wilson · 13 years ago
  93. 353300c Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 13 years ago
  94. f2462be back out r149504 by Dylan Noblesmith · 13 years ago
  95. 69d3b4f include clang's config.h unconditionally by Dylan Noblesmith · 13 years ago
  96. 4c5ffb3 Use new Triple::getMacOSXVersion function. by Bob Wilson · 13 years ago
  97. 1085377 Fix more fallout from the introduction of "macosx" and "ios" triples. by Bob Wilson · 13 years ago
  98. 1d16f0f Revert r149083 which is not the direction we're going in the Clang by Chandler Carruth · 13 years ago
  99. 7fc8003 [analyzer] Rename the checker as per Ted's comment. Remove the reference by Anna Zaks · 13 years ago
  100. 1bd9137 Remove the ToolTriple logic in NetBSD, which was completely broken by by Joerg Sonnenberger · 13 years ago