1. adc4afb Factor the data apart from the logic of locating various GCC by Chandler Carruth · 13 years ago
  2. 048e649 Refactor the detection of a GCC installation into a helper class. This by Chandler Carruth · 13 years ago
  3. 38ec546 Enable generic multilib support on 32bit hosts. Previously this was only by Chandler Carruth · 13 years ago
  4. 663abc9 Teach the logic for locating an installed GCC about the system root. by Chandler Carruth · 13 years ago
  5. fde8d14 Add initial support for applying the sysroot to library search paths. by Chandler Carruth · 13 years ago
  6. d2deee1 Rework the selection of builtin library search paths on Linux to by Chandler Carruth · 13 years ago
  7. a9402e4 Simplify this through the power of the ternary operator. by Chandler Carruth · 13 years ago
  8. bc0df72 Consolidate the currently bizarre 32/64 multilib selection logic a bit. by Chandler Carruth · 13 years ago
  9. eb86b5b Revert r140604: "Let -B work for ld paths on Linux." by Chandler Carruth · 13 years ago
  10. a95b9f6 Driver: use correct search paths for multilib by Peter Collingbourne · 13 years ago
  11. 7ca2684 Driver: Fix two bad typos that were breaking the buildbots. by Benjamin Kramer · 13 years ago
  12. 4f8de27 [driver] If no OSX or iOS target has been specified and we're compiling for by Chad Rosier · 13 years ago
  13. 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
  14. 7f9b58b Let -B work for ld paths on Linux. by David Chisnall · 13 years ago
  15. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  16. 8aa76ea For i386 kext fallback to llvm-gcc, search paths for several Darwin versions. by Bob Wilson · 13 years ago
  17. 61ab80a [driver] Default to arm mode when using the integrated assembler. by Chad Rosier · 13 years ago
  18. 733a83b Fix search paths for Ubuntu 11.04 x86. Patch by Stepan Dyatkovskiy. by Eli Friedman · 13 years ago
  19. 13db5cf Treat the weak export of block runtime symbols as a deployment-target by John McCall · 13 years ago
  20. ab78408 Fix PR10744 by adding the toolchain path to the regular program path by Rafael Espindola · 13 years ago
  21. 104087b Add 4.4.6 to GccVersions[] in lib/Driver/ToolChains.cpp. by Hans Wennborg · 13 years ago
  22. a488497 [driver] If no -miphoneos-version-min is specified on the command line *and* by Chad Rosier · 13 years ago
  23. b1f2f47 Some minor updates to the Linux search path handling for Slackware. Patch by Will Dietz. PR10692. by Eli Friedman · 13 years ago
  24. f59f5da Take 2: Actually fix spacing. by Chad Rosier · 13 years ago
  25. 669cffa 80-column. by Chad Rosier · 13 years ago
  26. f857186 Add support for a verifier to the driver. Currently only verifies debug by Eric Christopher · 13 years ago
  27. cb6239a Add additional path to Linux toolchain. Patch by Will Dietz. PR10690. by Eli Friedman · 13 years ago
  28. faef9fc Make -findirect-virtual-calls and -fterminated-vtables aliases of -fapple-kext. by Bob Wilson · 13 years ago
  29. 0ac1ccc Remove duplicate option. by Bob Wilson · 13 years ago
  30. 57c43a2 Fix "Uninitialized" warnings on g++-4.4. by NAKAMURA Takumi · 13 years ago
  31. a544aee Reject -mkernel for i386/Darwin C++ code; fall back to llvm-gcc instead. by Bob Wilson · 13 years ago
  32. 98fdfd3 If no -miphoneos-version-min specified, see if we can set the default based on by Chad Rosier · 13 years ago
  33. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  34. c57114a If -ccc-host-triple i386-pc-win32-macho or -ccc-host-triple by Chad Rosier · 13 years ago
  35. 256a76e Call objc_terminate() instead of abort() when a cleanup throws an 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. 37187cc Make the GCC version proliferation worse by N+1 for the sake of by Chandler Carruth · 13 years ago
  38. 89bb614 fix autoconf build from r133710 by Dylan Noblesmith · 13 years ago
  39. 3404fe7 Build and use libcompiler_rt whenever possible. by Eric Christopher · 13 years ago
  40. 2a45fa7 Driver/Darwin: Honor -Xarch_FOO when the arch matches either the toolchain or by Daniel Dunbar · 13 years ago
  41. c370398 Be aware of (x86_64-redhat-linux6E-)g++44 on RHEL5. by NAKAMURA Takumi · 13 years ago
  42. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  43. 169dd31 Revert "hack in my new variables for GCC" by Chandler Carruth · 13 years ago
  44. 8afdd56 hack in my new variables for GCC by Chandler Carruth · 13 years ago
  45. 25a857b Toolchain support for Ubuntu Oneiric. Patch by Michael Wild! by Benjamin Kramer · 13 years ago
  46. 3393cef Make -m32 work on FreeBSD/PowerPC64. by Roman Divacky · 13 years ago
  47. c7409a0 We were looking at /usr/lib only if the distro had multilib. This is bogus: by Rafael Espindola · 13 years ago
  48. 5a640ef Add support for centos. by Rafael Espindola · 13 years ago
  49. 9af535a 80-col cleanup. by Eric Christopher · 13 years ago
  50. 304ed3f Untabify and fix whitespace. by NAKAMURA Takumi · 13 years ago
  51. 14ea13c We already have support for using c++ headers from a custom location. by Rafael Espindola · 13 years ago
  52. 0b200f6 Add Debian wheezy/sid to ToolChains.cpp. Patch by Michael Wild. PR10064. by Eli Friedman · 13 years ago
  53. f0b60ec Fix a bug in the most recent openSUSE support patch. by Chandler Carruth · 13 years ago
  54. 64a8917 add opensuse toolchain support, patch by Ismail Donmez! by Chris Lattner · 13 years ago
  55. d753b56 Add Redhat Enterprise Linux to the Linux toolchain, PR9769, by Chris Lattner · 13 years ago
  56. de5c048 - Fixes openSUSE detection for 11.4 and upcoming 12.1 by David Chisnall · 13 years ago
  57. 199e09a Add some support for RHEL5 systems. by Eric Christopher · 13 years ago
  58. 182564c Make the triple an explicit argument of FindTargetProgramPath. by Joerg Sonnenberger · 13 years ago
  59. 87e945f Driver/Darwin: Don't link -lgcc_s.1 when compiling as iOS for the simulator, by Daniel Dunbar · 13 years ago
  60. 3fd823b Driver/Darwin: Reject invalid arch combinations with by Daniel Dunbar · 13 years ago
  61. 5f5c37b Driver/Darwin: Change Darwin toolchain to explicitly track is-ios-sim bit, and by Daniel Dunbar · 13 years ago
  62. 9d609f2 Driver/Darwin: Sketch initial support for a -mios-simulator-version-min= flag by Daniel Dunbar · 13 years ago
  63. 80585d8 Let clang detect gcc triple on Ubuntu Natty. Patch by Thomas Jablin. by Nico Weber · 13 years ago
  64. 8a3a7f3 Driver/Darwin: Allow OS X deployment targets like 10.4.11, even though they by Daniel Dunbar · 13 years ago
  65. 0e02f6e Driver: Tweak -Xarch diags a bit more, we can't actually differentiate between by Daniel Dunbar · 13 years ago
  66. 7e9293b Driver: Improve -Xarch argument diagnostics a bit. by Daniel Dunbar · 13 years ago
  67. 659d23a Driver/Darwin: Switch to using -macosx for OS name in triples. by Daniel Dunbar · 13 years ago
  68. 729f38e Driver/Darwin: Switch to using new style triples. by Daniel Dunbar · 13 years ago
  69. 3cceec5 Driver/Darwin: Change to use generic iOS runtime library, which we now always need. by Daniel Dunbar · 13 years ago
  70. d130c7d Add ToolChain path support for linker on Slackware. by Ted Kremenek · 13 years ago
  71. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  72. 8f1cc07 Add support for Fedora16, gcc 4.6.0 and Fedora Rawhide. by Eric Christopher · 13 years ago
  73. 43ac297 Add ToolChain support to get Clang to recognize Ubuntu/ppc and Gentoo/ppc64. by Ted Kremenek · 13 years ago
  74. 1ec0ade Add clang support for cortex-m0 cpus. Patch by James Orr. by Bob Wilson · 14 years ago
  75. 05e5930 Memorize presence/absence of -nostdlib in Driver. by Joerg Sonnenberger · 14 years ago
  76. 5ce872f Driver/Darwin: Transparently fallback when compiling i386 -fapple-kext code, we by Daniel Dunbar · 14 years ago
  77. ac0659a Driver: Give SelectTool access to the action inputs. by Daniel Dunbar · 14 years ago
  78. 4702309 Driver/Darwin: Change fallback to use llvm-gcc search paths instead of GCC. by Daniel Dunbar · 14 years ago
  79. 79be940 Driver/Darwin: Kill the DarwinGCC toolchain. by Daniel Dunbar · 14 years ago
  80. 814638e Support Ubuntu hardy and intrepid, from Thomas Gamper! by Douglas Gregor · 14 years ago
  81. f0594d8 Fix driver for thumb-capable ARM hosts, from Mikko Lehtonen! by Douglas Gregor · 14 years ago
  82. 86643b8 Since getDriver().getInstalledDir() returns a const char *, don't try to by Benjamin Kramer · 14 years ago
  83. bbe8e3e Driver/Darwin: Be bug compatible with GCC and ignore -pg on ARM. by Daniel Dunbar · 14 years ago
  84. 20f1462 On FreeBSD, we don't want 'getDriver().Dir + "/../lib"' added to the by Roman Divacky · 14 years ago
  85. 34f9e29 Driver: Attmpt to fix some possibly UB that MSVC doesn't care for. by Daniel Dunbar · 14 years ago
  86. 3fd345a Add support for ArchLinux, patch by Kevin Winchester. by Chandler Carruth · 14 years ago
  87. 6b7367e improve support for SUSE Linux Enterprise Server 11 SP1 (x86_64). by Chris Lattner · 14 years ago
  88. 8ac38d7 Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because of by Daniel Dunbar · 14 years ago
  89. 8e50a96 Add NetBSD target support. Patch by Joerg Sonnenberger. by Benjamin Kramer · 14 years ago
  90. e10f900 Add support for x86-64 Mandriva 2010.2. Reported by 'rindolf' on IRC! by Nick Lewycky · 14 years ago
  91. 48aef36 optimize out a temporary sys::Path by Chris Lattner · 14 years ago
  92. 2dea7c7 replace all uses of PathV1::IsSymlink with PathV2::is_symlink. by Michael J. Spencer · 14 years ago
  93. 32bef4e Replace all uses of PathV1::exists with PathV2::fs::exists. by Michael J. Spencer · 14 years ago
  94. 3fdcc6f Remove stray emacs mode markers in all these files that was causing emacs to by Nick Lewycky · 14 years ago
  95. 4eeebc4 MemoryBuffer API update. by Michael J. Spencer · 14 years ago
  96. 3a321e2 Use error_code instead of std::string* for MemoryBuffer. by Michael J. Spencer · 14 years ago
  97. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  98. 1d636c2 Add missing else. by Rafael Espindola · 14 years ago
  99. e4539ef Check for gcc 4.3.4. by Rafael Espindola · 14 years ago
  100. 2a69ddd add support for the i686-pc-linux-gnu triple (used by Gentoo x86) by Nuno Lopes · 14 years ago