]> granicus.if.org Git - clang/history - lib/CodeGen/CGObjCRuntime.h
Header guard canonicalization, clang part.
[clang] / lib / CodeGen / CGObjCRuntime.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-05-21 Craig Topper[C++11] Use 'nullptr'. CodeGen edition.
2014-02-26 Rafael EspindolaRefactor linkage computation in CGObjCMac.cpp.
2013-02-28 John McCallUse the actual ABI-determined C calling convention...
2013-01-10 Fariborz JahanianobjectiveC++: When throwing c++ exception of
2012-12-17 David ChisnallReapply r170344, this time without forgetting to commit...
2012-12-17 Benjamin KramerRevert "Added support for new property helpers (GNUstep...
2012-12-17 David ChisnallAdded support for new property helpers (GNUstep runtime).
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2012-11-14 Fariborz Jahanianobjective-C blocks: Provide layout map for byref
2012-11-06 Eli FriedmanPut something sane in the DWARF offset field for bitfie...
2012-11-06 Eli FriedmanBack out 167431+167437+167487; I didn't realize how...
2012-11-06 Eli FriedmanPropagate CharUnits into ObjC CodeGen. No intended...
2012-10-27 Fariborz Jahanianobjective-C arc/mrr: Patch for the new block variable...
2012-06-15 James DennettDocumentation cleanup:
2012-06-11 James DennettDocumentation cleanup, fixing Doxygen markup. Mostly...
2012-03-06 Ted KremenekAdd clang support for new Objective-C literal syntax...
2012-02-17 John McCallWhether an argument is required (in contrast with being an
2012-01-31 David ChisnallSupport @compatibility_alias at run time (GNUstep Runtime)
2012-01-06 Fariborz Jahanianobjc++: some declarations related to atomic
2011-09-23 David BlaikieSwitch assert(0/false) llvm_unreachable.
2011-06-23 Fariborz JahanianSupport for catching objc pointer objects in c++ catch...
2011-06-22 Fariborz JahanianAlloa catching Objective-C id's being thrown with C...
2011-06-15 John McCallAutomatic Reference Counting.
2011-05-23 David ChisnallFix some problems where functions must be bitcast but...
2011-05-17 Fariborz JahanianPatch to fix IR-gen crash generating structure ABI...
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-15 Chris Lattnerfix a bunch of comment typos found by codespell. Patch by
2011-03-25 David ChisnallContinuing work on ObjC tidyup:
2011-03-22 David ChisnallSimplify Mac runtime selection - it's the factory funct...
2011-02-07 John McCallA few more tweaks to the blocks AST representation:
2010-12-26 David ChisnallAdd support for GNU runtime property set / get structur...
2010-09-11 Fariborz JahanianFixes an obscure bug in importd block variable layout
2010-08-04 Fariborz JahanianSome early work for providing block layout info.
2010-07-24 John McCallSupport catching Objective C pointers in C++ under...
2010-07-20 Fariborz JahanianAdopt objc_assign_threadlocal() for __thread variables...
2010-07-06 John McCallValidated by nightly-test runs on x86 and x86-64 darwin...
2010-06-17 Fariborz JahanianObjective-c++ IRGen. Support for @selector expression as
2010-06-15 Fariborz JahanianPatch adds support for copying of those
2010-05-22 John McCallPush a return-value slot throughout ObjC message-send...
2010-04-28 David ChisnallChanged signature of GenerateMessageSend() function...
2010-04-12 Fariborz JahanianAdd some API code for future work.
2010-04-05 Daniel DunbarIRgen: Move BitField LValues to just hold a reference...
2010-03-31 Benjamin KramerMinor include pruning.
2010-02-03 Daniel DunbarRevert "Numerous changes to selector handling:", this...
2010-02-03 David ChisnallNumerous changes to selector handling:
2010-01-23 David ChisnallCreated __builtin___NSStringMakeConstantString() builti...
2009-09-24 Fariborz JahanianPatch fixes a code gen. bug in generation of objc_assig...
2009-09-17 Daniel DunbarIRgen/ObjC: Make the target method decl available to...
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-08-31 Fariborz JahanianRe-implemented generation of objc_memmove_collectable
2009-07-17 Chris Lattnerfix objc codegen to not have its own list of things...
2009-07-08 Fariborz JahanianImplemented memmove_collectable API for Next runtime
2009-06-23 Fariborz JahanianPatch fixes an obscure bug when 'used' attribute is...
2009-05-16 Mike StumpReflow some comments.
2009-05-05 Fariborz JahanianPatch to support Gnu runtime's typed selectors.
2009-05-03 Daniel DunbarAdd a ComputeIvarBaseOffset overload taking an implemen...
2009-05-03 Daniel DunbarCompute Objective-C metadata size information from...
2009-05-03 Daniel DunbarCoalesce the ivar offset calculation further.
2009-04-22 Daniel DunbarAdd CGObjCRuntime::GetConcreteClassStruct to encapsulat...
2009-04-22 Daniel DunbarMerge ivar access amongst the three runtimes.
2009-04-22 Daniel DunbarMake ObjCInterfaceDecl's const in some more places.
2009-04-21 Daniel DunbarKill ASTContext::[gs]etFieldForDecl, instead we just...
2009-04-21 Daniel DunbarRemove LateBoundIVars() runtime interface, it is unused.
2009-03-31 Steve NaroffSome "prep" work for handling ObjC @-string constants...
2009-03-22 Chris Lattnerpull "runtime globals" into the same framework as other...
2009-02-28 Fariborz JahanianObscure code gen bug related to sending
2009-02-10 Fariborz JahanianSome refactoring of Ivar offset code gen.
2009-02-03 Fariborz Jahanianir-gen for nonfragile ivar bitfield access (objc2 nonfr...
2009-02-03 Fariborz Jahanianobjc2's ir-gen for nonfragile ivar access.
2009-02-02 Fariborz JahanianRefactored code gen for ivar access in preparation for
2009-01-22 Fariborz JahanianUse NonFragileABI as name of new Next abi. More comments
2009-01-21 Fariborz JahanianRefactoring ObjC Next's runtime classes in preparation for
2009-01-10 Fariborz JahanianThis patch fixes the code gen failures which was a...
2008-12-16 Nate BegemanRemove tabs.
2008-11-21 Fariborz JahanianConsolidated @try and @synchronize into a single
2008-11-20 Fariborz JahanianIntroducing objc_assign_ivar to clang.
2008-11-19 Fariborz JahanianGenerate strong write barriers for __strong objects.
2008-11-18 Fariborz JahanianPatch for generation of weak write barriers for objc
2008-11-18 Fariborz JahanianGenerate objc_read_weak for __weak objc loads.
2008-11-15 Chris LattnerStart implementing support for @synchonized with the...
2008-11-01 Daniel DunbarMove IRBuilder type definition to common file.
2008-09-24 Daniel DunbarAdd Obj-C runtime methods to get runtime specific funct...
2008-09-09 Anders CarlssonMove handling of @try and @throw to the runtime class.
2008-09-09 Daniel DunbarChange CodeGen to emit calls using (RValue,Type) list:
2008-08-31 Anders CarlssonHandle mutation while enumerating correctly. Fix some...
2008-08-30 Daniel DunbarAdd Objective-C property setter support.
2008-08-30 Daniel DunbarRefactor handling of calls:
2008-08-25 Daniel DunbarFix Obj-C super sends inside class methods.
2008-08-23 Daniel DunbarTrim CGObjCRuntime::GenerateMessageSend[Super]
2008-08-16 Daniel DunbarChange ObjCRuntime::LookupClass -> GetClass, and now...
2008-08-15 Daniel DunbarChange CGObjCRuntime methods to take appropriate clang...
2008-08-13 Daniel DunbarChange ObjCRuntime GenerateProtocol[Ref] methods to...
2008-08-12 Daniel DunbarDrop Sender from GenerateMessageSend*
2008-08-12 Daniel DunbarProtocol related tweaks
2008-08-12 Daniel DunbarAdd ObjC constant string support for NeXT.
2008-08-11 Daniel DunbarUpdate for IRBuilder template change (update LLVM!)
2008-08-11 Daniel DunbarMore #include cleaning
2008-08-11 Daniel DunbarAdd dummy Mac Objective-C runtime interface.
2008-08-08 Chris Lattnerupdate to make IRBuilder API change.
next