| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build of clang with gcc-4.4: #include <cstdio> was missing. | Torok Edwin | 2009-08-24 | 1 | -0/+2 |
* | Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec... | Argyrios Kyrtzidis | 2009-08-21 | 1 | -2/+1 |
* | Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf... | Argyrios Kyrtzidis | 2009-08-19 | 1 | -5/+5 |
* | Update for LLVM API change. | Owen Anderson | 2009-08-13 | 1 | -12/+16 |
* | Update for LLVM API change. | Owen Anderson | 2009-08-05 | 1 | -8/+11 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-31 | 1 | -2/+2 |
* | Fix spacing. | Mike Stump | 2009-07-31 | 1 | -1/+1 |
* | Canonicalize else spacing. | Mike Stump | 2009-07-30 | 1 | -2/+1 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-29 | 1 | -27/+27 |
* | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -1/+1 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-29 | 1 | -6/+6 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-27 | 1 | -6/+4 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-24 | 1 | -12/+12 |
* | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -1/+1 |
* | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek | 2009-07-16 | 1 | -1/+1 |
* | Update for LLVM API change, and contextify a bunch of related stuff. | Owen Anderson | 2009-07-14 | 1 | -50/+53 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-13 | 1 | -2/+2 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-08 | 1 | -13/+8 |
* | Update for LLVM API change. | Owen Anderson | 2009-07-08 | 1 | -4/+7 |
* | As an optimization, we maintain a cache of generated | Mike Stump | 2009-06-05 | 1 | -4/+35 |
* | Reflow some comments. | Mike Stump | 2009-05-16 | 1 | -2/+2 |
* | Fix rdar://6880259 - invalid function name in block call (__NSConcreteGlobalB... | Chris Lattner | 2009-05-13 | 1 | -32/+7 |
* | Don't assert when we think we need copy/dispose, but don't need them. | Mike Stump | 2009-05-01 | 1 | -1/+2 |
* | fix a problem producing debug info with global blocks. | Chris Lattner | 2009-04-23 | 1 | -1/+2 |
* | the logic for computing __func__ and friends is really broken: | Chris Lattner | 2009-04-23 | 1 | -2/+2 |
* | Attributes on block functions were not being set. | Daniel Dunbar | 2009-04-17 | 1 | -0/+2 |
* | Fixup codegen for copy/dispose for block literals. Radar 6791245 | Mike Stump | 2009-04-15 | 1 | -4/+10 |
* | Set DebugInfo at the beginning of GenerateBlockFunction(). | Devang Patel | 2009-04-15 | 1 | -0/+5 |
* | Audit __private_extern__ handling. | Daniel Dunbar | 2009-04-14 | 1 | -2/+1 |
* | Minor refactoring of my last patch. | Fariborz Jahanian | 2009-04-11 | 1 | -2/+2 |
* | Fixes a ir-gen crash for K&R style blocks. | Fariborz Jahanian | 2009-04-11 | 1 | -5/+16 |
* | Fixup codegen for nested blocks that use copy/dispose in the inner | Mike Stump | 2009-04-10 | 1 | -52/+60 |
* | Use the new EmitCallArgs function. No indented functionality change. | Anders Carlsson | 2009-04-08 | 1 | -5/+4 |
* | Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379. | Anders Carlsson | 2009-04-08 | 1 | -4/+6 |
* | Shuffle some call code around. No functionality change. | Anders Carlsson | 2009-04-07 | 1 | -12/+14 |
* | Use the new getFunctionInfo that takes a BlockPointerType parameter, and get ... | Anders Carlsson | 2009-04-07 | 1 | -23/+8 |
* | Fix block comparisons. Radar 6732116. | Mike Stump | 2009-04-01 | 1 | -7/+8 |
* | Move where block-related variables are initialized so that block | Eli Friedman | 2009-03-28 | 1 | -0/+10 |
* | Remove -f__block as codegen for __block variables should be solid. | Mike Stump | 2009-03-25 | 1 | -22/+0 |
* | Fixup codegen for block literals that bleed copy/dispose information | Mike Stump | 2009-03-25 | 1 | -5/+10 |
* | Fixup codegen for nested block literals so that we generate | Mike Stump | 2009-03-21 | 1 | -1/+5 |
* | Fix codegen for support for super inside block literal expressions. | Mike Stump | 2009-03-20 | 1 | -2/+18 |
* | Do up codegen for function static data and externs in functions in block | Mike Stump | 2009-03-13 | 1 | -2/+19 |
* | Remove FIXME, issue has been resolved. | Mike Stump | 2009-03-13 | 1 | -2/+0 |
* | Fix <rdar://problem/6675489> BlockDecl should not use llvm::smallvector. | Steve Naroff | 2009-03-13 | 1 | -1/+1 |
* | Fix uninitialized use in GetAddrOfGlobalBlock, reenable assert. | Daniel Dunbar | 2009-03-12 | 1 | -2/+2 |
* | If someone could figure out this is necessary, that would be good. | Mike Stump | 2009-03-07 | 1 | -1/+3 |
* | Fix typo, need parens. | Mike Stump | 2009-03-07 | 1 | -2/+2 |
* | Remove last FIXME for block literal codegen that I know about and turn | Mike Stump | 2009-03-07 | 1 | -2/+1 |
* | Remove some FIXMEs for block literals that should be close to working. | Mike Stump | 2009-03-07 | 1 | -8/+3 |