1. 4ea9006 Revert the linkage change for explicit template instantiations; something is amiss by Douglas Gregor · 15 years ago
  2. cd0d27f Remove OldOffset. by Anders Carlsson · 15 years ago
  3. ae936d5 Remove debug output. by Anders Carlsson · 15 years ago
  4. dd36681 Begin simplifying handling of thunks. by Anders Carlsson · 15 years ago
  5. e5e0c9d Give explicit template instantiations weak linkage (but don't defer by Douglas Gregor · 15 years ago
  6. 187ab37 Extend the builtin syntax to allow address-space qualifiers on pointers and by John McCall · 15 years ago
  7. e3d67bc Split Sema::ActOnProperty() into two recursive functions to clearly separate by Ted Kremenek · 15 years ago
  8. 0c2b4f4 Add SSE4 packed integer comparisons and corresponding intrinsics. by Eric Christopher · 15 years ago
  9. ceef4ce Add an extra test to this test-case. by John McCall · 15 years ago
  10. d60e22e Implement basic support for friend types and functions in non-dependent by John McCall · 15 years ago
  11. 2d2f936 Fix 80 col violations. by Ted Kremenek · 15 years ago
  12. 28685ab Move 'ActOn' methods to the beginning of the file by Ted Kremenek · 15 years ago
  13. 34836f2 Update CMake build. by Ted Kremenek · 15 years ago
  14. 9d64c15 Split Sema logic for ObjC @property and @synthesize into a separate file. by Ted Kremenek · 15 years ago
  15. ff8aeaa Integer array extraction for sse4.1. by Eric Christopher · 15 years ago
  16. 6fa43e3 Add packed integer array insertion. by Eric Christopher · 15 years ago
  17. e4c1ea0 Keep track of Record context to ensure that record elements are properly nested in debug info. by Devang Patel · 15 years ago
  18. 7d2aa11 For ivars created using @synthesize, set their DeclContext to be by Ted Kremenek · 15 years ago
  19. d1b47bf Warn about comparing an unsigned expression with 0 in tautological ways. by John McCall · 15 years ago
  20. d7358a3 Remember the PR number. by John McCall · 15 years ago
  21. 80639de Implement -Wmissing-field-initializers. Patch by mikem! by John McCall · 15 years ago
  22. d295d78 Use -emit-llvm-only, to avoid leaving a temp around. by Daniel Dunbar · 15 years ago
  23. 6cb6eb4 Add tentative support for accessing local variables with by Fariborz Jahanian · 15 years ago
  24. a14db75 fix PR6433, crash on va_arg of typedef. by Chris Lattner · 15 years ago
  25. 32c1a2a Driver: Free Action objects. by Daniel Dunbar · 15 years ago
  26. fd48cb3 Driver: Free synthesized derived arguments. by Daniel Dunbar · 15 years ago
  27. 9d44023 Driver: Free jobs in JobList and PipedJob instances. by Daniel Dunbar · 15 years ago
  28. f2b552e Update checker build. by Ted Kremenek · 15 years ago
  29. c89a7cf Use the new vtable layout code for computing virtual base offset offsets. by Anders Carlsson · 15 years ago
  30. d980072 Correctly mangle address of member in template arguments. Fixes PR6460 by Rafael Espindola · 15 years ago
  31. 069ace5 Fix a self-host problem caused by this over-eager assertion. I'm not sure by John McCall · 15 years ago
  32. 21ef0fa Maintain type source information for functions through template by John McCall · 15 years ago
  33. 92b7f70 Split C++ friend declarations into their own header/implementation file. by John McCall · 15 years ago
  34. bba1607 Rename getVirtualBaseOffsetIndex to getVirtualBaseOffsetOffset to reflect what it actually does. by Anders Carlsson · 15 years ago
  35. 1972ced When possible, use the vbase offset offsets from the most derived class directly. by Anders Carlsson · 15 years ago
  36. 127e467 Add a test. by Anders Carlsson · 15 years ago
  37. bb6305b Keep track of, and dump, vbase offset offsets. by Anders Carlsson · 15 years ago
  38. 1ffd79b Fix tests. by Anders Carlsson · 15 years ago
  39. e02fc0a Run the new vtable builder for construction vtables as well now. Note that we still don't use the data it generates. by Anders Carlsson · 15 years ago
  40. 37147ea More record layout builder cleanup and simplification. by Anders Carlsson · 15 years ago
  41. 88f4296 Get rid of the PrimaryBase parameter from LayoutVirtualBases. by Anders Carlsson · 15 years ago
  42. 622e247 More cleanup towards fixing the real bug. by Anders Carlsson · 15 years ago
  43. 147b5dd Replace the class offset vectors in RecordLayoutBuilder with maps instead so we'll have faster lookup and so we can detect duplicates. by Anders Carlsson · 15 years ago
  44. 584e1df More cleanup. by Anders Carlsson · 15 years ago
  45. 23a5fcb More record layout builder cleanup. by Anders Carlsson · 15 years ago
  46. b6ee4b0 Assert that primary bases always have offset 0. by Anders Carlsson · 15 years ago
  47. 568eb6c Remove unused 'IVars' field from ObjCInterfaceDecl. That functionality by Ted Kremenek · 15 years ago
  48. 9dc82d2 Remove the IndirectPrimary parameter in LayoutVirtualBases; it's already there as a member variable. by Anders Carlsson · 15 years ago
  49. 200c5c2 More cleanup and simplification of the record layout builder. by Anders Carlsson · 15 years ago
  50. ec853ba Support PPC-32 DWARF EH intrinisics. Thanks to rdivacky for his assistance. by John McCall · 15 years ago
  51. 0af9523 set alignment on static locals properly, patch by Arnaud de Grandmaison! by Chris Lattner · 15 years ago
  52. e3bdbee Get rid of the LayoutBaseNonVirtually; it was used to lay out a base either as a non-virtual base or a virtual base. by Anders Carlsson · 15 years ago
  53. e239b9d More shuffling. by Anders Carlsson · 15 years ago
  54. 4c3a7b0 Cleanups, no functionality change yet. by Anders Carlsson · 15 years ago
  55. defd016 add DESTDIR support for clang headers, PR6556. Patch by Matthias Klose! by Chris Lattner · 15 years ago
  56. 2bc1d3a Fix calculation of whether a member function needs a thunk in construction vtables. by Anders Carlsson · 15 years ago
  57. d314e9e Change the 'super' messaging API in the rewriter. Fixes radar 7738452. by Fariborz Jahanian · 15 years ago
  58. 327fb2d Suppress the tag when printing an ElaboratedType if the language options by John McCall · 15 years ago
  59. a96a2e9 We were mistakenly marking morally virtual bases as being uninteresting. Fix this. by Anders Carlsson · 15 years ago
  60. f2c98ce Ignore non-interesting bases when emitting construction vtables. by Anders Carlsson · 15 years ago
  61. 957a2b7 Simplify assertion. by Ted Kremenek · 15 years ago
  62. a03430e Remove '#if 0' code. Lazy compound values have proven their worth. by Ted Kremenek · 15 years ago
  63. cbc6a63 Fix -Wsign-compare warnings reported by clang++. by Ted Kremenek · 15 years ago
  64. 8515fbf Fix -Wsign-compare warning reported by clang++. by Ted Kremenek · 15 years ago
  65. d69493a Remove the subregion map cache. It is no longer used. by Ted Kremenek · 15 years ago
  66. b7118f7 Fix stale comment. by Ted Kremenek · 15 years ago
  67. 5499b84 Really apply (unnoticed weird git-svn merge conflict in 98144): Refactor RegionStore::RemoveDeadBindings to use the same core cluster analysis algorithm as RegionStore::InvalidateRegions(). by Ted Kremenek · 15 years ago
  68. 266e05c Move test and also test codegen. by Rafael Espindola · 15 years ago
  69. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  70. e5ea0ca Refactor RegionStore::RemoveDeadBindings to use the same core by Ted Kremenek · 15 years ago
  71. a4fab03 Refactor some of RegionStore's InvalidateRegionsWorker class by Ted Kremenek · 15 years ago
  72. e35b768 Add newline. by Anders Carlsson · 15 years ago
  73. 6039661 Don't accidentally mark some functions in construction vtables as unused. Also land the test for a previous checkin, now that it's correct. by Anders Carlsson · 15 years ago
  74. becb8d5 Allow the fast path through ASTContext::getTypeDeclType to be inlined. by John McCall · 15 years ago
  75. c802378 Add use-after-free check to MallocChecker. by Zhongxing Xu · 15 years ago
  76. dd8f569 Statement expressions can be used in global- or namespace-scoped blocks by Douglas Gregor · 15 years ago
  77. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
  78. d7fdae5 When building construction vtables, we need to check if a primary virtual base is actually a primary virtual base in the layout class. by Anders Carlsson · 15 years ago
  79. 3c1c4aa add missing test by Rafael Espindola · 15 years ago
  80. db4022c Improve vcall offset handling in construction vtables. With this we layout the construction vtables from the ABI examples correctly. by Anders Carlsson · 15 years ago
  81. bbf58bb Delay codegen of vtables when handling implicit instantiations. by Rafael Espindola · 15 years ago
  82. 9a2a69f Add insert/extract_ps and related random macros. by Eric Christopher · 15 years ago
  83. f338370 Use SmallString instead of alloca. by Devang Patel · 15 years ago
  84. 2cfe28b When computing in AnalysisContext the variables referenced by Ted Kremenek · 15 years ago
  85. 30986dd Enhance basic store to also lazily symbolicate VarRegions by Ted Kremenek · 15 years ago
  86. d58562e Fix file reference for derived and composite types. Now, dwarf writer uses strict verifier that ignores debug info for such types if their file info is unknown. by Devang Patel · 15 years ago
  87. b91570a Value-initialize the written-builtin-specifiers field of DeclSpec, which by John McCall · 15 years ago
  88. 9f3e6a5 Fix the test some more. by Fariborz Jahanian · 15 years ago
  89. a4c779e See if this test makes it though buildbot. by Fariborz Jahanian · 15 years ago
  90. 7573f8b More then one anonymous aggregates on one line creates chaos when MDNode uniquness is combined with RAUW operation. Right solution is to avoid using RAUW. by Devang Patel · 15 years ago
  91. af652fa Reverse the code gen. enabled part of test until I can figure out by Fariborz Jahanian · 15 years ago
  92. e0610a4 Improve Objective-C token-annotation test by Douglas Gregor · 15 years ago
  93. 40ac517 Code gen test for a previous patch for radar 7709015 by Fariborz Jahanian · 15 years ago
  94. 683f6db Use getLast() instead of getBasename(). by Devang Patel · 15 years ago
  95. 2263f82 Don't error when a block pointer is passed to a by Fariborz Jahanian · 15 years ago
  96. 98146a6 Add an Objective-C test for token annotation by Douglas Gregor · 15 years ago
  97. bb9357c Replace copy loops with memcpy. by Benjamin Kramer · 15 years ago
  98. 1780055 Start using DIFile. Corresponding llvm patch is r98020. by Devang Patel · 15 years ago
  99. f7507f2 Add test cases for r98003 and r98006. by Ted Kremenek · 15 years ago
  100. 21259ba Add preprocessor guards to the definitions of size_t and wchar_t, and #undef NULL before defining it. by Ted Kremenek · 15 years ago