1. 7d7e9f9 Move the Linux header searching from the Frontend to the Driver. This is by Chandler Carruth · 13 years ago
  2. 6fdebee Try to reduce the nastiness that creeps in through Windows.h a bit. by Benjamin Kramer · 13 years ago
  3. 103accc Fix a significant oversight in my move of MSVC includes to the driver: by Chandler Carruth · 13 years ago
  4. ac2bc4d Add two flags to the CC1 layer that I was hoping to avoid. We need to by Chandler Carruth · 13 years ago
  5. 9cef887 Fix MSVC build. by Michael J. Spencer · 13 years ago
  6. ca23419 Begin the migration of header search logic to the driver, starting with by Chandler Carruth · 13 years ago
  7. 236e0b6 Simplify the set of directories we look for on multiarch systems. by Chandler Carruth · 13 years ago
  8. deb73f8 Fix part of PR11223 and probably a few dups as well. This teaches the by Chandler Carruth · 13 years ago
  9. 1a1764b Stop disabling integrated assembler with -static. <rdar://problem/10175391> by Bob Wilson · 13 years ago
  10. c19981c [driver] Make the driver to link the simulator arclite lib when passing -mios-simulator-version-min. by Argyrios Kyrtzidis · 13 years ago
  11. dceb11f Revert r142311, -mios-simulator-version-min does not work correctly. by Argyrios Kyrtzidis · 13 years ago
  12. b56e6ad Remove the hack where we sniff the __IPHONE_OS_VERSION_MIN_REQUIRED define. by Argyrios Kyrtzidis · 13 years ago
  13. 16a6355 Fix a silly bug introduced in r142133. by Chandler Carruth · 13 years ago
  14. 7a09d01 Clean up some cruft in the library path searching logic by making by Chandler Carruth · 13 years ago
  15. f886d6f Fix the CXX_INCLUDE_ROOT case that was out of date with ScanLibDirForGCCTriple. by Rafael Espindola · 13 years ago
  16. 905c45f Use Triple.isOSDarwin() instead of comparing against Triple::Darwin. by Bob Wilson · 13 years ago
  17. 84cbd4b Add triple for RHEL 5 to the libpath collecting logic. by Benjamin Kramer · 13 years ago
  18. 30aa951 Partially revert r141374: allow use of libc++ prior to Mac OS X 10.7. by Bob Wilson · 13 years ago
  19. 96e2171 Fix "Uninitialized" warnings. by NAKAMURA Takumi · 13 years ago
  20. a789ca9 Whitespace by NAKAMURA Takumi · 13 years ago
  21. 163b151 Clang driver changes for iOS 5.0 and OS X Lion support. by Bob Wilson · 13 years ago
  22. a59956b Use StringSwitch. Thanks for Chandler for the suggestion. by Bob Wilson · 13 years ago
  23. 7c62714 Rearrange for readability. No functional change. by Bob Wilson · 13 years ago
  24. 169a6e0 Add a missing check for cortex-a9. by Bob Wilson · 13 years ago
  25. 1203600 Use the InstalledDir correctly, and test it correctly as well. =/ Should by Chandler Carruth · 13 years ago
  26. dbc2144 Teach Clang to cope with GCC installations that have unusual patch by Chandler Carruth · 13 years ago
  27. 5058e3a Implement the feature I was originally driving toward when I started by Chandler Carruth · 13 years ago
  28. e089088 Hoist the other messy part out of an inner loop and into a helper by Chandler Carruth · 13 years ago
  29. 4c9403c Hoist the first chunk of this into a helper function. No functionality change. by Chandler Carruth · 13 years ago
  30. 7441068 Fix Windows+MinGW which introduces noise into path separators. by Chandler Carruth · 13 years ago
  31. 6ab8e62 Now that multiple prefixes are much cheaper to search for GCC by Chandler Carruth · 13 years ago
  32. 6d9694c Rework the search for a GCC installation still further. This combines by Chandler Carruth · 13 years ago
  33. c916377 Add a comment explaining that I have a better plan for implementing the by Chandler Carruth · 13 years ago
  34. a24b980 Invert the loop for detecting installed GCC trees. This make the loop by Chandler Carruth · 13 years ago
  35. 810e081 Fuse the two halves of the GCC installation detection. This is by Chandler Carruth · 13 years ago
  36. adc4afb Factor the data apart from the logic of locating various GCC by Chandler Carruth · 13 years ago
  37. 048e649 Refactor the detection of a GCC installation into a helper class. This by Chandler Carruth · 13 years ago
  38. 38ec546 Enable generic multilib support on 32bit hosts. Previously this was only by Chandler Carruth · 13 years ago
  39. 663abc9 Teach the logic for locating an installed GCC about the system root. by Chandler Carruth · 13 years ago
  40. fde8d14 Add initial support for applying the sysroot to library search paths. by Chandler Carruth · 13 years ago
  41. d2deee1 Rework the selection of builtin library search paths on Linux to by Chandler Carruth · 13 years ago
  42. a9402e4 Simplify this through the power of the ternary operator. by Chandler Carruth · 13 years ago
  43. bc0df72 Consolidate the currently bizarre 32/64 multilib selection logic a bit. by Chandler Carruth · 13 years ago
  44. eb86b5b Revert r140604: "Let -B work for ld paths on Linux." by Chandler Carruth · 13 years ago
  45. a95b9f6 Driver: use correct search paths for multilib by Peter Collingbourne · 13 years ago
  46. 7ca2684 Driver: Fix two bad typos that were breaking the buildbots. by Benjamin Kramer · 13 years ago
  47. 4f8de27 [driver] If no OSX or iOS target has been specified and we're compiling for by Chad Rosier · 13 years ago
  48. 5adcec1 Check for GCC paths that have the target triple in them. This is required for a lot of cross-compile toolchains. Also add some slightly better support for -B. by David Chisnall · 13 years ago
  49. 7f9b58b Let -B work for ld paths on Linux. by David Chisnall · 13 years ago
  50. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  51. 8aa76ea For i386 kext fallback to llvm-gcc, search paths for several Darwin versions. by Bob Wilson · 13 years ago
  52. 61ab80a [driver] Default to arm mode when using the integrated assembler. by Chad Rosier · 13 years ago
  53. 733a83b Fix search paths for Ubuntu 11.04 x86. Patch by Stepan Dyatkovskiy. by Eli Friedman · 13 years ago
  54. 13db5cf Treat the weak export of block runtime symbols as a deployment-target by John McCall · 13 years ago
  55. ab78408 Fix PR10744 by adding the toolchain path to the regular program path by Rafael Espindola · 13 years ago
  56. 104087b Add 4.4.6 to GccVersions[] in lib/Driver/ToolChains.cpp. by Hans Wennborg · 13 years ago
  57. a488497 [driver] If no -miphoneos-version-min is specified on the command line *and* by Chad Rosier · 13 years ago
  58. b1f2f47 Some minor updates to the Linux search path handling for Slackware. Patch by Will Dietz. PR10692. by Eli Friedman · 13 years ago
  59. f59f5da Take 2: Actually fix spacing. by Chad Rosier · 13 years ago
  60. 669cffa 80-column. by Chad Rosier · 13 years ago
  61. f857186 Add support for a verifier to the driver. Currently only verifies debug by Eric Christopher · 13 years ago
  62. cb6239a Add additional path to Linux toolchain. Patch by Will Dietz. PR10690. by Eli Friedman · 13 years ago
  63. faef9fc Make -findirect-virtual-calls and -fterminated-vtables aliases of -fapple-kext. by Bob Wilson · 13 years ago
  64. 0ac1ccc Remove duplicate option. by Bob Wilson · 13 years ago
  65. 57c43a2 Fix "Uninitialized" warnings on g++-4.4. by NAKAMURA Takumi · 13 years ago
  66. a544aee Reject -mkernel for i386/Darwin C++ code; fall back to llvm-gcc instead. by Bob Wilson · 13 years ago
  67. 98fdfd3 If no -miphoneos-version-min specified, see if we can set the default based on by Chad Rosier · 13 years ago
  68. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  69. c57114a If -ccc-host-triple i386-pc-win32-macho or -ccc-host-triple by Chad Rosier · 13 years ago
  70. 256a76e Call objc_terminate() instead of abort() when a cleanup throws an by John McCall · 13 years ago
  71. 9f084a3 Change the driver's logic about Objective-C runtimes: abstract out a by John McCall · 13 years ago
  72. 37187cc Make the GCC version proliferation worse by N+1 for the sake of by Chandler Carruth · 13 years ago
  73. 89bb614 fix autoconf build from r133710 by Dylan Noblesmith · 13 years ago
  74. 3404fe7 Build and use libcompiler_rt whenever possible. by Eric Christopher · 13 years ago
  75. 2a45fa7 Driver/Darwin: Honor -Xarch_FOO when the arch matches either the toolchain or by Daniel Dunbar · 13 years ago
  76. c370398 Be aware of (x86_64-redhat-linux6E-)g++44 on RHEL5. by NAKAMURA Takumi · 13 years ago
  77. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  78. 169dd31 Revert "hack in my new variables for GCC" by Chandler Carruth · 13 years ago
  79. 8afdd56 hack in my new variables for GCC by Chandler Carruth · 13 years ago
  80. 25a857b Toolchain support for Ubuntu Oneiric. Patch by Michael Wild! by Benjamin Kramer · 13 years ago
  81. 3393cef Make -m32 work on FreeBSD/PowerPC64. by Roman Divacky · 13 years ago
  82. c7409a0 We were looking at /usr/lib only if the distro had multilib. This is bogus: by Rafael Espindola · 13 years ago
  83. 5a640ef Add support for centos. by Rafael Espindola · 13 years ago
  84. 9af535a 80-col cleanup. by Eric Christopher · 13 years ago
  85. 304ed3f Untabify and fix whitespace. by NAKAMURA Takumi · 13 years ago
  86. 14ea13c We already have support for using c++ headers from a custom location. by Rafael Espindola · 13 years ago
  87. 0b200f6 Add Debian wheezy/sid to ToolChains.cpp. Patch by Michael Wild. PR10064. by Eli Friedman · 13 years ago
  88. f0b60ec Fix a bug in the most recent openSUSE support patch. by Chandler Carruth · 13 years ago
  89. 64a8917 add opensuse toolchain support, patch by Ismail Donmez! by Chris Lattner · 13 years ago
  90. d753b56 Add Redhat Enterprise Linux to the Linux toolchain, PR9769, by Chris Lattner · 13 years ago
  91. de5c048 - Fixes openSUSE detection for 11.4 and upcoming 12.1 by David Chisnall · 13 years ago
  92. 199e09a Add some support for RHEL5 systems. by Eric Christopher · 13 years ago
  93. 182564c Make the triple an explicit argument of FindTargetProgramPath. by Joerg Sonnenberger · 13 years ago
  94. 87e945f Driver/Darwin: Don't link -lgcc_s.1 when compiling as iOS for the simulator, by Daniel Dunbar · 13 years ago
  95. 3fd823b Driver/Darwin: Reject invalid arch combinations with by Daniel Dunbar · 13 years ago
  96. 5f5c37b Driver/Darwin: Change Darwin toolchain to explicitly track is-ios-sim bit, and by Daniel Dunbar · 13 years ago
  97. 9d609f2 Driver/Darwin: Sketch initial support for a -mios-simulator-version-min= flag by Daniel Dunbar · 13 years ago
  98. 80585d8 Let clang detect gcc triple on Ubuntu Natty. Patch by Thomas Jablin. by Nico Weber · 13 years ago
  99. 8a3a7f3 Driver/Darwin: Allow OS X deployment targets like 10.4.11, even though they by Daniel Dunbar · 13 years ago
  100. 0e02f6e Driver: Tweak -Xarch diags a bit more, we can't actually differentiate between by Daniel Dunbar · 13 years ago