1. faef9fc Make -findirect-virtual-calls and -fterminated-vtables aliases of -fapple-kext. by Bob Wilson · 13 years ago
  2. 0ac1ccc Remove duplicate option. by Bob Wilson · 13 years ago
  3. 57c43a2 Fix "Uninitialized" warnings on g++-4.4. by NAKAMURA Takumi · 13 years ago
  4. a544aee Reject -mkernel for i386/Darwin C++ code; fall back to llvm-gcc instead. by Bob Wilson · 13 years ago
  5. cc52a06 Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver. by Nico Weber · 13 years ago
  6. b18d503 [driver] Make sure to update the iterator end when erasing for Args. by Chad Rosier · 13 years ago
  7. 137a20b [driver] When generating clang failure diagnostics, don't try to preprocess by Chad Rosier · 13 years ago
  8. 20fd867 Return the proper type for objects when given a .o extension. by Chad Rosier · 13 years ago
  9. be69f60 [driver] Refactor a bit to enable a few fixes when generating diagnostics. No functional change intended. by Chad Rosier · 13 years ago
  10. 98fdfd3 If no -miphoneos-version-min specified, see if we can set the default based on by Chad Rosier · 13 years ago
  11. aec8f45 Improved efficiency by using iterator returned by erase, rather then restarting. by Chad Rosier · 13 years ago
  12. fc61427 Fix cmake for r136702 (at least for the most part). Chandler has been kind by Chad Rosier · 13 years ago
  13. 4068eaa Temporarily revert parts of r136702 to make cmake builds happy. by Chad Rosier · 13 years ago
  14. 2b81910 When the compiler crashes, the compiler driver now produces diagnostic by Chad Rosier · 13 years ago
  15. 8c221b8 Driver: When compiling i386 -fapple-kext code, we fallback to llvmgcc. by Chad Rosier · 13 years ago
  16. 65e02fa Introduce the "-index-header-map" option, to give special semantics by Douglas Gregor · 13 years ago
  17. 1fc1de4 The -fapple-kext flag was designed to "do the right thing" for building code for by Chad Rosier · 13 years ago
  18. 2d3ba4f Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon Mulder! by Chris Lattner · 13 years ago
  19. 1c3199a Unbreak the MSVC build, using namespace clang is required otherwise MSVC will not find raw_ostream. by Francois Pichet · 13 years ago
  20. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  21. 19d9d2e Avoid warning on "clang -c -Dfoo test.i". Lines like these are created by Rafael Espindola · 13 years ago
  22. d7a3ba0 Temporarily revert r135614 while I fix the cmake build. by Chad Rosier · 13 years ago
  23. 2da13b1 When the compiler crashes, the compiler driver now produces diagnostic information by Chad Rosier · 13 years ago
  24. c57114a If -ccc-host-triple i386-pc-win32-macho or -ccc-host-triple by Chad Rosier · 13 years ago
  25. 686775d now that we have a centralized place to do so, add some using declarations for by Chris Lattner · 13 years ago
  26. 9594675 introduce a centralized place to introduce and inject llvm types into the by Chris Lattner · 13 years ago
  27. 7ee2049 [arcmt] Add some additional driver flags to optionally emit or save the pre-migration ARC errors. by Argyrios Kyrtzidis · 13 years ago
  28. 59c8457 Correctly handle sysroot prefix in -print-search-dirs. Makes libtool by Joerg Sonnenberger · 13 years ago
  29. 3e4d109 Prevent the -save-temps flag from modifying the input file if the input filename by Chad Rosier · 13 years ago
  30. bb52786 Implement -MG. Fixes PR9613 by Peter Collingbourne · 13 years ago
  31. 69325d5 [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. by Argyrios Kyrtzidis · 13 years ago
  32. 72ac120 [arcmt] Add -ccc-arcmt-check/-ccc-arcmt-modify driver option aliases. by Argyrios Kyrtzidis · 13 years ago
  33. f1443be Somehow the -fgnu-runtime option itself got lost in all that shuffling. by John McCall · 13 years ago
  34. 256a76e Call objc_terminate() instead of abort() when a cleanup throws an by John McCall · 13 years ago
  35. c06e074 Missing header from last commit; accidental change. by John McCall · 13 years ago
  36. 9f084a3 Change the driver's logic about Objective-C runtimes: abstract out a by John McCall · 13 years ago
  37. 5b2b89b Drop "soft" argument that would be considered as file argument by cc1. by Joerg Sonnenberger · 13 years ago
  38. bcf6a80 StringRef'ize clang::drive::Option::getName(), from Zach Wheeler! by Douglas Gregor · 13 years ago
  39. 37187cc Make the GCC version proliferation worse by N+1 for the sake of by Chandler Carruth · 13 years ago
  40. d18eeca Make clang behave in a gcc-compatible way in the presence of multiple flags for the same x86 target feature (e.g. -mno-sse -msse). gcc uses a somewhat unintuitive algorithm here in that the enabled SSE instructions is based on the order of the *last* flag for *each* feature-level, so that "-mno-sse -msse2" only enables SSE2, but "-mno-sse -msse2 -msse" enables all SSE levels. by Eli Friedman · 13 years ago
  41. aa7333c Update for llvm commit r134291. by Eric Christopher · 13 years ago
  42. 5d9b6bf Use existing -fcatch-undefined-behavior option, by Fariborz Jahanian · 13 years ago
  43. 1077e42 Under a compiler flag, -freset-local-blocks, by Fariborz Jahanian · 13 years ago
  44. 99ca47b Driver/Darwin: -force_load can be specified multiple times. by Daniel Dunbar · 13 years ago
  45. 3f4be6f libprofile_rt may be installed as a dylib on Darwin. by Bill Wendling · 13 years ago
  46. 89bb614 fix autoconf build from r133710 by Dylan Noblesmith · 13 years ago
  47. 3404fe7 Build and use libcompiler_rt whenever possible. by Eric Christopher · 13 years ago
  48. d71315c It is possible to request the nonfragile ABI with -fobjc-abi-version=2; by John McCall · 13 years ago
  49. a68e1c3 Driver/Darwin: Fixup version check for -object_path_lto support. by Daniel Dunbar · 13 years ago
  50. 13c4f21 Fix the default libc++ header search path to be sysrooted. Radar 9639692. by Bob Wilson · 13 years ago
  51. 5bfa656 Driver/Darwin: When invoking the linker, automatically pass -object_path_lto so by Daniel Dunbar · 13 years ago
  52. ed79895 Driver: Factor out IsUsingLTO helper function. by Daniel Dunbar · 13 years ago
  53. 468eb7d Fix typo. From Damjan Marion. by Joerg Sonnenberger · 13 years ago
  54. 2a45fa7 Driver/Darwin: Honor -Xarch_FOO when the arch matches either the toolchain or by Daniel Dunbar · 13 years ago
  55. c3b9014 Add support for -Wa,--noexecstack when building from a non-assembly file. For by Nick Lewycky · 13 years ago
  56. c2e70b4 [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we hoped it would be. by Argyrios Kyrtzidis · 13 years ago
  57. 7a883e3 Add support for -force_load flag, for compat with Apple gcc. rdar://9555962 . by Eli Friedman · 13 years ago
  58. c370398 Be aware of (x86_64-redhat-linux6E-)g++44 on RHEL5. by NAKAMURA Takumi · 13 years ago
  59. 8f0e8d2 The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this. by John McCall · 13 years ago
  60. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  61. 74da19f Introduce a -cc1-level option to turn off related result type by Douglas Gregor · 13 years ago
  62. 4c4efee Eliminate the -f[no]objc-infer-related-result-type flags; there's no by Douglas Gregor · 13 years ago
  63. 926df6c Implement Objective-C Related Result Type semantics. by Douglas Gregor · 13 years ago
  64. 169dd31 Revert "hack in my new variables for GCC" by Chandler Carruth · 13 years ago
  65. 8afdd56 hack in my new variables for GCC by Chandler Carruth · 13 years ago
  66. db6393f Sort -lgcc after -lgcc_s for NetBSD, otherwise shared libraries on i386 by Joerg Sonnenberger · 13 years ago
  67. 25a857b Toolchain support for Ubuntu Oneiric. Patch by Michael Wild! by Benjamin Kramer · 13 years ago
  68. 000a655 Adjust the linker for PowerPC64/-m32 on FreeBSD too. by Roman Divacky · 13 years ago
  69. 3393cef Make -m32 work on FreeBSD/PowerPC64. by Roman Divacky · 13 years ago
  70. 80df025 On linux, -nostdlib was causing a --start-group with no --end-group to be passed by Nick Lewycky · 13 years ago
  71. 7e46d0b Identifiers with _CapitalLetter are reserved, so don't use them. Prefer the by Nick Lewycky · 13 years ago
  72. c7409a0 We were looking at /usr/lib only if the distro had multilib. This is bogus: by Rafael Espindola · 13 years ago
  73. 5a640ef Add support for centos. by Rafael Espindola · 13 years ago
  74. 9af535a 80-col cleanup. by Eric Christopher · 13 years ago
  75. 304ed3f Untabify and fix whitespace. by NAKAMURA Takumi · 13 years ago
  76. 14ea13c We already have support for using c++ headers from a custom location. by Rafael Espindola · 13 years ago
  77. 0b200f6 Add Debian wheezy/sid to ToolChains.cpp. Patch by Michael Wild. PR10064. by Eli Friedman · 13 years ago
  78. db3f24a Change how we link libprofile_rt.a. While at it, refactor the code a bit. by Rafael Espindola · 13 years ago
  79. 01ba854 Add -fno-gnu89-inline. by Rafael Espindola · 13 years ago
  80. fb3f4aa Implement -fgnu89-inline. Fixes PR10041. by Rafael Espindola · 13 years ago
  81. 446b847 Add the necessary -L option for finding libprofile_rt.a. It might be a good by Rafael Espindola · 13 years ago
  82. 951733d Driver/Clang: Simplify code to use arch enumerations. by Daniel Dunbar · 13 years ago
  83. 477aab6 A StringRef-ication of the DiagnosticIDs API and internals. by Argyrios Kyrtzidis · 13 years ago
  84. 2e95a6d When given one of the applicable coverage flags, try to link against by Nick Lewycky · 13 years ago
  85. 776bff7 Let amd64 be used in target triple instead of x86_64 on FreeBSD. by Roman Divacky · 13 years ago
  86. 5b4e7b1 For non-Darwin, a plain 'char' type is unsigned. by Jim Grosbach · 13 years ago
  87. f0b60ec Fix a bug in the most recent openSUSE support patch. by Chandler Carruth · 13 years ago
  88. 64a8917 add opensuse toolchain support, patch by Ismail Donmez! by Chris Lattner · 13 years ago
  89. d753b56 Add Redhat Enterprise Linux to the Linux toolchain, PR9769, by Chris Lattner · 13 years ago
  90. c9471b0 Introduce the -fdiagnostics-format=xxx option to control how Clang by Douglas Gregor · 13 years ago
  91. 46a4939 Correction for r131662, the GNU as option is --fatal-warnings. by Joerg Sonnenberger · 13 years ago
  92. d793350 Support -fatal-warnings for the assembler frontend by Joerg Sonnenberger · 13 years ago
  93. de5c048 - Fixes openSUSE detection for 11.4 and upcoming 12.1 by David Chisnall · 13 years ago
  94. 199e09a Add some support for RHEL5 systems. by Eric Christopher · 13 years ago
  95. cb77392 Fix comment. by Rafael Espindola · 13 years ago
  96. 97f6abb The logic about -static is darwin only. For now assume that all non by Rafael Espindola · 13 years ago
  97. 182564c Make the triple an explicit argument of FindTargetProgramPath. by Joerg Sonnenberger · 13 years ago
  98. 03e9230 Driver/Darwin: Put dsymutil -o arguments first, so that dysmutil doesn't barf by Daniel Dunbar · 13 years ago
  99. 359cf92 Move logic for passing down -mrelax-all / -relax-all into a common by Joerg Sonnenberger · 13 years ago
  100. 9d0fbea Rename ContainsCompileAction to ContainsCompileOrAssembleAction to by Joerg Sonnenberger · 13 years ago