aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenABITypes.cpp
AgeCommit message (Expand)Author
2019-02-02Remove redundant FunctionDecl argument from a couple functions.James Y Knight
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-11Move CodeGenOptions from Frontend to BasicRichard Trieu
2017-10-10Include getting generated struct offsets in CodegenABITypesAdrian Prantl
2017-07-12Expose some type-conversion functions as part of the IRGen ABI.John McCall
2016-05-18Various improvements to the public IRGen interface.John McCall
2016-04-08revert SVN r265702, r265640Saleem Abdulrasool
2016-04-07Basic: move CodeGenOptions from FrontendSaleem Abdulrasool
2016-03-11Preserve ExtParameterInfos into CGFunctionInfo.John McCall
2015-12-02Add the `pass_object_size` attribute to clang.George Burgess IV
2015-10-20Put back dead code that's used out-of-tree.Benjamin Kramer
2015-10-15[CodeGen] Remove dead code. NFC.Benjamin Kramer
2015-10-05Re-introduce the unique_ptr removed in r249328 and just makeAdrian Prantl
2015-10-05Undo the unique_ptr'fication of CodeGenABITypes::CGM introduced in r248762.Adrian Prantl
2015-09-28Unique-pointerify these pointers an plug a memory leak.Adrian Prantl
2015-07-24LLVM API Change: the Module always owns the DataLayoutMehdi Amini
2015-06-30Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.Adrian Prantl
2014-12-12Implement the __builtin_call_with_static_chain GNU extension.Peter Collingbourne
2014-08-04Add coverage mapping generation.Alex Lorenz
2014-06-28Remove llvm:: from uses of ArrayRef.Craig Topper
2014-01-31[ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32Reid Kleckner
2014-01-07Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth
2013-12-05Simplify the constructor to CodeGenABITypes.Mark Lacey
2013-10-30Add CodeGenABITypes.h for use in LLDB.Mark Lacey