1. d49cb20 Store the warning option corresponding to a diagnostics as an index into the option table instead of storing the name. by Benjamin Kramer · 12 years ago
  2. 36d5927 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 12 years ago
  3. b880609 Remove stray semi-colon. by Daniel Dunbar · 12 years ago
  4. f94d392 Kill the brief and full explanation fields from StaticDiagInfoRec. They were unused and wasted space for nothing. by Benjamin Kramer · 12 years ago
  5. 5bbc385 Move instantiateTemplateAttribute into the sema namespace, make helpers static. by Benjamin Kramer · 12 years ago
  6. 23323e0 Delayed template instantiation of late-parsed attributes. by DeLesley Hutchins · 13 years ago
  7. 7b9ff0c Instantiate dependent attributes when instantiating templates. by DeLesley Hutchins · 13 years ago
  8. 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 13 years ago
  9. 561d3ab Remove unnecessary default cases in switches over enums. by David Blaikie · 13 years ago
  10. eb66673 CodeInit was replaced by StringInit. by Jakob Stoklund Olesen · 13 years ago
  11. 0b536f3 Remove unused include of VectorExtras.h. by Benjamin Kramer · 13 years ago
  12. 9082cdd Relax type checking for a few Neon intrinsics. <rdar://problem/10538555> by Bob Wilson · 13 years ago
  13. 99ba9e3 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  14. 1bea880 Add support for pretty-printing attributes, from Richard Membarth! by Douglas Gregor · 13 years ago
  15. 4648255 Fix Neon builtin pointer argument checking for "sret" builtins. by Bob Wilson · 13 years ago
  16. 037ad1b Validate DiagGroup names in TableGen, they're used as command line arguments so we don't want shell meta chars in there. by Benjamin Kramer · 13 years ago
  17. 6f9f03e Check pointer types for arguments of Neon load/store macros. rdar://9958031 by Bob Wilson · 13 years ago
  18. da95f73 Clean up type flags for overloaded Neon builtins. No functional change. by Bob Wilson · 13 years ago
  19. 90c7892 Use StringRef's case transformation methods. by Benjamin Kramer · 13 years ago
  20. d4e85fa Update the CMake build for clang-tblgen to reflect that it directly by Chandler Carruth · 13 years ago
  21. d1af3b9 Add __nodebug__ attribute to functions in arm_neon.h by Bob Wilson · 13 years ago
  22. a6b8b2c Constant expression evaluation refactoring: by Richard Smith · 13 years ago
  23. d7c8556 Make clang-tblgen's Makefile independent of Clang's top-level Makefile, by Peter Collingbourne · 13 years ago
  24. 51d7777 Add the Clang tblgen backends to Clang, and flip the switch to cause by Peter Collingbourne · 13 years ago