1. 14605ff Use the integrated assembler on NetBSD/powerpc by default. by Joerg Sonnenberger · 11 years ago
  2. f15b26c Enhance the clang -v gcc debug printing to skip obviously bad and duplicate paths. by Benjamin Kramer · 11 years ago
  3. ed5f28f Add a convenient way to compare GCCVersions without creating temporary objects. by Benjamin Kramer · 11 years ago
  4. 6365ab9 Start keeping track of what work was done to detect a GCC installation by Chandler Carruth · 11 years ago
  5. d79486a Reword and reformat some of the "Multiarch" code in the toolchain setup. by Chandler Carruth · 11 years ago
  6. dd0b3c4 [Driver] Remove the using namespace directives from headers by Reid Kleckner · 11 years ago
  7. a265461 Try to fix the windows build. by Rafael Espindola · 11 years ago
  8. 9adba39 Default to PIE and using stack protection on OpenBSD. by Rafael Espindola · 11 years ago
  9. a7efaf9 Add support for -stdlib=libc++ in the NetBSD toolchain. by Joerg Sonnenberger · 11 years ago
  10. 8e8e95c Supports Sourcery CodeBench Mips toolchain directories tree. by Simon Atanasyan · 11 years ago
  11. 52ca70d If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate. by Peter Collingbourne · 11 years ago
  12. f48b93c Remove the Tools DensMap from the toolchain. by Rafael Espindola · 12 years ago
  13. c0a55d1 Finish refactoring the tool selection logic. by Rafael Espindola · 12 years ago
  14. 5b22205 Centralize the recording of which tools have been constructed. by Rafael Espindola · 12 years ago
  15. f326056 Use early returns when checking if we already constructed a tool and when by Rafael Espindola · 12 years ago
  16. 26adbe4 Remove unused argument. by Rafael Espindola · 12 years ago
  17. af370e6 Pass an ArgList to every toolchain constructor. Remove the useIntegratedAs by Rafael Espindola · 12 years ago
  18. e5dce30 Remove unused argument. by Rafael Espindola · 12 years ago
  19. f2e7c35 Driver: add support for new style multiarch in Ubuntu 13.04 by Dmitri Gribenko · 12 years ago
  20. 5b9f5cc Default to enabling default-synthesized ivars on all platforms by David Chisnall · 12 years ago
  21. c264e16 Add support for AArch64 target. by Tim Northover · 12 years ago
  22. 27fa236 Initial support for FreeBSD on ARM. Patch by Andrew Turner. by Rafael Espindola · 12 years ago
  23. 5fdf350 Hexagon TC: Reimplement Link::ConstructJob to call linker directly by Matthew Curtis · 12 years ago
  24. 6781415 Hexagon TC: Move getHexagonTargetCPU from Tools.cpp to ToolChains.cpp by Matthew Curtis · 12 years ago
  25. b3489a0 Hexagon TC: Update toolchain to add appropriate include paths by Matthew Curtis · 12 years ago
  26. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  27. f8fc627 Remove an extra semicolon. by Chad Rosier · 12 years ago
  28. a6b2581 Fix the '-fuse-init-array' option to actually be an option. by Chandler Carruth · 12 years ago
  29. 69b77d7 [Sanitizer] force linking with static sanitizer runtimes on Darwin even if they are not found in resource directory. Add test checking sanitizer linker flags on Darwin. by Alexey Samsonov · 12 years ago
  30. 7ce816a Completely re-work how the Clang driver interprets PIC and PIE options. by Chandler Carruth · 12 years ago
  31. 3d145f6 block extended signatur option. Change previous option by Fariborz Jahanian · 12 years ago
  32. 377e5c1 Remove old driver code to grab the iOS simulator version from the -D option. by Bob Wilson · 12 years ago
  33. 458871a Remove more code related to invoking llvm-gcc. <rdar://problem/11991320> by Bob Wilson · 12 years ago
  34. f4bd329 Add support of MIPS n32 ABI to the Clang driver. The fix builds correct library/object files paths and passes appropriate command line options to the linker if user provides -mabi=n32 option. by Simon Atanasyan · 12 years ago
  35. 03a8638 Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit. by Rafael Espindola · 12 years ago
  36. 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 12 years ago
  37. 42f74f2 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 12 years ago
  38. 51a0a94 Make property synthesis the default on Windows. by Fariborz Jahanian · 12 years ago
  39. 2c7886d Hoist the logic for selecting the Objective-C dispatch method into the runtime by David Chisnall · 12 years ago
  40. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  41. 8af669f Add a -fuse-init-array option to cc1 and map to the UseInitArray target by Rafael Espindola · 12 years ago
  42. 4ec2678 Move the iOSVersionMin string to a header so as to avoid a dangling pointer. by Chad Rosier · 12 years ago
  43. 4206c27 Rip out old code for finding libraries in GCC's directories. by Bob Wilson · 12 years ago
  44. 769aa2d Driver: Turn the default value for -fmath-errno into a proper target hook and disable it by default on more platforms. by Benjamin Kramer · 12 years ago
  45. c3cb072 Make a modern Objective-C runtime the default target for *BSD. Don't yet change this on GNU/Linux, where the GCC runtime still tends to be used. by David Chisnall · 12 years ago
  46. 09c9a56 Use VersionTuple to manage macosx versions in the driver. No functionality change. by Benjamin Kramer · 13 years ago
  47. 2a25396 Enable default @synthesize by default. by Ted Kremenek · 13 years ago
  48. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 13 years ago
  49. 5840dd9 [driver] Emit an error when trying to use ARC on macosx earlier than 10.6 by Argyrios Kyrtzidis · 13 years ago
  50. 033d300 Re-enable the Darwin ARM integrated assembler. by Jim Grosbach · 13 years ago
  51. f186879 Temporarily revert r151288: by Chad Rosier · 13 years ago
  52. d649586 ARM: enable the integrated assembler by default for Darwin. by Jim Grosbach · 13 years ago
  53. 0e65959 Implement a -gcc-toolchain command line option that does the same as by Rafael Espindola · 13 years ago
  54. 31c4690 First pass at Solaris toolchain support. This version compiles and links hello by David Chisnall · 13 years ago
  55. d747efa Begin refactoring to use the newly added triple predicates for by Chandler Carruth · 13 years ago
  56. 1d16f0f Revert r149083 which is not the direction we're going in the Clang by Chandler Carruth · 13 years ago
  57. 34144f6 Keep track of the original target the user specified before by Joerg Sonnenberger · 13 years ago
  58. 32f88be Remove the 'ToolTriple' concept from the NetBSD toolchain along with my by Chandler Carruth · 13 years ago
  59. 4d7ff6e Switch the ToolChain types to all store a Driver reference rather than by Chandler Carruth · 13 years ago
  60. 1c6f04a Make a major refactoring to how the GCC installation detection works. by Chandler Carruth · 13 years ago
  61. fa5be91 Address one part of the FIXME I introduced my switching the triple by Chandler Carruth · 13 years ago
  62. 5d84bb4 At least within these classes, consistently spell 'GCC' as 'GCC'. by Chandler Carruth · 13 years ago
  63. 99ba9e3 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  64. 79cbbdc Split the Windows toolchain definition into its own file. This is by Chandler Carruth · 13 years ago
  65. dfba027 Enable stack protectors by default for iOS. <rdar://problem/8836680> by Bob Wilson · 13 years ago
  66. 9631939 Hexagon backend support by Tony Linthicum · 13 years ago
  67. 6d402dc Misc Minix-specific changes to clang: by Eli Friedman · 13 years ago
  68. c24767c Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allow by Daniel Dunbar · 13 years ago
  69. d936d9d Fix an issue that Duncan discovered on a specific (no longer current) by Chandler Carruth · 13 years ago
  70. b37fe61 Begin lifting some of the one-off checking logic into generic helper by Chandler Carruth · 13 years ago
  71. 19347ed Move the GCC installation detection logic down into the Generic_GCC by Chandler Carruth · 13 years ago
  72. 7902d76 The version objects need to actually store the version strings; they by Chandler Carruth · 13 years ago
  73. 0e29dbb Lift the GCCVersion type into the header file and start persisting it in by Chandler Carruth · 13 years ago
  74. fa13459 Switch some of these interfaces from std::string to StringRef and Twine. by Chandler Carruth · 13 years ago
  75. 69cd4aa Remove a pointless member. I have no idea why I made this not a local by Chandler Carruth · 13 years ago
  76. f13b13e Move the GCC installation detection helper a member of the Linux by Chandler Carruth · 13 years ago
  77. 7d7e9f9 Move the Linux header searching from the Frontend to the Driver. This is by Chandler Carruth · 13 years ago
  78. ca23419 Begin the migration of header search logic to the driver, starting with by Chandler Carruth · 13 years ago
  79. 163b151 Clang driver changes for iOS 5.0 and OS X Lion support. by Bob Wilson · 13 years ago
  80. 8aa76ea For i386 kext fallback to llvm-gcc, search paths for several Darwin versions. by Bob Wilson · 13 years ago
  81. 61ab80a [driver] Default to arm mode when using the integrated assembler. by Chad Rosier · 13 years ago
  82. 13db5cf Treat the weak export of block runtime symbols as a deployment-target by John McCall · 13 years ago
  83. e3685fd default property synthesis is off by default for now. by Fariborz Jahanian · 13 years ago
  84. 4a042470 objective-c: Make auto synthesis of properties the default. by Fariborz Jahanian · 13 years ago
  85. 2fef111 enable -fstack-protector on 10.5 for usermode binaries by default. by Nico Weber · 13 years ago
  86. 686775d now that we have a centralized place to do so, add some using declarations for by Chris Lattner · 13 years ago
  87. 9f084a3 Change the driver's logic about Objective-C runtimes: abstract out a by John McCall · 13 years ago
  88. 3404fe7 Build and use libcompiler_rt whenever possible. by Eric Christopher · 13 years ago
  89. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  90. 182564c Make the triple an explicit argument of FindTargetProgramPath. by Joerg Sonnenberger · 13 years ago
  91. 5f5c37b Driver/Darwin: Change Darwin toolchain to explicitly track is-ios-sim bit, and by Daniel Dunbar · 13 years ago
  92. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  93. 4035580 Driver/Darwin: Tweak link logic for simulator. by Daniel Dunbar · 13 years ago
  94. ac0659a Driver: Give SelectTool access to the action inputs. by Daniel Dunbar · 14 years ago
  95. 79be940 Driver/Darwin: Kill the DarwinGCC toolchain. by Daniel Dunbar · 14 years ago
  96. bbe8e3e Driver/Darwin: Be bug compatible with GCC and ignore -pg on ARM. by Daniel Dunbar · 14 years ago
  97. 2fb468d Disable default synthesized properties until we can properly re-evaluate the feature. by Ted Kremenek · 14 years ago
  98. 398c610 build: Add support for DISABLE_DEFAULT_STRICT_ALIASING, which does what one by Daniel Dunbar · 14 years ago
  99. 8e50a96 Add NetBSD target support. Patch by Joerg Sonnenberger. by Benjamin Kramer · 14 years ago
  100. c32647d Add -fobjc-default-synthesized-properties flag by Ted Kremenek · 14 years ago