1. b460980 Add a new expression node, CXXOperatorCallExpr, which expresses a by Douglas Gregor · 17 years ago
  2. 7d7e672 Don't build identifiers for C++ constructors, destructors, or by Douglas Gregor · 17 years ago
  3. 02bcd4c Some cleanups to the declaration/checking of overloaded operators in C++. Thanks to Sebastian for the review by Douglas Gregor · 17 years ago
  4. 1cd1b1e Parsing, ASTs, and semantic analysis for the declaration of overloaded by Douglas Gregor · 17 years ago
  5. 5142af3 Reclaim some bits in IdentifierInfo, for later use as overloaded operator names. by Douglas Gregor · 17 years ago
  6. f509d73 More fallout from r58501: primary fix is some more corrections to make by Eli Friedman · 17 years ago
  7. 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 · 17 years ago
  8. 31fc07d Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar by Sanjiv Gupta · 17 years ago
  9. 9d72851 Rename Characteristic_t to CharacteristicKind by Chris Lattner · 17 years ago
  10. d599850 Fix the definition of __builtin_va_list on PPC, which was set to the V4 ABI, not the by Chris Lattner · 17 years ago
  11. d2f4e5e CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 17 years ago
  12. a1f23cc fix rdar://6288301: custom warnings don't respect -Werror. by Chris Lattner · 17 years ago
  13. fd0269d Add basic FreeBSD target support, patch by Roman Divacky! by Chris Lattner · 17 years ago
  14. a7406d4 Add 'x' constraint character. by Anders Carlsson · 17 years ago
  15. fce0934 Add the 'y' assembler constraint. by Anders Carlsson · 17 years ago
  16. d29b630 miscellaneous cleanups by Chris Lattner · 17 years ago
  17. 12f0926 move __FLT_EVAL_METHOD__, __FLT_RADIX__, and __DECIMAL_DIG__ into by Chris Lattner · 17 years ago
  18. 5db552d it helps when I save the file before testing and committing. by Chris Lattner · 17 years ago
  19. e9863ca suck the rest of the FP macros out of the targets into the PP by Chris Lattner · 17 years ago
  20. 2db78dd start moving fp macros over by Chris Lattner · 17 years ago
  21. 0e5d4ef move a bunch more integer sizing out of target-specific code into by Chris Lattner · 17 years ago
  22. 9b53316 eliminate __USER_LABEL_PREFIX__ from the Targets.cpp file, start moving by Chris Lattner · 17 years ago
  23. 3fdf467 Implement PR2773, support for __USER_LABEL_PREFIX__ by Chris Lattner · 17 years ago
  24. 079f2c46 Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ by Chris Lattner · 17 years ago
  25. 86b76fc Add missing include for use of atoi. by Nick Lewycky · 17 years ago
  26. 8b30c41 The definition of __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ follows by Chris Lattner · 17 years ago
  27. 048dd94 define __PASCAL_STRINGS__ whenever -fpascal-strings is enabled. by Chris Lattner · 17 years ago
  28. 71af229 __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a darwin-specific #define by Chris Lattner · 17 years ago
  29. 5c38b63 Make some methods const, add some helpers to FullSourceLoc, by Chris Lattner · 17 years ago
  30. 48002c8 whitespace and comment changes, to fix grammar and 80 col violations by Nico Weber · 17 years ago
  31. 0b9e736 clean up a bunch of fixme's I added, by moving by Chris Lattner · 17 years ago
  32. 7218183 Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo by Chris Lattner · 17 years ago
  33. b55a42b Add x86_64 Linux target. - PR2824 by Daniel Dunbar · 17 years ago
  34. 2fe0997 Add --suppress-system-warnings (on by default, use =0 to disable) by Daniel Dunbar · 17 years ago
  35. 7de3d79 bool is not an extension in C++ by Douglas Gregor · 17 years ago
  36. c0c0f70 Per PR2773, define __USER_LABEL_PREFIX__ for x86-32 Linux and Windows. by Eli Friedman · 17 years ago
  37. 302684c Stop asserting in TargetInfo::validateInputConstraint by Daniel Dunbar · 17 years ago
  38. eac7aee Add dragonfly target support, patch by Sascha Wildner by Chris Lattner · 17 years ago
  39. dcb4a1a Add TargetInfo::useNeXTRuntimeAsDefault by Daniel Dunbar · 17 years ago
  40. 1e1bfd2 Remove duplicate define from Windows-x86 target. by Eli Friedman · 17 years ago
  41. 29a3050 Initial implementation of Windows x86 target; at the moment, the only by Eli Friedman · 17 years ago
  42. 0d4047b Add Linux x86-32 target. by Eli Friedman · 17 years ago
  43. ed855cb First cut at OS detection, taking advantage of the new generic targets. by Eli Friedman · 17 years ago
  44. e427798 Class reorg for PPC; shouldn't be any visible changes unless I messed by Eli Friedman · 17 years ago
  45. a9f5496 Class reorg for ARM. Shouldn't be any visible changes. by Eli Friedman · 17 years ago
  46. 01b8668 Class hierarchy reorg for Sparc architecture. While I was there, I by Eli Friedman · 17 years ago
  47. 618234a Reorganize the class hierarchy for x86 targets; shouldn't have any by Eli Friedman · 17 years ago
  48. 1e21189 Fix PR2627, support for Q constraint. by Chris Lattner · 17 years ago
  49. 364af81 Allow targets to override description string. by Sanjiv Gupta · 17 years ago
  50. fba5cb1 Move some ObjC preprocessor definitions into by Daniel Dunbar · 17 years ago
  51. f77ac86 Add LangOptions::NeXTRuntime. by Daniel Dunbar · 17 years ago
  52. acc5f3e More #include cleaning by Daniel Dunbar · 17 years ago
  53. 7bfaaae * Remove isInSystemHeader() from DiagClient, move it to SourceManager by Nico Weber · 17 years ago
  54. b4398aa Fix --html-diags in driver by delaying the construction of an HTMLDiagnosticClient until after we have created the Preprocessor object. by Ted Kremenek · 17 years ago
  55. 4489fe1 Add EXTWARN Diagnostic class. by Daniel Dunbar · 17 years ago
  56. 8b7c9fb Always define __SIZE_TYPE__ as long unsigned int. by Anders Carlsson · 17 years ago
  57. 9d29480 add x86 EDI register alias by Nuno Lopes · 17 years ago
  58. 551d5e9 move the linux predefined macro definition to the TargetInfo, where it really belongs by Nuno Lopes · 17 years ago
  59. 5aa4fd6 Make the width and alignment for long double consistent with the by Eli Friedman · 17 years ago
  60. 5b4681c Implement support for -w, which silences all warnings. PR2384. by Chris Lattner · 17 years ago
  61. bf0c9bd Make sure to define __sparc__ on Solaris; this should "fix" by Eli Friedman · 17 years ago
  62. 2553126 Missed an include. by Eli Friedman · 17 years ago
  63. d37f0b8 Minor correction for PPC targets. by Eli Friedman · 17 years ago
  64. 61538a7 Some small changes to make the target info a bit more accurate. by Eli Friedman · 17 years ago
  65. f291b10 set long/pointers to 64-bits on ppc64/x86-64 by Chris Lattner · 17 years ago
  66. 927686f parameterize pointer size/align better without doing virtual method calls in normal case. by Chris Lattner · 17 years ago
  67. ec10f58 parameterize long long. by Chris Lattner · 17 years ago
  68. 8059e99 correctly parameterize long, patch by Nate. by Chris Lattner · 17 years ago
  69. 2621fd1 Add basic support for the pic-* target triples and add support for by Chris Lattner · 17 years ago
  70. 01d9dbf Add -fobjc-gc and -fobjc-gc-only options to the driver. by Ted Kremenek · 17 years ago
  71. 5ab201a Have ValidateOutputConstraint return false instead of firing an assertion by Ted Kremenek · 17 years ago
  72. ad487f4 Add some basic ARM asm constraints by Nate Begeman · 17 years ago
  73. d0c33d3 Fix pasto, thanks to Anders for pointing this out. by Chris Lattner · 17 years ago
  74. 393ff04 add arm support by Chris Lattner · 17 years ago
  75. 3d29206 Tabs -> spaces by Nate Begeman · 17 years ago
  76. d5e2d87 Initialize default double width and alignment by Nate Begeman · 17 years ago
  77. d0734e5 Fix regression in Diagnostic that caused it to not register the number by Ted Kremenek · 17 years ago
  78. 9fd87b1 Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compare by Ted Kremenek · 17 years ago
  79. 06bdb3a Only increment the number of diagnostics when the DiagnosticClient used by Ted Kremenek · 17 years ago
  80. 5483bdf add a missing #include by Chris Lattner · 17 years ago
  81. 1758b07 Added "getLogicalLineNumber" and "getLogicalColumnNumber" to FullSourceLoc. by Ted Kremenek · 17 years ago
  82. 35de512 Update to match simplified llvm MemoryBuffer interfaces for files. by Chris Lattner · 17 years ago
  83. be2ab45 prune dead #includes by Chris Lattner · 17 years ago
  84. 3c1f7b6 MemoryBuffer::getFile got smarter, obviating the need for readfilefast. by Chris Lattner · 17 years ago
  85. ff72152 Hack ReadFileFast() to raise the threshold of memory mapped files (from 4->12 pages). by Steve Naroff · 17 years ago
  86. 615f517 Added variation of the "Report" method in the class Diagnostic that takes by Ted Kremenek · 17 years ago
  87. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago