| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -0/+4 |
* | CodeGenFunction::GenerateBlockFunction() should initialize DebugInfo just lik... | Devang Patel | 2011-03-07 | 1 | -1/+4 |
* | DebugInfo can be enabled or disabled at function level (e.g. using an attribu... | Devang Patel | 2011-03-07 | 1 | -1/+1 |
* | Revert "Add CC_Win64ThisCall and set it in the necessary places." | Tilmann Scheller | 2011-03-02 | 1 | -5/+5 |
* | Add CC_Win64ThisCall and set it in the necessary places. | Tilmann Scheller | 2011-03-02 | 1 | -5/+5 |
* | Emit the structure layout of the block literal parameter to a block | John McCall | 2011-02-22 | 1 | -13/+9 |
* | Reorganize the emission of local variables. | John McCall | 2011-02-22 | 1 | -8/+6 |
* | Don't call objc_read_weak as part of emitting a block literal. | John McCall | 2011-02-16 | 1 | -22/+1 |
* | Assorted cleanup: | John McCall | 2011-02-15 | 1 | -26/+22 |
* | Reorganize CodeGen{Function,Module} to eliminate the unfortunate | John McCall | 2011-02-08 | 1 | -131/+120 |
* | Extend the const capture optimization to C++ record types with no | John McCall | 2011-02-08 | 1 | -5/+42 |
* | When copy-capturing values for a nested capture, use a BlockDeclRefExpr. | John McCall | 2011-02-07 | 1 | -3/+11 |
* | A few more tweaks to the blocks AST representation: | John McCall | 2011-02-07 | 1 | -783/+872 |
* | Add CharUnits::RoundUpToAlignment() to simplify rounding in character units. | Ken Dyck | 2011-01-20 | 1 | -5/+2 |
* | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -1/+1 |
* | Move name mangling support from CodeGen to AST. In the | Peter Collingbourne | 2011-01-13 | 1 | -1/+1 |
* | Refactor the application of type attributes so that attributes from | John McCall | 2011-01-05 | 1 | -6/+14 |
* | IR Gen. part of API support for __block cxx | Fariborz Jahanian | 2010-12-02 | 1 | -59/+59 |
* | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall | 2010-12-02 | 1 | -7/+0 |
* | Calculate the value kind of an expression when it's created and | John McCall | 2010-11-18 | 1 | -14/+14 |
* | Fixes synthesis of type for the object which holds info. | Fariborz Jahanian | 2010-11-17 | 1 | -3/+2 |
* | Implements __block API for c++ objects. There is still | Fariborz Jahanian | 2010-11-16 | 1 | -5/+38 |
* | Some cleanup of block API code. | Fariborz Jahanian | 2010-11-15 | 1 | -19/+15 |
* | Removed unnecessary initialization of a flag which | Fariborz Jahanian | 2010-11-14 | 1 | -1/+1 |
* | Initialize couple of fields. | Fariborz Jahanian | 2010-11-13 | 1 | -1/+2 |
* | Block API patch to do copy ctor of copied-in cxx objects in | Fariborz Jahanian | 2010-11-13 | 1 | -13/+36 |
* | Adding couple of Block API, a bug fix and | Fariborz Jahanian | 2010-11-11 | 1 | -4/+3 |
* | When emitting l-values for bool non-__block decl references, make a pointer | John McCall | 2010-10-28 | 1 | -1/+1 |
* | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian | 2010-10-14 | 1 | -6/+13 |
* | one piece of code is responsible for the lifetime of every aggregate | John McCall | 2010-09-15 | 1 | -1/+1 |
* | Fixes an obscure bug in importd block variable layout | Fariborz Jahanian | 2010-09-11 | 1 | -1/+1 |