1. 8fcffeb Provide sema proper values of maximal number of arguments passed in registers. by Anton Korobeynikov · 16 years ago
  2. 6a91648 Add target hook for setting symbol prefix and section of unicode by Daniel Dunbar · 16 years ago
  3. ae27fb4 Fix a little typo that was killing de-serialization by Douglas Gregor · 16 years ago
  4. df7b891 Resynchronize Decl/VarDecl serialization code with the structures by Douglas Gregor · 16 years ago
  5. 82e5db2 Add ConvertUTF module from http://www.unicode.org/Public/PROGRAMS/CVTUTF. by Steve Naroff · 16 years ago
  6. c3a4893 Add Target hooks for IRgen of [cf]string literals. by Daniel Dunbar · 16 years ago
  7. 04ede30 Fix the default for intptr_t on *BSD x86-32 and Windows. Slight cleanup by Eli Friedman · 16 years ago
  8. 88fd994 Ad FreeBSD ARM target info. - Patch by Ed Schoeten! by Daniel Dunbar · 16 years ago
  9. 46970ed Eliminate post-diagnostic hooks. Instead, implement a Sema-specific by Douglas Gregor · 16 years ago
  10. c345a80 refactor some code, fixing a problem discovered by the dragonfly bsd people, where by Chris Lattner · 16 years ago
  11. ab81f16 pass langoptions around. by Chris Lattner · 16 years ago
  12. 7968240 pass LangOptions into TargetInfo::getTargetDefines, so that targets by Chris Lattner · 16 years ago
  13. 23974ac Bindir and Win32 builds work, so switch to .inc files. Leave the .def files in the tree for a day or so longer. by Sebastian Redl · 16 years ago
  14. 4019749 Allow notes to be printed following a fatal error, then suppress any by Douglas Gregor · 16 years ago
  15. 026a2ef Build system changes to use TableGen to generate the various by Douglas Gregor · 16 years ago
  16. eee6779 Revert the switch to the tablegen diags. It fails for seperate objdir builds and cmake builds, and I have no clue what to do about it. Revisit this after someone with a clue about the build systems has looked at it. by Sebastian Redl · 16 years ago
  17. fa70786 Switch diagnostics from .def to tablegen files. Please validate the Windows build. by Sebastian Redl · 16 years ago
  18. f45afe6 Add Diagnostic files for Frontend and move a couple errors over. by Daniel Dunbar · 16 years ago
  19. 9346849 Driver: Use standard Diagnostic interface for diagnostics. by Daniel Dunbar · 16 years ago
  20. 0119bbf Clear all the linetable state in clear(), fixing problems by Chris Lattner · 16 years ago
  21. fee85d6 Add a notion of "post-diagnostic hooks", which are callbacks attached by Douglas Gregor · 16 years ago
  22. 24c169d Remove some now-unneeded calls to llvm::errs().flush(). by Daniel Dunbar · 16 years ago
  23. e1fa84b Add FullSourceLoc::getDecomposedLoc. by Ted Kremenek · 16 years ago
  24. 8be6f74 Revert my last couple patches until I can get them to not make the tests fail. by Ted Kremenek · 16 years ago
  25. a732e85 Teach Diagnostic about Selector. by Ted Kremenek · 16 years ago
  26. a05c34b Selector: (changes made after discussing this more with Steve Naroff) by Ted Kremenek · 16 years ago
  27. 402c27c Handle null IdentifierInfo* in Selector::getAsString(). by Ted Kremenek · 16 years ago
  28. c24b889 Include information about compound statements when crashing in sema or the by Chris Lattner · 16 years ago
  29. c96f3d9 allocate MultiKeywordSelector's out of a bump pointer allocator instead of malloc. by Chris Lattner · 16 years ago
  30. f6790a8 implement support for propagating *features* down to the code generator by Chris Lattner · 16 years ago
  31. 715fe4c Add plumbing to support programatically defining __SSE2__ and friends, by Chris Lattner · 16 years ago
  32. bef1d72 minor cleanups to target-specific #defines, no functionality change. by Chris Lattner · 16 years ago
  33. 7d6220c improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) by Chris Lattner · 16 years ago
  34. 36834a7 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
  35. 61be360 Clean up and document code modification hints. by Douglas Gregor · 16 years ago
  36. 3bb3000 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 16 years ago
  37. 72efecb Minor refactoring. by Fariborz Jahanian · 16 years ago
  38. 27f5896 patch for two things. by Fariborz Jahanian · 16 years ago
  39. 273dce4 add support for amd64-*, patch by Brooks Davis! by Chris Lattner · 16 years ago
  40. 0b53af2 replace a dirty hack with a clean solution. Too bad we can't by Chris Lattner · 16 years ago
  41. 2bd4a5a Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 16 years ago
  42. f1790ca add an accessor. by Chris Lattner · 16 years ago
  43. bf9a0e3 add an accessor. by Chris Lattner · 16 years ago
  44. 724231a fix a minor bug with my previous patch by Chris Lattner · 16 years ago
  45. 44b3983 fix notes so that they are always filtered with the same logic by Chris Lattner · 16 years ago
  46. 2e8a7aa Supply the header corresponding to a library builtin as a separate argument to the LIBBUILTIN macro by Douglas Gregor · 16 years ago
  47. 46558bf add a new SourceManager::getInstantiationRange helper method. by Chris Lattner · 16 years ago
  48. bc7a3cb track "just a little more" location information for macro instantiations. by Chris Lattner · 16 years ago
  49. 23d2326 Add -ffreestanding to suppress the implicit declaration of library builtins like printf and malloc. Fixes PR3586 by Douglas Gregor · 16 years ago
  50. fb82085 Define __ELF__ on FreeBSD. Patch by Roman Divacky! by Anton Korobeynikov · 16 years ago
  51. c47ed4a Fix the build on win32. by Cédric Venet · 16 years ago
  52. 99de953 Define __ELF__ for linux systems. by Argiris Kirtzidis · 16 years ago
  53. d9ef724 Give TargetInfo a new IntPtrType to hold the intptr_t type for a target. by Chris Lattner · 16 years ago
  54. d09b9f7 Make nonfragile-abi the default for darwin's 64bit abi for objective-c programs. by Fariborz Jahanian · 16 years ago
  55. 358123c FileManager: by Ted Kremenek · 16 years ago
  56. fb1beec search and replaceo? by Chris Lattner · 16 years ago
  57. 5830b77 Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system calls by Ted Kremenek · 16 years ago
  58. 534234c simplify and refactor a bunch of type definition code in Preprocessor by Chris Lattner · 16 years ago
  59. aab419a don't emit any diagnostics after a fatal one. by Chris Lattner · 16 years ago
  60. 6d6f11f add support to the diagnostics machinery for mapping warnings and by Chris Lattner · 16 years ago
  61. bfbfbaf make clang agree with gcc 4.2's x86-64 predefines and settings. by Chris Lattner · 16 years ago
  62. 8405e09 fix some differences between apple gcc and clang on darwin/x86-32. by Chris Lattner · 16 years ago
  63. 09be81b Some name-lookup-related fixes, from Piotr Rak! by Douglas Gregor · 16 years ago
  64. 778ae21 Implement handling of file entry/exit notifications from GNU by Chris Lattner · 16 years ago
  65. d0ff602 make getFileCharacteristic linetable aware. line markers that by Chris Lattner · 16 years ago
  66. 7bf7851 propagate linemarker flags down into the the line table, currently by Chris Lattner · 16 years ago
  67. 1a2fbe4 replace gimpy linear search with svelte binary search ;-) by Chris Lattner · 16 years ago
  68. f137754 make my atrocious linear search at least search in the order that is by Chris Lattner · 16 years ago
  69. aabd322 add comment by Chris Lattner · 16 years ago
  70. 74ae2d9 add the difference in the line marker phys line number and the by Chris Lattner · 16 years ago
  71. 6f9fa5a add really really trivial #line support, where #line now makes every by Chris Lattner · 16 years ago
  72. 2d89c56 lower the interface to getLineNumber like we did for by Chris Lattner · 16 years ago
  73. e79fc85 make SM::getColumnNumber take a predecomposed FileID/offset, which by Chris Lattner · 16 years ago
  74. fa45efd build per-fid linetable entries. by Chris Lattner · 16 years ago
  75. 6256b2b more plumbing for #line propagation. Use happy bit #3 out of FileInfo :) by Chris Lattner · 16 years ago
  76. b06739c stub out basic #line handling calls. by Chris Lattner · 16 years ago
  77. 917d7c6 reclaim my precious bit in FileInfo by ensuring that ContentCache objects by Chris Lattner · 16 years ago
  78. 8dedb84 switch SourceManager from using an std::map and std::list of by Chris Lattner · 16 years ago
  79. 8d9b1d8 next round of diagnostics cleanups, moving some by Chris Lattner · 16 years ago
  80. 86a2484 Fix -Wimplicit-function-declaration, which required some refactoring and by Chris Lattner · 16 years ago
  81. 9f69c91 Add method FullSourceLoc::getBufferData(). by Ted Kremenek · 16 years ago
  82. 4dfc45a long long and double have 64-bit alignment on x86-64. by Chris Lattner · 16 years ago
  83. 91d4f7a On Windows use a BumpPtrAllocator for the UniqueFileContainer's StringMap. by Ted Kremenek · 16 years ago
  84. abe189e FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEntries. by Ted Kremenek · 16 years ago
  85. abd7e40 Add a some comments to designate Windows-specific/Unix-specific code. No functionality change. by Ted Kremenek · 16 years ago
  86. dd3a4fe 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
  87. 52a425b Split the single monolithic DiagnosticKinds.def file into one by Chris Lattner · 16 years ago
  88. 836774b Introduce a new PresumedLoc class to represent the concept of a location by Chris Lattner · 16 years ago
  89. 66284fd make -print-stats print stats about the amount of the SLoc by Chris Lattner · 16 years ago
  90. ff7c53d add SparcV8 asm register info support. Patch by Ben Lickly! by Chris Lattner · 16 years ago
  91. cf36e2e now that everything properly handles multiply instantiated by Chris Lattner · 16 years ago
  92. 8d92c1a make getInstantiationLoc and getSpellingLoc handle multiply instantiated by Chris Lattner · 16 years ago
  93. 18ad558 fix a negated conditional in getDecomposedInstantiationLocSlowCase, by Chris Lattner · 16 years ago
  94. d2051b4 start plumbing together the line table information. So far we just by Chris Lattner · 16 years ago
  95. 68b28ff Lazily paging in file contents is a big win for PTH, strip out the old by Chris Lattner · 16 years ago
  96. 27c0ced Check in the long promised SourceLocation rewrite. This lays the by Chris Lattner · 16 years ago
  97. ff235da Handle the 'e' constraint. Fixes PR3385 by Anders Carlsson · 16 years ago
  98. 1e1a34b 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
  99. 5b747d0 Add a bit to IdentifierInfo that acts as a simple predicate which by Chris Lattner · 16 years ago
  100. e807f85 Fix: <rdar://problem/6510344> [pth] PTH slows down regular lexer considerably (when it has substantial work) by Ted Kremenek · 16 years ago