]> granicus.if.org Git - clang/history - include/clang/CodeGen
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / CodeGen /
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.
2009-11-15 Daniel DunbarAdd TargetOptions and use it when constructing targets.
2009-11-12 Chandler CarruthMove CompileOptions -> CodeGenOptions, and sink it...
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-08-11 Benjamin KramerLLVMContext is a class now.
2009-08-05 Owen AndersonUpdate for LLVM API change.
2009-07-01 Owen AndersonUpdate for changes in LLVM. Hopefully this is the...
2009-07-01 Owen AndersonHold the LLVMContext by reference instead of by pointer.
2009-07-01 Owen AndersonUpdate for LLVMContext+Module change.
2009-03-26 Chris Lattnermost of this is plumbing to get CompileOptions down...
2009-03-07 Sebastian RedlSome struct/class mismatch fixes, to silence MSVC warnings.
2008-10-21 Daniel DunbarAdd GetModule accessor to ModuleBuilder
2008-08-05 Ted KremenekRefactored driver logic for CodeGen into LLVMCodeGenWri...
2008-05-08 Sanjiv GuptaAdded -g command line options to clang for generating...
2008-02-06 Chris Lattnermove the codegen ASTConsumer out of the driver into...
2008-02-05 Chris Lattnerrewrite some of the type refinement code to eliminate...
2008-01-12 Chris LattnerAdd first pieces of support for parsing and representing
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-02 Chris LattnerWarn about unsupported codegen with the diags machinery...
2007-11-28 Chris LattnerImplement support for -fwritable-strings and make the...
2007-11-13 Chris LattnerClean up types, removing some casts. Patch contributed by
2007-10-31 Devang PatelTake 2.
2007-10-31 Chris Lattnertemporarily revert devang's patch to link in the llvm...
2007-10-31 Devang PatelMake target info available to clang code generator.
2007-07-13 Chris Lattnerimplement support for basic codegen of global variables...
2007-07-11 Reid SpencerStage two of getting CFE top correct.