]> granicus.if.org Git - clang/history - include/clang/CodeGen
Update cxx_dr_status.html after the 3.8 branch
[clang] / include / clang / CodeGen /
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"
2014-07-17 David Blaikieunique_ptr-ify ownership of ASTConsumers
2014-06-28 Craig TopperRemove llvm:: from uses of ArrayRef.
2014-06-05 Alp TokerImplement -Wframe-larger-than backend diagnostic
2014-05-09 Reid KlecknerMS ABI: Pass 'sret' as the second parameter of instance...
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-05-03 David MajnemerCodeGen: Cleanup ABIArgInfo
2014-04-17 Tim NorthoverARM64: remove holes from *all* HFAs on the stack.
2014-03-17 Aaron Ballman[C++11] Replacing CGFunctionInfo arg iterators with...
2014-03-15 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr include with <memory>.
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2014-02-25 Reid KlecknerMS ABI: Return sret parameters when using inalloca
2014-02-01 Reid Kleckner[ms-cxxabi] Use inalloca on win32 when passing non...
2014-01-31 Reid Kleckner[ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods...
2014-01-20 Alp TokerRename FunctionProtoType accessors from 'arguments...
2014-01-07 Chandler CarruthSort all the #include lines with LLVM's utils/sort_incl...
2014-01-02 Alp TokerVerify that clang TargetInfo descriptions match DataLay...
2013-12-18 Rafael EspindolaWhitespace cleanup.
2013-12-05 Mark LaceySimplify the constructor to CodeGenABITypes.
2013-10-30 Mark LaceyAdd CodeGenABITypes.h for use in LLDB.
2013-02-14 Bill WendlingPass the target options through to code generation.
2012-09-13 Dmitri GribenkoFix Doxygen misuse: refer to parameter names in paragra...
2012-02-05 Dylan NoblesmithBasic: import OwningPtr<> into clang namespace
2011-12-20 David BlaikieUnweaken vtables as per http://llvm.org/docs/CodingStan...
2011-12-14 Chad RosierPer discussion on the list, remove BitcodeVerify pass...
2011-12-12 Chad RosierAdd frontend flags to enable bitcode verifier pass.
2011-10-30 Peter CollingbourneAdd support for lazily linking bitcode files (using...
2011-09-25 David BlaikieRename Diagnostic to DiagnosticsEngine as per issue...
2011-07-20 Chris Lattneradd raw_ostream and Twine to LLVM.h, eliminating a...
2011-07-20 Chris Lattnernow that we have a centralized place to do so, add...
2011-07-05 Dan GohmanAdd the ObjC ARC optimization passes manually, now...
2011-02-19 Peter CollingbourneRe-instate r125819 and r125820 with no functionality...
2011-02-19 Rafael EspindolaRevert 125820 and 125819 to fix PR9266.
2011-02-18 Peter CollingbourneMove CompilerInstance::LLVMContext and LLVMContext...
2011-01-25 Nico WeberAdd -add-plugin flag, which runs plugins in addition...
2010-07-27 Argyrios KyrtzidisRevert r109546, it broke linux build.
2010-07-27 Argyrios KyrtzidisMerge PCHWriterDecl.cpp's isRequiredDecl and CodeGenMod...
2010-06-15 Chandler CarruthMove CodeGenOptions.h *back* into Frontend. This should...
2010-06-15 Daniel DunbarBreak Frontend's dependency on Rewrite, Checker and...
2010-06-09 Sebastian RedlFix two typos in comments.
2010-06-07 Daniel DunbarFrontend: Add CodeGenOptions::SimplifyLibCalls, and...
2010-05-27 Dan GohmanAdd a comment to mention the memory ownership situation.
2010-05-27 Daniel DunbarDriver: Add clang -cc1 -mrelax-all option, which sets...
2010-04-24 Daniel DunbarNeXT: Clean up dispatch method policy selection.
2010-04-13 Chris Lattneradd frontend support for -fdata-sections and -ffunction...
2010-03-31 Benjamin KramerMinor include pruning.
2010-03-20 Daniel DunbarC++: Add support for -fno-use-cxa-atexit.
2010-03-04 John McCallRevert changes r97693, r97700, and r97718.
2010-03-04 John McCallCreate a TargetMachine whenever we create a CodeGenActi...
2010-02-19 John McCallRe-introduce the ctor/dtor alias optimization, this...
2010-02-01 Daniel DunbarDriver/Frontend: Add support for -fobjc-legacy-dispatch...
2009-12-18 Daniel DunbarAdd -dwarf-debug-flags, which provides a way to embed...
2009-11-30 Daniel DunbarAdd CodeGenOptions::{SoftFloat,FloatABI}, and update...
2009-11-30 Daniel DunbarEliminate CodeGenOptions::SimplifyLibCalls.
2009-11-29 Daniel DunbarMove LLVM backend options to explicit clang-cc / clang...
2009-11-29 Daniel DunbarMove MainFileName option variable into CodeGenOptions...
2009-11-17 Daniel DunbarReorder options alphabetically.
next