summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGObjCGNU.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use instance_properties instead of properties. NFC.Manman Ren2016-01-261-1/+1
* Preserve exceptions information during calls code generation.Samuel Antao2015-11-231-4/+4
* Watch and TV OS: wire up basic ABI choicesTim Northover2015-10-301-0/+1
* Revert "[opaque pointer type] update for LLVM API change"David Blaikie2015-09-141-3/+3
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-104/+148
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-4/+3
* [opaque pointer type] Pass the explicit call type when creating calls from La...David Blaikie2015-05-191-17/+12
* Fix indentationDavid Blaikie2015-05-181-43/+43
* API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...David Blaikie2015-05-181-11/+9
* [opaque pointer type] update for LLVM API changeDavid Blaikie2015-04-291-3/+3
* clang-format my last commitDavid Blaikie2015-04-051-2/+4
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-051-10/+11
* [opaque pointer type] Update for GEP API changes in LLVMDavid Blaikie2015-04-021-15/+20
* Replace size() calls on containers with empty() calls where appropriate. NFCAlexander Kornienko2015-01-231-1/+1
* IR: Update clang for Metadata/Value split in r223802Duncan P. N. Exon Smith2014-12-091-9/+8
* Use the new LLVM_END_WITH_NULL nameReid Kleckner2014-11-041-1/+1
* Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper2014-08-301-6/+6
* Remove the overload of GetAddrOfConstantString methodAlexey Samsonov2014-06-041-2/+1
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-102/+109
* Update for llvm api change.Rafael Espindola2014-05-171-3/+3
* Update for llvm api change.Rafael Espindola2014-05-171-10/+9
* Update for llvm API change.Rafael Espindola2014-05-161-3/+3
* [C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...Aaron Ballman2014-03-141-5/+2
* [C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-131-3/+2
* [C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...Aaron Ballman2014-03-131-6/+2
* [C++11] Replacing ObjCContainerDecl iterators classmeth_begin() and classmeth...Aaron Ballman2014-03-131-17/+11
* [C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...Aaron Ballman2014-03-131-16/+11
* Renaming the recently-created (r203830) props() range API to properties() for...Aaron Ballman2014-03-131-1/+1
* [C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...Aaron Ballman2014-03-131-4/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-120/+97
* Remove dead return and simplify code.Ted Kremenek2014-03-071-3/+1
* [Modules] Update to reflect the move of CallSite into the IR library inChandler Carruth2014-03-041-1/+1
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* Refactor linkage computation in CGObjCMac.cpp.Rafael Espindola2014-02-261-2/+3
* Use getPointerSizeInBits.Rafael Espindola2014-01-091-2/+3
* Used the DataLayout methods instead of the Module methods.Rafael Espindola2014-01-091-4/+2
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* Add heading and remove leftover personal email addressesAlp Toker2013-11-251-2/+1
* No functionality change. Reflow lines that could fit on one line. Break linesNick Lewycky2013-10-011-2/+1
* Fix GNU ObjC ABI for a message returning a struct.Eli Friedman2013-07-261-13/+38
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-1/+1
* Use the actual ABI-determined C calling convention for runtimeJohn McCall2013-02-281-43/+44
* Improve property metadata generation with the GNUstep runtime.David Chisnall2013-02-281-18/+42
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-4/+4
* Enable the new (more C++-like, less broken) EH model when targeting the GNUstepDavid Chisnall2013-01-111-0/+11
* objectiveC++: When throwing c++ exception of Fariborz Jahanian2013-01-101-3/+6
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-4/+4
* Reapply r170344, this time without forgetting to commit the header changes.David Chisnall2012-12-171-3/+73
* Revert "Added support for new property helpers (GNUstep runtime)."Benjamin Kramer2012-12-171-73/+3
* Added support for new property helpers (GNUstep runtime).David Chisnall2012-12-171-3/+73