1. 84f0ea8 Add plumbing to support programatically defining __SSE2__ and friends, by Chris Lattner · 16 years ago
  2. c0f5921 minor cleanups to target-specific #defines, no functionality change. by Chris Lattner · 16 years ago
  3. 3daed52 improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) by Chris Lattner · 16 years ago
  4. 066d2ea TargetInfo::validateAsmConstraint now takes a reference to the full constraints string. This will make it possible to support multi-character constraints. No functionality change (for now). by Anders Carlsson · 16 years ago
  5. b2fb6de Clean up and document code modification hints. by Douglas Gregor · 16 years ago
  6. 4b2d3f7 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 16 years ago
  7. 84d0133 Minor refactoring. by Fariborz Jahanian · 16 years ago
  8. 66a5c2c patch for two things. by Fariborz Jahanian · 16 years ago
  9. 54fefbe add support for amd64-*, patch by Brooks Davis! by Chris Lattner · 16 years ago
  10. 92dd386 replace a dirty hack with a clean solution. Too bad we can't by Chris Lattner · 16 years ago
  11. d0344a4 Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 16 years ago
  12. bff5c51 add an accessor. by Chris Lattner · 16 years ago
  13. 387616e add an accessor. by Chris Lattner · 16 years ago
  14. 336f26b fix a minor bug with my previous patch by Chris Lattner · 16 years ago
  15. f5d2328 fix notes so that they are always filtered with the same logic by Chris Lattner · 16 years ago
  16. b1152d8 Supply the header corresponding to a library builtin as a separate argument to the LIBBUILTIN macro by Douglas Gregor · 16 years ago
  17. 6678133 add a new SourceManager::getInstantiationRange helper method. by Chris Lattner · 16 years ago
  18. e7fb484 track "just a little more" location information for macro instantiations. by Chris Lattner · 16 years ago
  19. 3573c0c Add -ffreestanding to suppress the implicit declaration of library builtins like printf and malloc. Fixes PR3586 by Douglas Gregor · 16 years ago
  20. 2793bda Define __ELF__ on FreeBSD. Patch by Roman Divacky! by Anton Korobeynikov · 16 years ago
  21. ea684e6 Fix the build on win32. by Cedric Venet · 16 years ago
  22. 487cdee Define __ELF__ for linux systems. by Argyrios Kyrtzidis · 16 years ago
  23. 6ad474f Give TargetInfo a new IntPtrType to hold the intptr_t type for a target. by Chris Lattner · 16 years ago
  24. a30b17b Make nonfragile-abi the default for darwin's 64bit abi for objective-c programs. by Fariborz Jahanian · 16 years ago
  25. 96438f3 FileManager: by Ted Kremenek · 16 years ago
  26. 3102c83 search and replaceo? by Chris Lattner · 16 years ago
  27. fc7052d Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system calls by Ted Kremenek · 16 years ago
  28. 2b5abf5 simplify and refactor a bunch of type definition code in Preprocessor by Chris Lattner · 16 years ago
  29. 1522142 don't emit any diagnostics after a fatal one. by Chris Lattner · 16 years ago
  30. da0cbc1 add support to the diagnostics machinery for mapping warnings and by Chris Lattner · 16 years ago
  31. 06ebe86 make clang agree with gcc 4.2's x86-64 predefines and settings. by Chris Lattner · 16 years ago
  32. d427ad4 fix some differences between apple gcc and clang on darwin/x86-32. by Chris Lattner · 16 years ago
  33. 47b9a1c Some name-lookup-related fixes, from Piotr Rak! by Douglas Gregor · 16 years ago
  34. 137b6a6 Implement handling of file entry/exit notifications from GNU by Chris Lattner · 16 years ago
  35. 6b30667 make getFileCharacteristic linetable aware. line markers that by Chris Lattner · 16 years ago
  36. 9d79eba propagate linemarker flags down into the the line table, currently by Chris Lattner · 16 years ago
  37. 6c1fbe0 replace gimpy linear search with svelte binary search ;-) by Chris Lattner · 16 years ago
  38. 1c4a498 make my atrocious linear search at least search in the order that is by Chris Lattner · 16 years ago
  39. 0e0e5da add comment by Chris Lattner · 16 years ago
  40. fc39133 add the difference in the line marker phys line number and the by Chris Lattner · 16 years ago
  41. 3cd949c add really really trivial #line support, where #line now makes every by Chris Lattner · 16 years ago
  42. 30fc933 lower the interface to getLineNumber like we did for by Chris Lattner · 16 years ago
  43. 7da5aea make SM::getColumnNumber take a predecomposed FileID/offset, which by Chris Lattner · 16 years ago
  44. 23b5dc6 build per-fid linetable entries. by Chris Lattner · 16 years ago
  45. ac50e34 more plumbing for #line propagation. Use happy bit #3 out of FileInfo :) by Chris Lattner · 16 years ago
  46. 4c4ea17 stub out basic #line handling calls. by Chris Lattner · 16 years ago
  47. 00282d6 reclaim my precious bit in FileInfo by ensuring that ContentCache objects by Chris Lattner · 16 years ago
  48. 0d0bf8c switch SourceManager from using an std::map and std::list of by Chris Lattner · 16 years ago
  49. 19e8e2c next round of diagnostics cleanups, moving some by Chris Lattner · 16 years ago
  50. 88eccaf Fix -Wimplicit-function-declaration, which required some refactoring and by Chris Lattner · 16 years ago
  51. 3632a35 Add method FullSourceLoc::getBufferData(). by Ted Kremenek · 16 years ago
  52. 778601f long long and double have 64-bit alignment on x86-64. by Chris Lattner · 16 years ago
  53. 7536889 On Windows use a BumpPtrAllocator for the UniqueFileContainer's StringMap. by Ted Kremenek · 16 years ago
  54. f3eb921 FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEntries. by Ted Kremenek · 16 years ago
  55. cb8d58b Add a some comments to designate Windows-specific/Unix-specific code. No functionality change. by Ted Kremenek · 16 years ago
  56. 03eb543 If an input constraint refers to an output constraint, it should have the same constraint info as the output constraint. Fixes PR3417 by Anders Carlsson · 16 years ago
  57. 20c6b3b Split the single monolithic DiagnosticKinds.def file into one by Chris Lattner · 16 years ago
  58. b9c3f96 Introduce a new PresumedLoc class to represent the concept of a location by Chris Lattner · 16 years ago
  59. 08c375c make -print-stats print stats about the amount of the SLoc by Chris Lattner · 16 years ago
  60. e957f53 add SparcV8 asm register info support. Patch by Ben Lickly! by Chris Lattner · 16 years ago
  61. 3c12557 now that everything properly handles multiply instantiated by Chris Lattner · 16 years ago
  62. addb797 make getInstantiationLoc and getSpellingLoc handle multiply instantiated by Chris Lattner · 16 years ago
  63. bcd1a1b fix a negated conditional in getDecomposedInstantiationLocSlowCase, by Chris Lattner · 16 years ago
  64. 5b9a504 start plumbing together the line table information. So far we just by Chris Lattner · 16 years ago
  65. 987cd3d Lazily paging in file contents is a big win for PTH, strip out the old by Chris Lattner · 16 years ago
  66. de7aeef Check in the long promised SourceLocation rewrite. This lays the by Chris Lattner · 16 years ago
  67. 79bc64c Handle the 'e' constraint. Fixes PR3385 by Anders Carlsson · 16 years ago
  68. cabe668 Added virtual method DiagnosticClient::IncludeInDiagnosticCounts(). This is used by Diagnostics to determine if a diagnostic sent to a given DiagnosticClient should be included in the count of diagnostics. The default implementation of this method returns 'true'. by Ted Kremenek · 16 years ago
  69. 6a170eb Add a bit to IdentifierInfo that acts as a simple predicate which by Chris Lattner · 16 years ago
  70. ea9c26b Fix: <rdar://problem/6510344> [pth] PTH slows down regular lexer considerably (when it has substantial work) by Ted Kremenek · 16 years ago
  71. a11d617 Rename SourceManager::getCanonicalFileID -> getFileID. There is by Chris Lattner · 16 years ago
  72. 2fa3ec8 remove the public SourceManager::getContentCacheForLoc method. by Chris Lattner · 16 years ago
  73. b21e5a0 remove the SourceManager:: and FullSourceLoc::getFileEntryForLoc methods. by Chris Lattner · 16 years ago
  74. 31530ba SourceManager::getBufferData(SourceLocation) is dead, delete it. by Chris Lattner · 16 years ago
  75. a90a4d4 some minor cleanups to SourceManager, and eliminate the by Chris Lattner · 16 years ago
  76. 775841f Handle the 'X' constraint. Fixes <rdar://problem/6504897>. by Anders Carlsson · 16 years ago
  77. 42e1ee0 Add sema support for symbolic names in inline asm statements. by Anders Carlsson · 16 years ago
  78. ca01342 Fit in 80 cols by Nate Begeman · 16 years ago
  79. 22b9d5a Allow targets to override IntMaxTWidth by Nate Begeman · 16 years ago
  80. 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
  81. 3b4d5e9 Rename SourceLocation::getFileID to getChunkID, because it returns by Chris Lattner · 16 years ago
  82. 2b2453a this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 16 years ago
  83. 0581659 make "ContentCache::Buffer" mutable to avoid a const_cast. by Chris Lattner · 16 years ago
  84. a50bd54 Make FullSourceLoc derive from SourceLocation instead of by Chris Lattner · 16 years ago
  85. 4abb87e elimiante FullSourceLoc::getCanonicalFileID by Chris Lattner · 16 years ago
  86. 0cf7bb9 remove FullSourceLoc::isFileID by Chris Lattner · 16 years ago
  87. f7cf85b more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 16 years ago
  88. 88054de rename "virtual location" of a macro to "instantiation location". by Chris Lattner · 16 years ago
  89. df7c17a Change some terminology in SourceLocation: instead of referring to by Chris Lattner · 16 years ago
  90. 72b1b15 IdentifierInfo: by Ted Kremenek · 16 years ago
  91. 0e936db Make sure to initialize the ConstraintInfo to 0 by Anders Carlsson · 16 years ago
  92. 5b034ad SourceManager: Implement "lazy" creation of MemBuffers for source files. by Ted Kremenek · 16 years ago
  93. c16c208 Misc changes to SourceManager::ContentCache: by Ted Kremenek · 16 years ago
  94. ae0ee03 instead of forcing blocks on by default, make them default to off, but let by Chris Lattner · 16 years ago
  95. 8fc4dfb replace useNeXTRuntimeAsDefault with a generic hook that allows targets by Chris Lattner · 16 years ago
  96. e206532 Fix order of evaluation. by Sebastian Redl · 16 years ago
  97. 077bf5e Rename Selector::getName() to Selector::getAsString(), and add by Chris Lattner · 16 years ago
  98. 08631c5 Convert IdentifierInfo's to be printed the same as DeclarationNames by Chris Lattner · 16 years ago
  99. 011bb4e add support for inserting a DeclarationName into a diagnostic directly by Chris Lattner · 16 years ago
  100. 3fdf4b0 Genericize the qualtype formating callback to support any diag argument. by Chris Lattner · 16 years ago