summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGObjCRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update for llvm api change.Rafael Espindola2014-06-041-1/+1
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-4/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-2/+2
* [Modules] Update to reflect the move of CallSite into the IR library inChandler Carruth2014-03-041-1/+1
* Add CodeGenABITypes.h for use in LLDB.Mark Lacey2013-10-301-0/+1
* Standardize accesses to the TargetInfo in IR-gen.John McCall2013-04-161-1/+1
* Use the actual ABI-determined C calling convention for runtimeJohn McCall2013-02-281-1/+1
* Rework the bitfield access IR generation to address PR13619 andChandler Carruth2012-12-061-12/+13
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-5/+2
* Put something sane in the DWARF offset field for bitfield ObjC ivars.Eli Friedman2012-11-061-0/+7
* Back out 167431+167437+167487; I didn't realize how incomplete our testEli Friedman2012-11-061-10/+10
* Propagate CharUnits into ObjC CodeGen. No intended functional change.Eli Friedman2012-11-061-10/+10
* Distinguish more carefully between free functions and C++ instance methodsJohn McCall2012-07-071-5/+5
* Propagate lvalue alignment into bitfields. Per report on cfe-dev.Eli Friedman2012-06-271-1/+4
* Documentation fix: made the name given to \param match the code.James Dennett2012-06-151-1/+1
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1
* Whether an argument is required (in contrast with being anJohn McCall2012-02-171-0/+45
* simplify a bunch of code to use the well-known LLVM IR types computed by Code...Chris Lattner2012-02-071-1/+1
* When initializing a catch variable in ARC, be sure to emit retainsJohn McCall2012-01-171-1/+18
* Switch a few callers of MakeAddrLValue places over to MakeNaturalAlignAddrLVa...Eli Friedman2011-12-191-1/+1
* Replace all comparisons between ObjCInterfaceDecl pointers with callsDouglas Gregor2011-12-151-1/+1
* Add block information for ObjC @catch blocks.Eric Christopher2011-10-191-1/+1
* Constant expression evaluation refactoring:Richard Smith2011-10-101-2/+1
* Refactor the load of the exception pointer and the exception selector from theirBill Wendling2011-09-151-1/+1
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-1/+1
* Simplify EH control flow by observing that EH scopes form a simpleJohn McCall2011-08-111-1/+1
* The lock operand to an @synchronized statement is also John McCall2011-07-271-10/+15
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin.Jordy Rose2011-07-221-2/+1
* de-constify llvm::Type, patch by David Blaikie!Chris Lattner2011-07-181-3/+3
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-1/+1
* Generalize Cleanup::Emit's "isForEH" parameter into a setJohn McCall2011-07-121-2/+2
* Eliminate most uses of ShallowCollectObjCIvars which requiresFariborz Jahanian2011-06-281-5/+5
* Emit @finally blocks completely lazily instead of forcing theirJohn McCall2011-06-221-6/+4
* Restore correct use of GC barriers.John McCall2011-06-161-1/+1
* Fix some problems where functions must be bitcast but we're expecting a llvm:...David Chisnall2011-05-231-3/+3
* Make this code more resilient against catch variables which need cleanups.John McCall2011-05-121-3/+4
* Replace some literal 8s with char width and char align. No change inKen Dyck2011-04-221-2/+2
* Replace a couple of divide-by-8s with divide-by-charwidths. No change inKen Dyck2011-04-141-2/+4
* Continuing work on ObjC tidyup:David Chisnall2011-03-251-0/+308