1. a2a9d6e Make the following functions thread-safe but having them return an std::string that is reconstructed by Ted Kremenek · 15 years ago
  2. a5c6c58 fix a bug in SourceManager::getInstantiationLocSlowCase, where by Chris Lattner · 15 years ago
  3. 779cf42 Suppress warnings if their instantiation location is in a system header, not by John McCall · 15 years ago
  4. b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 15 years ago
  5. 82287d1 First stage of adding AltiVec support by John Thompson · 15 years ago
  6. b9f7096 Don't explicitly force utf strings into the __TEXT,__ustring by Chris Lattner · 15 years ago
  7. 3bb6530 Simplify FreeBSD version parsing. by Benjamin Kramer · 15 years ago
  8. 83c021c Yay for more StringRefs. by Anders Carlsson · 15 years ago
  9. f959fb5 StringRef-ize the TargetInfo::ConstraintInfo constructor. by Anders Carlsson · 15 years ago
  10. e242d5f We don't need to place 0 in the URL string now that we return a StringRef. by Benjamin Kramer · 15 years ago
  11. 09f52a6 Fix alignment for msp430 integer types. by Anton Korobeynikov · 15 years ago
  12. d93256e Introduce serialization and deserialization of diagnostic information by Douglas Gregor · 15 years ago
  13. d410fa2 ARM/APCS: Fix alignment of long double. by Daniel Dunbar · 15 years ago
  14. 9b0fb62 Add support for 3dnow and 3dnowa, and define the target macros accordingly. (This is needed in order to build Qt). by Anders Carlsson · 15 years ago
  15. 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 · 15 years ago
  16. 0bb46d2 -fno-rtti is now the default. by Chris Lattner · 15 years ago
  17. a18f1b8 Rename getClangFullVendorVersion() to getClangFullVersion(). by Ted Kremenek · 15 years ago
  18. 04bb716 Add 'clang_getClangVersion()' function to CIndex. This exposes the full Clang version string through the CIndex API. by Ted Kremenek · 15 years ago
  19. 3687a5d Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cpp, getClangFullVendorVersion(). by Ted Kremenek · 15 years ago
  20. f7a96a3 (1) Rename getClangSubversionRevision() to getClangRevision(), and by Ted Kremenek · 15 years ago
  21. 517e676 Rename getClangSubversionPath() -> getClangRepositoryPath() and have it return a StringRef. by Ted Kremenek · 15 years ago
  22. 38474aa Update to use llvm/utils/GetSourceVersion to detect version number, instead of by Daniel Dunbar · 15 years ago
  23. 103b71c Move the MacroBuilder utilitiy to its own header. Update references. by Chandler Carruth · 15 years ago
  24. b3ee1df Actually remove the include that r93974 made unnecessary. by Chandler Carruth · 15 years ago
  25. 26d18c1 long long is 64 bits on msp430 by Anton Korobeynikov · 15 years ago
  26. 909c182 Pre-emptive bugfixes in the diagnostics code: allow arbitrary punctuation by John McCall · 15 years ago
  27. 3be16b7 Add the %ordinal format modifier for turning '1' into '1st'. Hard-coded for by John McCall · 15 years ago
  28. 9f28614 Perform format-expansion on %select results. by John McCall · 15 years ago
  29. 7d95747 Predefine __weak attribute when doing objective-c by Fariborz Jahanian · 15 years ago
  30. 453c134 Define __weak attribute for objective-c pointers in by Fariborz Jahanian · 15 years ago
  31. 4872508 Hopefully unbreak build with g++ >= 4.3. by Benjamin Kramer · 15 years ago
  32. a999277 Use MacroBuilder for TargetDefines instead of std::vector. by Benjamin Kramer · 15 years ago
  33. 7a7ca28 improve support for dragonfly, patch by Sascha Wildner! by Chris Lattner · 15 years ago
  34. 2550d70 move a few more symbols to .rodata/.data.rel.ro by Nuno Lopes · 15 years ago
  35. e663c72 implement -W[no-]fatal-errors, patch by Christian Adåker! by Chris Lattner · 15 years ago
  36. 5affb53 ARM: Remove a FIXME, it's not actually more complicated than that. by Daniel Dunbar · 15 years ago
  37. a91320b ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly". by Daniel Dunbar · 15 years ago
  38. 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 · 15 years ago
  39. b93292a Targets: Allow CreateTargetInfo to mutate the target features. by Daniel Dunbar · 15 years ago
  40. b381441 Add f80 entry for windows targets by Anton Korobeynikov · 15 years ago
  41. 5d7c251 Use proper alignment for i16/i32 on msp430. This fixes PR5815. by Anton Korobeynikov · 15 years ago
  42. 0791aa5 ARM: Define __thumb2__ for V6T2 targets and only define by Daniel Dunbar · 15 years ago
  43. eac7c53 ARM: Fix predefines (__ARM_ARCH_..., __REGISTER_PREFIX). by Daniel Dunbar · 15 years ago
  44. ec387af Tweaks for PS3 target. by John Thompson · 15 years ago
  45. 9a6ac54 Removing trailing directory separator, to make stat work by John Thompson · 15 years ago
  46. aa8e361 fix PR5689: add support for 'o' and 'V' asm input operands by Nuno Lopes · 15 years ago
  47. 475ddb4 FileManager: Do not cache failed stats, it is easy to construct common by Daniel Dunbar · 15 years ago
  48. 21a8bed Add a pretty horrible hack to prevent clang from crashing with inconsistent PCH by Daniel Dunbar · 15 years ago
  49. 0304c6c Remove 'LangOpts' from Diagnostic (added in http://llvm.org/viewvc/llvm-project?view=rev&revision=90642). by Steve Naroff · 15 years ago
  50. e0c4d89 Integrate the following from the 'objective-rewrite' branch: by Steve Naroff · 15 years ago
  51. 109ae73 Minor cleanup to the code-completion-point logic suggested by Chris. by Douglas Gregor · 15 years ago
  52. 057e567 Extend -remap-file=from;to to permit mapping from a non-existent by Douglas Gregor · 15 years ago
  53. 2968442 Extend the source manager with the ability to override the contents of by Douglas Gregor · 15 years ago
  54. 4a160e1 Eliminate the unnecessary FirstFID cache variable from the source manager's ContentCache by Douglas Gregor · 15 years ago
  55. 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 · 15 years ago
  56. 39d9841 pass the reason for failure up from MemoryBuffer and report it by Chris Lattner · 15 years ago
  57. 32d4d80 Convert Diagnostic::getCustomDiagID to take a StringRef. by Daniel Dunbar · 15 years ago
  58. 59c55e7 This patch adds a PUNCTUATOR macro (specialization of TOK) in TokenKinds.def and makes use of it in tok::getTokenSimpleSpelling. by Kovarththanan Rajaratnam · 15 years ago
  59. 9cf910e Add SigAtomicType to TargetInfo, Needed for MSP and PIC Targets, Credit to Ken Dyck. by Edward O'Callaghan · 15 years ago
  60. 3f6918a Added preliminary support step for PS3 by John Thompson · 15 years ago
  61. 2fc430d Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better done by Daniel Dunbar · 15 years ago
  62. c5a97ec Move -fnext-runtime defaulting to driver (and change clang-cc default to by Daniel Dunbar · 15 years ago
  63. 0be42c4 Move -fms-extensions defaulting to driver, instead of using getDefaultLangOptions. by Daniel Dunbar · 15 years ago
  64. 1f95e65 Move char-is-signed defaulting to driver, instead of using by Daniel Dunbar · 15 years ago
  65. 84423a8 Add MIPS support to Triple for Linux and the PSP. Credit to Bruno Cardoso Lopes. by Edward O'Callaghan · 15 years ago
  66. d58c03f Add TargetOptions and use it when constructing targets. by Daniel Dunbar · 15 years ago
  67. c997eb4 Move DISABLE_INLINE to the front of the decl so MSVC can parse it. Patch by Amine Khaldi! by Benjamin Kramer · 15 years ago
  68. 9184646 do not store wchar/char16/char32/intmax width/alignment info by Chris Lattner · 15 years ago
  69. 29a790b Simplifiy target feature handling by coalescing all the logic into by Daniel Dunbar · 15 years ago
  70. 1932e12 teach the various targets what native integer types they have. by Chris Lattner · 15 years ago
  71. 1fbf1f0 Strip off the /clang/tools/clang at the end of the Subversion URL, if it's there by Douglas Gregor · 15 years ago
  72. 40d1bb6 Eliminate tabls by John Thompson · 15 years ago
  73. 9099e7b clean up integer preprocessor type definitions, patch by Ken Dyck! by Chris Lattner · 15 years ago
  74. a6fda12 Adding -fshort-wchar option. by John Thompson · 15 years ago
  75. ca1bdd7 Implement support for parsing dependent template-ids that refer to by Douglas Gregor · 15 years ago
  76. 170b765 pr5371 likely has nothing to do with this. by Chris Lattner · 15 years ago
  77. 3963e75 Add note to FIXME about PR5371. by Edward O'Callaghan · 15 years ago
  78. 961f070 rename getTypeSigned() -> isTypeSigned() per daniel's review. by Chris Lattner · 15 years ago
  79. 5c14dce Fix cmake failure trying to get SVN info for non-SVN trees. by Daniel Dunbar · 15 years ago
  80. 7de7009 Add a preprocessor define for adding a "near" section attribute for allowing by Sanjiv Gupta · 15 years ago
  81. ca2c3e2 Fixed undefined behavior in pushMappings when the stack has to resize. by John Thompson · 15 years ago
  82. b304f77 add helpful methods to TargetInfo for querying builtin integer type properties, by Chris Lattner · 15 years ago
  83. e64ef80 hookize wint_t's definition, patch by Edward O'Callaghan (from PR5233). by Chris Lattner · 15 years ago
  84. b54d8af teach FormatDiagnostic to aggregate previously formatted arguments and by Chris Lattner · 15 years ago
  85. 01eb9b9 PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients by Daniel Dunbar · 15 years ago
  86. 991f9a7 The AuroraUX toolchain has conflicting wchar_t between the system stdlib.h header and the clang stddef.h header where clang was defining as int where we use long. by Edward O'Callaghan · 15 years ago
  87. 76b61cc Avoid std::string thrashing in MultiKeywordSelector::getName(), and simplify. by Daniel Dunbar · 15 years ago
  88. 23e47c6 Use raw_ostream for formatting integers, and use IdentifierInfo::getNameStr by Daniel Dunbar · 15 years ago
  89. 52e7108 Add support for a chain of stat caches in the FileManager, rather than by Douglas Gregor · 15 years ago
  90. 5a3ce9b increase helpfulness of assert message. by Chris Lattner · 15 years ago
  91. 03265b6 Disallow arbitrary custom inline asm constraints for msp430. by Anton Korobeynikov · 15 years ago
  92. 278b9f0 fix some cfstring related issues: by Chris Lattner · 15 years ago
  93. 3f09327 Unify our diagnostic printing for errors of the form, "we didn't like by Douglas Gregor · 15 years ago
  94. 4053983 fix PR4938 by recognizing % as a modifier on outputs, by Chris Lattner · 15 years ago
  95. a55cce8 "Someone pointed out that in my previous Targets.cpp patch I didn't by Mike Stump · 15 years ago
  96. 14ea569 Installation of Clang libraries and headers, from Axel Naumann! by Douglas Gregor · 15 years ago
  97. b8d1191 Provide a common set of routines in Version.h that return Subversion by Douglas Gregor · 15 years ago
  98. 60b5d8e Pre-commit commit to get URL keyword expansion for Clang version information by Douglas Gregor · 15 years ago
  99. 9a7b085 Handle Eli remark on mingw __declspec macro definition by Cedric Venet · 15 years ago
  100. 9fe4a5d Factor Windows target into VS, MinGW and Cygwin variants. by Daniel Dunbar · 15 years ago