1. 5e9f35c Update LLVM. by Douglas Gregor · 15 years ago
  2. 1b63e4f Sink the BuiltinInfo object from ASTContext into the by Chris Lattner · 15 years ago
  3. 6b15cdc move the various builtins stuff from libast to libbasic. This by Chris Lattner · 15 years ago
  4. 9e7d596 Add stack alignment to x86_64 target data. by Daniel Dunbar · 15 years ago
  5. 9c2f84e Minor tweaks to the Windows target. by Eli Friedman · 15 years ago
  6. 12b2da0 PR4346: add "R" asm register constraint. by Eli Friedman · 15 years ago
  7. abc4e32 Misc minor fixes for clang for the Windows target. by Eli Friedman · 15 years ago
  8. a106fea Remove dead code: 'NewEntry' is not used. by Zhongxing Xu · 15 years ago
  9. 15b9176 Move CharIsSigned from TargetInfo to LangOptions. by Eli Friedman · 15 years ago
  10. 2de4fee Move a couple Darwin-specific defines into getDarwinDefines. by Eli Friedman · 15 years ago
  11. bb32e6d Back out r72764; I should have looked more carefully before committing by Eli Friedman · 15 years ago
  12. a3c29e1 PR3678: Add support for "Yt" asm register constraint. by Eli Friedman · 15 years ago
  13. 9eb4cef Add floating point details to PIC16 Target. by Sanjiv Gupta · 15 years ago
  14. 1926242 Add a couple missing ARM defines. by Eli Friedman · 15 years ago
  15. 09c3a6d A few more tweaks for Solaris; please correct me if it's wrong somehow. by Eli Friedman · 15 years ago
  16. 163a7c7 Improve target support for Solaris. by Douglas Gregor · 15 years ago
  17. 4106d69 Avoid potential out-of-bounds access in SourceManager::getLineNumber. by Daniel Dunbar · 15 years ago
  18. 3f7a531 Targets without long long should reduce the size of intmax_t accordingly. by Eli Friedman · 15 years ago
  19. eb71685 Provide dummy va_list typedef for msp430 by Anton Korobeynikov · 15 years ago
  20. 3ac7904 Handle -march for the LLVM recognized cpu names. by Daniel Dunbar · 16 years ago
  21. 17ca363 More x86 target feature support. by Daniel Dunbar · 16 years ago
  22. 500aec4 Tweak x86 -mcpu defaults. - Default to yonah on Darwin (to get SSE3). by Daniel Dunbar · 16 years ago
  23. 1d13879 Fix rdar://6860124 - invalid input constraint 'J' in asm by Chris Lattner · 16 years ago
  24. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 16 years ago
  25. 73c64e5 Hook msp430 in by Anton Korobeynikov · 16 years ago
  26. a7c4717 Whitespace cleanup by Anton Korobeynikov · 16 years ago
  27. a7e1898 when creating custom warning diagnostics, do not attempt to map by Chris Lattner · 16 years ago
  28. eb32fde Simplify the scheme used for keywords, and change the classification by Eli Friedman · 16 years ago
  29. 2bf1eb0 Be more careful in our teardown of the PCHReader after deciding to by Douglas Gregor · 16 years ago
  30. 4fed3f4 Implement caching of stat() calls for precompiled headers, which is by Douglas Gregor · 16 years ago
  31. 7f94b0b Load most of the source manager's information lazily from the PCH by Douglas Gregor · 16 years ago
  32. 405bad0 Some fixes for PCH (de-)serialization of Objective-C AST nodes: by Douglas Gregor · 16 years ago
  33. d688761 in a tied operand, don't copy over the name or constraint string, just the flags. by Chris Lattner · 16 years ago
  34. 2819fa8 pull operands names "[foo]" into ConstraintInfo. by Chris Lattner · 16 years ago
  35. 432c869 pull the constraint string into the ConstraintInfo struct by Chris Lattner · 16 years ago
  36. 44def07 change TargetInfo::ConstraintInfo to be a struct that contains by Chris Lattner · 16 years ago
  37. 8c5a760 Lazily load the controlling macros for all of the headers known in the by Douglas Gregor · 16 years ago
  38. 5b37dc0 some arm triples have weird characters in them, just fuzzy match by Chris Lattner · 16 years ago
  39. 370187c Remove the serialization code that predates precompiled by Douglas Gregor · 16 years ago
  40. 25bcbaf Add missing dependency, patch by Jason Haslam! by Chris Lattner · 16 years ago
  41. 70aa5f9 Pass and return aggregate types directly to function calls. by Sanjiv Gupta · 16 years ago
  42. e46e354 Don't crash in the diagnostic printer if we happen to get passed a by Daniel Dunbar · 16 years ago
  43. 3bc172b move group twiddling options into Diagnostic.cpp instead of by Chris Lattner · 16 years ago
  44. b030f02 Add target property for whether thread-local storage is supported. by Eli Friedman · 16 years ago
  45. 5417544 actually just do this on all x86 targets, it won't hurt non-glibc ones. by Chris Lattner · 16 years ago
  46. 09b5cc6 Define __NO_MATH_INLINES on linux/x86 so that we don't get inline by Chris Lattner · 16 years ago
  47. 87d854e optimize and comment GetDiagInfo. by Chris Lattner · 16 years ago
  48. 121f60c merge several scattered tables into StaticDiagInfo. by Chris Lattner · 16 years ago
  49. 33dd282 Implement Diagnostic::getWarningOptionForDiag with information from tblgen, by Chris Lattner · 16 years ago
  50. 19cbb44 tblgen is now passing diagnostic group information in the .inc file, ignore it everywhere. by Chris Lattner · 16 years ago
  51. d51d74a implement framework for -fdiagnostics-show-option, but tblgen isn't by Chris Lattner · 16 years ago
  52. b54b276 move handling of -pedantic and -pedantic-errors into Diagnostics, by Chris Lattner · 16 years ago
  53. 2b07d8f arrange for -Wno-error=foo warnings to be immune to -Werror as by Chris Lattner · 16 years ago
  54. 691f1ae change mappings to distinguish between "unset", "set by the user" and by Chris Lattner · 16 years ago
  55. fe526d2 fix some out of bounds array access problems, which manifest particularly by Chris Lattner · 16 years ago
  56. d2aa7c9 move {'s by Chris Lattner · 16 years ago
  57. 8a941e0 Make diagnostic class explicit in the diag record instead of by Chris Lattner · 16 years ago
  58. 4ac072a Tblgen now passes the default mapping explicitly, instead of having it by Chris Lattner · 16 years ago
  59. 27ceb9d Rejigger how -pedantic and -pedantic-errors work and their interaction by Chris Lattner · 16 years ago
  60. aa771a8 Fixup whitespacing. by Mike Stump · 16 years ago
  61. bd94500 Include the SourceManager's line table in the PCH file. We can now by Douglas Gregor · 16 years ago
  62. d4f77aa Factor the internals of SourceManager (specially, LineTableInfo) into a separate Internals header. No functionality change by Douglas Gregor · 16 years ago
  63. 8d33cd7 Support -miphoneos-version-min in clang-cc. by Daniel Dunbar · 16 years ago
  64. b8e240e Add initial support for -imacros. Right now it has the same semantics as by Chris Lattner · 16 years ago
  65. 837e897 remove fixme! by Chris Lattner · 16 years ago
  66. 437bb4b Add basic support for arm static analysis checking. Radar 6699395 by Mike Stump · 16 years ago
  67. 10d2427 Fariborz points out that weak is now defined to the attribute even in C mode. by Chris Lattner · 16 years ago
  68. 3a5cbd3 The __weak and __strong defines are common to all darwin targets by Chris Lattner · 16 years ago
  69. 264a76c Provide sema proper values of maximal number of arguments passed in registers. by Anton Korobeynikov · 16 years ago
  70. a9668e0 Add target hook for setting symbol prefix and section of unicode by Daniel Dunbar · 16 years ago
  71. 2b63fbc Fix a little typo that was killing de-serialization by Douglas Gregor · 16 years ago
  72. 3050ed4 Resynchronize Decl/VarDecl serialization code with the structures by Douglas Gregor · 16 years ago
  73. e9b7d8a Add ConvertUTF module from http://www.unicode.org/Public/PROGRAMS/CVTUTF. by Steve Naroff · 16 years ago
  74. 8e5c2b8 Add Target hooks for IRgen of [cf]string literals. by Daniel Dunbar · 16 years ago
  75. 1afabd9 Fix the default for intptr_t on *BSD x86-32 and Windows. Slight cleanup by Eli Friedman · 16 years ago
  76. 1e0107a Ad FreeBSD ARM target info. - Patch by Ed Schoeten! by Daniel Dunbar · 16 years ago
  77. 25a88bb Eliminate post-diagnostic hooks. Instead, implement a Sema-specific by Douglas Gregor · 16 years ago
  78. ca45cff refactor some code, fixing a problem discovered by the dragonfly bsd people, where by Chris Lattner · 16 years ago
  79. 318ca71 pass langoptions around. by Chris Lattner · 16 years ago
  80. 3332864 pass LangOptions into TargetInfo::getTargetDefines, so that targets by Chris Lattner · 16 years ago
  81. 4d7a089 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
  82. 525c4b0 Allow notes to be printed following a fatal error, then suppress any by Douglas Gregor · 16 years ago
  83. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 16 years ago
  84. e89b6b2 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
  85. 3801d71 Switch diagnostics from .def to tablegen files. Please validate the Windows build. by Sebastian Redl · 16 years ago
  86. 50f4f46 Add Diagnostic files for Frontend and move a couple errors over. by Daniel Dunbar · 16 years ago
  87. 4ad4b3e Driver: Use standard Diagnostic interface for diagnostics. by Daniel Dunbar · 16 years ago
  88. 1841aa1 Clear all the linetable state in clear(), fixing problems by Chris Lattner · 16 years ago
  89. ee1828a Add a notion of "post-diagnostic hooks", which are callbacks attached by Douglas Gregor · 16 years ago
  90. 4a77edb Remove some now-unneeded calls to llvm::errs().flush(). by Daniel Dunbar · 16 years ago
  91. 321abd4 Add FullSourceLoc::getDecomposedLoc. by Ted Kremenek · 16 years ago
  92. d42ffbd Revert my last couple patches until I can get them to not make the tests fail. by Ted Kremenek · 16 years ago
  93. b9eb3af Teach Diagnostic about Selector. by Ted Kremenek · 16 years ago
  94. 150ec29 Selector: (changes made after discussing this more with Steve Naroff) by Ted Kremenek · 16 years ago
  95. f5ed396 Handle null IdentifierInfo* in Selector::getAsString(). by Ted Kremenek · 16 years ago
  96. ae50fa0 Include information about compound statements when crashing in sema or the by Chris Lattner · 16 years ago
  97. 5f7d228 allocate MultiKeywordSelector's out of a bump pointer allocator instead of malloc. by Chris Lattner · 16 years ago
  98. 6328cc3 implement support for propagating *features* down to the code generator by Chris Lattner · 16 years ago
  99. 84f0ea8 Add plumbing to support programatically defining __SSE2__ and friends, by Chris Lattner · 16 years ago
  100. c0f5921 minor cleanups to target-specific #defines, no functionality change. by Chris Lattner · 16 years ago