1. 65a1e67 Make sure to initialize ExternalProtocolPtrTy by Douglas Gregor · 13 years ago
  2. 4c86fdb Don't eagerly deserialize the 'Protocol' type when initializing code by Douglas Gregor · 13 years ago
  3. 561d3ab Remove unnecessary default cases in switches over enums. by David Blaikie · 13 years ago
  4. e317302 objc++: some declarations related to atomic by Fariborz Jahanian · 13 years ago
  5. 1d784b2 Introduce the core infrastructure needed to model redeclaration chains by Douglas Gregor · 13 years ago
  6. 6446c3e Mark the calls to the _setjmp function as returns twice. <rdar://problem/10492556> by Bill Wendling · 13 years ago
  7. dc8dab6 Add bigger method type encodings to protocol objects. <rdar://problem/10492418> by Bob Wilson · 13 years ago
  8. a9e269e The _setjmp builtin library function should have the "returns twice" by Bill Wendling · 13 years ago
  9. b6d7114 Add invariant.load metadata to loads from selector references. Allows these loads to later be moved/combined in the optimizer. Fixes <rdar://problem/6027699> by Pete Cooper · 13 years ago
  10. eea6480 In x86_64, when calling an Objective-C method that returns a _Complex long double, make sure to use the objc_msgSend_fp2ret function which ensures that the return value will be {0, 0} if the receiver is nil. by Anders Carlsson · 13 years ago
  11. 6c29eda Objective-c: fix an ir-gen crash where objc messag returns a _Complex by Fariborz Jahanian · 13 years ago
  12. 1d236ab Replace vectors with arrays. by Benjamin Kramer · 13 years ago
  13. a6b8b2c Constant expression evaluation refactoring: by Richard Smith · 13 years ago
  14. 2b014d6 When performing an @throw in ARC, retain + autorelease by John McCall · 13 years ago
  15. 578faa8 de-tmpify clang. by Benjamin Kramer · 13 years ago
  16. eb2d1f1 Removing a bunch of dead returns/breaks after llvm_unreachables. by David Blaikie · 13 years ago
  17. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  18. e289d81 Switch LangOptions over to a .def file that describes header of the by Douglas Gregor · 13 years ago
  19. 94da158 Clean up our handling of Objective-C definitions in AST files. Rather by Douglas Gregor · 13 years ago
  20. 919814d Introduce a new predicate Decl::isFromASTFile() to determine whether a by Douglas Gregor · 13 years ago
  21. bcfd1f5 Extend the ASTContext constructor to delay the initialization of by Douglas Gregor · 13 years ago
  22. c1c2011 switch clang to use the new-new way of creating llvm::StructType's. by Chris Lattner · 13 years ago
  23. 01a4cf1 Encapsulate the Objective-C id/Class/SEL "redefinition" types in by Douglas Gregor · 13 years ago
  24. 777d6e5 Simplify EH control flow by observing that EH scopes form a simple by John McCall · 13 years ago
  25. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  26. 0f6ac7c Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use ArrayRef. by Jay Foad · 13 years ago
  27. db8264e Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin. by Jordy Rose · 13 years ago
  28. a5c0434 Convert ConstantExpr::getGetElementPtr and by Jay Foad · 13 years ago
  29. 2acc6e3 de-constify llvm::Type, patch by David Blaikie! by Chris Lattner · 13 years ago
  30. 4c7d9f1 Convert CallInst and InvokeInst APIs to use ArrayRef. by Jay Foad · 13 years ago
  31. ad346f4 Generalize Cleanup::Emit's "isForEH" parameter into a set by John McCall · 13 years ago
  32. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  33. bf9eb88 Eliminate most uses of ShallowCollectObjCIvars which requires by Fariborz Jahanian · 13 years ago
  34. cf5abc7 Support for catching objc pointer objects in c++ catch-statement by Fariborz Jahanian · 13 years ago
  35. 9d96bce Alloa catching Objective-C id's being thrown with C++ throw by Fariborz Jahanian · 13 years ago
  36. 9735760 Replace the existing forms of ConstantArray::get() with a single form by Jay Foad · 13 years ago
  37. c5cbb90 Update to match mainline ConstantStruct::get API change. Also, use by Chris Lattner · 13 years ago
  38. 7650d95 update for api change. by Chris Lattner · 13 years ago
  39. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  40. 7a614d8 Implement support for C++11 in-class initialization of non-static data members. by Richard Smith · 13 years ago
  41. f968d83 Objective-C doesn't consider the use of incomplete types as method by Douglas Gregor · 13 years ago
  42. 6f40e22 Patch to fix IR-gen crash generating structure ABI which implements by Fariborz Jahanian · 13 years ago
  43. 0774cb8 Use arrays and SmallVectors instead of std::vectors when building function by John McCall · 13 years ago
  44. cba681a Only perform the null-initialization of an aggregate result of a message by John McCall · 13 years ago
  45. 944c843 Objective-C vtables are not taking the world by storm; call them by John McCall · 14 years ago
  46. b1e8144 Reorganize this method to avoid multiple calls for computing CGFunctionInfo by John McCall · 14 years ago
  47. e0c7665 type of last arg of objc_assign_ivar is ptrdiff_t. // rdar://9362887 by Fariborz Jahanian · 14 years ago
  48. 1f38251 Pack ivar offsets together. by Bill Wendling · 14 years ago
  49. 04c9a49 Simplify code a bit by using CallArgList::add. No intended functionality change. by Eli Friedman · 14 years ago
  50. 64089ce Fixes an instance method meta-data generation bug in by Fariborz Jahanian · 14 years ago
  51. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  52. fb67ccd Replace a couple of divisions-by-'8' with divisions-by-charwidth. No change by Ken Dyck · 14 years ago
  53. af19ac4 Obj-C/NeXT: Update and reapply 108847, now that changes are more baked. by Daniel Dunbar · 14 years ago
  54. 05dc91b Refactor CGObjCMac to use the shared code for EH stuff. by David Chisnall · 14 years ago
  55. 9735ca6 Continuing work on ObjC tidyup: by David Chisnall · 14 years ago
  56. 0a0d2b1 Implement a new 'availability' attribute, that allows one to specify by Douglas Gregor · 14 years ago
  57. 60be607 Simplify Mac runtime selection - it's the factory function's job to select which class to produce, not CodeGenModule's. by David Chisnall · 14 years ago
  58. ab5824e Make the property accessor functions that take a ptrdiff_t actually take a ptrdiff_t instead of a long (should have no impact on any sane platforms, but win64 is not sane). by David Chisnall · 14 years ago
  59. ba877ad Fixed InnerLocStart. by Abramo Bagnara · 14 years ago
  60. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 14 years ago
  61. fb4eb9f Access ivars with inbounds GEPs, even in -fwrapv. It's unlikely that by John McCall · 14 years ago
  62. 604da29 Let's do super message sends with static allocas instead of dynamic ones. by John McCall · 14 years ago
  63. c0ddef2 objc IRGen for Next runtime message API. by Fariborz Jahanian · 14 years ago
  64. bf1f826 Revert r126678. by Fariborz Jahanian · 14 years ago
  65. 3d04a0e objc IRGen for Next runtime message API. by Fariborz Jahanian · 14 years ago
  66. 448d2cd Don't assume that whoever is asking for a message send is going by John McCall · 14 years ago
  67. a1bcc4d Zero-initialize the struct-return slot of an Objective-C message by John McCall · 14 years ago
  68. ec29903 Convert RecordLayout::DataSize to CharUnits from bits, eliminating two by Ken Dyck · 14 years ago
  69. dd76a9a Add a helper function, ASTContext::toBits(), that converts sizes in by Ken Dyck · 14 years ago
  70. 5f022d8 Convert RecordLayout::Size to CharUnits from bits. No changes to by Ken Dyck · 14 years ago
  71. d16c2cf Reorganize CodeGen{Function,Module} to eliminate the unfortunate by John McCall · 14 years ago
  72. 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 14 years ago
  73. 36f893c Move all the cleanups framework code into a single file. Pure motion. by John McCall · 14 years ago
  74. f96bdf4 Consider zero-length array of structs when by Fariborz Jahanian · 14 years ago
  75. 8fac25d Add support for GNU runtime property set / get structure functions. Minor refactoring of Mac runtime (returns the same function for both, as the Mac runtimes currently only provide a single entry point for setting and getting struct properties, although this will presumably be fixed at some point). by David Chisnall · 14 years ago
  76. e0d9876 Some fixes for synthesized ivar metadata (GNU runtime). by David Chisnall · 14 years ago
  77. 1fb0caa Substantially revise how clang computes the visibility of a declaration to by John McCall · 14 years ago
  78. 4c73307 This patch implements Next's IRGen for -fconstant-string-class=class-name. by Fariborz Jahanian · 14 years ago
  79. fd186ac Coding by inspection has its problems. by John McCall · 14 years ago
  80. 7ec404c objc_exception_rethrow does not take an exception argument. by John McCall · 14 years ago
  81. b10ce9f Revert r116656, "IRgen/Obj-C/NeXT: Fix the IR signature for by Daniel Dunbar · 14 years ago
  82. 338ebcc IRgen/Obj-C/NeXT: Fix the IR signature for objc_exception_rethrow, so we don't by Daniel Dunbar · 14 years ago
  83. b6bbcc9 Death to blocks, or at least the word "block" in one particular obnoxiously by John McCall · 14 years ago
  84. 9e2213d In the fragile ObjC ABI, save the caught exception to the side if there are by John McCall · 14 years ago
  85. fb55031 Block description for trivial block literals have by Fariborz Jahanian · 14 years ago
  86. c5904b4 Fixes an obscure bug in importd block variable layout by Fariborz Jahanian · 14 years ago
  87. 8197982 Block ivar layout must assume that the 'isa' by Fariborz Jahanian · 14 years ago
  88. 0dc7509 LastFieldBitfield in CGObjCCommonMac::BuildAggrIvarLayout keeps bitfields or unnamed fields but later the code by Argyrios Kyrtzidis · 14 years ago
  89. c5c446c IRgen/Obj-C: Rewrite Objective-C bit-field access to compute the access strategy by Daniel Dunbar · 14 years ago
  90. 53b9441 Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtocols and AllReferencedProtocols. ReferencedProtocols by Ted Kremenek · 14 years ago
  91. 76695ca Simplify. by Daniel Dunbar · 14 years ago
  92. 6d5eb76 IRgen: Move remaining MakeAddr() calls to MakeAddrLValue(). by Daniel Dunbar · 14 years ago
  93. 2c18bb7 objective-c ivar refactoring patch. Iterations by Fariborz Jahanian · 14 years ago
  94. 9b7d670 zap dead code. by Chris Lattner · 14 years ago
  95. 4087f27 StringRef'ication of lots stuff, patch by Peter Davies! by Daniel Dunbar · 14 years ago
  96. ba6f816 Remove dead code, caught by unused function warnings. by Argyrios Kyrtzidis · 14 years ago
  97. d96a8e7 Fix a bug in @finally emission in both the fragile and non-fragile EH schemes by John McCall · 14 years ago
  98. 9d50c06 Support ObjC implementation decls for PCH. by Argyrios Kyrtzidis · 14 years ago
  99. a1f024c Finishing up block variable layout API by supporting by Fariborz Jahanian · 14 years ago
  100. e1a4898 Add support for block imported struct variable layout info. by Fariborz Jahanian · 14 years ago