1. 48aef36 optimize out a temporary sys::Path by Chris Lattner · 14 years ago
  2. 2dea7c7 replace all uses of PathV1::IsSymlink with PathV2::is_symlink. by Michael J. Spencer · 14 years ago
  3. 95a907f Driver: Change -dumpversion to return a GCC compatible answer. by Daniel Dunbar · 14 years ago
  4. 32bef4e Replace all uses of PathV1::exists with PathV2::fs::exists. by Michael J. Spencer · 14 years ago
  5. b466d01 Add all options needed to support -fapple-kext. wip. by Fariborz Jahanian · 14 years ago
  6. 112c330 Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. // rdar://8818375 by Fariborz Jahanian · 14 years ago
  7. 3fdcc6f Remove stray emacs mode markers in all these files that was causing emacs to by Nick Lewycky · 14 years ago
  8. c32647d Add -fobjc-default-synthesized-properties flag by Ted Kremenek · 14 years ago
  9. 592f241 Fix PR8639 by making the "argument unused during compilation" less agressive. Now we by Rafael Espindola · 14 years ago
  10. d5b08be Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 equivalents. by Michael J. Spencer · 14 years ago
  11. 472ccff Replace all uses of PathV1::getLast with PathV2::filename. by Michael J. Spencer · 14 years ago
  12. df344df Going back to the drawing board with these two awful hacks. by Eric Christopher · 14 years ago
  13. 74cae0c Fix spelling. by Michael J. Spencer · 14 years ago
  14. 256053b Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. by Michael J. Spencer · 14 years ago
  15. 2c5c313 Horrible hack for systems that use -dumpversion with clang to expect versions by Eric Christopher · 14 years ago
  16. 4eeebc4 MemoryBuffer API update. by Michael J. Spencer · 14 years ago
  17. 3a321e2 Use error_code instead of std::string* for MemoryBuffer. by Michael J. Spencer · 14 years ago
  18. 9eb93b0 Driver: M and MM should be grouped together, <rdar://problem/8744831>. by Daniel Dunbar · 14 years ago
  19. bb3f995 Remove stray emacs mode marker. by Nick Lewycky · 14 years ago
  20. 895fcca Driver, Frontend: add CUDA language support by Peter Collingbourne · 14 years ago
  21. 49c64fd Handle -nostartfiles. by Rafael Espindola · 14 years ago
  22. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  23. 1d636c2 Add missing else. by Rafael Espindola · 14 years ago
  24. a4c2475 Forward the -fno-elide-constructor argument to clang -cc1. Fixes PR8652. by Anders Carlsson · 14 years ago
  25. e4539ef Check for gcc 4.3.4. by Rafael Espindola · 14 years ago
  26. a30d6cd Driver/Darwin: Don't pass -demangle to an iOS linker, which may not understand by Daniel Dunbar · 14 years ago
  27. 2a69ddd add support for the i686-pc-linux-gnu triple (used by Gentoo x86) by Nuno Lopes · 14 years ago
  28. d02bba8 Driver: Ignore -force_cpusubtype_ALL. by Daniel Dunbar · 14 years ago
  29. be3aab6 Use hasErrorOccurred() instead of getNumErrors() where it makes sense. by Argyrios Kyrtzidis · 14 years ago
  30. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
  31. 1380a14 -Rename -Wargument-larger-than -> -Wlarge-by-value-copy by Argyrios Kyrtzidis · 14 years ago
  32. 3532fdd Introduce option -Wargument-larger-than[=N] which warns about function definitions if they take by-value by Argyrios Kyrtzidis · 14 years ago
  33. fdda171 Implement -pie. by Rafael Espindola · 14 years ago
  34. dbe80d9 Don't warn about clang -w -c foo.s Helps with the gdb testsuite. by Rafael Espindola · 14 years ago
  35. 7f6458b Don't warn about -w not being used in a link. Necessary to get sane by Rafael Espindola · 14 years ago
  36. db85e05 Silence warning for "clang -O2 -O0 -c foo.c -o foo.o. Fixes PR8607. by Rafael Espindola · 14 years ago
  37. 53dd00b Add support for distros that like x86_64-unknown-linux-gnu. by Rafael Espindola · 14 years ago
  38. 26f14c3 Fixes PR8611. by Rafael Espindola · 14 years ago
  39. 5ede807 Add driver support for Ubuntu 9.10. by Zhongxing Xu · 14 years ago
  40. 5e3bc94 Driver: Support -Oz as an alias for -Os. by Daniel Dunbar · 14 years ago
  41. 89414b3 Add support for -nostdlib in the linux toolchain. by Rafael Espindola · 14 years ago
  42. e0e6d3b Add support for -s, -pthread and -pthreads. Thanks to Hans Wennborg and by Rafael Espindola · 14 years ago
  43. de17ba7 Driver: Allow build system override of default non-fragile ABI version. by Daniel Dunbar · 14 years ago
  44. 65ba55d Add -rdynamic to freebsd and openbsd. Patch by Ruben. by Rafael Espindola · 14 years ago
  45. 0a84aee Add support for Exherbo. Patch by Elias Pipping. by Rafael Espindola · 14 years ago
  46. 021aaa4 Add support for Ubuntu Jaunty. by Rafael Espindola · 14 years ago
  47. 9284d21 Add support for soft/hard float options to the Sparc target by Bruno Cardoso Lopes · 14 years ago
  48. fe3a7ea Add a forgotten break. Found by Rafael Espindola! by Roman Divacky · 14 years ago
  49. 67dece7 Use integrated-as for processing .s files on FreeBSD. Copied by Roman Divacky · 14 years ago
  50. 94c8022 Pass "-z relro" as two arguments. This works with both gnu ld and gold. by Rafael Espindola · 14 years ago
  51. dda5b92 Use the integrated assembler when procession .s files on OpenBSD and Linux. by Rafael Espindola · 14 years ago
  52. dc1b76d Add support for -rdynamic. by Rafael Espindola · 14 years ago
  53. c1da981 Use ld directly on linux. Changes from the previous try: by Rafael Espindola · 14 years ago
  54. 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
  55. 138e66f Revert while I debug test failures :-( by Rafael Espindola · 14 years ago
  56. 29a88f4 Switch clang to run ld directly on linux. I tested this on all the linux by Rafael Espindola · 14 years ago
  57. 1689439 Driver: Silently ignore -fasm-blocks for now instead of error'ing, this cause by Daniel Dunbar · 14 years ago
  58. d99d0e8 Use the expanded form of S_ISREG. Hopefully this unbreaks the MSVC build. by Benjamin Kramer · 14 years ago
  59. 978e3a2 Don't test isRegularFile before calling eraseFromDisk, since by Dan Gohman · 14 years ago
  60. e43cfa1 Switch to using the integrated assembler by default on x86 and x86-64 ELF by Rafael Espindola · 14 years ago
  61. b14eed0 Driver/IA: Ignore -L for now, which users shouldn't be using for semantic effect. by Daniel Dunbar · 14 years ago
  62. dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 14 years ago
  63. 20249a1 Fix Whitespace. by Michael J. Spencer · 14 years ago
  64. feee58c Add support for the '--sysroot' flag, and an accompanying test of its by Chandler Carruth · 14 years ago
  65. acd65bd Use CLANG_RESOURCE_DIR define if one is provided, otherwise use the default of by Chandler Carruth · 14 years ago
  66. 25b26eb Driver: Reject -fasm-blocks except on X86 (where we just ignore it, since by Daniel Dunbar · 14 years ago
  67. fcec10b Driver/IA: Accept and ignore -force_cpusubtype_ALL, as in 'clang -c by Daniel Dunbar · 14 years ago
  68. 270073c Driver/Darwin: Forward -ObjC when linking, which may be needed when using static by Daniel Dunbar · 14 years ago
  69. 06205ca Driver: Error on -fno-for-scope, which we have no intention of supporting. by Daniel Dunbar · 14 years ago
  70. 63d907b Revert r116605, a lot more were committed by mistake. by Argyrios Kyrtzidis · 14 years ago
  71. 721f38c Add '-include-pch' option to the driver, so it can get passed to the cc1 driver. by Argyrios Kyrtzidis · 14 years ago
  72. 4d5625e Wire up the -fstrict-aliasing and -fno-strict-aliasing options by Dan Gohman · 14 years ago
  73. 362ed70 Driver/Darwin: Remove a useless warning about missing runtime libraries. These by Daniel Dunbar · 14 years ago
  74. d3ab63e Eliminate -fdiagnostics-binary and all of the infrastructure for by Douglas Gregor · 14 years ago
  75. 9d520c5 Declare argv parameters as const char* const* instead of to char** to clarify that they are not modified, and to allow for string literals as arguments. by Axel Naumann · 14 years ago
  76. 24da18f lib/Driver/Driver.cpp: Use the driver g++-4 for Cygwin-1.5. by NAKAMURA Takumi · 14 years ago
  77. cd7a30b lib/Driver/Tools.cpp: Disable cxa_atexit by default also on Cygwin. by NAKAMURA Takumi · 14 years ago
  78. 9a2b9d7 Implement -fshort-enums (rdar://8490496). by Argyrios Kyrtzidis · 14 years ago
  79. 4a1cdb5 Teach the driver to pass -fexceptions in Objective-C inputs on ARM. by John McCall · 14 years ago
  80. c69e1cf Introduce -flimit-debug-info. by Devang Patel · 14 years ago
  81. 990142a Driver: Ignore the found PCH file if its '-include' is not the first one. by Argyrios Kyrtzidis · 14 years ago
  82. 48f9994 Driver/Linux: Translate rewritten lib options back to standard -l form when by Daniel Dunbar · 14 years ago
  83. e94db47 Driver: Add -fallow-unsupported which disables some of the eager error'ing we do by Daniel Dunbar · 14 years ago
  84. bfd2124 Revert r114712 due to failure on darwin buildbot. by Nick Lewycky · 14 years ago
  85. 280ec9d Make -M/-MM behave like in gcc; use -MF first then -o else use stdout. by Nick Lewycky · 14 years ago
  86. e3365aa Fix header comment so we don't break emacs. by Nick Lewycky · 14 years ago
  87. f765d76 If -fcolor-diagnostics is explicitly passed to the driver respect that even if the driver is of the opinion that by Argyrios Kyrtzidis · 14 years ago
  88. 885b1db Driver/Darwin: Add a runtime library just for ___eprintf -- when targeting i386 by Daniel Dunbar · 14 years ago
  89. dea6313 Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actually by Daniel Dunbar · 14 years ago
  90. 7433fed Driver: implement driver automagic support for -lcc_kext by Shantonu Sen · 14 years ago
  91. 7f18e67 Add a -ftrapv-handler= option which allows a handler to invoke instead of simply aborting when a signed operation overflows. This mirrors the (GCC-incompatible) behaviour from clang 1.0 and 1.1 when -ftrapv was specified, but allows the handler to be defined for each compilation unit. by David Chisnall · 14 years ago
  92. 0e50ee4 Driver/DarwinClang: Add GCC libexec paths so we can find the cc1 binaries if we by Daniel Dunbar · 14 years ago
  93. a9b02c0 Reapply "Driver/Darwin: Time for another spin at switching to the DarwinClang", by Daniel Dunbar · 14 years ago
  94. b6bc587 Revert "Driver/Darwin: Time for another spin at switching to the DarwinClang by Daniel Dunbar · 14 years ago
  95. d829950 Driver: Support -dumpmachine. by Daniel Dunbar · 14 years ago
  96. 7a16997 Driver/Darwin: Time for another spin at switching to the DarwinClang toolchain. by Daniel Dunbar · 14 years ago
  97. 132e35d Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd. by Daniel Dunbar · 14 years ago
  98. efe91ea Driver/DarwinClang: The new toolchain definition is going to drop the -L inside by Daniel Dunbar · 14 years ago
  99. e5a37f4 Driver: Add magic handling for "reserved library names", starting with by Daniel Dunbar · 14 years ago
  100. 2008fee Driver: Factor out AddLinkerInputs() function. by Daniel Dunbar · 14 years ago