1. 8e50a96 Add NetBSD target support. Patch by Joerg Sonnenberger. by Benjamin Kramer · 13 years ago
  2. e10f900 Add support for x86-64 Mandriva 2010.2. Reported by 'rindolf' on IRC! by Nick Lewycky · 13 years ago
  3. 48aef36 optimize out a temporary sys::Path by Chris Lattner · 14 years ago
  4. 2dea7c7 replace all uses of PathV1::IsSymlink with PathV2::is_symlink. by Michael J. Spencer · 14 years ago
  5. 32bef4e Replace all uses of PathV1::exists with PathV2::fs::exists. by Michael J. Spencer · 14 years ago
  6. 3fdcc6f Remove stray emacs mode markers in all these files that was causing emacs to by Nick Lewycky · 14 years ago
  7. 4eeebc4 MemoryBuffer API update. by Michael J. Spencer · 14 years ago
  8. 3a321e2 Use error_code instead of std::string* for MemoryBuffer. by Michael J. Spencer · 14 years ago
  9. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  10. 1d636c2 Add missing else. by Rafael Espindola · 14 years ago
  11. e4539ef Check for gcc 4.3.4. by Rafael Espindola · 14 years ago
  12. 2a69ddd add support for the i686-pc-linux-gnu triple (used by Gentoo x86) by Nuno Lopes · 14 years ago
  13. 53dd00b Add support for distros that like x86_64-unknown-linux-gnu. by Rafael Espindola · 14 years ago
  14. 5ede807 Add driver support for Ubuntu 9.10. by Zhongxing Xu · 14 years ago
  15. 0a84aee Add support for Exherbo. Patch by Elias Pipping. by Rafael Espindola · 14 years ago
  16. 021aaa4 Add support for Ubuntu Jaunty. by Rafael Espindola · 14 years ago
  17. fe3a7ea Add a forgotten break. Found by Rafael Espindola! by Roman Divacky · 14 years ago
  18. 67dece7 Use integrated-as for processing .s files on FreeBSD. Copied by Roman Divacky · 14 years ago
  19. 94c8022 Pass "-z relro" as two arguments. This works with both gnu ld and gold. by Rafael Espindola · 14 years ago
  20. dda5b92 Use the integrated assembler when procession .s files on OpenBSD and Linux. by Rafael Espindola · 14 years ago
  21. c1da981 Use ld directly on linux. Changes from the previous try: by Rafael Espindola · 14 years ago
  22. 138e66f Revert while I debug test failures :-( by Rafael Espindola · 14 years ago
  23. 29a88f4 Switch clang to run ld directly on linux. I tested this on all the linux by Rafael Espindola · 14 years ago
  24. e43cfa1 Switch to using the integrated assembler by default on x86 and x86-64 ELF by Rafael Espindola · 14 years ago
  25. 362ed70 Driver/Darwin: Remove a useless warning about missing runtime libraries. These by Daniel Dunbar · 14 years ago
  26. 885b1db Driver/Darwin: Add a runtime library just for ___eprintf -- when targeting i386 by Daniel Dunbar · 14 years ago
  27. 7433fed Driver: implement driver automagic support for -lcc_kext by Shantonu Sen · 14 years ago
  28. 0e50ee4 Driver/DarwinClang: Add GCC libexec paths so we can find the cc1 binaries if we by Daniel Dunbar · 14 years ago
  29. 132e35d Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd. by Daniel Dunbar · 14 years ago
  30. efe91ea Driver/DarwinClang: The new toolchain definition is going to drop the -L inside by Daniel Dunbar · 14 years ago
  31. b993f5d Driver: Add a toolchain hook for whether the system has native LLVM support. by Daniel Dunbar · 14 years ago
  32. 34916db Add missing #include by Douglas Gregor · 14 years ago
  33. 3f2cc6f fix a hard coded version number, PR8031. Patch by 'nobled'. by Chris Lattner · 14 years ago
  34. 3a0e392 Driver/Darwin: Pass the right arch specific dir for ARM, when linking. by Daniel Dunbar · 14 years ago
  35. 00577ad Driver: Move Clang "triple" computation routines to method on the by Daniel Dunbar · 14 years ago
  36. eab3bc4 Driver/Darwin: When using the simplified Clang toolchain, make sure to also pass by Daniel Dunbar · 14 years ago
  37. e97673f Add two new enumerations to the unsupported list for Windows so that all cases by Chandler Carruth · 14 years ago
  38. ff58e36 Visual Studio tools used on win32 hosts when targeting win32. by Michael J. Spencer · 14 years ago
  39. ba30bbe Run the assembler instead of gcc on Linux. by Rafael Espindola · 14 years ago
  40. 25b58eb Driver/Darwin: Change where Darwin computes the host version, to normalize tool by Daniel Dunbar · 14 years ago
  41. c2bda62 Driver/Darwin: Inline some constants. by Daniel Dunbar · 14 years ago
  42. 214afe9 Driver/FreeBSD: Change how FreeBSD derives the Lib32 variable, to normalize tool by Daniel Dunbar · 14 years ago
  43. 4180011 Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExtension. by Daniel Dunbar · 14 years ago
  44. edf29b0 Driver: Keep track of a separate "install dir", which is the path where clang by Daniel Dunbar · 14 years ago
  45. 60baf0f Driver/Darwin: Add deployment target after doing argument translation, so that by Daniel Dunbar · 14 years ago
  46. c0e665e Driver: Factor out Darwin::AddDeploymentTarget. by Daniel Dunbar · 14 years ago
  47. 2bb38d0 Driver/Darwin: Resolve deployment target defaulting to be more predictable; by Daniel Dunbar · 14 years ago
  48. 38e317d add driver support for minix, patch by Kees van Reeuwijk from PR7583 by Chris Lattner · 14 years ago
  49. 424b661 Driver/Darwin: Add one -L for the DarwinClang toolchain to point into the gcc by Daniel Dunbar · 14 years ago
  50. 7fb2c25 Driver/FreeBSD: Add libexec to program search paths, to workaround some build by Daniel Dunbar · 14 years ago
  51. 0e10031 Driver: Eliminate uses of Arg::getIndex. by Daniel Dunbar · 14 years ago
  52. 9d0863b Driver: Add DerivedArgList::AddFOOArg helper functions, and switch to using them. by Daniel Dunbar · 14 years ago
  53. 279c1db Driver: Add an explicit argument translation phase to the driver itself. We are going to need this to handle things like -Xassembler, -Xpreprocessor, and -Xlinker which we might have to introspect. by Daniel Dunbar · 14 years ago
  54. 6e0f254 Driver: Add an explicit dsymutil action. by Daniel Dunbar · 14 years ago
  55. 0f602de Driver: Switch to using the integrated assembler for standalone assembly jobs by Daniel Dunbar · 14 years ago
  56. e3c153a Driver: Only add extra -L paths on darwin if they exist. Unfortunately, this by Daniel Dunbar · 14 years ago
  57. 43a9b32 Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support them. by Daniel Dunbar · 14 years ago
  58. 8bc9c55 Driver/Darwin/x86: When linking, incorporate -L paths based on the path where by Daniel Dunbar · 14 years ago
  59. 84d1e6e Driver: Fix thinkos that prevented Clang from picking the right deployment by Daniel Dunbar · 14 years ago
  60. 3a47c4e add TCE target support, patch by Pekka J! by Chris Lattner · 14 years ago
  61. b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 14 years ago
  62. 3905367 Driver/Darwin: Don't error/warn on conflicting deployment targets. Apparently by Daniel Dunbar · 14 years ago
  63. 1a3c1d9 Driver/Darwin: Fix a crash when diagnosing conflicting deployment targets. by Daniel Dunbar · 14 years ago
  64. 5435fc9 Driver/Darwin: Eliminate invalid uses of DarwinVersion -- this fixes a number of by Daniel Dunbar · 14 years ago
  65. ce3fdf2 Driver/Darwin: Simplify target version checks. by Daniel Dunbar · 14 years ago
  66. cc8e189 Driver/Darwin: Eliminate confusing IsIPhoneOS parameter -- this was actually by Daniel Dunbar · 14 years ago
  67. 251ca6c Driver/Darwin: Switch to using isTargetIPhoneOS where appropriate. by Daniel Dunbar · 14 years ago
  68. 2603137 Driver/Darwin: Track target platform more explicitly in tool chain, eventually by Daniel Dunbar · 14 years ago
  69. 816bc31 Driver/Darwin: Honor IPHONEOS_DEPLOYMENT_TARGET. by Daniel Dunbar · 14 years ago
  70. eec9910 Driver/Darwin: Update tool chain to use static clang_rt libraries provided by by Daniel Dunbar · 14 years ago
  71. eeff406 Driver/Darwin/ld: Factor out getDarwinArchName, for getting the "Darwin" arch by Daniel Dunbar · 14 years ago
  72. 6cfb3ef Remove ../libexec from clang program search path, clang-cc is dead. by Daniel Dunbar · 15 years ago
  73. 8a0d94d Fix a FIXME. by Daniel Dunbar · 15 years ago
  74. c31176d Use -fno-math-errno by default, and remove the IsMathErrnoDefault by Dan Gohman · 15 years ago
  75. ee788e7 Add ToolChain::getDriver() and use it instead of going through the HostInfo by Daniel Dunbar · 15 years ago
  76. f2d8b9f Add -dwarf-debug-flags, which provides a way to embed the cc1 level options used by Daniel Dunbar · 15 years ago
  77. 9f61aa9 Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave by Jeffrey Yasskin · 15 years ago
  78. 265e9ef Driver: ArgList doesn't depend on Options.h anymore. by Daniel Dunbar · 15 years ago
  79. 9e1f982 Driver: Introduce OptSpecifier class for protecting access to an option id. by Daniel Dunbar · 15 years ago
  80. e4bdae7 Driver: Switch to using explicit {getLast,has}ArgNoClaim functions instead of taking a Claim argument. by Daniel Dunbar · 15 years ago
  81. 27e738d Driver: Split OptTable out into OptTable.{h,cpp} by Daniel Dunbar · 15 years ago
  82. 1d189e1 Driver: Store Option ID field as unsigned to drop dependency on the options by Daniel Dunbar · 15 years ago
  83. 080fb19 Driver: Fix thinko in logic for finding gcc's tool chain directory. by Daniel Dunbar · 15 years ago
  84. 87f9fd9 Driver: don't produce bogus osx version numbers if no version (aka 0) was specified. by Benjamin Kramer · 15 years ago
  85. 74782b0 Driver: If unable to find the gcc tool chain, try the next OS rev. by Daniel Dunbar · 15 years ago
  86. 7adf949 AuroraUX toolchain fixes. by Edward O'Callaghan · 15 years ago
  87. 55bac53 Revert r83443. by Ted Kremenek · 15 years ago
  88. 44da821 Fixup pathnames. by Mike Stump · 15 years ago
  89. a92ba27 Fix truck sized thinko where Darwin/ARM toolchain didn't look for programs in by Daniel Dunbar · 15 years ago
  90. 1d4612b Split Darwin toolchain into Clang and GCC Darwin toolchains with a common base. by Daniel Dunbar · 15 years ago
  91. 6cd4154 Lift AddLinkRuntimeLibArgs into Darwin tool chain. by Daniel Dunbar · 15 years ago
  92. 48d5aae Lift getMacosxVersionMin out into Darwin ToolChain. by Daniel Dunbar · 15 years ago
  93. 6b200b2 Lift AddLinkerSearchPaths() into Darwin tool chain. by Daniel Dunbar · 15 years ago
  94. 84ec96c Improve Darwin argument translation to match what the driver driver does. by Daniel Dunbar · 15 years ago
  95. 0dcb9a3 Push bound architecture name into TranslateArgs. by Daniel Dunbar · 15 years ago
  96. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  97. a6046be Fix ShouldUseClangCompiler to use llvm::Triple. by Daniel Dunbar · 15 years ago
  98. 30392de Darwin: Pass -iphoneos-version-min to ld when building for ARM. by Daniel Dunbar · 15 years ago
  99. f395528 Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. by Daniel Dunbar · 15 years ago
  100. 8f28962 Remove unused argument. by Daniel Dunbar · 15 years ago