1. 5de6572 Fix a longstanding (but previously unknown) bug in the lazy by Douglas Gregor · 15 years ago
  2. 0419a23 Check the inode in addition to size and modification time to determine by Douglas Gregor · 15 years ago
  3. e39b600 Use a simple diagnostic (file modified) when we detect that a file has by Douglas Gregor · 15 years ago
  4. c815108 Teach SourceManager's content cache to keep track of whether its by Douglas Gregor · 15 years ago
  5. 64e462d Update get*LineNumber() and get*ColumnNumber() functions to pass the by Douglas Gregor · 15 years ago
  6. a543016 Audit all callers of SourceManager::getCharacterData(); update some of by Douglas Gregor · 15 years ago
  7. aae58b0 Audit all getBuffer() callers (for both the FullSourceLoc and by Douglas Gregor · 15 years ago
  8. ceafc4b Switch another function to StringRef instead of char pointer pairs. by Benjamin Kramer · 15 years ago
  9. f6ac97b Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. by Benjamin Kramer · 15 years ago
  10. 50f6af7 Introduce optional "Invalid" parameters to routines that invoke the by Douglas Gregor · 15 years ago
  11. 36c35ba Use SourceManager's Diagnostic object for all file-reading errors, by Douglas Gregor · 15 years ago
  12. f715ca1 Give SourceManager a Diagnostic object with which to report errors, by Douglas Gregor · 15 years ago
  13. f9b0a58 Add some <cstdio> includes to unbreak the buildbots by Douglas Gregor · 15 years ago
  14. aea67db Introduce a new BufferResult class to act as the return type of by Douglas Gregor · 15 years ago
  15. 50acf24 Reintroduce r98340 and r98341 now without copy/paste errors. by Kovarththanan Rajaratnam · 15 years ago
  16. 6561adf Back out r98340 abd r98341 by Kovarththanan Rajaratnam · 15 years ago
  17. 33d3bca fix PR6584: __SSE3__ not defined with -mss3 by Nuno Lopes · 15 years ago
  18. f9bc110 Switch parameter order for consistency (no functionality change) by Kovarththanan Rajaratnam · 15 years ago
  19. 362f6f2 Add keywords using StringRef by Kovarththanan Rajaratnam · 15 years ago
  20. 8515fbf Fix -Wsign-compare warning reported by clang++. by Ted Kremenek · 15 years ago
  21. 9cbeb63 add mblaze target support, patch by Wesley Peck! by Chris Lattner · 15 years ago
  22. 940f646 Make sure the raw_string_ostream gets flushed so we don't accidentally return an empty string. by Benjamin Kramer · 15 years ago
  23. 3a47c4e add TCE target support, patch by Pekka J! by Chris Lattner · 15 years ago
  24. d41b4ec Add in disabled case as well. by Eric Christopher · 15 years ago
  25. d39ebe2 Add in -msse4.1 and -msse4.2 options and continuing a rather by Eric Christopher · 15 years ago
  26. 2752c01 add framework for ARM builtins, Patch by Edmund Grimley Evans! by Chris Lattner · 15 years ago
  27. ec50088 Use SVN_REVISION, not SVN_VERSION. by Ted Kremenek · 15 years ago
  28. 971cc48 Make getClangRevision() check that SVN_VERSION is an empty string by Ted Kremenek · 15 years ago
  29. ed73473 Add in some more MIPS command line options. by Eric Christopher · 15 years ago
  30. d1eabfb Robustify SourceManager::getLocation(), so that it returns an by Douglas Gregor · 15 years ago
  31. 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
  32. 0a812cf Re-apply my diagnostics-capture patch for CIndex, with some tweaks to by Douglas Gregor · 15 years ago
  33. a88084b Rework how CIndex handles diagnostics. Rather than using a callback, by Douglas Gregor · 15 years ago
  34. e03ae30 add freebsd/ppc[64] support, patch by Nathan Whitehorn, PR6318 by Chris Lattner · 15 years ago
  35. fcd302b Re-applying 96173. Looks like finally I got the test case right. by Sanjiv Gupta · 15 years ago
  36. 5591a6b reverting back 96242 as it still causes a test failure. by Sanjiv Gupta · 15 years ago
  37. aed63cb Re-applying 96173 with corresponding changes in test. by Sanjiv Gupta · 15 years ago
  38. 94baf7f temporarily revert 96173, it is causing test failures. by Chris Lattner · 16 years ago
  39. a5999e2 renamed pic16 specifiic macros. by Sanjiv Gupta · 16 years ago
  40. 974be4d Fix bug I introduced with assinging a temporary to a StringRef. by Ted Kremenek · 16 years ago
  41. a2a9d6e Make the following functions thread-safe but having them return an std::string that is reconstructed by Ted Kremenek · 16 years ago
  42. a5c6c58 fix a bug in SourceManager::getInstantiationLocSlowCase, where by Chris Lattner · 16 years ago
  43. 779cf42 Suppress warnings if their instantiation location is in a system header, not by John McCall · 16 years ago
  44. b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 16 years ago
  45. 82287d1 First stage of adding AltiVec support by John Thompson · 16 years ago
  46. b9f7096 Don't explicitly force utf strings into the __TEXT,__ustring by Chris Lattner · 16 years ago
  47. 3bb6530 Simplify FreeBSD version parsing. by Benjamin Kramer · 16 years ago
  48. 83c021c Yay for more StringRefs. by Anders Carlsson · 16 years ago
  49. f959fb5 StringRef-ize the TargetInfo::ConstraintInfo constructor. by Anders Carlsson · 16 years ago
  50. e242d5f We don't need to place 0 in the URL string now that we return a StringRef. by Benjamin Kramer · 16 years ago
  51. 09f52a6 Fix alignment for msp430 integer types. by Anton Korobeynikov · 16 years ago
  52. d93256e Introduce serialization and deserialization of diagnostic information by Douglas Gregor · 16 years ago
  53. d410fa2 ARM/APCS: Fix alignment of long double. by Daniel Dunbar · 16 years ago
  54. 9b0fb62 Add support for 3dnow and 3dnowa, and define the target macros accordingly. (This is needed in order to build Qt). by Anders Carlsson · 16 years ago
  55. 21ae319 Driver/Darwin: Stuff iPhoneOS into environment portion of the (llvm/clang) triple instead of keying off architecture. Also, fix version define to properly include the revision/micro component of the version number. by Daniel Dunbar · 16 years ago
  56. 0bb46d2 -fno-rtti is now the default. by Chris Lattner · 16 years ago
  57. a18f1b8 Rename getClangFullVendorVersion() to getClangFullVersion(). by Ted Kremenek · 16 years ago
  58. 04bb716 Add 'clang_getClangVersion()' function to CIndex. This exposes the full Clang version string through the CIndex API. by Ted Kremenek · 16 years ago
  59. 3687a5d Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cpp, getClangFullVendorVersion(). by Ted Kremenek · 16 years ago
  60. f7a96a3 (1) Rename getClangSubversionRevision() to getClangRevision(), and by Ted Kremenek · 16 years ago
  61. 517e676 Rename getClangSubversionPath() -> getClangRepositoryPath() and have it return a StringRef. by Ted Kremenek · 16 years ago
  62. 38474aa Update to use llvm/utils/GetSourceVersion to detect version number, instead of by Daniel Dunbar · 16 years ago
  63. 103b71c Move the MacroBuilder utilitiy to its own header. Update references. by Chandler Carruth · 16 years ago
  64. b3ee1df Actually remove the include that r93974 made unnecessary. by Chandler Carruth · 16 years ago
  65. 26d18c1 long long is 64 bits on msp430 by Anton Korobeynikov · 16 years ago
  66. 909c182 Pre-emptive bugfixes in the diagnostics code: allow arbitrary punctuation by John McCall · 16 years ago
  67. 3be16b7 Add the %ordinal format modifier for turning '1' into '1st'. Hard-coded for by John McCall · 16 years ago
  68. 9f28614 Perform format-expansion on %select results. by John McCall · 16 years ago
  69. 7d95747 Predefine __weak attribute when doing objective-c by Fariborz Jahanian · 16 years ago
  70. 453c134 Define __weak attribute for objective-c pointers in by Fariborz Jahanian · 16 years ago
  71. 4872508 Hopefully unbreak build with g++ >= 4.3. by Benjamin Kramer · 16 years ago
  72. a999277 Use MacroBuilder for TargetDefines instead of std::vector. by Benjamin Kramer · 16 years ago
  73. 7a7ca28 improve support for dragonfly, patch by Sascha Wildner! by Chris Lattner · 16 years ago
  74. 2550d70 move a few more symbols to .rodata/.data.rel.ro by Nuno Lopes · 16 years ago
  75. e663c72 implement -W[no-]fatal-errors, patch by Christian Adåker! by Chris Lattner · 16 years ago
  76. 5affb53 ARM: Remove a FIXME, it's not actually more complicated than that. by Daniel Dunbar · 16 years ago
  77. a91320b ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly". by Daniel Dunbar · 16 years ago
  78. 97f52ac ARM: Use front-end specific target features "soft-float" and "soft-float-abi" to communicate FP mode to target; __SOFTFP__ is set correctly now. by Daniel Dunbar · 16 years ago
  79. b93292a Targets: Allow CreateTargetInfo to mutate the target features. by Daniel Dunbar · 16 years ago
  80. b381441 Add f80 entry for windows targets by Anton Korobeynikov · 16 years ago
  81. 5d7c251 Use proper alignment for i16/i32 on msp430. This fixes PR5815. by Anton Korobeynikov · 16 years ago
  82. 0791aa5 ARM: Define __thumb2__ for V6T2 targets and only define by Daniel Dunbar · 16 years ago
  83. eac7c53 ARM: Fix predefines (__ARM_ARCH_..., __REGISTER_PREFIX). by Daniel Dunbar · 16 years ago
  84. ec387af Tweaks for PS3 target. by John Thompson · 16 years ago
  85. 9a6ac54 Removing trailing directory separator, to make stat work by John Thompson · 16 years ago
  86. aa8e361 fix PR5689: add support for 'o' and 'V' asm input operands by Nuno Lopes · 16 years ago
  87. 475ddb4 FileManager: Do not cache failed stats, it is easy to construct common by Daniel Dunbar · 16 years ago
  88. 21a8bed Add a pretty horrible hack to prevent clang from crashing with inconsistent PCH by Daniel Dunbar · 16 years ago
  89. 0304c6c Remove 'LangOpts' from Diagnostic (added in http://llvm.org/viewvc/llvm-project?view=rev&revision=90642). by Steve Naroff · 16 years ago
  90. e0c4d89 Integrate the following from the 'objective-rewrite' branch: by Steve Naroff · 16 years ago
  91. 109ae73 Minor cleanup to the code-completion-point logic suggested by Chris. by Douglas Gregor · 16 years ago
  92. 057e567 Extend -remap-file=from;to to permit mapping from a non-existent by Douglas Gregor · 16 years ago
  93. 2968442 Extend the source manager with the ability to override the contents of by Douglas Gregor · 16 years ago
  94. 4a160e1 Eliminate the unnecessary FirstFID cache variable from the source manager's ContentCache by Douglas Gregor · 16 years ago
  95. fbcc7be In SourceManager::isBeforeInTranslationUnit, if we are trying to compare two source locations with no common ancestor in the include stack, determine order by assuming memory buffers preceed files, and then that FileIDs are created in order. by Daniel Dunbar · 16 years ago
  96. 39d9841 pass the reason for failure up from MemoryBuffer and report it by Chris Lattner · 16 years ago
  97. 32d4d80 Convert Diagnostic::getCustomDiagID to take a StringRef. by Daniel Dunbar · 16 years ago
  98. 59c55e7 This patch adds a PUNCTUATOR macro (specialization of TOK) in TokenKinds.def and makes use of it in tok::getTokenSimpleSpelling. by Kovarththanan Rajaratnam · 16 years ago
  99. 9cf910e Add SigAtomicType to TargetInfo, Needed for MSP and PIC Targets, Credit to Ken Dyck. by Edward O'Callaghan · 16 years ago
  100. 3f6918a Added preliminary support step for PS3 by John Thompson · 16 years ago