| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename LazyCleanup -> Cleanup. No functionality change for these last three | John McCall | 2010-07-21 | 1 | -14/+14 |
| * | Switch the fragile-ABI @finally/@synchronized cleanup over to using a lazy | John McCall | 2010-07-21 | 1 | -32/+53 |
| * | Convert the ObjC @synchronized cleanups to laziness. This is not actually | John McCall | 2010-07-21 | 1 | -6/+16 |
| * | Adopt objc_assign_threadlocal() for __thread variables of GC types. | Fariborz Jahanian | 2010-07-20 | 1 | -9/+31 |
| * | Re-apply fixed version of 108749, correctly conditionalizing the new sections on | Jim Grosbach | 2010-07-20 | 1 | -5/+15 |
| * | Temporarily revert. Some odd internal breakage is likely related. | Jim Grosbach | 2010-07-19 | 1 | -4/+4 |
| * | Put ObjC method names, method types and class names in separate string literal | Jim Grosbach | 2010-07-19 | 1 | -4/+4 |
| * | CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosing | Daniel Dunbar | 2010-07-14 | 1 | -26/+9 |
| * | Allow for the possibility that __cxa_end_catch might throw for a catch-all block | John McCall | 2010-07-13 | 1 | -7/+21 |
| * | Teach IR generation how to lazily emit cleanups. This has a lot of advantages, | John McCall | 2010-07-13 | 1 | -6/+3 |
| * | Validated by nightly-test runs on x86 and x86-64 darwin, including after | John McCall | 2010-07-06 | 1 | -334/+342 |
| * | finally get around to doing a significant cleanup to irgen: | Chris Lattner | 2010-06-27 | 1 | -10/+12 |
| * | Type Type::isRealFloatingType() that vectors are not floating-point | Douglas Gregor | 2010-06-22 | 1 | -2/+2 |
| * | Fixes a problem in generation of meta-data for | Fariborz Jahanian | 2010-06-22 | 1 | -2/+10 |
| * | In fragile-abi (32bit mode abi) generate global symbol | Fariborz Jahanian | 2010-06-21 | 1 | -1/+11 |
| * | Fix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ ref... | Anders Carlsson | 2010-06-21 | 1 | -0/+5 |
| * | Objective-c++ IRGen. Support for @selector expression as | Fariborz Jahanian | 2010-06-17 | 1 | -9/+19 |
| * | Move CodeGenOptions.h *back* into Frontend. This should have been done when the | Chandler Carruth | 2010-06-15 | 1 | -1/+1 |
| * | Patch adds support for copying of those | Fariborz Jahanian | 2010-06-15 | 1 | -14/+6 |
| * | zero-cost exception API for NeXt runtime. | Fariborz Jahanian | 2010-05-28 | 1 | -2/+14 |
| * | Push a return-value slot throughout ObjC message-send codegen. Will be | John McCall | 2010-05-22 | 1 | -8/+23 |
| * | Clean up some more uses of getAs<ObjCInterfaceType>() that Fariborz pointed | John McCall | 2010-05-17 | 1 | -10/+10 |
| * | Substantially alter the design of the Objective C type AST by introducing | John McCall | 2010-05-15 | 1 | -1/+2 |
| * | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -2/+2 |
| * | IRgen/NeXT: Put the synthesized _objc_super, _message_ref_t decls in a valid ... | Daniel Dunbar | 2010-04-29 | 1 | -2/+4 |
| * | IRGen for initialization/destruction of | Fariborz Jahanian | 2010-04-28 | 1 | -0/+6 |
| * | Changed signature of GenerateMessageSend() function to pass the ObjCInterface... | David Chisnall | 2010-04-28 | 1 | -4/+4 |
| * | Make the static type of the exception variable in an Objective-C | Douglas Gregor | 2010-04-26 | 1 | -4/+4 |
| * | IRgen/NeXT: Fix several alignment issues with Objective-C metadata symbols: | Daniel Dunbar | 2010-04-25 | 1 | -14/+15 |
| * | IRgen/NeXT: Reuse EmitImageInfo for both fragile and non-fragile ABI. This fi... | Daniel Dunbar | 2010-04-25 | 1 | -32/+9 |
| * | NeXT: Clean up dispatch method policy selection. | Daniel Dunbar | 2010-04-24 | 1 | -5/+12 |
| * | Improve the AST representation of Objective-C @try/@catch/@finally | Douglas Gregor | 2010-04-23 | 1 | -38/+39 |
| * | NeXT/EH: When generating the rethrow code for a finally block, make sure to | Daniel Dunbar | 2010-04-23 | 1 | -2/+12 |
| * | NeXT/EH: Tidy up EH code a bit, don't emit the catch block EH handler if it i... | Daniel Dunbar | 2010-04-23 | 1 | -27/+32 |
| * | Support for -fno-constant-cfstrings option - wip. | Fariborz Jahanian | 2010-04-22 | 1 | -1/+12 |
| * | Check for darwin befoer cheking for version. | Fariborz Jahanian | 2010-04-19 | 1 | -1/+2 |
| * | Force clang to produce legacy api for messaging | Fariborz Jahanian | 2010-04-19 | 1 | -1/+4 |
| * | fix integrated assembler with i386 objc code. | Chris Lattner | 2010-04-17 | 1 | -4/+4 |
| * | Add raw_ostream operators to NamedDecl for convenience. Switch over all users... | Benjamin Kramer | 2010-04-17 | 1 | -1/+1 |
| * | IRgen: Change CGBitFieldInfo to take the AccessInfo as constructor arguments,... | Daniel Dunbar | 2010-04-15 | 1 | -5/+5 |
| * | IRgen: Eliminate now unused fields from CGBitFieldInfo. | Daniel Dunbar | 2010-04-15 | 1 | -3/+2 |
| * | IRgen/NeXT: Simplify to use AST record layout for getting offsets instead of the | Daniel Dunbar | 2010-04-14 | 1 | -13/+4 |
| * | IRgen: Enhance CGBitFieldInfo with enough information to fully describe the "... | Daniel Dunbar | 2010-04-13 | 1 | -0/+11 |
| * | Add some API code for future work. | Fariborz Jahanian | 2010-04-12 | 1 | -0/+28 |
| * | IRgen: Move the bit-field access type into CGBitFieldInfo, and change bit-fie... | Daniel Dunbar | 2010-04-08 | 1 | -2/+2 |
| * | IRgen: Move BitFieldIsSigned bit into CGBitFieldInfo. | Daniel Dunbar | 2010-04-06 | 1 | -3/+3 |
| * | IRgen: Move BitField LValues to just hold a reference to the CGBitFieldInfo. | Daniel Dunbar | 2010-04-05 | 1 | -2/+11 |
| * | IRgen: Lift BitFieldInfo to CGBitFieldInfo at namespace level. | Daniel Dunbar | 2010-04-05 | 1 | -1/+1 |
| * | Add a FIXME and reduce nesting. | Daniel Dunbar | 2010-04-05 | 1 | -18/+16 |
| * | IRgen/NeXT: Remove my refactoring-enabling asserts, and add a FIXME. | Daniel Dunbar | 2010-04-02 | 1 | -12/+3 |