1. 3404fe7 Build and use libcompiler_rt whenever possible. by Eric Christopher · 13 years ago
  2. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  3. 182564c Make the triple an explicit argument of FindTargetProgramPath. by Joerg Sonnenberger · 13 years ago
  4. 5f5c37b Driver/Darwin: Change Darwin toolchain to explicitly track is-ios-sim bit, and by Daniel Dunbar · 13 years ago
  5. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  6. 4035580 Driver/Darwin: Tweak link logic for simulator. by Daniel Dunbar · 13 years ago
  7. ac0659a Driver: Give SelectTool access to the action inputs. by Daniel Dunbar · 13 years ago
  8. 79be940 Driver/Darwin: Kill the DarwinGCC toolchain. by Daniel Dunbar · 13 years ago
  9. bbe8e3e Driver/Darwin: Be bug compatible with GCC and ignore -pg on ARM. by Daniel Dunbar · 13 years ago
  10. 2fb468d Disable default synthesized properties until we can properly re-evaluate the feature. by Ted Kremenek · 14 years ago
  11. 398c610 build: Add support for DISABLE_DEFAULT_STRICT_ALIASING, which does what one by Daniel Dunbar · 14 years ago
  12. 8e50a96 Add NetBSD target support. Patch by Joerg Sonnenberger. by Benjamin Kramer · 14 years ago
  13. c32647d Add -fobjc-default-synthesized-properties flag by Ted Kremenek · 14 years ago
  14. c1da981 Use ld directly on linux. Changes from the previous try: by Rafael Espindola · 14 years ago
  15. 138e66f Revert while I debug test failures :-( by Rafael Espindola · 14 years ago
  16. 29a88f4 Switch clang to run ld directly on linux. I tested this on all the linux by Rafael Espindola · 14 years ago
  17. e43cfa1 Switch to using the integrated assembler by default on x86 and x86-64 ELF by Rafael Espindola · 14 years ago
  18. 7433fed Driver: implement driver automagic support for -lcc_kext by Shantonu Sen · 14 years ago
  19. 132e35d Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd. by Daniel Dunbar · 14 years ago
  20. efe91ea Driver/DarwinClang: The new toolchain definition is going to drop the -L inside by Daniel Dunbar · 14 years ago
  21. b993f5d Driver: Add a toolchain hook for whether the system has native LLVM support. by Daniel Dunbar · 14 years ago
  22. 00577ad Driver: Move Clang "triple" computation routines to method on the by Daniel Dunbar · 14 years ago
  23. ff58e36 Visual Studio tools used on win32 hosts when targeting win32. by Michael J. Spencer · 14 years ago
  24. ba30bbe Run the assembler instead of gcc on Linux. by Rafael Espindola · 14 years ago
  25. 25b58eb Driver/Darwin: Change where Darwin computes the host version, to normalize tool by Daniel Dunbar · 14 years ago
  26. c2bda62 Driver/Darwin: Inline some constants. by Daniel Dunbar · 14 years ago
  27. 214afe9 Driver/FreeBSD: Change how FreeBSD derives the Lib32 variable, to normalize tool by Daniel Dunbar · 14 years ago
  28. 4180011 Driver: Move HostInfo::lookupTypeForExtension to ToolChain::LookupTypeForExtension. by Daniel Dunbar · 14 years ago
  29. ef44a5d Driver/Darwin: Always allow blocks on Darwin, so that users can conditionally by Daniel Dunbar · 14 years ago
  30. 60baf0f Driver/Darwin: Add deployment target after doing argument translation, so that by Daniel Dunbar · 14 years ago
  31. c0e665e Driver: Factor out Darwin::AddDeploymentTarget. by Daniel Dunbar · 14 years ago
  32. 38e317d add driver support for minix, patch by Kees van Reeuwijk from PR7583 by Chris Lattner · 14 years ago
  33. 71a6cbc Driver: Add make variable to allow disabling default integrated assembler, till by Daniel Dunbar · 14 years ago
  34. 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
  35. eb840bd Driver: Enable -integrated-as by default, at least for Darwin/x86 without -static. by Daniel Dunbar · 14 years ago
  36. 92dd191 VISIBILITY_HIDDEN was renamed LLVM_LIBRARY_VISIBILITY. by Duncan Sands · 14 years ago
  37. f645aaa Driver/Darwin: Fix Objective-C non-fragile ABI and dispatch method defaults, which were wrong in numerous places. by Daniel Dunbar · 14 years ago
  38. f643b9b NeXT: Clean up dispatch method policy selection. by Daniel Dunbar · 14 years ago
  39. 43a9b32 Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support them. by Daniel Dunbar · 14 years ago
  40. 03d87ee Driver: Fix possible crash when targetting an unknown (unsupported) Darwin by Daniel Dunbar · 14 years ago
  41. 3a47c4e add TCE target support, patch by Pekka J! by Chris Lattner · 14 years ago
  42. b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 15 years ago
  43. 609508c Driver/Darwin: Darwin uses -fobjc-legacy-dispatch on ARM. by Daniel Dunbar · 15 years ago
  44. 5435fc9 Driver/Darwin: Eliminate invalid uses of DarwinVersion -- this fixes a number of by Daniel Dunbar · 15 years ago
  45. ce3fdf2 Driver/Darwin: Simplify target version checks. by Daniel Dunbar · 15 years ago
  46. cacb0f0 Driver/Darwin: Fix a few link arguments when targetting different iPhoneOS by Daniel Dunbar · 15 years ago
  47. cc8e189 Driver/Darwin: Eliminate confusing IsIPhoneOS parameter -- this was actually by Daniel Dunbar · 15 years ago
  48. 2603137 Driver/Darwin: Track target platform more explicitly in tool chain, eventually by Daniel Dunbar · 15 years ago
  49. 314cba0 Simplify. by Daniel Dunbar · 15 years ago
  50. 816bc31 Driver/Darwin: Honor IPHONEOS_DEPLOYMENT_TARGET. by Daniel Dunbar · 15 years ago
  51. eeff406 Driver/Darwin/ld: Factor out getDarwinArchName, for getting the "Darwin" arch by Daniel Dunbar · 15 years ago
  52. c31176d Use -fno-math-errno by default, and remove the IsMathErrnoDefault by Dan Gohman · 15 years ago
  53. f2d8b9f Add -dwarf-debug-flags, which provides a way to embed the cc1 level options used by Daniel Dunbar · 15 years ago
  54. 9e5cc6b Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, by Daniel Dunbar · 15 years ago
  55. 55bac53 Revert r83443. by Ted Kremenek · 15 years ago
  56. 44da821 Fixup pathnames. by Mike Stump · 15 years ago
  57. 1d4612b Split Darwin toolchain into Clang and GCC Darwin toolchains with a common base. by Daniel Dunbar · 15 years ago
  58. 6cd4154 Lift AddLinkRuntimeLibArgs into Darwin tool chain. by Daniel Dunbar · 15 years ago
  59. 608d04c Move isMacosxVersionLT helpers to Darwin tool chain. by Daniel Dunbar · 15 years ago
  60. 48d5aae Lift getMacosxVersionMin out into Darwin ToolChain. by Daniel Dunbar · 15 years ago
  61. 6b200b2 Lift AddLinkerSearchPaths() into Darwin tool chain. by Daniel Dunbar · 15 years ago
  62. 0dcb9a3 Push bound architecture name into TranslateArgs. by Daniel Dunbar · 15 years ago
  63. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  64. 30392de Darwin: Pass -iphoneos-version-min to ld when building for ARM. by Daniel Dunbar · 15 years ago
  65. f395528 Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. by Daniel Dunbar · 15 years ago
  66. e7925a0 Second half of, clang, AuroraUX toolchain support. by Edward O'Callaghan · 15 years ago
  67. f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  68. 6b3454a Fix for PR4140: Add the start of a Linux toolchain (basically, just by Eli Friedman · 15 years ago
  69. cb8ab23 (llvm up) Use llvm::Triple for storing target triples. by Daniel Dunbar · 15 years ago
  70. 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 15 years ago
  71. 75358d2 Driver: Sketch FreeBSD tool chain. - Patch by Ed Schouten! by Daniel Dunbar · 15 years ago
  72. 02633b5 Driver: Add darwin::Link tool. by Daniel Dunbar · 15 years ago
  73. ec069ed Driver: Implement Darwin_X86 tool chain level argument translation. by Daniel Dunbar · 15 years ago
  74. f3cad36 Driver: Prep for tool chain specific argument translation. by Daniel Dunbar · 15 years ago
  75. c50b00d Driver: Setup file and program search paths in tool chains. by Daniel Dunbar · 15 years ago
  76. 8eddb3f Driver: Sketch Darwin tool chains. by Daniel Dunbar · 15 years ago
  77. 3917608 Driver: Move tool chain implementations into ToolChains.cpp. by Daniel Dunbar · 15 years ago
  78. 7e4534d Driver: Release Host, ToolChain, and Tool implementations. by Daniel Dunbar · 15 years ago
  79. 31b1e54 Driver: Add name to Tool (for testing/debugging) and move GCC_* tools by Daniel Dunbar · 15 years ago
  80. 985b825 Driver: GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace. by Daniel Dunbar · 15 years ago
  81. 670b7f4 Driver: Stub out generic GCC tool selection. by Daniel Dunbar · 15 years ago
  82. 83b08eb Driver: Stub out generic GCC tool chain implementation. by Daniel Dunbar · 15 years ago