]> granicus.if.org Git - clang/history - include/clang/CodeGen
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / CodeGen /
2019-09-19 Serge GueltonInitialize all fields in ABIArgInfo.
2019-05-03 Mandeep Singh Grang[COFF, ARM64] Fix ABI implementation of struct returns
2019-04-10 John McCallAdd IRGen APIs to fetch ctor/dtor helper functions...
2019-02-21 Serge GueltonRevert r354546
2019-02-21 Serge GueltonFix typo in r354546
2019-02-21 Serge Guelton[NFC] Always initialize all members in ABIArgInfo
2019-02-02 James Y KnightRemove redundant FunctionDecl argument from a couple...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-10-29 John McCallIn swiftcall, don't merge FP/vector types within a...
2018-08-12 Aaron BallmanRenaming arg_const_range to const_arg_range; NFC.
2018-07-26 Mandeep Singh Grang[COFF, ARM64] Decide when to mark struct returns as...
2018-07-24 Erik PilkingtonNFC: Add the emacs c++ mode hint "-*- C++ -*-" to the...
2018-05-09 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-07 John McCallGeneralize the swiftcall API since being passed indirec...
2018-04-06 Alexander KornienkoFix typos in clang
2018-03-17 Oren Ben SimhonAdding nocf_check attribute for cf-protection fine...
2018-02-16 Vitaly Buka[ThinLTO] Ignore object files with no ThinLTO modules...
2018-01-23 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-01-12 Alex BradburyRefactor handling of signext/zeroext in ABIArgInfo
2018-01-07 John McCallSimplify the internal API for checking whether swiftcal...
2017-10-10 Adrian PrantlInclude getting generated struct offsets in CodegenABITypes
2017-08-27 Vassil VassilevD34444: Teach codegen to work in incremental processing...
2017-08-09 David BlaikiePointerLikeTypeTraits: class->struct to match LLVM...
2017-07-12 John McCallExpose some type-conversion functions as part of the...
2017-04-27 Oren Ben Simhon[X86] Support of no_caller_saved_registers attribute
2017-03-30 Simon PilgrimSpelling mistakes in comments. NFCI. (PR27635)
2017-03-13 Jonas Devlieghere[Linker] Provide callback for internalization
2017-03-06 John McCallFurther fixes and improvements to the ConstantInitBuild...
2017-03-04 John McCallGCC workaround: use explicit qualification to avoid...
2017-03-04 John McCallRefactor ConstantInitBuilder to allow other frontends...
2017-03-02 John McCallPromote ConstantInitBuilder to be a public CodeGen...
2017-02-09 Amjad Aboud[DebugInfo] Added support to Clang FE for generating...
2017-01-25 Justin Lebar[CodeGen] [CUDA] Add the ability set default attrs...
2017-01-24 Peter CollingbourneIRGen: Factor out function CodeGenAction::loadModule...
2017-01-24 Peter CollingbourneIRGen: Factor out function clang::FindThinLTOModule...
2017-01-05 Saleem AbdulrasoolCodeGen: plumb header search down to the IAS
2016-12-01 Arnold Schwaighoferswiftcc: Add an api to query whether a target ABI store...
2016-11-08 Peter CollingbourneBitcode: Decouple block info block state from reader.
2016-10-26 John McCallRefactor call emission to package the function pointer...
2016-10-11 Arnold SchwaighoferPass the end of a component to SwiftAggLowering's enume...
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-07-15 Peter CollingbourneFrontend: Simplify ownership model for clang's output...
2016-06-24 David MajnemerUse even more ArrayRefs
2016-06-16 George Burgess IV[CodeGen] Fix a segfault caused by pass_object_size.
2016-05-18 John McCallVarious improvements to the public IRGen interface.
2016-05-11 Steven WuEmbed bitcode in object file (clang cc1 part)
2016-04-04 John McCallIRGen-level lowering for the Swift calling convention.
2016-03-15 Teresa Johnson[ThinLTO] Clang side of renaming of function index...
2016-03-14 Teresa JohnsonRevert "[ThinLTO] Clang side of renaming of function...
2016-03-14 Teresa Johnson[ThinLTO] Clang side of renaming of function index...
2016-03-11 John McCallRemoving the friend declaration was not a good idea.
2016-03-11 John McCallSpeculatively attempt to fix the MSVC build by making...
2016-03-11 John McCallAdd a coerce-and-expand ABIArgInfo as a generalization...
2016-03-11 John McCallPreserve ExtParameterInfos into CGFunctionInfo.
2016-03-04 James Y KnightMake TargetInfo store an actual DataLayout instead...
2016-02-09 Richard SmithRemove 'llvm::TrailingObjects::operator delete', clang...
2016-02-09 Richard SmithFix undefined behavior when compiling in C++14 due...
2016-01-08 Teresa Johnson[ThinLTO] Leverage new in-place renaming support
2015-12-07 Teresa Johnson[ThinLTO] Option to invoke ThinLTO backend passes and...
2015-12-02 George Burgess IVAdd the `pass_object_size` attribute to clang.
2015-11-23 Samuel AntaoPreserve exceptions information during calls code gener...
2015-10-27 Artem BelevichAllow linking multiple bitcode files.
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-09-19 Adrian PrantlFurther simplify the interface of PCHContainerGenerator
2015-09-18 Adrian PrantlSimplify the interface of PCHContainerGenerator and...
2015-09-08 John McCallCompute and preserve alignment more faithfully in IR...
2015-07-24 Mehdi AminiLLVM API Change: the Module always owns the DataLayout
2015-07-17 Adrian PrantlMake the clang module container format selectable from...
2015-07-08 Adrian PrantlRevert "Revert r241620 and follow-up commits" and move...
2015-07-07 Adrian PrantlRevert r241620 and follow-up commits while investigatin...
2015-07-07 Adrian PrantlWrap clang modules and pch files in an object file...
2015-06-30 Adrian PrantlPass HeaderSearchOptions and PreprocessorOptions into...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in clang.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-02-25 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-25 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-24 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-24 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-21 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-20 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-20 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-20 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-20 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-20 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-04 Reid KlecknerUpdate inaccurate comment about inalloca
2015-01-15 Nico WeberRemove unused parameter, followup to r179639. No behavi...
2014-12-12 Peter CollingbourneImplement the __builtin_call_with_static_chain GNU...
2014-09-29 Alexey SamsonovIntroduce CGFunctionInfo::getNumRequiredArgs(). NFC.
2014-08-27 Oliver StannardMove some ARM-specific code from CGCall.cpp to TargetIn...
2014-08-19 Rafael EspindolaMove the body out of line to try to fix a buildbot.
2014-08-19 Rafael EspindolaGo back to having a takeModule instead of a getModule.
2014-08-19 Rafael EspindolaUpdate for llvm api change.
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-10 David BlaikieRecommit 213307: unique_ptr-ify ownership of ASTConsume...
2014-08-04 Alex LorenzAdd coverage mapping generation.
2014-07-17 David BlaikieRevert "unique_ptr-ify ownership of ASTConsumers"
next