1. 18a295d Fix MSP430 builtin types. by Anton Korobeynikov · 11 years ago
  2. 9df0823 Driver: Push triple objects around instead of going to std::string all the time. by Benjamin Kramer · 11 years ago
  3. cbed3bf Add support for passing v8fp options via -mfpu. by Joey Gouly · 11 years ago
  4. 4ec8d5b Add support for passing '-target armv8' through the Driver. by Joey Gouly · 11 years ago
  5. c6fa115 Fix a couple of PPC predefined macros that I spotted while driving by by Chandler Carruth · 11 years ago
  6. 0ac428e [NVPTX] Add NVPTX register constraints by Justin Holewinski · 11 years ago
  7. bc3f628 This patch adds new private headers to the module map. Private by Lawrence Crowl · 11 years ago
  8. e4bce7a size_t on Darwin AAPCS targets is "unsigned long". <rdar://problem/14136459> by Bob Wilson · 11 years ago
  9. e1e0342 Use atomic instructions on Bitrig armv6. Patch by Patrick Wildt. by Rafael Espindola · 11 years ago
  10. 0449163 Emit native implementations of atomic operations on FreeBSD/armv6. by Ed Schouten · 11 years ago
  11. 7044668 cleanup (address some more review comments for r183474): by Adrian Prantl · 11 years ago
  12. 80e8ea9 address some comments on r183474: by Adrian Prantl · 11 years ago
  13. 4ff3225 Thread the 'Invalid' out parameter through SourceManager::getSLocEntry() and callees of SourceManager::getSLocEntryByID(). by Argyrios Kyrtzidis · 11 years ago
  14. 221a890 Do not report -Wasm-operand-widths for ARM output operands. <rdar://14050337> by Bob Wilson · 11 years ago
  15. c89f02a Disable non-standard library builtins in non-gnu language modes. by Benjamin Kramer · 11 years ago
  16. 45e1f0e Make isBeforeInTranslationUnit consistent in the face of failures to get a valid FileID (V2). by Argyrios Kyrtzidis · 11 years ago
  17. ecdbbfa Make isBeforeInTranslationUnit consistent in the face of failures to get a valid FileID. by Argyrios Kyrtzidis · 11 years ago
  18. 5b8e132 Add some safety checks in a couple of SourceManager functions. by Argyrios Kyrtzidis · 11 years ago
  19. 9779fdd Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. by Michael J. Spencer · 11 years ago
  20. 5ac8c4f OpenBSD/sparc64 uses long long for int64_t and intmax_t. by Jakob Stoklund Olesen · 11 years ago
  21. c50c6ff [Lexer] Improve Lexer::getSourceText() when the given range deals with function macro arguments. by Argyrios Kyrtzidis · 11 years ago
  22. b5afadd fix PR 15726: ptrdiff_t should be int on PowerPC Darwin by David Fang · 11 years ago
  23. fcec0c9 Use correct types for SPARC v9. by Jakob Stoklund Olesen · 11 years ago
  24. 69db555 Use atomic instructions on linux thumb v7. by Rafael Espindola · 11 years ago
  25. 620c0af Use atomic instructions on ARM linux. by Rafael Espindola · 11 years ago
  26. 6af701f OpenMP threadprivate with qualified names. by Alexey Bataev · 11 years ago
  27. b840921 by Ulrich Weigand · 11 years ago
  28. 6b20351 by Ulrich Weigand · 11 years ago
  29. ff920ee AArch64: teach Clang about __clear_cache intrinsic by Tim Northover · 11 years ago
  30. d99990d Revert r177218. by Argyrios Kyrtzidis · 11 years ago
  31. cc2b653 Remove DiagnosticConsumer::clone(), a bad idea that is now unused. by Douglas Gregor · 11 years ago
  32. a4a90ca When building a module, forward diagnostics to the outer diagnostic consumer. by Douglas Gregor · 11 years ago
  33. 363f99d Initialize WarnOnSpellCheck. by Rafael Espindola · 11 years ago
  34. 63063f5 Add support for -march=btver2. by Benjamin Kramer · 11 years ago
  35. 44f72d3 Add some more required SPARC v9 predefined macros. by Jakob Stoklund Olesen · 11 years ago
  36. 6576a0d Add comment to describe cleverness. by Benjamin Kramer · 11 years ago
  37. 5ddf70f Reject asm output constraints that consist of modifiers only. by Benjamin Kramer · 11 years ago
  38. 87f9d81 [Modules] Use global index to improve typo correction performance by Argyrios Kyrtzidis · 11 years ago
  39. 56e1f1f Add support for sparcv9 targets. by Jakob Stoklund Olesen · 11 years ago
  40. 321ae79 [Mips] Support -mmicromips / -mno-micromips command line options. by Simon Atanasyan · 11 years ago
  41. d96e315 [Mips] Follow-up to r179481. Consider "single-float" as a separate by Simon Atanasyan · 11 years ago
  42. ecc6523 Introduce SourceManager::getDecomposedIncludedLoc, that returns the "included/expanded in" decomposed location of the given FileID. by Argyrios Kyrtzidis · 11 years ago
  43. c0783dc The PNaCl target no longer permits __attribute__((regparm)). by Eli Bendersky · 11 years ago
  44. dabcbf9 AArch64: bring predefines in line with most recent ACLE document by Tim Northover · 11 years ago
  45. d1b3394 Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8} on x86. by Michael J. Spencer · 11 years ago
  46. 3b848ec R600: Add missing Southern Islands GPU to setCPU() function by Tom Stellard · 11 years ago
  47. affa3af Remove old NVPTX cpus and add new NVPTX cpus by Justin Holewinski · 11 years ago
  48. fe6b271 Add support for gcc-compatible -mfprnd -mno-fprnd PPC options by Hal Finkel · 11 years ago
  49. 1bfc28c Add RDSEED intrinsic support defined in AVX2 extension by Michael Liao · 11 years ago
  50. 829d187 Add support for gcc-compatible -mpopcntd -mno-popcntd PPC options by Hal Finkel · 11 years ago
  51. f4320ab Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC options by Hal Finkel · 11 years ago
  52. 72339a0 Add PRFCHW intrinsic support by Michael Liao · 11 years ago
  53. 7aac45a <rdar://problem/13358795> Teach CMake to check Subversion version information at build time, not configure time. by Douglas Gregor · 11 years ago
  54. b63d8d2 Fix a layering violation introduced in r177705. by Matt Beaumont-Gay · 11 years ago
  55. c640058 OpenMP threadprivate directive parsing and semantic analysis by Alexey Bataev · 11 years ago
  56. 906d66a <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, and warn when a newly-imported module conflicts with an already-imported module. by Douglas Gregor · 11 years ago
  57. 970e441 Make sure that Module::ConfigMacrosExhaustive gets initialized and deserialized correctly. by Douglas Gregor · 11 years ago
  58. 63a7268 <rdar://problem/10796651> Introduce configuration macros into module maps. by Douglas Gregor · 11 years ago
  59. c1d2239 [Modules] Resolve top-headers of modules lazily. by Argyrios Kyrtzidis · 11 years ago
  60. e8a1efc Remove driver support for Hexagon V2 and V3 by Matthew Curtis · 11 years ago
  61. f3ddf63 Add 'e' to the SPIR data layout - SPIR is little endian for now. by Guy Benyei · 11 years ago
  62. 9710230 Mips specific inline assembler constraint 'R' by Jack Carter · 11 years ago
  63. fc55345 Tidy up lists of Cortex-A series processors, adding entries for A7. by Bob Wilson · 11 years ago
  64. d2ab6d3 Mips specific inline assembler constraint 'R' by Jack Carter · 11 years ago
  65. fd07591 R600: Use the GPU type to determine the correct DataLayout v2 by Tom Stellard · 11 years ago
  66. fc09336 Fix typos: [Dd]iagnosic -> [Dd]iagnostic by Stefanus Du Toit · 11 years ago
  67. 838a920 Add one more sanity check in SourceManager::getFileIDLoaded(). by Argyrios Kyrtzidis · 11 years ago
  68. 7db4bb9 In SourceManager::getFileIDLoaded(), add some sanity checks to make sure we don't enter an infinite loop. by Argyrios Kyrtzidis · 11 years ago
  69. e9616a4 [Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64 by Simon Atanasyan · 12 years ago
  70. 2564f81 Refine SourceManager's isBeforeInTranslationUnit() cache to have more entries. by Ted Kremenek · 12 years ago
  71. f9067c6 Moving initialization into the initializer list and correcting capitalization, as suggested by Chandler. by Aaron Ballman · 12 years ago
  72. a8f7a97 Implement __builtin_eh_return_data_regno() for ARM and MIPS. by Logan Chien · 12 years ago
  73. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 12 years ago
  74. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 12 years ago
  75. f512ace Replace some typically large vectors with SmallVector. by Benjamin Kramer · 12 years ago
  76. 66874fb Use None rather than Optional<T>() where possible. by David Blaikie · 12 years ago
  77. 90a7820 Revert "intmax_t is long long on Darwin, not long." by Jordan Rose · 12 years ago
  78. dc84cd5 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 12 years ago
  79. a905c4f intmax_t is long long on Darwin, not long. by Jordan Rose · 12 years ago
  80. 21a0004 [modules] Refactor code from ASTReader::makeModuleVisible() into a new function, by Argyrios Kyrtzidis · 12 years ago
  81. 6637b06 Fixing a typo where FixIts was accidentally self-assigning instead of assigning in the parameter Fixits. This fixes several failed assertions with MSVC debug builds. by Aaron Ballman · 12 years ago
  82. 6a93c86 AArch64: add atomic support parameters to TargetInfo by Tim Northover · 12 years ago
  83. 223f0ff Remove some stray uses of <ctype.h> functions. by Jordan Rose · 12 years ago
  84. 799f3c1 CharInfo: Add missing "using namespace clang::charinfo" in .cpp file. by Jordan Rose · 12 years ago
  85. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 12 years ago
  86. 9893902 Pull Lexer's CharInfo table out for general use throughout Clang. by Jordan Rose · 12 years ago
  87. d46b7ec Add a *San + modules FIXME. by Richard Smith · 12 years ago
  88. 2821e18 Add some missing PPC cpus by Bill Schmidt · 12 years ago
  89. 3c6aaeb Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector instruction set by Hal Finkel · 12 years ago
  90. 5ccd3d0 Add PPC A2Q core and BG/Q preprocessor definitions by Hal Finkel · 12 years ago
  91. 199402b Enable -fno-altivec, -mno-altivec for PowerPC. by Bill Schmidt · 12 years ago
  92. c264e16 Add support for AArch64 target. by Tim Northover · 12 years ago
  93. 566f063 Changed to static_cast, due to post-commit review. by Filipe Cabecinhas · 12 years ago
  94. 825648a Cast to remove the narrowing conversion error in c++11. by Filipe Cabecinhas · 12 years ago
  95. 877761c Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back by Richard Trieu · 12 years ago
  96. cb5620c Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support by Dmitri Gribenko · 12 years ago
  97. adeb782 <limits.h> includes <linux/limits.h> on Linux, no need to special-case it by Dmitri Gribenko · 12 years ago
  98. 713b7c0 Since we're stuck with realpath for the header <-> module mapping, by Douglas Gregor · 12 years ago
  99. b8b2c9d First pass at abstracting out a class for the target C++ ABI. by John McCall · 12 years ago
  100. b0fc94c PowerPC: fix __builtin_eh_return_data_regno return by Adhemerval Zanella · 12 years ago