summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGObjCRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* [opaque pointer types] Pass function types for runtime function calls.James Y Knight2019-02-051-11/+10
* Cleanup: replace uses of CallSite with CallBase.James Y Knight2019-01-301-1/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-1/+1
* Fix a deprecated warning in the last commit.David Chisnall2018-08-101-1/+1
* Add Windows support for the GNUstep Objective-C ABI V2.David Chisnall2018-08-101-8/+50
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* [CodeGen] Propagate may-alias'ness of lvalues with TBAA infoIvan A. Kosarev2017-10-311-1/+1
* [CodeGen] Pass TBAA info along with lvalue base info everywhereIvan A. Kosarev2017-10-171-1/+2
* [CodeGen][ObjC] Fix GNU's encoding of bit-field ivars.Akira Hatanaka2017-06-271-42/+9
* [CodeGen][ObjC] Fix assertion failure in EmitARCStoreStrongCall.Akira Hatanaka2017-06-011-1/+5
* [CodeGen] Propagate LValueBaseInfo instead of AlignmentSourceKrzysztof Parzyszek2017-05-181-1/+2
* CodeGen: ensure that the runtime calling convention matchesSaleem Abdulrasool2016-10-131-12/+8
* Make the LValue created in EmitValueForIvarAtOffset have the same Qualifiers ...Nick Lewycky2016-10-101-5/+2
* Preserve ExtParameterInfos into CGFunctionInfo.John McCall2016-03-111-15/+5
* Update for LLVM function name change.Rui Ueyama2016-01-141-3/+2
* Initialize @catch variables correctly in fragile-runtime ARC.John McCall2015-10-301-18/+25
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-5/+6
* Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo...David Blaikie2015-08-181-2/+2
* Rely on default zero-arg value for IRBuilder::CreateCall calls to zero-arg fu...David Blaikie2015-07-141-1/+1
* Respect alignment of nested bitfieldsUlrich Weigand2015-07-101-1/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...David Blaikie2015-05-181-1/+1
* 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