- 16573fa Keep track of the actual storage specifier written on a variable or by Douglas Gregor · 15 years ago
- 6876fe6 Minor include pruning. by Benjamin Kramer · 15 years ago
- 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 15 years ago
- a36e223 add support for a 1<<29 bit in the block flags field to mark blocks using alternate struct return ABI by Blaine Garst · 15 years ago
- 2a7eb28 Unconditionally support block introspection data in a new field at the end by Blaine Garst · 15 years ago
- c0ea885 remove unused function & enumerations by Blaine Garst · 15 years ago
- 0b63ba4 Patch to remove arbitrary imporation of 'self' into by Fariborz Jahanian · 15 years ago
- 1d04e83 Did not intend to check this in. by Fariborz Jahanian · 15 years ago
- 2f14c4d Use proper lexcial context for newly added ivars. by Fariborz Jahanian · 15 years ago
- 263c4de Generate the objc_read_weak API when calling by Fariborz Jahanian · 15 years ago
- 04a67a6 Standardize the parsing of function type attributes in a way that by John McCall · 15 years ago
- 8b752f1 Change the return type of ASTContext::getDeclAlignInBytes() to CharUnits and, by Ken Dyck · 15 years ago
- 30a8a27 Use CharUnits for alignments in character units. by Ken Dyck · 15 years ago
- 687cc4a Introduce CodeGenModule::GetTargetTypeStoreSize() to calculate the store size by Ken Dyck · 15 years ago
- 14b1a36 simplify code. by Chris Lattner · 15 years ago
- 3cf7c5d Simplify code. by Benjamin Kramer · 15 years ago
- 199c3d6 Roll out ASTContext::getTypeSizeInChars(), replacing instances of by Ken Dyck · 15 years ago
- a1736c0 Pass the return value slot to all call exprs. by Anders Carlsson · 15 years ago
- f3c47c9 Pass ReturnValueSlot to EmitCall. No functionality change yet. by Anders Carlsson · 15 years ago
- dbd872f DeclRefExpr stores a ValueDecl internally. by John McCall · 15 years ago
- 10976d9 various cleanups. by Chris Lattner · 15 years ago
- 2da84ff Don't pass false (default) for isVolatile parameter to CreateLoad. by Daniel Dunbar · 15 years ago
- 0da76df Centralize and complete the computation of value- and type-dependence for DeclRefExprs by Douglas Gregor · 15 years ago
- 5e530af Added block type introspection support. by David Chisnall · 15 years ago
- d3dd0ae Remove some misguided code. by Mike Stump · 15 years ago
- 083c25e Extend out the block descriptor structure for debug information with by Mike Stump · 15 years ago
- 0298d38 Turn on the preallocation of all BlockDeclRefExprs. by Mike Stump · 15 years ago
- 38e1627 Refine collection of BlockDeclRefExprs. WIP. by Mike Stump · 15 years ago
- bfbd5df Fix typo. by Mike Stump · 15 years ago
- bf5fd78 Refactor. by Mike Stump · 15 years ago
- ea26cb5 Prep work to always preallocate BlockDeclRefExprs so that we can by Mike Stump · 15 years ago
- bf1914b For now, we need to have the llvm type of the block pointer remain as by Mike Stump · 15 years ago
- adaaad3 Refine the type of the first parameter to block invoke functions. by Mike Stump · 15 years ago
- 3c0ef8c Simplify pointer creation with the new Type::getInt*Ptr methods. by Benjamin Kramer · 15 years ago
- b289b3f Implement a FIXME. This improves codegen just a tad. by Mike Stump · 15 years ago
- de8c5c7 A couple of refinements for laying out debug information for BlockDeclRefDecls. by Mike Stump · 15 years ago
- b1a6e68 Improve debugging information for BlockDeclRefExpr. WIP. Given this by Mike Stump · 15 years ago
- bb30419 Fix 80-col violation. by Mike Stump · 15 years ago
- 39605b4 Improve debug info generation for __block variables. by Mike Stump · 15 years ago
- 183700f Change all the Type::getAsFoo() methods to specializations of Type::getAs(). by John McCall · 15 years ago
- 0d36dd2 Make clang stop relying on ConstantStruct::get's default value for isPacked by Nick Lewycky · 15 years ago
- 18be84c Add support for __block variables with alignment greater than __alignof(void *). by Anders Carlsson · 15 years ago
- 7dfa407 For __block variables, cache the LLVM types as well as which LLVM field where the variable is stored. by Anders Carlsson · 15 years ago
- 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
- db52dcd Reflow comments and some minor whitespace fixups. by Mike Stump · 15 years ago
- 9ad5513 Make BuildByRefType take a ValueDecl instead of a QualType and an alignment. by Anders Carlsson · 15 years ago
- f42e4a6 Fix build of clang with gcc-4.4: #include <cstdio> was missing. by Torok Edwin · 15 years ago
- a5d8200 Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use DeclaratorInfo to get this information. by Argyrios Kyrtzidis · 15 years ago
- a1d5662 Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interfaces. by Argyrios Kyrtzidis · 15 years ago
- 0032b27 Update for LLVM API change. by Owen Anderson · 15 years ago
- 47a434f Update for LLVM API change. by Owen Anderson · 15 years ago
- c9c88b4 Update for LLVM API change. by Owen Anderson · 15 years ago
- 286d368 Fix spacing. by Mike Stump · 15 years ago
- b3589f4 Canonicalize else spacing. by Mike Stump · 15 years ago
- 96e0fc7 Update for LLVM API change. by Owen Anderson · 15 years ago
- 6217b80 Change uses of: by Ted Kremenek · 15 years ago
- 3c4972d Update for LLVM API change. by Owen Anderson · 15 years ago
- 08e2524 Update for LLVM API change. by Owen Anderson · 15 years ago
- 4a28d5d Update for LLVM API change. by Owen Anderson · 15 years ago
- 35366a6 Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods by Ted Kremenek · 15 years ago
- 1a1a6e2 Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. by Ted Kremenek · 15 years ago
- a1cf15f Update for LLVM API change, and contextify a bunch of related stuff. by Owen Anderson · 15 years ago
- 6924382 Update for LLVM API change. by Owen Anderson · 15 years ago
- 1c431b3 Update for LLVM API change. by Owen Anderson · 15 years ago
- c14f0d2 Update for LLVM API change. by Owen Anderson · 15 years ago
- 3899a7f As an optimization, we maintain a cache of generated by Mike Stump · 15 years ago
- f5408fe Reflow some comments. by Mike Stump · 15 years ago
- e2f79b6 Fix rdar://6880259 - invalid function name in block call (__NSConcreteGlobalBlock2) by Chris Lattner · 15 years ago
- dd2fb9c Don't assert when we think we need copy/dispose, but don't need them. by Mike Stump · 16 years ago
- 4863db4 fix a problem producing debug info with global blocks. by Chris Lattner · 16 years ago
- b5437d2 the logic for computing __func__ and friends is really broken: by Chris Lattner · 16 years ago
- 0e4f40e Attributes on block functions were not being set. by Daniel Dunbar · 16 years ago
- c2f4c34 Fixup codegen for copy/dispose for block literals. Radar 6791245 by Mike Stump · 16 years ago
- 963dfbd Set DebugInfo at the beginning of GenerateBlockFunction(). by Devang Patel · 16 years ago
- 5466c7b Audit __private_extern__ handling. by Daniel Dunbar · 16 years ago
- da0895d Minor refactoring of my last patch. by Fariborz Jahanian · 16 years ago
- 140fb26 Fixes a ir-gen crash for K&R style blocks. by Fariborz Jahanian · 16 years ago
- b7477cf Fixup codegen for nested blocks that use copy/dispose in the inner by Mike Stump · 16 years ago
- 782f397 Use the new EmitCallArgs function. No indented functionality change. by Anders Carlsson · 16 years ago
- a17d7cc Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379. by Anders Carlsson · 16 years ago
- 6e460ff Shuffle some call code around. No functionality change. by Anders Carlsson · 16 years ago
- f8544a4 Use the new getFunctionInfo that takes a BlockPointerType parameter, and get rid of getBlockFunctionType from CGBlocks.cpp by Anders Carlsson · 16 years ago
- aab0f7a Fix block comparisons. Radar 6732116. by Mike Stump · 16 years ago
- 48f9122 Move where block-related variables are initialized so that block by Eli Friedman · 16 years ago
- 4927abd Remove -f__block as codegen for __block variables should be solid. by Mike Stump · 16 years ago
- a803b0e Fixup codegen for block literals that bleed copy/dispose information by Mike Stump · 16 years ago
- a8b60c9 Fixup codegen for nested block literals so that we generate by Mike Stump · 16 years ago
- 6cc88f7 Fix codegen for support for super inside block literal expressions. by Mike Stump · 16 years ago
- 7f28a9c Do up codegen for function static data and externs in functions in block by Mike Stump · 16 years ago
- 9d25423 Remove FIXME, issue has been resolved. by Mike Stump · 16 years ago
- e78b809 Fix <rdar://problem/6675489> BlockDecl should not use llvm::smallvector. by Steve Naroff · 16 years ago
- d67b09a Fix uninitialized use in GetAddrOfGlobalBlock, reenable assert. by Daniel Dunbar · 16 years ago
- a91b590 If someone could figure out this is necessary, that would be good. by Mike Stump · 16 years ago
- 8e5d9f1 Fix typo, need parens. by Mike Stump · 16 years ago
- 63822ba Remove last FIXME for block literal codegen that I know about and turn by Mike Stump · 16 years ago
- f4bc312 Remove some FIXMEs for block literals that should be close to working. by Mike Stump · 16 years ago
- 1edf6b6 codegen support for dispose helpers for block literals. by Mike Stump · 16 years ago
- 0892099 Codegen support for copy helpers for block literals. by Mike Stump · 16 years ago
- cf62d39 Pass the type of the block literal around to make required temporal ordering of code clearer. by Mike Stump · 16 years ago
- ee09422 Complete __Block_byref_id_object_copy cogegen for block literals. by Mike Stump · 16 years ago