summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGRTTI.cpp
Commit message (Expand)AuthorAge
* [MS-ABI] Implements MS-compatible RTTIWarren Hunt2014-05-23
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-21
* CodeGen: Don't set hidden visibility on symbols with local linkageDuncan P. N. Exon Smith2014-05-07
* CodeGen: Cleanup visibility in RTTIBuilderDuncan P. N. Exon Smith2014-05-05
* Adding type info for f16c floating-point type. This is consistent with theYunzhong Gao2014-04-17
* RTTI: refactor the uniqueness question into CGCXXABI.Tim Northover2014-03-30
* CodeGen: Allow different RTTI emission strategiesTim Northover2014-03-29
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-13
* RTTI symbols for visible local types may need weak linkage.John McCall2014-03-10
* type_info objects are not unnamed_addr: the ABI requires us toJohn McCall2014-02-08
* Remove the -fhidden-weak-vtables -cc1 option. It was dead,John McCall2014-02-08
* Fix vbtable indices when a class shares the vbptr with a non-virtual baseTimur Iskhodzhanov2013-11-05
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-15
* Remove dead code.Eli Friedman2013-06-28
* Fix linkage computation for derived types in inline functions.Rafael Espindola2013-05-25
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-30
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-07
* The standard ARM C++ ABI dictates that inline functions areJohn McCall2013-01-25
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-20
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-18
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-18
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-18
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Simplify: replace getContext().getLangOpts() with just getLangOpts().Richard Smith2012-11-01
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Fix integer unsigned behavior in clang due to signed left shift overflow.Richard Smith2012-08-24
* Fix a few -Wdocumentation warnings.Dmitri Gribenko2012-08-24
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-22
* Restructure how the driver communicates information about theJohn McCall2012-06-20
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-11
* simplify a bunch of code to use the well-known LLVM IR types computed by Code...Chris Lattner2012-02-07
* reapply the patches reverted in r149477, which enable ConstantDataArray.Chris Lattner2012-02-05
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-05
* Revert r149363 which was part a series of commits that were reverted in llvmArgyrios Kyrtzidis2012-02-01
* ConstantArray::get() (for strings) is going away, useChris Lattner2012-01-31
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* c++: support gcc's application of weak attribute onFariborz Jahanian2011-10-21
* More metaprogramming with builtin types.John McCall2011-10-18
* Add a new placeholder type to represent "unbridged"John McCall2011-10-17
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-14
* Rename TagDecl::isDefinition -> isCompleteDefinitionJohn McCall2011-10-07
* Support for C1x _Atomic specifier (see testcase). This is primarily being co...Eli Friedman2011-10-06
* Create a VTableContext class and start moving CodeGenVTables methods to itPeter Collingbourne2011-09-26
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-23
* CodeGen: rename CodeGenModule::Runtime to ObjCRuntimePeter Collingbourne2011-07-27
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-23
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-21
* de-constify llvm::Type, patch by David Blaikie!Chris Lattner2011-07-18
* Update to match mainline ConstantStruct::get API change. Also, use Chris Lattner2011-06-20