1. 891dac7 GNUstep runtime version default to 1.6, generate correct property attribute by David Chisnall · 12 years ago
  2. 7a0c064 Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. by Daniel Dunbar · 12 years ago
  3. dc0d4e2 Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. by Nico Weber · 12 years ago
  4. bc0a925 Revert "[Options] make Option a value type." by Eric Christopher · 12 years ago
  5. 0464fd5 [Options] make Option a value type. by Michael J. Spencer · 12 years ago
  6. 238b6a9 The clang driver has a fairly fancy support for executing gcc instead of by Rafael Espindola · 12 years ago
  7. 96a6eb9 [driver] Remove redundant cases due to overlapping commits between Ted (r165531, 165532) and I by Chad Rosier · 12 years ago
  8. 4def70d -fcatch-undefined-behavior: emit calls to the runtime library whenever one of the checks fails. by Richard Smith · 12 years ago
  9. d372a70 [driver] Remove the -W[no-][int-conversion|constant-conversion|enum-conversion] by Chad Rosier · 12 years ago
  10. 2c3d8fa Don't forward -Wenum-conversion to cc1plus. by Ted Kremenek · 12 years ago
  11. 28e2aff Don't forward -Wint-conversion to cc1plus. by Ted Kremenek · 12 years ago
  12. 8e6881d Make Bitrig's clang understand -stdlib= correctly. by Chandler Carruth · 12 years ago
  13. 64f7ad9 Use getArch instead of getArchName + string compare. by Rafael Espindola · 12 years ago
  14. a4a809e Use getArch instead of getArchName. by Rafael Espindola · 12 years ago
  15. e20e508 Driver: Link crtfastmath.o if it's available and -ffast-math is specified. by Benjamin Kramer · 12 years ago
  16. cbdc1a3 Prefer StringRef::startswith to the strncmp/strlen contraption. by Benjamin Kramer · 12 years ago
  17. 429fce9 Fix typo in comments. by Logan Chien · 12 years ago
  18. 2df1bd4 Fix invalid reads by memcmp. by Benjamin Kramer · 12 years ago
  19. 9b7dcdb [Options] Store the owning OptTable in Option so it can construct Group and Alias. by Michael J. Spencer · 12 years ago
  20. fc44e88 Remove useless parameter "WantFile" from Driver::GetProgramPath(). by Simon Atanasyan · 12 years ago
  21. f8d9bd5 Implement Adnroid MIPS toolchain support: by Simon Atanasyan · 12 years ago
  22. bd59a01 Fix typo in comments. by Logan Chien · 12 years ago
  23. 6acf8b4 During LTO, we call 'dsymutil' when we compile source files. This necessitates by Bill Wendling · 12 years ago
  24. f2f3ce5 Add Clang support for iOS6. by Bob Wilson · 12 years ago
  25. 336bfa3 Add armv7s and some other arm variants supported by Mach-O files. by Bob Wilson · 12 years ago
  26. a5ee089 Modern objcective-C translator. When doing rewriting, Do not by Fariborz Jahanian · 12 years ago
  27. f3477c1 Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164766 by Sylvestre Ledru · 12 years ago
  28. 94ff8e1 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 12 years ago
  29. 99c7208 Allow -MF to be used in combination with -E -M or -E -MM. by Benjamin Kramer · 12 years ago
  30. 663117a [Options] Store the option ID in OptTable::Info. by Michael J. Spencer · 12 years ago
  31. 80ecf5e [driver] Add support for the -fno-fast-math option. rdar://12299433 by Chad Rosier · 12 years ago
  32. 70e5b57 [analyzer] Really turn on dynamic-bifurcation on by default. by Anna Zaks · 12 years ago
  33. 03a8638 Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit. by Rafael Espindola · 12 years ago
  34. 76f74ad On Hexagon getArchName() never returns x86_64, simplify the function. by Rafael Espindola · 12 years ago
  35. 6f009b6 Fix pr13749. There is still a lot of code using getArchName that should be by Rafael Espindola · 12 years ago
  36. 8e1c598 Add four new command line options for MIPS CPU selection: by Simon Atanasyan · 12 years ago
  37. 02014b4 Add C/C++ header locations for the Freescale SDK. by Hal Finkel · 12 years ago
  38. 7de3296 Add e500mc and e5500 to the list of valid PPC CPU names. by Hal Finkel · 12 years ago
  39. 7a91888 Do not use "lib32" directory to create a library/object files by Simon Atanasyan · 12 years ago
  40. 6f85b1e Improve the driver title as shown in the --help message. <rdar://12297538> by Bob Wilson · 12 years ago
  41. 2df67ea This patch introduces A15 as a target in Clang. by Silviu Baranga · 12 years ago
  42. 127ff2e Conditionally parse documentation comments in system headers by by Ted Kremenek · 12 years ago
  43. dc6cc87 Properly link libpthread_p when using profiling on OpenBSD. by Eric Christopher · 12 years ago
  44. 53b43a7 Claim --param ssp-buffer-size, even if the stack protector is not active. by Joerg Sonnenberger · 12 years ago
  45. 8ba7541 Make -faddress-sanitizer on Android link to the new-style runtime. by Evgeniy Stepanov · 12 years ago
  46. a92983d Wrong crtbegin/crtend pair used for PIE on Android. by Evgeniy Stepanov · 12 years ago
  47. 89d83ff MIPS: Use -march=arch option to select either generic MIPS ISA, by Simon Atanasyan · 12 years ago
  48. f651381 Link to crtend.S when PIE in the FreeBSD driver. Patch by Brooks Davis! by Roman Divacky · 12 years ago
  49. c55da4b Apply some driver improvements for freebsd-*-mips*. by Eric Christopher · 12 years ago
  50. 5d9cb1b Revert r163076 per chandlerc's request. by Joao Matos · 12 years ago
  51. 1d01afe Android standalone toolchain support. by Evgeniy Stepanov · 12 years ago
  52. 94a7142 Rename ANDROIDEABI to Android. by Logan Chien · 12 years ago
  53. c4f0f46 Fixed typo causing tests to fail on non-MSVC machines. by Joao Matos · 12 years ago
  54. 601944a Refactored the Windows headers location lookup code. Expose it so standalone tools can have access to it. by Joao Matos · 12 years ago
  55. 50f88b9 Reland r160052: Default to -std=c++11 on Windows. by Nico Weber · 12 years ago
  56. ecbbea4 Emit .gcda files as absolute paths instead of relative paths. by Bill Wendling · 12 years ago
  57. 9438016 Cleanup FreeBSD linking and add support for -pie. by Roman Divacky · 12 years ago
  58. 9804b76 MIPS: Use -G option to specify MIPS section threshold. Translate it by Simon Atanasyan · 12 years ago
  59. 80fd37a Tweak the ARC-requires-10.6 diagnostic according to Jordan's review. by John McCall · 12 years ago
  60. 04a4279 Reduce the amount of state in the Option class by relying on the data from OptTable::Info. by Michael J. Spencer · 12 years ago
  61. a7afeb0 [driver] Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 12 years ago
  62. 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 12 years ago
  63. 279e0be Fix -Wswitch warning introduced by r162231 by David Blaikie · 12 years ago
  64. 4327557 Make Option non virtual. by Michael J. Spencer · 12 years ago
  65. 9101bc5 darwin/driver: Support using SDKROOT to define the default for -isysroot. by Daniel Dunbar · 12 years ago
  66. e276cfc Fix -Wl,--no-demangle to actually pass the flag to the linker on Linux instead by Nick Lewycky · 12 years ago
  67. c9c48db Followup to r161546, to unbreak linking on Bitrig. Patch by David Hill. by Eli Friedman · 12 years ago
  68. 42f74f2 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 12 years ago
  69. a7635f1 Don't complain about -fobjc-link-runtime being unused with -fobjc-arc. by Bob Wilson · 12 years ago
  70. b019489 Handle null suffixes in GetTemporaryPath (PCH files don't have suffixes). by Ted Kremenek · 12 years ago
  71. 04c3a25 PR13529: Don't crash if the driver sees an unused input file when running as by Richard Smith · 12 years ago
  72. 51a0a94 Make property synthesis the default on Windows. by Fariborz Jahanian · 12 years ago
  73. d6261a9 [driver] Lipo can handle the lto-bc type. rdar://12000401 by Chad Rosier · 12 years ago
  74. ff104a1 Support ARM hard float (arm-linux-gnueabihf). by Jiangning Liu · 12 years ago
  75. 761322b No longer emitting a PCH file when using -fsyntax-only on a header file. Fixes PR13343. by Aaron Ballman · 12 years ago
  76. 6cc9dc8 Fix dynamic object linker for ARM GNUEABIHF. by Jiangning Liu · 12 years ago
  77. dfa210b Provide correct linker command line options on FreeBSD 8 (GNU ld 2.15) and on newer FreeBSD (GNU ld 2.17). by David Chisnall · 12 years ago
  78. 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 12 years ago
  79. 866abce clang/lib: [CMake] Reformat, alphabetize lists. by NAKAMURA Takumi · 12 years ago
  80. 699c6cd [driver crash diagnostics] Strip -internal-isystem and -internal-externc-isystem. by Chad Rosier · 12 years ago
  81. a4ba28f [driver crash diagnostics] Strip -idirafter, -iprefix, -iwithprefix, by Chad Rosier · 12 years ago
  82. 37302ea [driver crash diagnostics] A few enhancements: by Chad Rosier · 12 years ago
  83. d256f86 Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. by Chad Rosier · 12 years ago
  84. f925e04 Add a new flag, -fms-inline-asm, that enables the output of MS-style inline by Chad Rosier · 12 years ago
  85. 455e72e Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. by Bob Wilson · 12 years ago
  86. a1ec3db Force the OS X version to 10.6 for old-style simulator builds. by Bob Wilson · 12 years ago
  87. df9b933 [Win32] Rework crash-report since r145389. by NAKAMURA Takumi · 12 years ago
  88. 7dae689 Enable new linker behaviour on FreeBSD. by David Chisnall · 12 years ago
  89. 6a1f94b Revert r160052, "Default to -std=c++11 on Windows.", for now. by NAKAMURA Takumi · 12 years ago
  90. 0337efd [driver] Fix so that clang can find correct path prefix for libc object files by Chad Rosier · 12 years ago
  91. 85663e7 Default to -std=c++11 on Windows. by Nico Weber · 12 years ago
  92. 6467c9b 80-column and whitespace. by Chad Rosier · 12 years ago
  93. e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 12 years ago
  94. 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 12 years ago
  95. 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 12 years ago
  96. c968671 Add -ffp-contract = { fast | on | off } command line option support. by Lang Hames · 12 years ago
  97. d797a85 MIPS: Add -mdsp/-mno-dsp and -mdspr2/-mno-dspr2 command line options support. by Simon Atanasyan · 12 years ago
  98. dc536f5 MIPS: Factor out the code converting command line options to target features. by Simon Atanasyan · 12 years ago
  99. 0b273ef MIPS: Add -mips16 / -mno-mips16 command line support. by Simon Atanasyan · 12 years ago
  100. 2c7886d Hoist the logic for selecting the Objective-C dispatch method into the runtime by David Chisnall · 12 years ago