1. f3ddf63 Add 'e' to the SPIR data layout - SPIR is little endian for now. by Guy Benyei · 11 years ago
  2. 9710230 Mips specific inline assembler constraint 'R' by Jack Carter · 11 years ago
  3. fc55345 Tidy up lists of Cortex-A series processors, adding entries for A7. by Bob Wilson · 11 years ago
  4. d2ab6d3 Mips specific inline assembler constraint 'R' by Jack Carter · 11 years ago
  5. fd07591 R600: Use the GPU type to determine the correct DataLayout v2 by Tom Stellard · 11 years ago
  6. fc09336 Fix typos: [Dd]iagnosic -> [Dd]iagnostic by Stefanus Du Toit · 11 years ago
  7. 838a920 Add one more sanity check in SourceManager::getFileIDLoaded(). by Argyrios Kyrtzidis · 12 years ago
  8. 7db4bb9 In SourceManager::getFileIDLoaded(), add some sanity checks to make sure we don't enter an infinite loop. by Argyrios Kyrtzidis · 12 years ago
  9. e9616a4 [Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64 by Simon Atanasyan · 12 years ago
  10. 2564f81 Refine SourceManager's isBeforeInTranslationUnit() cache to have more entries. by Ted Kremenek · 12 years ago
  11. f9067c6 Moving initialization into the initializer list and correcting capitalization, as suggested by Chandler. by Aaron Ballman · 12 years ago
  12. a8f7a97 Implement __builtin_eh_return_data_regno() for ARM and MIPS. by Logan Chien · 12 years ago
  13. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 12 years ago
  14. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 12 years ago
  15. f512ace Replace some typically large vectors with SmallVector. by Benjamin Kramer · 12 years ago
  16. 66874fb Use None rather than Optional<T>() where possible. by David Blaikie · 12 years ago
  17. 90a7820 Revert "intmax_t is long long on Darwin, not long." by Jordan Rose · 12 years ago
  18. dc84cd5 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 12 years ago
  19. a905c4f intmax_t is long long on Darwin, not long. by Jordan Rose · 12 years ago
  20. 21a0004 [modules] Refactor code from ASTReader::makeModuleVisible() into a new function, by Argyrios Kyrtzidis · 12 years ago
  21. 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
  22. 6a93c86 AArch64: add atomic support parameters to TargetInfo by Tim Northover · 12 years ago
  23. 223f0ff Remove some stray uses of <ctype.h> functions. by Jordan Rose · 12 years ago
  24. 799f3c1 CharInfo: Add missing "using namespace clang::charinfo" in .cpp file. by Jordan Rose · 12 years ago
  25. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 12 years ago
  26. 9893902 Pull Lexer's CharInfo table out for general use throughout Clang. by Jordan Rose · 12 years ago
  27. d46b7ec Add a *San + modules FIXME. by Richard Smith · 12 years ago
  28. 2821e18 Add some missing PPC cpus by Bill Schmidt · 12 years ago
  29. 3c6aaeb Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector instruction set by Hal Finkel · 12 years ago
  30. 5ccd3d0 Add PPC A2Q core and BG/Q preprocessor definitions by Hal Finkel · 12 years ago
  31. 199402b Enable -fno-altivec, -mno-altivec for PowerPC. by Bill Schmidt · 12 years ago
  32. c264e16 Add support for AArch64 target. by Tim Northover · 12 years ago
  33. 566f063 Changed to static_cast, due to post-commit review. by Filipe Cabecinhas · 12 years ago
  34. 825648a Cast to remove the narrowing conversion error in c++11. by Filipe Cabecinhas · 12 years ago
  35. 877761c Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back by Richard Trieu · 12 years ago
  36. cb5620c Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support by Dmitri Gribenko · 12 years ago
  37. adeb782 <limits.h> includes <linux/limits.h> on Linux, no need to special-case it by Dmitri Gribenko · 12 years ago
  38. 713b7c0 Since we're stuck with realpath for the header <-> module mapping, by Douglas Gregor · 12 years ago
  39. b8b2c9d First pass at abstracting out a class for the target C++ ABI. by John McCall · 12 years ago
  40. b0fc94c PowerPC: fix __builtin_eh_return_data_regno return by Adhemerval Zanella · 12 years ago
  41. dbee949 [mips] Enable inlining of atomic ops on mips32 and mips64. by Akira Hatanaka · 12 years ago
  42. 4f45bc0 [ubsan] Add support for -fsanitize-blacklist by Will Dietz · 12 years ago
  43. b6cbe51 Implement parsing, AST, (de-)serialization, and placeholder global by Douglas Gregor · 12 years ago
  44. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 12 years ago
  45. c3cd6f7 Fix -Wunused-comparison for comparisons in arguments to function-like macros. by Matt Beaumont-Gay · 12 years ago
  46. 7266cf6 Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that enabled this extension for multiple targets. by Guy Benyei · 12 years ago
  47. 390a70f [mips] Fix data layout string. Add 64 to the list of native integer widths by Akira Hatanaka · 12 years ago
  48. 35abfcd DiagnosticIds: Fix offset/ID calculation, no impact outside this code. by Argyrios Kyrtzidis · 12 years ago
  49. 1a090f1 Correct Hexagon DataLayout string. Fixes bug 14744. by Anshuman Dasgupta · 12 years ago
  50. 4e24f0f s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few nearby 'C++0x' comments. by Richard Smith · 12 years ago
  51. 3b844ba Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to by Chandler Carruth · 12 years ago
  52. 80ad52f s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 12 years ago
  53. 3898008 Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM. by Guy Benyei · 12 years ago
  54. ab13751 Add ARM cortex-r5 subtarget as available mcpu by Quentin Colombet · 12 years ago
  55. 65548b3 Remove namespace qualifier that lead to build breakage. by Daniel Jasper · 12 years ago
  56. 9096102 Move operator precedence calculation to new header by Daniel Jasper · 12 years ago
  57. ad017fa Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 12 years ago
  58. 5b9268f Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then by Richard Smith · 12 years ago
  59. 094dbf9 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  60. d53c2d3 Don't use SourceLineCache in getColumnNumber if LastLineNoResult is past the end of the cache. Fixes PR14570. by Craig Topper · 12 years ago
  61. e72f4d9 Targets.cpp: [cygwin] Add the predefined macro "_X86_", according to newer version of cygwin/w32api. by NAKAMURA Takumi · 12 years ago
  62. 8a03357 Remove little endian specification from SPIR data layout - SPIR doesn't define endiannes in the data layout. by Guy Benyei · 12 years ago
  63. 27fa236 Initial support for FreeBSD on ARM. Patch by Andrew Turner. by Rafael Espindola · 12 years ago
  64. 21fa5d1 PR14581: Make SourceLocation::printToString work, or it will always return an empty string. by Benjamin Kramer · 12 years ago
  65. 1b257af Use @import rather than @__experimental_modules_import, since the by Douglas Gregor · 12 years ago
  66. bd5da3c Add SPIR32/SPIR64 targets to Clang by Guy Benyei · 12 years ago
  67. a07b59e Speed up looking up static diagnostic infos. by Benjamin Kramer · 12 years ago
  68. e5d30e3 Extend stat query APIs to explicitly specify if the query is for by Argyrios Kyrtzidis · 12 years ago
  69. fff3248 Virtual method overrides can no longer have mismatched calling conventions. This fixes PR14339. by Aaron Ballman · 12 years ago
  70. 6e399b4 long double should be 64 bits on FreeBSD/MIPS64. It possibly should be on by David Chisnall · 12 years ago
  71. 12f37e4 Fix analysis based warnings so that all warnings are emitted when compiling by DeLesley Hutchins · 12 years ago
  72. 441d9f7 Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClient by Eli Bendersky · 12 years ago
  73. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  74. 6e6330c Don't emit a warning with an input/output parameter. We assume the user knows what they're doing here. by Bill Wendling · 12 years ago
  75. e2dbaa9 Don't warn if the input size is less than the register size. Also don't warn if by Bill Wendling · 12 years ago
  76. 74632aa Add ARM cortex-a5 subtarget by Quentin Colombet · 12 years ago
  77. 398b8e8 Revert commit revision r168953, to change the commit message, which was empty by Quentin Colombet · 12 years ago
  78. b3233f5 by Quentin Colombet · 12 years ago
  79. 6902e41 Fix the definition of the vfork() builtin on Haiku. PR14378. by Eli Friedman · 12 years ago
  80. f582499 Add missing "break". Thanks to Craig for spotting it. by Eli Friedman · 12 years ago
  81. 7baa711 Enable inlining of 4 byte atomic ops on ppc32, 8 byte atomic ops on ppc64. by Benjamin Kramer · 12 years ago
  82. faf3538 Add missing features for misc x86 CPUs to CPU feature translation. Patch by Jung-uk Kim. by Eli Friedman · 12 years ago
  83. 612db2a Clean up X86 target feature translation code slightly. No intended functional change. Patch by Jung-uk Kim. by Eli Friedman · 12 years ago
  84. 49a8754 Since CreateTargetInfo is taking ownership of the target options, pass by Douglas Gregor · 12 years ago
  85. 62221b1 Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for by Richard Smith · 12 years ago
  86. 825d386 Remove the cellspu port. by Eric Christopher · 12 years ago
  87. f634bdf The register constraint could mean a 16- or 8-bit register. by Bill Wendling · 12 years ago
  88. 68fd608 Check that the input size is correct for the given constraint. by Bill Wendling · 12 years ago
  89. 18f2368 Remove unneeded includes from IdentifierTable by Nico Weber · 12 years ago
  90. 463eb89 Add clang support of RTM from TSX by Michael Liao · 12 years ago
  91. 9410928 Add a SourceLocation::printToString() that returns in a std::string what dump() by Argyrios Kyrtzidis · 12 years ago
  92. ef7bcea Set TLSSupported to false on Haiku. by Benjamin Kramer · 12 years ago
  93. 6a1f494 Basic: Windows doesn't define S_IFIFO. by Daniel Dunbar · 12 years ago
  94. ce36ecd Frontend: Add support for reading named pipes as the main file. by Daniel Dunbar · 12 years ago
  95. ca1b62a Rename LangOptions members for address sanitizer and thread sanitizer from by Richard Smith · 12 years ago
  96. 31ba273 isLegalUTF8() was giving the wrong answer by Seth Cantrell · 12 years ago
  97. dbaf4bc This patch adds alignment information for long double to the 64-bit PowerPC by Bill Schmidt · 12 years ago
  98. e6b3dba Handle '*' and '#' asm constraint modifiers. by Ulrich Weigand · 12 years ago
  99. 50d46ca Recommit Eric's code to validate ASM string's constraints and modifiers. by Bill Wendling · 12 years ago
  100. b16abb1 Modify the targets to set appropriate calling convention defaults and C variables when using a gnueabihf or aapcs-vfp target. by David Tweed · 12 years ago