| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -8/+8 | 
| *  | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 2012-03-10 | 1 | -10/+6 | 
| *  | Implement "optimization" for lambda-to-block conversion which inlines the gen... | Eli Friedman | 2012-03-01 | 1 | -6/+18 | 
| *  | Work-in-progress for lambda conversion-to-block operator.  Still need to impl... | Eli Friedman | 2012-02-25 | 1 | -4/+15 | 
| *  | Whether an argument is required (in contrast with being an | John McCall | 2012-02-17 | 1 | -17/+24 | 
| *  | simplify a bunch of code to use the well-known LLVM IR types computed by Code... | Chris Lattner | 2012-02-07 | 1 | -1/+1 | 
| *  | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 | 
| *  | Use function pointers, rather than references, to pass Destroyers | Peter Collingbourne | 2012-01-26 | 1 | -3/+3 | 
| *  | constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, | Richard Smith | 2012-01-14 | 1 | -6/+8 | 
| *  | Switch LValue so that it exposes alignment in CharUnits.  (No functional chan... | Eli Friedman | 2011-12-03 | 1 | -2/+1 | 
| *  | Whenever explicitly activating or deactivating a cleanup, we | John McCall | 2011-11-10 | 1 | -2/+7 | 
| *  | Enter the cleanups for a block outside the enclosing | John McCall | 2011-11-10 | 1 | -40/+144 | 
| *  | Emit the copy and dipose helpers for ARC __strong | John McCall | 2011-11-09 | 1 | -10/+48 | 
| *  | back out changes in r143399 and r143475. | Fariborz Jahanian | 2011-11-02 | 1 | -15/+9 | 
| *  | Adds IRGen support for captured rvalue references in blocks. | Fariborz Jahanian | 2011-10-31 | 1 | -11/+19 | 
| *  | Recommit: | Eric Christopher | 2011-10-13 | 1 | -1/+1 | 
| *  | Revert file/scope handling patches. gdb testing revealed a couple of bugs. | Eric Christopher | 2011-10-12 | 1 | -1/+1 | 
| *  | Start handling debug line and scope information better: | Eric Christopher | 2011-10-11 | 1 | -1/+1 | 
| *  | Minor cleanup. | Eli Friedman | 2011-09-30 | 1 | -4/+3 | 
| *  | de-tmpify clang. | Benjamin Kramer | 2011-09-27 | 1 | -3/+3 | 
| *  | Switch LangOptions over to a .def file that describes header of the | Douglas Gregor | 2011-09-13 | 1 | -1/+1 | 
| *  | Treat the weak export of block runtime symbols as a deployment-target | John McCall | 2011-09-09 | 1 | -0/+55 | 
| *  | switch clang to use the new-new way of creating llvm::StructType's. | Chris Lattner | 2011-08-12 | 1 | -11/+7 | 
| *  | Cleanup; no functionality change. | Eli Friedman | 2011-08-09 | 1 | -5/+1 | 
| *  | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -8/+8 | 
| *  | de-constify llvm::Type, patch by David Blaikie! | Chris Lattner | 2011-07-18 | 1 | -25/+25 | 
| *  | Generalize Cleanup::Emit's "isForEH" parameter into a set | John McCall | 2011-07-12 | 1 | -1/+1 | 
| *  | Ugh, use this compiler workaround again. | John McCall | 2011-07-12 | 1 | -3/+5 | 
| *  | Switch field destruction over to use the new destroyer-based API | John McCall | 2011-07-12 | 1 | -7/+10 | 
| *  | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad | 2011-07-11 | 1 | -9/+9 | 
| *  | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner | 2011-07-09 | 1 | -27/+22 | 
| *  | revert patch for // rdar://9227352 | Fariborz Jahanian | 2011-07-06 | 1 | -19/+0 | 
| *  | Use existing -fcatch-undefined-behavior option, | Fariborz Jahanian | 2011-06-29 | 1 | -1/+1 | 
| *  | Under a compiler flag, -freset-local-blocks, | Fariborz Jahanian | 2011-06-28 | 1 | -0/+19 | 
| *  | Update to match mainline ConstantStruct::get API change.  Also, use  | Chris Lattner | 2011-06-20 | 1 | -6/+2 | 
| *  | update for api change. | Chris Lattner | 2011-06-18 | 1 | -6/+3 | 
| *  | Restore correct use of GC barriers. | John McCall | 2011-06-16 | 1 | -2/+5 | 
| *  | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -29/+195 | 
| *  | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -1/+5 | 
| *  | Use arrays and SmallVectors instead of std::vectors when building function | John McCall | 2011-05-15 | 1 | -16/+15 | 
| *  | When determining whether we can make a declaration into a global | Douglas Gregor | 2011-05-13 | 1 | -18/+1 | 
| *  | Emit debug info for __destroy_helper_block_ and __copy_helper_block. | Devang Patel | 2011-05-02 | 1 | -0/+8 | 
| *  | Simplify code a bit by using CallArgList::add.  No intended functionality cha... | Eli Friedman | 2011-05-02 | 1 | -1/+1 | 
| *  | Whoops. | John McCall | 2011-03-31 | 1 | -2/+2 | 
| *  | After much contemplation, I've decided that we probably shouldn't "unique" | John McCall | 2011-03-31 | 1 | -147/+214 | 
| *  | Move all the significant __block code into CGBlocks.cpp.  No functionality | John McCall | 2011-03-31 | 1 | -0/+203 | 
| *  | Provide blockDecl's startLoc to startFunction. This fixes hidden bug exposed ... | Devang Patel | 2011-03-25 | 1 | -1/+1 | 
| *  | Remove a rather egregious use of getFunctionInfo. | John McCall | 2011-03-09 | 1 | -22/+9 | 
| *  | Use the "undergoes default argument promotion" bit on parameters to | John McCall | 2011-03-09 | 1 | -48/+30 | 
| *  | Emit block capture initializers as if they were normal initializers for a local | John McCall | 2011-03-08 | 1 | -1/+3 |