1. 35dd732 Fix -mfpu parsing on ARM. by Evgeniy Stepanov · 13 years ago
  2. 983d835 Revert changes to lib/Driver in r147917; I didn't mean to commit this. by Eli Friedman · 13 years ago
  3. b69b42c Start refactoring code for capturing variables and 'this' so that it is shared between lambda expressions and block literals. by Eli Friedman · 13 years ago
  4. b43550b Add support for the androideabi environment to our triple support, and by Chandler Carruth · 13 years ago
  5. 8f0a403 Add -g to the cc1as flags only if we're dealing with an original by Eric Christopher · 13 years ago
  6. 46d2a5c Remove extraneous braces. by Eric Christopher · 13 years ago
  7. d97927d Revert r147664; it's breaking clang regression tests. by Eli Friedman · 13 years ago
  8. 2d5f095 Silence GCC warnings. by Jakub Staszak · 13 years ago
  9. d2d2088 Driver/Darwin: Remove a hack that avoided passing -demangle to iOS linkers. by Daniel Dunbar · 13 years ago
  10. ed002bd Fixed by Chandler in r147434. by Chad Rosier · 13 years ago
  11. 7025d2c Add -fno-modules to the driver, to turn off modules (although they're off by default anyway). by Douglas Gregor · 13 years ago
  12. c514a8a Rename the command-line option for mapping #include/#import over to by Douglas Gregor · 13 years ago
  13. abf07a7 Fix PR11685 by implementing -ffast-math and its various friends in the by Chandler Carruth · 13 years ago
  14. 0e743b1 Handle a /etc/debian_version with a version number instead of a codename. by Rafael Espindola · 13 years ago
  15. a11d309 Fix potential use after free. by Benjamin Kramer · 13 years ago
  16. 17ba267 fix for PR11634 by Anton Yartsev · 13 years ago
  17. 567003e Last part of support for generating dwarf for assembly source files. This gets by Kevin Enderby · 13 years ago
  18. 99ba9e3 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  19. 79cbbdc Split the Windows toolchain definition into its own file. This is by Chandler Carruth · 13 years ago
  20. 657849c Fix an abiguous-else warning from GCC. I have no idea why Clang doesn't by Chandler Carruth · 13 years ago
  21. 08d6e03 C++11 constexpr: Add note stacks containing backtraces if constant evaluation by Richard Smith · 13 years ago
  22. 62d829a gcov-style profiling support for OpenBSD. Patch by Jonathan Gray. by Eli Friedman · 13 years ago
  23. a2a1789 Fix typos. by Rafael Espindola · 13 years ago
  24. 6af27ec Don't use the frame pointer on linux x86 and x86_64 if optimizing. This by Rafael Espindola · 13 years ago
  25. dfba027 Enable stack protectors by default for iOS. <rdar://problem/8836680> by Bob Wilson · 13 years ago
  26. db103cc Fix "control may reach end of non-void function" warning. by Nick Lewycky · 13 years ago
  27. 9631939 Hexagon backend support by Tony Linthicum · 13 years ago
  28. 001f628 Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, and by Daniel Dunbar · 13 years ago
  29. d4e6e7e Fix the --hash-style option when the target is MIPS as it is by Chandler Carruth · 13 years ago
  30. 6d402dc Misc Minix-specific changes to clang: by Eli Friedman · 13 years ago
  31. 2e55df4 Allow clang to find gcc libs on suse ppc64 by Hal Finkel · 13 years ago
  32. 4ce83eb Minor cleanup. Avoid redundant getTriple() calls. by Bob Wilson · 13 years ago
  33. 8cd0d25 Driver/Linux: Fix the ASAN library path to match current compiler-rt by Daniel Dunbar · 13 years ago
  34. c24767c Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allow by Daniel Dunbar · 13 years ago
  35. 1c636df Fix multilib library paths on ppc64 Linux. Patch by Michael Kostylev. PR11472. by Eli Friedman · 13 years ago
  36. 7b5f101 [asan] Mac: do not link dynamic libs with the asan-rt, use -undefined dynamic_lookup for dynamic libs. Style fixes. Patch by glider@google.com by Kostya Serebryany · 13 years ago
  37. 4e785c9 Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack by Nick Lewycky · 13 years ago
  38. e9d11db Add -mstack-alignment=X and fix -mstackrealign handling now that the by Joerg Sonnenberger · 13 years ago
  39. 8179aa7 [asan] don't require libstdc++ for asan on linux. Mac fix will go separately by Kostya Serebryany · 13 years ago
  40. 94b54ea Driver/Darwin: Add ASAN runtime library link support. by Daniel Dunbar · 13 years ago
  41. c85900f Get the -march argument based on the target MIPS architecture or cpu and pass by Akira Hatanaka · 13 years ago
  42. dff466c when -faddress-sanitizer is present, add required flags to the linker command (linux-only) by Kostya Serebryany · 13 years ago
  43. 592d26e Change processor names. Patch by Simon Atanasyan. by Akira Hatanaka · 13 years ago
  44. 573ea96 [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the driver. by NAKAMURA Takumi · 13 years ago
  45. 7972c88 A couple driver fixes for PPC Linux. Patches by Michael Kostylev. PR11444/PR11445. by Eli Friedman · 13 years ago
  46. c18c423 Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same by Richard Smith · 13 years ago
  47. 1052c1d Change the linker emulation name for FreeBSD/PPC32. by Roman Divacky · 13 years ago
  48. 5d4d980 Teach the driver about failure result files, which are compilation by Peter Collingbourne · 13 years ago
  49. ecff7c8 Driver: Remove the signal number from the "command failed" diagnostic. by Benjamin Kramer · 13 years ago
  50. f471487 clang/Darwin: Use the compiler-rt provided profile library. by Daniel Dunbar · 13 years ago
  51. 1b4eca6 Add -f[no-]address-sanitizer flag by Kostya Serebryany · 13 years ago
  52. e1ba5be Don't track depfiles as result files which need to be cleaned up on failure. by Matt Beaumont-Gay · 13 years ago
  53. 5a5dcdc Search for libstdc++.dylib in llvm-gcc's files on darwin10. rdar://10419079 by Bob Wilson · 13 years ago
  54. d7df785 Add Linux multiarch include directories for mips/mipsel. Patch from Simon Atanasyan. by Eli Friedman · 13 years ago
  55. 36f6e30 Add top-level driver option '--serialize-diagnostics' for serialize compiler diagnostics to a file. by Ted Kremenek · 13 years ago
  56. d936d9d Fix an issue that Duncan discovered on a specific (no longer current) by Chandler Carruth · 13 years ago
  57. 5bea4f6 Misc fixes for clang driver on Mips Linux. Patch by Simon Atanasyan. by Eli Friedman · 13 years ago
  58. c44bc2d Add a default system include of '/include'. This isn't particularly by Chandler Carruth · 13 years ago
  59. cf6ba2e Whitespace. by Chad Rosier · 13 years ago
  60. 55ccbd5 Tablegenify -g options. by Chad Rosier · 13 years ago
  61. f2db04c Fix an unsafe use of Twine. by Benjamin Kramer · 13 years ago
  62. 0764308 Rip out one of the features I added for the driver-include-management. by Chandler Carruth · 13 years ago
  63. eb35ffc Fix Linux libc++ usage. Somehow this slipped through during the port. by Chandler Carruth · 13 years ago
  64. b37fe61 Begin lifting some of the one-off checking logic into generic helper by Chandler Carruth · 13 years ago
  65. 19347ed Move the GCC installation detection logic down into the Generic_GCC by Chandler Carruth · 13 years ago
  66. 089b272 Remove an old OpenSUSE hack that is no longer needed -- it is exactly by Chandler Carruth · 13 years ago
  67. d1f7306 Remove the HasMultilib check. It was essentially useless. The driver now by Chandler Carruth · 13 years ago
  68. 7902d76 The version objects need to actually store the version strings; they by Chandler Carruth · 13 years ago
  69. abaa1d7 Throw the switch and move all Linux header search over to the GCC by Chandler Carruth · 13 years ago
  70. 6a21e65 Add a missing triple spotted by inspecting and testing of the include by Chandler Carruth · 13 years ago
  71. 0e29dbb Lift the GCCVersion type into the header file and start persisting it in by Chandler Carruth · 13 years ago
  72. fa13459 Switch some of these interfaces from std::string to StringRef and Twine. by Chandler Carruth · 13 years ago
  73. a463089 Take a better approach to detecting and selecting multiarch include by Chandler Carruth · 13 years ago
  74. 0170fff Revert r143864, as the problem I was actually looking at can be solved by Chandler Carruth · 13 years ago
  75. 5ffa3ee Start pruning down the set of flags passed to CC1 for header search. by Chandler Carruth · 13 years ago
  76. b84575e Fixing -g break caused by a dead reference to a temporary introduced in r143732. by David Blaikie · 13 years ago
  77. 54db68b Add the depfile as a result file so that it is deleted if we crash, by Peter Collingbourne · 13 years ago
  78. cb2e00f Enhance the GCC version parsing and comparison logic to handle some more by Chandler Carruth · 13 years ago
  79. 69cd4aa Remove a pointless member. I have no idea why I made this not a local by Chandler Carruth · 13 years ago
  80. ca28a89 Remove a no-longer needed helper function. Thanks for implementing this Michael! by Chandler Carruth · 13 years ago
  81. f13b13e Move the GCC installation detection helper a member of the Linux by Chandler Carruth · 13 years ago
  82. 258883b Remove support for Gentoo subversion-ebuild installed llvm-gcc libstdc++ by Chandler Carruth · 13 years ago
  83. 7d7e9f9 Move the Linux header searching from the Frontend to the Driver. This is by Chandler Carruth · 13 years ago
  84. 6fdebee Try to reduce the nastiness that creeps in through Windows.h a bit. by Benjamin Kramer · 13 years ago
  85. 5183b3d [driver] If we're only linking, don't warn about unused arguments which are by Chad Rosier · 13 years ago
  86. 103accc Fix a significant oversight in my move of MSVC includes to the driver: by Chandler Carruth · 13 years ago
  87. ac2bc4d Add two flags to the CC1 layer that I was hoping to avoid. We need to by Chandler Carruth · 13 years ago
  88. 79d481a On Linux, enable the gold plugin if we are using LTO. by Peter Collingbourne · 13 years ago
  89. 9cef887 Fix MSVC build. by Michael J. Spencer · 13 years ago
  90. ca23419 Begin the migration of header search logic to the driver, starting with by Chandler Carruth · 13 years ago
  91. ab9fcd0 Switch the C++ include interface in the ToolChain to use the same naming by Chandler Carruth · 13 years ago
  92. 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
  93. 2875bda [driver] Don't blindly accept all -g options. rdar://10383444 by Chad Rosier · 13 years ago
  94. a461442 Sink the strange '-stdlib=...' flag handling into the C++ include by Chandler Carruth · 13 years ago
  95. 7ffa032 Sink the handling of -fobjc-arc-cxxlib to live with the other -fobjc-arc by Chandler Carruth · 13 years ago
  96. b5870e7 Add a FIXME to cleanup the CPATH handling. It's currently burried with by Chandler Carruth · 13 years ago
  97. 88491fc Add a system include management interface to the toolchain, and call it by Chandler Carruth · 13 years ago
  98. ce50c55 In addition to dumping preprocessed source, dump a script with the command line by Chad Rosier · 13 years ago
  99. 591ff15 Invoke the Darwin assembler with -g instead of --gdwarf2. by Bob Wilson · 13 years ago
  100. 19bda3a Add an option to emulate the strange Apple gcc behavior of #pragma pack. by Eli Friedman · 13 years ago