1. 22b9d5a Allow targets to override IntMaxTWidth by Nate Begeman · 16 years ago
  2. 45b050e Change TargetInfo::validateInputConstraint to take begin/end name iterators instead of the number of outputs. No functionality change. by Anders Carlsson · 16 years ago
  3. 3b4d5e9 Rename SourceLocation::getFileID to getChunkID, because it returns by Chris Lattner · 16 years ago
  4. 2b2453a this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 16 years ago
  5. 0581659 make "ContentCache::Buffer" mutable to avoid a const_cast. by Chris Lattner · 16 years ago
  6. a50bd54 Make FullSourceLoc derive from SourceLocation instead of by Chris Lattner · 16 years ago
  7. 4abb87e elimiante FullSourceLoc::getCanonicalFileID by Chris Lattner · 16 years ago
  8. 0cf7bb9 remove FullSourceLoc::isFileID by Chris Lattner · 16 years ago
  9. f7cf85b more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 16 years ago
  10. 88054de rename "virtual location" of a macro to "instantiation location". by Chris Lattner · 16 years ago
  11. df7c17a Change some terminology in SourceLocation: instead of referring to by Chris Lattner · 16 years ago
  12. 72b1b15 IdentifierInfo: by Ted Kremenek · 16 years ago
  13. 0e936db Make sure to initialize the ConstraintInfo to 0 by Anders Carlsson · 16 years ago
  14. 5b034ad SourceManager: Implement "lazy" creation of MemBuffers for source files. by Ted Kremenek · 16 years ago
  15. c16c208 Misc changes to SourceManager::ContentCache: by Ted Kremenek · 16 years ago
  16. ae0ee03 instead of forcing blocks on by default, make them default to off, but let by Chris Lattner · 16 years ago
  17. 8fc4dfb replace useNeXTRuntimeAsDefault with a generic hook that allows targets by Chris Lattner · 16 years ago
  18. e206532 Fix order of evaluation. by Sebastian Redl · 16 years ago
  19. 077bf5e Rename Selector::getName() to Selector::getAsString(), and add by Chris Lattner · 16 years ago
  20. 08631c5 Convert IdentifierInfo's to be printed the same as DeclarationNames by Chris Lattner · 16 years ago
  21. 011bb4e add support for inserting a DeclarationName into a diagnostic directly by Chris Lattner · 16 years ago
  22. 3fdf4b0 Genericize the qualtype formating callback to support any diag argument. by Chris Lattner · 16 years ago
  23. 22caddc Add support for sending QualType's directly into diags and convert two by Chris Lattner · 16 years ago
  24. e4c452c Implement a %plural modifier for complex plural forms in diagnostics. Use it in the overload diagnostics. by Sebastian Redl · 16 years ago
  25. 3cbfe2c Split the DiagnosticInfo class into two disjoint classes: by Chris Lattner · 16 years ago
  26. af7ae4e Add the concept of "modifiers" to the clang diagnostic format by Chris Lattner · 16 years ago
  27. 43b628c Allow sending IdentifierInfo*'s into Diagnostics without turning them into strings by Chris Lattner · 16 years ago
  28. 30bc965 add direct support for signed and unsigned integer arguments to diagnostics. by Chris Lattner · 16 years ago
  29. f4c8396 rewrite FormatDiagnostic to be less gross and a lot more efficient. by Chris Lattner · 16 years ago
  30. 73d2a1b implement a transparent optimization with the diagnostics stuff: by Chris Lattner · 16 years ago
  31. e94ca9e4 Extend DeclarationName to support C++ overloaded operators, e.g., by Douglas Gregor · 16 years ago
  32. 0a14eee This reworks some of the Diagnostic interfaces a bit to change how diagnostics by Chris Lattner · 16 years ago
  33. f812a45 SourceManager::getLineNumber is logically const except for caching. by Chris Lattner · 16 years ago
  34. 2383b7f Change the diagnostics interface to take an array of pointers to by Chris Lattner · 16 years ago
  35. 10bd368 Eliminate all of the placeholder identifiers used for constructors, by Douglas Gregor · 16 years ago
  36. 2e1cd42 Introduction the DeclarationName class, as a single, general method of by Douglas Gregor · 16 years ago
  37. e7f74fc Fix PR3077: tokens that come from macro expansions whose macro was by Chris Lattner · 16 years ago
  38. b460980 Add a new expression node, CXXOperatorCallExpr, which expresses a by Douglas Gregor · 16 years ago
  39. 7d7e672 Don't build identifiers for C++ constructors, destructors, or by Douglas Gregor · 16 years ago
  40. 02bcd4c Some cleanups to the declaration/checking of overloaded operators in C++. Thanks to Sebastian for the review by Douglas Gregor · 16 years ago
  41. 1cd1b1e Parsing, ASTs, and semantic analysis for the declaration of overloaded by Douglas Gregor · 16 years ago
  42. 5142af3 Reclaim some bits in IdentifierInfo, for later use as overloaded operator names. by Douglas Gregor · 16 years ago
  43. f509d73 More fallout from r58501: primary fix is some more corrections to make by Eli Friedman · 16 years ago
  44. 6a3615c Fix a bug that was introduced in 58501. Ideally I think we should force all targets to set these values and not have defaults. by Anders Carlsson · 16 years ago
  45. 31fc07d Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar by Sanjiv Gupta · 16 years ago
  46. 9d72851 Rename Characteristic_t to CharacteristicKind by Chris Lattner · 16 years ago
  47. d599850 Fix the definition of __builtin_va_list on PPC, which was set to the V4 ABI, not the by Chris Lattner · 16 years ago
  48. d2f4e5e CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 16 years ago
  49. a1f23cc fix rdar://6288301: custom warnings don't respect -Werror. by Chris Lattner · 16 years ago
  50. fd0269d Add basic FreeBSD target support, patch by Roman Divacky! by Chris Lattner · 16 years ago
  51. a7406d4 Add 'x' constraint character. by Anders Carlsson · 16 years ago
  52. fce0934 Add the 'y' assembler constraint. by Anders Carlsson · 16 years ago
  53. d29b630 miscellaneous cleanups by Chris Lattner · 16 years ago
  54. 12f0926 move __FLT_EVAL_METHOD__, __FLT_RADIX__, and __DECIMAL_DIG__ into by Chris Lattner · 16 years ago
  55. 5db552d it helps when I save the file before testing and committing. by Chris Lattner · 16 years ago
  56. e9863ca suck the rest of the FP macros out of the targets into the PP by Chris Lattner · 16 years ago
  57. 2db78dd start moving fp macros over by Chris Lattner · 16 years ago
  58. 0e5d4ef move a bunch more integer sizing out of target-specific code into by Chris Lattner · 16 years ago
  59. 9b53316 eliminate __USER_LABEL_PREFIX__ from the Targets.cpp file, start moving by Chris Lattner · 16 years ago
  60. 3fdf467 Implement PR2773, support for __USER_LABEL_PREFIX__ by Chris Lattner · 16 years ago
  61. 079f2c46 Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ by Chris Lattner · 16 years ago
  62. 86b76fc Add missing include for use of atoi. by Nick Lewycky · 16 years ago
  63. 8b30c41 The definition of __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ follows by Chris Lattner · 16 years ago
  64. 048dd94 define __PASCAL_STRINGS__ whenever -fpascal-strings is enabled. by Chris Lattner · 16 years ago
  65. 71af229 __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a darwin-specific #define by Chris Lattner · 16 years ago
  66. 5c38b63 Make some methods const, add some helpers to FullSourceLoc, by Chris Lattner · 16 years ago
  67. 48002c8 whitespace and comment changes, to fix grammar and 80 col violations by Nico Weber · 16 years ago
  68. 0b9e736 clean up a bunch of fixme's I added, by moving by Chris Lattner · 16 years ago
  69. 7218183 Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo by Chris Lattner · 16 years ago
  70. b55a42b Add x86_64 Linux target. - PR2824 by Daniel Dunbar · 16 years ago
  71. 2fe0997 Add --suppress-system-warnings (on by default, use =0 to disable) by Daniel Dunbar · 16 years ago
  72. 7de3d79 bool is not an extension in C++ by Douglas Gregor · 16 years ago
  73. c0c0f70 Per PR2773, define __USER_LABEL_PREFIX__ for x86-32 Linux and Windows. by Eli Friedman · 16 years ago
  74. 302684c Stop asserting in TargetInfo::validateInputConstraint by Daniel Dunbar · 16 years ago
  75. eac7aee Add dragonfly target support, patch by Sascha Wildner by Chris Lattner · 16 years ago
  76. dcb4a1a Add TargetInfo::useNeXTRuntimeAsDefault by Daniel Dunbar · 16 years ago
  77. 1e1bfd2 Remove duplicate define from Windows-x86 target. by Eli Friedman · 16 years ago
  78. 29a3050 Initial implementation of Windows x86 target; at the moment, the only by Eli Friedman · 16 years ago
  79. 0d4047b Add Linux x86-32 target. by Eli Friedman · 16 years ago
  80. ed855cb First cut at OS detection, taking advantage of the new generic targets. by Eli Friedman · 16 years ago
  81. e427798 Class reorg for PPC; shouldn't be any visible changes unless I messed by Eli Friedman · 16 years ago
  82. a9f5496 Class reorg for ARM. Shouldn't be any visible changes. by Eli Friedman · 16 years ago
  83. 01b8668 Class hierarchy reorg for Sparc architecture. While I was there, I by Eli Friedman · 16 years ago
  84. 618234a Reorganize the class hierarchy for x86 targets; shouldn't have any by Eli Friedman · 16 years ago
  85. 1e21189 Fix PR2627, support for Q constraint. by Chris Lattner · 16 years ago
  86. 364af81 Allow targets to override description string. by Sanjiv Gupta · 16 years ago
  87. fba5cb1 Move some ObjC preprocessor definitions into by Daniel Dunbar · 16 years ago
  88. f77ac86 Add LangOptions::NeXTRuntime. by Daniel Dunbar · 16 years ago
  89. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  90. 7bfaaae * Remove isInSystemHeader() from DiagClient, move it to SourceManager by Nico Weber · 16 years ago
  91. b4398aa Fix --html-diags in driver by delaying the construction of an HTMLDiagnosticClient until after we have created the Preprocessor object. by Ted Kremenek · 16 years ago
  92. 4489fe1 Add EXTWARN Diagnostic class. by Daniel Dunbar · 16 years ago
  93. 8b7c9fb Always define __SIZE_TYPE__ as long unsigned int. by Anders Carlsson · 16 years ago
  94. 9d29480 add x86 EDI register alias by Nuno Lopes · 16 years ago
  95. 551d5e9 move the linux predefined macro definition to the TargetInfo, where it really belongs by Nuno Lopes · 16 years ago
  96. 5aa4fd6 Make the width and alignment for long double consistent with the by Eli Friedman · 16 years ago
  97. 5b4681c Implement support for -w, which silences all warnings. PR2384. by Chris Lattner · 16 years ago
  98. bf0c9bd Make sure to define __sparc__ on Solaris; this should "fix" by Eli Friedman · 16 years ago
  99. 2553126 Missed an include. by Eli Friedman · 16 years ago
  100. d37f0b8 Minor correction for PPC targets. by Eli Friedman · 16 years ago