1. ea155f0 Require -pie when linking with ASan on Android. by Evgeniy Stepanov · 13 years ago
  2. 590ad8f MIPS: Factor out code selects the float ABI as determined by -msoft-float, by Simon Atanasyan · 13 years ago
  3. 217dc2d MIPS: Pass -KPIC argument to MIPS assembler if necessary. by Simon Atanasyan · 13 years ago
  4. a16b7fd Factor out the code retrieves the last PIC related argument from by Simon Atanasyan · 13 years ago
  5. dda3a7f Make Clang driver pass the last option from -g group to the compiler. by Alexey Samsonov · 13 years ago
  6. 06fd3c6 [driver] Remove obsolete support for -A link option. The standard -A option is by Chad Rosier · 13 years ago
  7. c14ded7 Rename the driver option to -mno-implicit-float, per Eli's suggestion. by Chad Rosier · 13 years ago
  8. f1985d2 [driver] Allow the driver to directly accept the -no-implicit-float option, so that the by Chad Rosier · 13 years ago
  9. 66e8fab [tsan] add ThreadSanitizer linker flags on Linux and also copy the tsan-rt into the appropriate place at build time by Kostya Serebryany · 13 years ago
  10. 9295df0 Add the Objective-C runtime linking arguments after user-specified by Douglas Gregor · 13 years ago
  11. 16d9395 Do not link with Objective-C libraries with -nostdlib or -nodefaultlibs. by Bob Wilson · 13 years ago
  12. 94a3201 Teach the driver on Linux to respect -nodefaultlibs. by Chandler Carruth · 13 years ago
  13. 11ebc4e Hexagon V5 FP support. by Sirish Pande · 13 years ago
  14. e78227b Ignore a "generic" return value from getHostCPUName. <rdar://problem/11314502> by Bob Wilson · 13 years ago
  15. 3d6311d add -fbounds-checking option. by Nuno Lopes · 13 years ago
  16. 73d801c Fix -Wlarge-by-value-copy option handling in the driver. by Jean-Daniel Dupas · 13 years ago
  17. 74a3868 This patch adds a new Clang compiler flag "-gline-tables-only". by Alexey Samsonov · 13 years ago
  18. e64bd84 Remove obsolete code for finding a fallback iOS SDK. <rdar://problem/11378535> by Bob Wilson · 13 years ago
  19. f9fbc6a Rip out old code for finding libraries in GCC's directories. by Bob Wilson · 13 years ago
  20. c242ef2 Driver: Turn the default value for -fmath-errno into a proper target hook and disable it by default on more platforms. by Benjamin Kramer · 13 years ago
  21. cebf75e Fix forwarding of -fpack-struct from driver to CC1, and add a test. by James Molloy · 13 years ago
  22. 3634c66 Fix a long-standing bug where Clang had a different default from GCC on by Chandler Carruth · 13 years ago
  23. 7786671 Clang driver support for linking on Android. by Evgeniy Stepanov · 13 years ago
  24. 78eaa2c Fix default cpu for -march=armv5e. by Evgeniy Stepanov · 13 years ago
  25. 582911a Only pass -mcpu, -march, -mfpu to linux-as on ARM. by Evgeniy Stepanov · 13 years ago
  26. 70ac923 Revert r155363, due to the underlying patches in LLVM causing regression by Chandler Carruth · 13 years ago
  27. 7039d0e Hexagon V5 (floating point) support in cfe. by Sirish Pande · 13 years ago
  28. 7dda0cd Link with Foundation whenever -fobjc-link-runtime is used. <rdar://10976177> by Bob Wilson · 13 years ago
  29. ed943f6 Pass -mfloat-abi= to linuxtools assembler. by Evgeniy Stepanov · 13 years ago
  30. b8ae760 Revert some Hexagon builtin commits to match reverts done to LLVM in by Chandler Carruth · 13 years ago
  31. f02eebe Hexagon V5(Floating Point) support. by Sirish Pande · 13 years ago
  32. 980920a use DEFAULT_SYSROOT by Sebastian Pop · 13 years ago
  33. 3d127c7 Don't link lib[std]c++ when -nostdlib is specified (Solaris driver). by David Chisnall · 13 years ago
  34. 70cb3d6 Pass -march, -mcpu, -mfpu to linuxtools assembler. by Evgeniy Stepanov · 13 years ago
  35. 9446d76 Fix an annoying little bug I found while debugging another LTO issue. Gold by Rafael Espindola · 13 years ago
  36. 0568407 objective-c: remove -fobjc-default-synthesize-properties from the driver. by Fariborz Jahanian · 13 years ago
  37. ba8ef29 objective-c: Remove -fno-objc-default-synthesize-properties by Fariborz Jahanian · 13 years ago
  38. 58464d0 Revert r154321, pending more discussion. by David Chisnall · 13 years ago
  39. 4ec2af2 Add -fobjc-trace to emit a call before and after each Objective-C message send by David Chisnall · 13 years ago
  40. a29e462 Factor out ARM floating ABI determination to new routine by Anton Korobeynikov · 13 years ago
  41. c0c0455 Teach Clang about PIE compilations. This is the first step of PR12380. by Chandler Carruth · 13 years ago
  42. 571d7bd MIPS: Pass -mabi option to the assmbler when compile MIPS targets. by Simon Atanasyan · 13 years ago
  43. 3b7589a MIPS: Move code calculates CPU and ABI names to the separate function to reuse this function later. by Simon Atanasyan · 13 years ago
  44. 1e1e2e2 MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit targets. by Simon Atanasyan · 13 years ago
  45. 2390aa1 MIPS: Pass -EB/-EL argument to the assembler according to selected endian when compile for MIPS targets. by Simon Atanasyan · 13 years ago
  46. bea0d04 Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE. by Nico Weber · 13 years ago
  47. 45619cb [driver] When using the -mfpmath= option, add an error message when trying to by Chad Rosier · 13 years ago
  48. fa4dbbf Test commit to check commit access. by Simon Atanasyan · 13 years ago
  49. d1717c1 Whitespace. by Chad Rosier · 13 years ago
  50. cfbfc58 [driver] Add a static helper function for handling -mfpu= to remove some code by Chad Rosier · 13 years ago
  51. 747ff7e Reduce variable scope. by David Blaikie · 13 years ago
  52. 1f0e52e [driver] Create a new -mfpmath= option, which is used to control whether clang by Chad Rosier · 13 years ago
  53. 7ebeede modern objc translator. Add more by Fariborz Jahanian · 13 years ago
  54. b248221 Remove unused argument. by Fariborz Jahanian · 13 years ago
  55. 73223bb Use -rewrite-legacy-objc as clang argument for translating by Fariborz Jahanian · 13 years ago
  56. 0090df2 Ignore unused --serialize-diagnostics option when using llvm-gcc. by Bob Wilson · 13 years ago
  57. 903e63f ARM backend knows about cortex-m4. The front end should too. by Jim Grosbach · 14 years ago
  58. 8b4140d Move the emission of strict enum range metadata behind a flag (the same by Chandler Carruth · 14 years ago
  59. 4fab82c [driver] Fix unused argument warnings. by Chad Rosier · 14 years ago
  60. d9d80e0 [driver] -mkernel implies -fno-common, so claim the arg to avoid an unused by Chad Rosier · 14 years ago
  61. f27e1c4 [driver] -mkernel implies -fno-builtin, so claim the arg to avoid an unused by Chad Rosier · 14 years ago
  62. 6976ec8 Add support for MIPS' floating ABIs (hard, soft and single) to clang driver. by Akira Hatanaka · 14 years ago
  63. 7f05ca3 Duplicated code is bad. At least make it consistent. by Bob Wilson · 14 years ago
  64. 8935578 Fix a regression where ':' in CPLUS_INCLUDE_PATH and friends would no longer separate paths. by Nico Weber · 14 years ago
  65. 9c76d24 [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches by Chad Rosier · 14 years ago
  66. ebcbe4b Reapply r152745 (reverted in 152765) now that compiler-rt is fixed. by David Blaikie · 14 years ago
  67. 2860fbb Revert r152745 as it's breaking the internal buildbots. by Chad Rosier · 14 years ago
  68. 1ce8dbb Provide -Wnull-conversion separately from -Wconversion. by David Blaikie · 14 years ago
  69. 864dfe1 [driver] Clang should report an error for -faltivec on non-ppc. rdar://10963572 by Chad Rosier · 14 years ago
  70. ddc4c9d Tweak linkage order for solaris. by David Chisnall · 14 years ago
  71. c0938f3 Address some of the concerns by Chandler. by Bill Wendling · 14 years ago
  72. 281ca29 Have clang pay attention to the LIBRARY_PATH environment variable. by Bill Wendling · 14 years ago
  73. ddefa6d Use VersionTuple to manage macosx versions in the driver. No functionality change. by Benjamin Kramer · 14 years ago
  74. 97bd94b Update comment after r152140. Clarify a bit too. by Nico Weber · 14 years ago
  75. 0af3e06 [analyzer] Rework inlining related command line options. by Anna Zaks · 14 years ago
  76. c41db92 Implement -fno-dwarf2-cfi-asm on linux too. by Rafael Espindola · 14 years ago
  77. 64d6be9 [driver] What was implemented in r152130 was actually -fno-inline-functions, not by Chad Rosier · 14 years ago
  78. f7639e1 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 14 years ago
  79. e65b086 Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 14 years ago
  80. 8060318 [driver] Add support for -fno-inline. rdar://10972766 by Chad Rosier · 14 years ago
  81. d5c3027 [analyzer] Turn inlining on by default for better testing exposure. by Anna Zaks · 14 years ago
  82. 28a7a11 Add a flag -fthread-sanitizer. by Kostya Serebryany · 14 years ago
  83. 272a071 Add -C when linking on Solaris so that the error messages are understandable by actual humans. by David Chisnall · 14 years ago
  84. 3dbeb55 [driver] Emit an error when trying to use ARC on macosx earlier than 10.6 by Argyrios Kyrtzidis · 14 years ago
  85. c73fb89 Add -lm by default on Solaris. by David Chisnall · 14 years ago
  86. e0a7c28 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 · 14 years ago
  87. 0c52c0f Some more Solaris fixes. Now successfully building libc++ on Solaris with clang (and linking clang against it). by David Chisnall · 14 years ago
  88. c616e95 Default to not using __cxa_atexit on Solaris. by David Chisnall · 14 years ago
  89. 96de993 Tweak link order on Solaris so that global ctors work. by David Chisnall · 14 years ago
  90. 040a3a2 Remove the unuseful -fdiagnostics-show-name by David Blaikie · 14 years ago
  91. 1026fb0 Add some Solaris include paths and fix a -lgcc_eh that apparently should be -lgcc_s. by David Chisnall · 14 years ago
  92. f571cde First pass at Solaris toolchain support. This version compiles and links hello by David Chisnall · 14 years ago
  93. 576452b Have the driver pass CPU and target feature information to cc1as. by Jim Grosbach · 14 years ago
  94. 7ecbd32 Filter a few more options not recognized by gcc. <rdar://problem/10814020> by Bob Wilson · 14 years ago
  95. 65c05fa Rewrite the debug action handling to take -verify into account. by Eric Christopher · 14 years ago
  96. 3622221 Update the command line here and update the comment, we're just going by Eric Christopher · 14 years ago
  97. 2c1dd27 Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 14 years ago
  98. 14adb36 Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325> by Bob Wilson · 14 years ago
  99. 58cc6ca [analyzer] Rename the checker as per Ted's comment. Remove the reference by Anna Zaks · 14 years ago
  100. d64c60e Remove the ToolTriple logic in NetBSD, which was completely broken by by Joerg Sonnenberger · 14 years ago