1. c18c423 Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same by Richard Smith · 13 years ago
  2. 1052c1d Change the linker emulation name for FreeBSD/PPC32. by Roman Divacky · 13 years ago
  3. 5d4d980 Teach the driver about failure result files, which are compilation by Peter Collingbourne · 13 years ago
  4. ecff7c8 Driver: Remove the signal number from the "command failed" diagnostic. by Benjamin Kramer · 13 years ago
  5. f471487 clang/Darwin: Use the compiler-rt provided profile library. by Daniel Dunbar · 13 years ago
  6. 1b4eca6 Add -f[no-]address-sanitizer flag by Kostya Serebryany · 13 years ago
  7. e1ba5be Don't track depfiles as result files which need to be cleaned up on failure. by Matt Beaumont-Gay · 13 years ago
  8. 5a5dcdc Search for libstdc++.dylib in llvm-gcc's files on darwin10. rdar://10419079 by Bob Wilson · 13 years ago
  9. d7df785 Add Linux multiarch include directories for mips/mipsel. Patch from Simon Atanasyan. by Eli Friedman · 13 years ago
  10. 36f6e30 Add top-level driver option '--serialize-diagnostics' for serialize compiler diagnostics to a file. by Ted Kremenek · 13 years ago
  11. d936d9d Fix an issue that Duncan discovered on a specific (no longer current) by Chandler Carruth · 13 years ago
  12. 5bea4f6 Misc fixes for clang driver on Mips Linux. Patch by Simon Atanasyan. by Eli Friedman · 13 years ago
  13. c44bc2d Add a default system include of '/include'. This isn't particularly by Chandler Carruth · 13 years ago
  14. cf6ba2e Whitespace. by Chad Rosier · 13 years ago
  15. 55ccbd5 Tablegenify -g options. by Chad Rosier · 13 years ago
  16. f2db04c Fix an unsafe use of Twine. by Benjamin Kramer · 13 years ago
  17. 0764308 Rip out one of the features I added for the driver-include-management. by Chandler Carruth · 13 years ago
  18. eb35ffc Fix Linux libc++ usage. Somehow this slipped through during the port. by Chandler Carruth · 13 years ago
  19. b37fe61 Begin lifting some of the one-off checking logic into generic helper by Chandler Carruth · 13 years ago
  20. 19347ed Move the GCC installation detection logic down into the Generic_GCC by Chandler Carruth · 13 years ago
  21. 089b272 Remove an old OpenSUSE hack that is no longer needed -- it is exactly by Chandler Carruth · 13 years ago
  22. d1f7306 Remove the HasMultilib check. It was essentially useless. The driver now by Chandler Carruth · 13 years ago
  23. 7902d76 The version objects need to actually store the version strings; they by Chandler Carruth · 13 years ago
  24. abaa1d7 Throw the switch and move all Linux header search over to the GCC by Chandler Carruth · 13 years ago
  25. 6a21e65 Add a missing triple spotted by inspecting and testing of the include by Chandler Carruth · 13 years ago
  26. 0e29dbb Lift the GCCVersion type into the header file and start persisting it in by Chandler Carruth · 13 years ago
  27. fa13459 Switch some of these interfaces from std::string to StringRef and Twine. by Chandler Carruth · 13 years ago
  28. a463089 Take a better approach to detecting and selecting multiarch include by Chandler Carruth · 13 years ago
  29. 0170fff Revert r143864, as the problem I was actually looking at can be solved by Chandler Carruth · 13 years ago
  30. 5ffa3ee Start pruning down the set of flags passed to CC1 for header search. by Chandler Carruth · 13 years ago
  31. b84575e Fixing -g break caused by a dead reference to a temporary introduced in r143732. by David Blaikie · 13 years ago
  32. 54db68b Add the depfile as a result file so that it is deleted if we crash, by Peter Collingbourne · 13 years ago
  33. cb2e00f Enhance the GCC version parsing and comparison logic to handle some more by Chandler Carruth · 13 years ago
  34. 69cd4aa Remove a pointless member. I have no idea why I made this not a local by Chandler Carruth · 13 years ago
  35. ca28a89 Remove a no-longer needed helper function. Thanks for implementing this Michael! by Chandler Carruth · 13 years ago
  36. f13b13e Move the GCC installation detection helper a member of the Linux by Chandler Carruth · 13 years ago
  37. 258883b Remove support for Gentoo subversion-ebuild installed llvm-gcc libstdc++ by Chandler Carruth · 13 years ago
  38. 7d7e9f9 Move the Linux header searching from the Frontend to the Driver. This is by Chandler Carruth · 13 years ago
  39. 6fdebee Try to reduce the nastiness that creeps in through Windows.h a bit. by Benjamin Kramer · 13 years ago
  40. 5183b3d [driver] If we're only linking, don't warn about unused arguments which are by Chad Rosier · 13 years ago
  41. 103accc Fix a significant oversight in my move of MSVC includes to the driver: by Chandler Carruth · 13 years ago
  42. ac2bc4d Add two flags to the CC1 layer that I was hoping to avoid. We need to by Chandler Carruth · 13 years ago
  43. 79d481a On Linux, enable the gold plugin if we are using LTO. by Peter Collingbourne · 13 years ago
  44. 9cef887 Fix MSVC build. by Michael J. Spencer · 13 years ago
  45. ca23419 Begin the migration of header search logic to the driver, starting with by Chandler Carruth · 13 years ago
  46. ab9fcd0 Switch the C++ include interface in the ToolChain to use the same naming by Chandler Carruth · 13 years ago
  47. 033be8b Enable -flimit-debug-info by default. Now, clang lazily emits debug info for structs. Original behavior can be restored using -fno-limit-debug-info. by Devang Patel · 13 years ago
  48. 2875bda [driver] Don't blindly accept all -g options. rdar://10383444 by Chad Rosier · 13 years ago
  49. a461442 Sink the strange '-stdlib=...' flag handling into the C++ include by Chandler Carruth · 13 years ago
  50. 7ffa032 Sink the handling of -fobjc-arc-cxxlib to live with the other -fobjc-arc by Chandler Carruth · 13 years ago
  51. b5870e7 Add a FIXME to cleanup the CPATH handling. It's currently burried with by Chandler Carruth · 13 years ago
  52. 88491fc Add a system include management interface to the toolchain, and call it by Chandler Carruth · 13 years ago
  53. ce50c55 In addition to dumping preprocessed source, dump a script with the command line by Chad Rosier · 13 years ago
  54. 591ff15 Invoke the Darwin assembler with -g instead of --gdwarf2. by Bob Wilson · 13 years ago
  55. 19bda3a Add an option to emulate the strange Apple gcc behavior of #pragma pack. by Eli Friedman · 13 years ago
  56. 236e0b6 Simplify the set of directories we look for on multiarch systems. by Chandler Carruth · 13 years ago
  57. deb73f8 Fix part of PR11223 and probably a few dups as well. This teaches the by Chandler Carruth · 13 years ago
  58. 1a1764b Stop disabling integrated assembler with -static. <rdar://problem/10175391> by Bob Wilson · 13 years ago
  59. e88c451 Allow the -fno-operator-names option to be passed down to the rest by Eric Christopher · 13 years ago
  60. 0986eb5 Remove the SystemZ backend. by Dan Gohman · 13 years ago
  61. ba97b6e Have -fms-no-extensions turn off -fms-compatibility by Douglas Gregor · 13 years ago
  62. f634bce Pack struct better. by Benjamin Kramer · 13 years ago
  63. 813a407 lib/Driver/Tools.cpp: Use PathV2::is_absolute() to add -fdebug-compilation-dir. pwd[0] might not be '/' on Win32 hosts. by NAKAMURA Takumi · 13 years ago
  64. 7c4fd91 Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is by Nick Lewycky · 13 years ago
  65. 024f4be Frontend: Support -iframework. by Daniel Dunbar · 13 years ago
  66. c19981c [driver] Make the driver to link the simulator arclite lib when passing -mios-simulator-version-min. by Argyrios Kyrtzidis · 13 years ago
  67. dceb11f Revert r142311, -mios-simulator-version-min does not work correctly. by Argyrios Kyrtzidis · 13 years ago
  68. b56e6ad Remove the hack where we sniff the __IPHONE_OS_VERSION_MIN_REQUIRED define. by Argyrios Kyrtzidis · 13 years ago
  69. ea523d7 Wire up support for the controlling the extended dwarf .file directive. With by Nick Lewycky · 13 years ago
  70. 19706f8 Implement -static-libstdc++ for linux. by Rafael Espindola · 13 years ago
  71. abf3ac7 Implement -static-libgcc on linux and refactor the code responsible for adding by Rafael Espindola · 13 years ago
  72. 16a6355 Fix a silly bug introduced in r142133. by Chandler Carruth · 13 years ago
  73. 7a09d01 Clean up some cruft in the library path searching logic by making by Chandler Carruth · 13 years ago
  74. f886d6f Fix the CXX_INCLUDE_ROOT case that was out of date with ScanLibDirForGCCTriple. by Rafael Espindola · 13 years ago
  75. 905c45f Use Triple.isOSDarwin() instead of comparing against Triple::Darwin. by Bob Wilson · 13 years ago
  76. 575fdda Rename -Wc++0x-compat, -Wc++0x-extensions and -Wc++0x-narrowing from c++0x to by Richard Smith · 13 years ago
  77. 84cbd4b Add triple for RHEL 5 to the libpath collecting logic. by Benjamin Kramer · 13 years ago
  78. d596c4d The Objective-C rewriter uses the fragile ABI, always. by Douglas Gregor · 13 years ago
  79. 92d6d40 Driver: Add support for a new -nostdlibinc option. by Daniel Dunbar · 13 years ago
  80. a268fc0 Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include by Daniel Dunbar · 13 years ago
  81. 8642f21 Link in Scrt1.o instead of crt1.o when -pie is specified. by Roman Divacky · 13 years ago
  82. 30aa951 Partially revert r141374: allow use of libc++ prior to Mac OS X 10.7. by Bob Wilson · 13 years ago
  83. ae57ead OpenCL: add driver/frontend support for precompiled headers by Peter Collingbourne · 13 years ago
  84. 96e2171 Fix "Uninitialized" warnings. by NAKAMURA Takumi · 13 years ago
  85. a789ca9 Whitespace by NAKAMURA Takumi · 13 years ago
  86. 2289717 [arcmt] Ignore linking errors when doing ARC migration, rdar://10247606 by Argyrios Kyrtzidis · 13 years ago
  87. 163b151 Clang driver changes for iOS 5.0 and OS X Lion support. by Bob Wilson · 13 years ago
  88. ae1aee6 More cleanup using StringSwitch. by Chad Rosier · 13 years ago
  89. a59956b Use StringSwitch. Thanks for Chandler for the suggestion. by Bob Wilson · 13 years ago
  90. 5f22614 Use strpbrk(3) instead of open coding it. by Benjamin Kramer · 13 years ago
  91. fd22cce Remove DISABLE_ARM_DARWIN_USE_MOVT ifdefs. Radar 9456730. by Bob Wilson · 13 years ago
  92. 7c62714 Rearrange for readability. No functional change. by Bob Wilson · 13 years ago
  93. 169a6e0 Add a missing check for cortex-a9. by Bob Wilson · 13 years ago
  94. 08f35a7 Add -Wlanguage-extension-token option for ext_token_used warning. by Ivan Krasin · 13 years ago
  95. 88934e8 Driver & AST: Implement support for -fpack-struct and -fpack-struct= command by Daniel Dunbar · 13 years ago
  96. 2280786 [driver] For consistency, handle all shell special characters handled by the by Chad Rosier · 13 years ago
  97. a2dd7d0 [driver] The -v option doesn't quoted the command line arguments for historical by Chad Rosier · 13 years ago
  98. 1203600 Use the InstalledDir correctly, and test it correctly as well. =/ Should by Chandler Carruth · 13 years ago
  99. dbc2144 Teach Clang to cope with GCC installations that have unusual patch by Chandler Carruth · 13 years ago
  100. 5058e3a Implement the feature I was originally driving toward when I started by Chandler Carruth · 13 years ago