]> granicus.if.org Git - clang/history - include/clang/CodeGen/CodeGenABITypes.h
Expose some type-conversion functions as part of the IRGen ABI.
[clang] / include / clang / CodeGen / CodeGenABITypes.h
2017-07-12 John McCallExpose some type-conversion functions as part of the...
2017-03-30 Simon PilgrimSpelling mistakes in comments. NFCI. (PR27635)
2016-05-18 John McCallVarious improvements to the public IRGen interface.
2015-12-02 George Burgess IVAdd the `pass_object_size` attribute to clang.
2015-10-05 Adrian PrantlRe-introduce the unique_ptr removed in r249328 and...
2015-10-05 Adrian PrantlUndo the unique_ptr'fication of CodeGenABITypes::CGM...
2015-09-28 Adrian PrantlUnique-pointerify these pointers an plug a memory leak.
2015-07-24 Mehdi AminiLLVM API Change: the Module always owns the DataLayout
2015-06-30 Adrian PrantlPass HeaderSearchOptions and PreprocessorOptions into...
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-04 Alex LorenzAdd coverage mapping generation.
2014-06-28 Craig TopperRemove llvm:: from uses of ArrayRef.
2014-01-31 Reid Kleckner[ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods...
2013-12-05 Mark LaceySimplify the constructor to CodeGenABITypes.
2013-10-30 Mark LaceyAdd CodeGenABITypes.h for use in LLDB.