1. 03d671c Remove spurious default case to silent sanitizer by Renato Golin · 12 years ago
  2. c4b4924 Add EXPERIMENTAL --rtlib=compiler-rt to GNU Clang by Renato Golin · 12 years ago
  3. c0dca6d MS ABI: Implement #pragma vtordisp() and clang-cl /vdN by Reid Kleckner · 12 years ago
  4. f430da4 Add an option to allow Clang verify source files for a module only once during by Dmitri Gribenko · 12 years ago
  5. ecbe18e [ARM] Fix NEON wrongly being enabled with soft-float when targeting armv8/Cortex-A53/A57. by Amara Emerson · 12 years ago
  6. 2cea1be Add Multilib selection machinery by Jonathan Roelofs · 12 years ago
  7. 3fa96d8 Revert 201202 by Jonathan Roelofs · 12 years ago
  8. 0e7ec60 Add Multilib selection machinery by Jonathan Roelofs · 12 years ago
  9. 86c318f MS ABI: Add support for the -vm{b,g,s,m,v} flags by David Majnemer · 12 years ago
  10. 8e95d4e XCore target: Pass through "-fverbose-asm" flag to xcc assembler. by Robert Lytton · 12 years ago
  11. e0fc1a8 [stackprotector] Add command line option -fstack-protector-strong by Josh Magee · 12 years ago
  12. 25f2afde Revert r194097: "With this patch -Wwrite-strings is still implemented with the terrible by Argyrios Kyrtzidis · 12 years ago
  13. 83a33c0 Use correct ld emulation for EABI hardware float triple on NetBSD. by Joerg Sonnenberger · 12 years ago
  14. 9b9a8d3 Move -verify-pch to use VerifyJobAction by Ben Langmuir · 12 years ago
  15. 2cb4a78 Add a CC1 option -verify-pch by Ben Langmuir · 12 years ago
  16. 9e7cb33 Fix handling of -fno-function-sections, -fno-data-sections in clang driver. by Evgeniy Stepanov · 12 years ago
  17. e7f9759 Handle O32/N64 ABIs for NetBSD/MIPS64. From Matt Thomas. by Joerg Sonnenberger · 12 years ago
  18. 6cd7deb Use a switch for the emulation handling. by Joerg Sonnenberger · 12 years ago
  19. 25de31d Handle compat support for EABI/old APCS compatibility on NetBSD/ARM. by Joerg Sonnenberger · 12 years ago
  20. d11c478 Replace hasMipsN32ABIArg by hasMipsABIArg to make it easier to add by Joerg Sonnenberger · 12 years ago
  21. dc7a23c Pass down -mcpu for external assembler in thumb mode, too. From Matt Thomas. by Joerg Sonnenberger · 12 years ago
  22. 1e205ef Minor formatting improvement. by Joerg Sonnenberger · 12 years ago
  23. 78901bd Revert r200555, r200545. by Evgeniy Stepanov · 12 years ago
  24. 779f3ba Last option on -fexception for arm-disable-ehabi by Renato Golin · 12 years ago
  25. e7a971b Connect -fno-exceptions to -arm-disable-ehabi by Renato Golin · 12 years ago
  26. e807c12 ARM RT libs with generic name by Renato Golin · 12 years ago
  27. 286d1b9 Make x86 Android default target CPUs compatible with GCC (http://llvm-reviews.chandlerc.com/D2655) by Alexey Bataev · 12 years ago
  28. 40e7522 Turn on PIC by default on Android (http://llvm-reviews.chandlerc.com/D2603) by Alexey Bataev · 12 years ago
  29. f36d9ba Driver: support -fno-debug-types-section to override -fdebug-types-section by David Blaikie · 12 years ago
  30. 1a3665b6 [Mips] Change default CPU for MIPS 32/64 targets. Now they are mips32r2/mips64r2 respectively. by Simon Atanasyan · 12 years ago
  31. 04e2ecf [AArch64] Add -mgeneral_regs_only option. by Amara Emerson · 12 years ago
  32. 5a68c4b MachO embedded: default to soft float without issuing warning by Tim Northover · 12 years ago
  33. cf7ae30 Improve x86 android support, add x86_64 android target by Alexey Bataev · 12 years ago
  34. ec59e75 Driver: Suppression support for -Wa,--compress-debug-sections by David Blaikie · 12 years ago
  35. 15f60cb ObjectiveC driver. reinstate -fno-objc-legacy-dispatch behavior by Fariborz Jahanian · 12 years ago
  36. d74be70 Driver support for -fdebug-types-sections by David Blaikie · 12 years ago
  37. d769a1e Use switch statements in preparation for adding more architectures. by Joerg Sonnenberger · 12 years ago
  38. 372d950 Driver: Stub -Wa,-compress-debug-sections support for integrated-as with a suppressable warning by David Blaikie · 12 years ago
  39. 157d911 MachO: use *-*-*-macho for MachO embedded targets. by Tim Northover · 12 years ago
  40. b767d15 Remove support for armv7f slice. <rdar://problem/12478440> by Bob Wilson · 12 years ago
  41. c9bd88e Remove the -cxx-abi command-line flag. by Hans Wennborg · 12 years ago
  42. 5a4f3ea Remove a temporary workaround that is no longer relevant. by Bob Wilson · 12 years ago
  43. 859422a clang-cl: Ignore /fallback when not actually compiling (PR18456) by Hans Wennborg · 12 years ago
  44. 8d7f506 MIPS and SPARC assemblers both take the -KPIC flag. by Jakob Stoklund Olesen · 12 years ago
  45. 58801bf Select the UltraSPARC instruction set when invoking the assembler. by Jakob Stoklund Olesen · 12 years ago
  46. 73cb84c Use the right dynamic linker for SPARC Linux executables. by Jakob Stoklund Olesen · 12 years ago
  47. 91a8e03 Give the linker the right ELF type for SPARC targets. by Jakob Stoklund Olesen · 12 years ago
  48. 2490e55 Pass -32/-64 to the assembler when building for sparc/sparc64. by Jakob Stoklund Olesen · 12 years ago
  49. 5553d0d Sort all the #include lines with LLVM's utils/sort_includes.py which by Chandler Carruth · 12 years ago
  50. a763447 Implement a new -fstandalone-debug option. rdar://problem/15685848 by Adrian Prantl · 12 years ago
  51. 6a9d2cf Driver: Accept -fprofile-instr-use and -fprofile-instr-generate by Justin Bogner · 12 years ago
  52. feb5e63 Remove a tab that snuck in. by Roman Divacky · 12 years ago
  53. 47f4ff8 In the FreeBSD assembler driver, inform the sparc assembler that we're producing by Roman Divacky · 12 years ago
  54. 5828d7b LIBRARY_PATH environment variable should only be supported on a native compiler. by Richard Barton · 12 years ago
  55. d75a1f8 Support EABIHF environment on ARM. by Joerg Sonnenberger · 12 years ago
  56. 80d333b Avoid temporary std::string. by Rafael Espindola · 12 years ago
  57. 9c5ef12 Don't return a pointer to a temporary std::string's c_str. by Rafael Espindola · 12 years ago
  58. f6ba17d Simple refactoring to eliminate single-use local variable by Bernard Ogden · 12 years ago
  59. 3156176 Refactor duplicate functions by Bernard Ogden · 12 years ago
  60. 178d0dc Fix -mthumb resetting of target cpu by Bernard Ogden · 12 years ago
  61. 9c7e035 Darwin-embedded: find correct libclang_rt for embedded targets. by Tim Northover · 12 years ago
  62. 74aa0256 [objcmt] Transfer '-objcmt-migrate-designated-init' from the driver to cc1 invocation. by Argyrios Kyrtzidis · 12 years ago
  63. adcdde0 style fix by David Fang · 12 years ago
  64. 073a7c9 darwin asm driver: suppress -Q for -no-integrated-as on darwin<11 by David Fang · 12 years ago
  65. d5ba86b [Driver] Rename '-objcmt-white-list-dir-path' option to '-objcmt-whitelist-dir-path' and add an alias for now. by Argyrios Kyrtzidis · 12 years ago
  66. 21baded Extend assembler handling for NetBSD/MIPS to pass down the correct ABI, by Joerg Sonnenberger · 12 years ago
  67. ee3b2da Pass correct flags to assembler and linker for OpenBSD on AMD64, PowerPC by Joerg Sonnenberger · 12 years ago
  68. dd6068d by Ana Pazos · 12 years ago
  69. 706c281 For NetBSD, use arm1176jzf-s as default CPU for ARMv6. by Joerg Sonnenberger · 12 years ago
  70. 1f94da5 Pass down the target CPU to the system assembler for NetBSD/ARM. by Joerg Sonnenberger · 12 years ago
  71. 83e723a Fix assertion failure left over from changes to move away from "darwin" triples. by Bob Wilson · 12 years ago
  72. f6a24ce Fix a tranche of comment, test and doc typos by Alp Toker · 12 years ago
  73. ce365ca Driver: Factor gold support out into a function by Alp Toker · 12 years ago
  74. bd98663 [Mips] Pass -mmsa option to the assembler. by Simon Atanasyan · 12 years ago
  75. 8cc7c12 [Mips] Replace explicit argument handling by the single ArgList::AddLastArg() call. by Simon Atanasyan · 12 years ago
  76. 8de3f11 remove gcc::Precompile by Rafael Espindola · 12 years ago
  77. edaa444 Don't use the gcc driver for assembling. by Rafael Espindola · 12 years ago
  78. 9c6fb0f Don't pass +soft-float, +soft-float-abi to the arm assembler. by Rafael Espindola · 12 years ago
  79. 53b000a8 [ARM] add basic support for Cortex-A7 and VFPv4 to Clang by Artyom Skrobov · 12 years ago
  80. 17bdb0f Set default Dwarf Version for -gline-tables-only on Darwin to 2. by Manman Ren · 12 years ago
  81. 5c5b5da [Mips] Take in account the -mfp64 command line option when build paths by Simon Atanasyan · 12 years ago
  82. 22a6f4d [Mips] Do not adjust float-abi flags in case of MIPS16 mode. This code by Simon Atanasyan · 12 years ago
  83. 319baa4 Change the clang driver with the use of -no-integrated-as for darwin to use by Kevin Enderby · 12 years ago
  84. 8f41aee Remove method that always returns true. by Rafael Espindola · 12 years ago
  85. ce0697f Add -freroll-loops to enable loop rerolling by Hal Finkel · 12 years ago
  86. 82eee26 X86: Make specifying avx2 simpler on Darwin with '-arch' by Jim Grosbach · 12 years ago
  87. 7874bdc Revert "Using an invalid -O falls back on -O3 instead of an error" by Alp Toker · 12 years ago
  88. 6ae3980 Using an invalid -O falls back on -O3 instead of an error by Sylvestre Ledru · 12 years ago
  89. 4afe079 Fix typo by David Peixotto · 12 years ago
  90. dfb6614 Pass -Wa,-I and -Xassembler -I args to integrated assembler by David Peixotto · 12 years ago
  91. 61f2032 [objcmt] Introduce "objcmt-white-list-dir-path=" option. by Argyrios Kyrtzidis · 12 years ago
  92. 55ecf99 [objcmt] Transfer the objcmt flags from the driver to cc1 invocation and by Argyrios Kyrtzidis · 12 years ago
  93. 580dcfb Adds ARM backend options: -mrestrict-it and -mno-restrict-it by Weiming Zhao · 12 years ago
  94. 5c29705 Add -fprofile-sample-use to Clang's driver. by Diego Novillo · 12 years ago
  95. ff6c97c ObjectiveC. availability of Array/Dictionary subscripting by Fariborz Jahanian · 12 years ago
  96. fd4ce19 ObjectiveC driver change. re-apply patch reverted in by Fariborz Jahanian · 12 years ago
  97. 6b1deb4 XCore target has -fno-use-cxa-atexit as default. by Robert Lytton · 12 years ago
  98. b44676c This reverts commit r194435 and r194434. by Rafael Espindola · 12 years ago
  99. 1236485 ObjectiveC. By default allow array/dictionary subscripting in by Fariborz Jahanian · 12 years ago
  100. e293b1a Revert "Using an invalid -O falls back on -O3 instead of an error" by Sylvestre Ledru · 12 years ago