1. 18af368 On Darwin, initialization and destruction functions should go into the __StaticInit section. by Anders Carlsson · 14 years ago
  2. c4dec1c Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. by Daniel Dunbar · 14 years ago
  3. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  4. 6deecb0 Correctly align large arrays in x86-64. This fixes PR5599. by Rafael Espindola · 14 years ago
  5. 4c6a226 Accept '#pragma options align=mac68k' on Darwin/PPC and Darwin/PPC64. by Daniel Dunbar · 14 years ago
  6. 2b7baf0 Roll back r104941. by John McCall · 14 years ago
  7. 1d0a585 Add a new attribute on records, __attribute__((adl_invisible)), and define by John McCall · 14 years ago
  8. 350b9f3 Darwin/ARM seems to support mac68k align as well. by Daniel Dunbar · 14 years ago
  9. 613fd67 Sema: Reject '#pragma options align=mac68k' everywhere except i386-apple-darwin. by Daniel Dunbar · 14 years ago
  10. 34d7c4d don't make _Bool be a keyword in -fms-extensions mode, patch by Steven Watanabe! by Chris Lattner · 14 years ago
  11. 5ef12b3 Update the types for warning option subgroup arrays to 'short', we have more by Chandler Carruth · 14 years ago
  12. d3b8cc2 clean up isBeforeInTranslationUnit by factoring out some common by Chris Lattner · 14 years ago
  13. 48296ba reimplement the guts of SourceManager::isBeforeInTranslationUnit by Chris Lattner · 14 years ago
  14. 66a915f start using the caching now that it appears to work! by Chris Lattner · 14 years ago
  15. dcb1d68 reimplement the caching in the SourceManager::isBeforeInTranslationUnit() by Chris Lattner · 14 years ago
  16. 4cadeec Basic: Update getClangRepositoryPath for my change to integration branch layout. by Daniel Dunbar · 14 years ago
  17. 672c003 Workaround a really serious caching bug in SourceManager::isBeforeInTranslationUnit() where the by Ted Kremenek · 14 years ago
  18. c9b8890 When -fdiagnostics-print-source-range-info is specified, by Chris Lattner · 14 years ago
  19. 27b0f51 add the ability to associate 'category' names with diagnostics by Chris Lattner · 14 years ago
  20. 9bffb07 david conrad points out that {|} in inline assembly on arm are not asm by Chris Lattner · 14 years ago
  21. fe1ea7b another tweak for haiku support, patch by Paul Davey! by Chris Lattner · 14 years ago
  22. 684de63 ARM/APCS: Don't respect bit-field types when laying out structures. by Daniel Dunbar · 14 years ago
  23. 2b003fd Sink the _GNU_SOURCE definition down into the target configuration, by Douglas Gregor · 14 years ago
  24. 5c5db4e change FullSourceLoc to have a *const* SourceManager&, eliminating a const_cast. by Chris Lattner · 14 years ago
  25. e127a0d push some source location information down through the compiler, by Chris Lattner · 14 years ago
  26. 38caec4 enhance sourcemgr to detect various UTF BOM's and emit a fatal error by Chris Lattner · 14 years ago
  27. 575cf37 Introduce a limit on the depth of the template instantiation backtrace by Douglas Gregor · 14 years ago
  28. eb5d7b7 Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not by Chandler Carruth · 14 years ago
  29. fb937b8 clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes. by Daniel Dunbar · 14 years ago
  30. b6830d6 Tweak spelling (Bitfield -> BitField) by Daniel Dunbar · 14 years ago
  31. b6a1693 Add TargetInfo::useBitfieldTypeAlignment(). by Daniel Dunbar · 14 years ago
  32. 1864f2e Once we've emitted a fatal diagnostic, keep counting errors but with a by Douglas Gregor · 14 years ago
  33. 04e4427 fix PR6814 - Only print [-pedantic] on a diagnostic if -pedantic by Chris Lattner · 14 years ago
  34. ec55c94 Fix null dereference in 'WriteSourceLocation' when the FileEntry is null. by Ted Kremenek · 14 years ago
  35. 86ed3a3 add haiku support, patch by Paul Davey! by Chris Lattner · 14 years ago
  36. 0b3c773 Disable diag::err_file_modified on Win32 completely, until someone cares to fix by Daniel Dunbar · 14 years ago
  37. 9f692a0 On Windows, disable the modification-time check for files used in by Douglas Gregor · 14 years ago
  38. c100214 add clang -cc1 level support for "-ferror-limit 42" by Chris Lattner · 14 years ago
  39. b205ac9 add capabilities to stop emitting errors after some limit. by Chris Lattner · 14 years ago
  40. 53eee7b Instead of counting totally diagnostics, split the count into a count by Chris Lattner · 14 years ago
  41. eea12d1 Add option and macro definition for AES instructions. Now produces real by Eric Christopher · 14 years ago
  42. 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 14 years ago
  43. 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 14 years ago
  44. d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 14 years ago
  45. fe6b2d4 Optimize PartialDiagnostic's memory-allocation behavior by placing a by Douglas Gregor · 14 years ago
  46. eab5d1e Teach the diagnostic engine to provide more detailed information about by Douglas Gregor · 14 years ago
  47. fb45797 PS3 needs __PPC__. Should this be in the PPC target? by John Thompson · 14 years ago
  48. 9e2dac9 Fix a thinko and a typo in the delayed-diagnostic code. by Douglas Gregor · 15 years ago
  49. 93ea5cb Introduce the notion of a single "delayed" diagnostic into the by Douglas Gregor · 15 years ago
  50. 2d52be5 Keep track of the size/modification time of each file source-location by Douglas Gregor · 15 years ago
  51. 5de6572 Fix a longstanding (but previously unknown) bug in the lazy by Douglas Gregor · 15 years ago
  52. 0419a23 Check the inode in addition to size and modification time to determine by Douglas Gregor · 15 years ago
  53. e39b600 Use a simple diagnostic (file modified) when we detect that a file has by Douglas Gregor · 15 years ago
  54. c815108 Teach SourceManager's content cache to keep track of whether its by Douglas Gregor · 15 years ago
  55. 64e462d Update get*LineNumber() and get*ColumnNumber() functions to pass the by Douglas Gregor · 15 years ago
  56. a543016 Audit all callers of SourceManager::getCharacterData(); update some of by Douglas Gregor · 15 years ago
  57. aae58b0 Audit all getBuffer() callers (for both the FullSourceLoc and by Douglas Gregor · 15 years ago
  58. ceafc4b Switch another function to StringRef instead of char pointer pairs. by Benjamin Kramer · 15 years ago
  59. f6ac97b Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. by Benjamin Kramer · 15 years ago
  60. 50f6af7 Introduce optional "Invalid" parameters to routines that invoke the by Douglas Gregor · 15 years ago
  61. 36c35ba Use SourceManager's Diagnostic object for all file-reading errors, by Douglas Gregor · 15 years ago
  62. f715ca1 Give SourceManager a Diagnostic object with which to report errors, by Douglas Gregor · 15 years ago
  63. f9b0a58 Add some <cstdio> includes to unbreak the buildbots by Douglas Gregor · 15 years ago
  64. aea67db Introduce a new BufferResult class to act as the return type of by Douglas Gregor · 15 years ago
  65. 50acf24 Reintroduce r98340 and r98341 now without copy/paste errors. by Kovarththanan Rajaratnam · 15 years ago
  66. 6561adf Back out r98340 abd r98341 by Kovarththanan Rajaratnam · 15 years ago
  67. 33d3bca fix PR6584: __SSE3__ not defined with -mss3 by Nuno Lopes · 15 years ago
  68. f9bc110 Switch parameter order for consistency (no functionality change) by Kovarththanan Rajaratnam · 15 years ago
  69. 362f6f2 Add keywords using StringRef by Kovarththanan Rajaratnam · 15 years ago
  70. 8515fbf Fix -Wsign-compare warning reported by clang++. by Ted Kremenek · 15 years ago
  71. 9cbeb63 add mblaze target support, patch by Wesley Peck! by Chris Lattner · 15 years ago
  72. 940f646 Make sure the raw_string_ostream gets flushed so we don't accidentally return an empty string. by Benjamin Kramer · 15 years ago
  73. 3a47c4e add TCE target support, patch by Pekka J! by Chris Lattner · 15 years ago
  74. d41b4ec Add in disabled case as well. by Eric Christopher · 15 years ago
  75. d39ebe2 Add in -msse4.1 and -msse4.2 options and continuing a rather by Eric Christopher · 15 years ago
  76. 2752c01 add framework for ARM builtins, Patch by Edmund Grimley Evans! by Chris Lattner · 15 years ago
  77. ec50088 Use SVN_REVISION, not SVN_VERSION. by Ted Kremenek · 15 years ago
  78. 971cc48 Make getClangRevision() check that SVN_VERSION is an empty string by Ted Kremenek · 15 years ago
  79. ed73473 Add in some more MIPS command line options. by Eric Christopher · 15 years ago
  80. d1eabfb Robustify SourceManager::getLocation(), so that it returns an by Douglas Gregor · 15 years ago
  81. b9c903b Use a little binary header in serialized diagnostics to help the deserializer skip over noise in the stream by Douglas Gregor · 15 years ago
  82. 0a812cf Re-apply my diagnostics-capture patch for CIndex, with some tweaks to by Douglas Gregor · 15 years ago
  83. a88084b Rework how CIndex handles diagnostics. Rather than using a callback, by Douglas Gregor · 15 years ago
  84. e03ae30 add freebsd/ppc[64] support, patch by Nathan Whitehorn, PR6318 by Chris Lattner · 15 years ago
  85. fcd302b Re-applying 96173. Looks like finally I got the test case right. by Sanjiv Gupta · 15 years ago
  86. 5591a6b reverting back 96242 as it still causes a test failure. by Sanjiv Gupta · 15 years ago
  87. aed63cb Re-applying 96173 with corresponding changes in test. by Sanjiv Gupta · 15 years ago
  88. 94baf7f temporarily revert 96173, it is causing test failures. by Chris Lattner · 15 years ago
  89. a5999e2 renamed pic16 specifiic macros. by Sanjiv Gupta · 15 years ago
  90. 974be4d Fix bug I introduced with assinging a temporary to a StringRef. by Ted Kremenek · 15 years ago
  91. a2a9d6e Make the following functions thread-safe but having them return an std::string that is reconstructed by Ted Kremenek · 15 years ago
  92. a5c6c58 fix a bug in SourceManager::getInstantiationLocSlowCase, where by Chris Lattner · 15 years ago
  93. 779cf42 Suppress warnings if their instantiation location is in a system header, not by John McCall · 15 years ago
  94. b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 15 years ago
  95. 82287d1 First stage of adding AltiVec support by John Thompson · 15 years ago
  96. b9f7096 Don't explicitly force utf strings into the __TEXT,__ustring by Chris Lattner · 15 years ago
  97. 3bb6530 Simplify FreeBSD version parsing. by Benjamin Kramer · 15 years ago
  98. 83c021c Yay for more StringRefs. by Anders Carlsson · 15 years ago
  99. f959fb5 StringRef-ize the TargetInfo::ConstraintInfo constructor. by Anders Carlsson · 15 years ago
  100. e242d5f We don't need to place 0 in the URL string now that we return a StringRef. by Benjamin Kramer · 15 years ago