1. 02014b4 Add C/C++ header locations for the Freescale SDK. by Hal Finkel · 12 years ago
  2. 7de3296 Add e500mc and e5500 to the list of valid PPC CPU names. by Hal Finkel · 12 years ago
  3. 7a91888 Do not use "lib32" directory to create a library/object files by Simon Atanasyan · 12 years ago
  4. 6f85b1e Improve the driver title as shown in the --help message. <rdar://12297538> by Bob Wilson · 12 years ago
  5. 2df67ea This patch introduces A15 as a target in Clang. by Silviu Baranga · 12 years ago
  6. 127ff2e Conditionally parse documentation comments in system headers by by Ted Kremenek · 12 years ago
  7. dc6cc87 Properly link libpthread_p when using profiling on OpenBSD. by Eric Christopher · 12 years ago
  8. 53b43a7 Claim --param ssp-buffer-size, even if the stack protector is not active. by Joerg Sonnenberger · 12 years ago
  9. 8ba7541 Make -faddress-sanitizer on Android link to the new-style runtime. by Evgeniy Stepanov · 12 years ago
  10. a92983d Wrong crtbegin/crtend pair used for PIE on Android. by Evgeniy Stepanov · 12 years ago
  11. 89d83ff MIPS: Use -march=arch option to select either generic MIPS ISA, by Simon Atanasyan · 12 years ago
  12. f651381 Link to crtend.S when PIE in the FreeBSD driver. Patch by Brooks Davis! by Roman Divacky · 12 years ago
  13. c55da4b Apply some driver improvements for freebsd-*-mips*. by Eric Christopher · 12 years ago
  14. 5d9cb1b Revert r163076 per chandlerc's request. by Joao Matos · 12 years ago
  15. 1d01afe Android standalone toolchain support. by Evgeniy Stepanov · 12 years ago
  16. 94a7142 Rename ANDROIDEABI to Android. by Logan Chien · 12 years ago
  17. c4f0f46 Fixed typo causing tests to fail on non-MSVC machines. by Joao Matos · 12 years ago
  18. 601944a Refactored the Windows headers location lookup code. Expose it so standalone tools can have access to it. by Joao Matos · 12 years ago
  19. 50f88b9 Reland r160052: Default to -std=c++11 on Windows. by Nico Weber · 12 years ago
  20. ecbbea4 Emit .gcda files as absolute paths instead of relative paths. by Bill Wendling · 12 years ago
  21. 9438016 Cleanup FreeBSD linking and add support for -pie. by Roman Divacky · 12 years ago
  22. 9804b76 MIPS: Use -G option to specify MIPS section threshold. Translate it by Simon Atanasyan · 12 years ago
  23. 80fd37a Tweak the ARC-requires-10.6 diagnostic according to Jordan's review. by John McCall · 12 years ago
  24. 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
  25. a7afeb0 [driver] Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 12 years ago
  26. 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 12 years ago
  27. 279e0be Fix -Wswitch warning introduced by r162231 by David Blaikie · 12 years ago
  28. 4327557 Make Option non virtual. by Michael J. Spencer · 12 years ago
  29. 9101bc5 darwin/driver: Support using SDKROOT to define the default for -isysroot. by Daniel Dunbar · 12 years ago
  30. e276cfc Fix -Wl,--no-demangle to actually pass the flag to the linker on Linux instead by Nick Lewycky · 12 years ago
  31. c9c48db Followup to r161546, to unbreak linking on Bitrig. Patch by David Hill. by Eli Friedman · 12 years ago
  32. 42f74f2 clang support for Bitrig (an OpenBSD fork); patch by David Hill. by Eli Friedman · 12 years ago
  33. a7635f1 Don't complain about -fobjc-link-runtime being unused with -fobjc-arc. by Bob Wilson · 12 years ago
  34. b019489 Handle null suffixes in GetTemporaryPath (PCH files don't have suffixes). by Ted Kremenek · 12 years ago
  35. 04c3a25 PR13529: Don't crash if the driver sees an unused input file when running as by Richard Smith · 12 years ago
  36. 51a0a94 Make property synthesis the default on Windows. by Fariborz Jahanian · 12 years ago
  37. d6261a9 [driver] Lipo can handle the lto-bc type. rdar://12000401 by Chad Rosier · 12 years ago
  38. ff104a1 Support ARM hard float (arm-linux-gnueabihf). by Jiangning Liu · 12 years ago
  39. 761322b No longer emitting a PCH file when using -fsyntax-only on a header file. Fixes PR13343. by Aaron Ballman · 12 years ago
  40. 6cc9dc8 Fix dynamic object linker for ARM GNUEABIHF. by Jiangning Liu · 12 years ago
  41. 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
  42. 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 12 years ago
  43. 866abce clang/lib: [CMake] Reformat, alphabetize lists. by NAKAMURA Takumi · 12 years ago
  44. 699c6cd [driver crash diagnostics] Strip -internal-isystem and -internal-externc-isystem. by Chad Rosier · 12 years ago
  45. a4ba28f [driver crash diagnostics] Strip -idirafter, -iprefix, -iwithprefix, by Chad Rosier · 12 years ago
  46. 37302ea [driver crash diagnostics] A few enhancements: by Chad Rosier · 12 years ago
  47. d256f86 Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. by Chad Rosier · 12 years ago
  48. f925e04 Add a new flag, -fms-inline-asm, that enables the output of MS-style inline by Chad Rosier · 12 years ago
  49. 455e72e Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. by Bob Wilson · 12 years ago
  50. a1ec3db Force the OS X version to 10.6 for old-style simulator builds. by Bob Wilson · 12 years ago
  51. df9b933 [Win32] Rework crash-report since r145389. by NAKAMURA Takumi · 12 years ago
  52. 7dae689 Enable new linker behaviour on FreeBSD. by David Chisnall · 12 years ago
  53. 6a1f94b Revert r160052, "Default to -std=c++11 on Windows.", for now. by NAKAMURA Takumi · 12 years ago
  54. 0337efd [driver] Fix so that clang can find correct path prefix for libc object files by Chad Rosier · 12 years ago
  55. 85663e7 Default to -std=c++11 on Windows. by Nico Weber · 12 years ago
  56. 6467c9b 80-column and whitespace. by Chad Rosier · 12 years ago
  57. e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 12 years ago
  58. 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 12 years ago
  59. 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 12 years ago
  60. c968671 Add -ffp-contract = { fast | on | off } command line option support. by Lang Hames · 12 years ago
  61. d797a85 MIPS: Add -mdsp/-mno-dsp and -mdspr2/-mno-dspr2 command line options support. by Simon Atanasyan · 12 years ago
  62. dc536f5 MIPS: Factor out the code converting command line options to target features. by Simon Atanasyan · 12 years ago
  63. 0b273ef MIPS: Add -mips16 / -mno-mips16 command line support. by Simon Atanasyan · 12 years ago
  64. 2c7886d Hoist the logic for selecting the Objective-C dispatch method into the runtime by David Chisnall · 12 years ago
  65. a422cd0 A few more cleanups for the GNU family of ObjC runtimes. by David Chisnall · 12 years ago
  66. 4e6e791 Move a comment from the commit message into the code. by Bob Wilson · 12 years ago
  67. 11d3f4c Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep by David Chisnall · 12 years ago
  68. 1fc6e4f When using -pg targeting OS X 10.8, pass -no_new_main to the linker. by Bob Wilson · 12 years ago
  69. ec956d8 Include -D files in crash report repro scripts. (PR13255) by David Blaikie · 12 years ago
  70. e75d9cf Use -frewrite-includes for crash reports. by David Blaikie · 12 years ago
  71. de981f3 Add -ftls-model command-line flag. by Hans Wennborg · 12 years ago
  72. 92c4fd5 Enable -mcpu=native and -march=native for arm targets. by Benjamin Kramer · 12 years ago
  73. 246b6aa Add template type diffing to Clang. This feature will provide a better by Richard Trieu · 12 years ago
  74. e486015 Adjust this code so that it strictly honors by John McCall · 12 years ago
  75. 7f32607 Improve support for -g options accepted by Clang: by Alexey Samsonov · 12 years ago
  76. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  77. 8ab6c24 Revert "Provide a -no-pedantic to cancel out -pedantic." This needs to be designed by Ted Kremenek · 12 years ago
  78. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  79. 1322307 [driver] Per Bob's suggestion, emphasize the file dumps. rdar://11684107 by Chad Rosier · 12 years ago
  80. 4f6a4b4 [driver] Print the compiler version before the diagnostic messages. by Chad Rosier · 12 years ago
  81. 235a663 [driver] Make the crash diagnostic message more visable. Bug reports are being by Chad Rosier · 12 years ago
  82. 8af669f Add a -fuse-init-array option to cc1 and map to the UseInitArray target by Rafael Espindola · 12 years ago
  83. a2284f5 [VS Toolchain] Correctly forward -l linker inputs to link.exe. by Michael J. Spencer · 12 years ago
  84. 940152f Support -f[no-]rewrite-includes from the driver. by David Blaikie · 12 years ago
  85. dc9327a Provide a -no-pedantic to cancel out -pedantic. by John McCall · 12 years ago
  86. 02a8427 Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu options. by Hal Finkel · 12 years ago
  87. a08e7bc Zap the /Za compiler switch from MSVC projects, the option is considered harmful even by Microsoft people and clang won't build using the MSVC 2012 RC if not removed. by Francois Pichet · 12 years ago
  88. d5ba937 Remove AST and Parse from Driver's dependencies. by Jordan Rose · 12 years ago
  89. 8373862 Require -pie when linking with ASan on Android. by Evgeniy Stepanov · 12 years ago
  90. 5e62779 MIPS: Factor out code selects the float ABI as determined by -msoft-float, by Simon Atanasyan · 12 years ago
  91. 1f0646e MIPS: Pass -KPIC argument to MIPS assembler if necessary. by Simon Atanasyan · 12 years ago
  92. 003ab66 Factor out the code retrieves the last PIC related argument from by Simon Atanasyan · 12 years ago
  93. a9cd83b Make Clang driver pass the last option from -g group to the compiler. by Alexey Samsonov · 12 years ago
  94. f0fab76 [driver] Have the crash diagnostics print the clang version information. by Chad Rosier · 12 years ago
  95. d6277fb [driver] When creating the compiler invocation out of command-line by Argyrios Kyrtzidis · 12 years ago
  96. d26db2f Tell the driver that CUDA is a C++-like language, so that we get C++ by Peter Collingbourne · 12 years ago
  97. 1893731 [driver] Remove obsolete support for -A link option. The standard -A option is by Chad Rosier · 12 years ago
  98. 005af27 Rename the driver option to -mno-implicit-float, per Eli's suggestion. by Chad Rosier · 12 years ago
  99. 832a2aa Pulls diagnostics for temp file handling into the common diagnostic kinds. by Manuel Klimek · 12 years ago
  100. ee9ad5c [driver] Allow the driver to directly accept the -no-implicit-float option, so that the by Chad Rosier · 12 years ago