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