summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CodeGenABITypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Include getting generated struct offsets in CodegenABITypesAdrian Prantl2017-10-101-0/+7
* Expose some type-conversion functions as part of the IRGen ABI.John McCall2017-07-121-0/+16
* Various improvements to the public IRGen interface.John McCall2016-05-181-27/+23
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-1/+1
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-1/+1
* Preserve ExtParameterInfos into CGFunctionInfo.John McCall2016-03-111-1/+1
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-021-4/+6
* Put back dead code that's used out-of-tree.Benjamin Kramer2015-10-201-0/+30
* [CodeGen] Remove dead code. NFC.Benjamin Kramer2015-10-151-32/+0
* Re-introduce the unique_ptr removed in r249328 and just makeAdrian Prantl2015-10-051-4/+3
* Undo the unique_ptr'fication of CodeGenABITypes::CGM introduced in r248762.Adrian Prantl2015-10-051-0/+5
* Unique-pointerify these pointers an plug a memory leak.Adrian Prantl2015-09-281-6/+0
* LLVM API Change: the Module always owns the DataLayoutMehdi Amini2015-07-241-10/+5
* Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.Adrian Prantl2015-06-301-1/+6
* Implement the __builtin_call_with_static_chain GNU extension.Peter Collingbourne2014-12-121-1/+2
* Add coverage mapping generation.Alex Lorenz2014-08-041-2/+4
* Remove llvm:: from uses of ArrayRef.Craig Topper2014-06-281-1/+1
* [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32Reid Kleckner2014-01-311-3/+3
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-2/+1
* Simplify the constructor to CodeGenABITypes.Mark Lacey2013-12-051-4/+5
* Add CodeGenABITypes.h for use in LLDB.Mark Lacey2013-10-301-0/+69