OSDN Git Service

[AMDGPU] Inline asm - added i16, half and i128 types support
[android-x86/external-llvm.git] / tools / llvm-as /
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-02-14 Rafael EspindolaPass a reference to a module to the bitcode writer.
2018-01-30 Yaxun LiuLLParser: add an argument for overriding data layout...
2017-10-02 Adrian PrantlMove the stripping of invalid debug info from the Verif...
2017-09-23 Reid Kleckner[Support] Rename tool_output_file to ToolOutputFile...
2016-11-19 Chris Bieneman[CMake] llvm-as depends on intrinsics_gen
2016-11-11 Teresa JohnsonSplit Bitcode/ReaderWriter.h into separate reader and...
2016-06-09 Richard SmithSearch for llvm-symbolizer binary in the same directory...
2016-04-14 Mehdi AminiRemove every uses of getGlobalContext() in LLVM (but...
2016-04-12 Mehdi AminiMove summary creation out of llvm-as into opt
2016-04-11 Teresa Johnson[ThinLTO] Move summary computation from BitcodeWriter...
2016-04-04 Teresa Johnsonclang-format llvm-as.cpp (NFC)
2016-04-01 Mehdi AminiAdd a module Hash in the bitcode and the combined index...
2016-04-01 Mehdi AminiRevert "Add support for computing SHA1 in LLVM"
2016-04-01 Mehdi AminiAdd a module Hash in the bitcode and the combined index...
2016-03-15 Teresa Johnson[ThinLTO] Renaming of function index to module summary...
2016-03-14 Teresa JohnsonRevert "[ThinLTO] Renaming of function index to module...
2016-03-14 Teresa Johnson[ThinLTO] Renaming of function index to module summary...
2016-01-26 Chris BienemanRemove autoconf support
2015-10-04 Teresa JohnsonSupport for function summary index bitcode sections...
2015-05-11 Alexey SamsonovFix input validation issues in llvm-as/llvm-dis
2015-04-15 Duncan P. N. Exon... uselistorder: Remove the global bits
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the bit through WriteToBitcodFile()
2015-04-14 Duncan P. N. Exon... IR: Set -preserve-bc-uselistorder=false by default
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-19 Rafael EspindolaModernize the .ll parsing interface.
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-01-19 Chandler Carruth[PM] Make the verifier work independently of any pass...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-09-19 Andrew TrickRevert "Encapsulate PassManager debug flags to avoid...
2013-09-18 Andrew TrickEncapsulate PassManager debug flags to avoid static...
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-04-12 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-10-26 Joerg SonnenbergerAdjust llvm-ar and llvm-ranlib to not depend on excepti...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-11 Daniel DunbarLLVMBuild: Add description files for the LLVM tools.
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-20 Dan GohmanUse the new tool_output_file in several tools. This...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-10-17 Daniel Dunbarllvm-as: Simplify, and don't create empty output files...
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-23 Chris Lattnereliminate the ostream version of CheckBitcodeOutputToCo...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-07-15 Owen AndersonTo simplify the upcoming context-on-type change, switch...
2009-07-15 Dan GohmanAdd a Force option to raw_fd_ostream to specify whether...
2009-07-02 Chris Lattnerswitch the .ll parser into SMDiagnostic.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-02-26 Chris Lattneruse TOOL_NO_EXPORTS, this shrinks the llvm-as binary...
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-02-21 Devang PatelAdd -disable-output option.
2007-12-29 Chris Lattnerremove attributions from tools.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattnerswitch tools to bitcode instead of bytecode
2007-04-22 Chris Lattnerlink in bitwriter library
2007-04-22 Chris Lattneradd a temporary -bitcode option, which instructs llvm...
2007-01-21 Chris Lattnerdefault to emiting an uncompressed .bc file
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-09-04 Chris LattnerSwitch to using llvm-config to select components to...
2006-08-18 Reid SpencerFor PR797:
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-07-06 Chris LattnerChange the verifier to never throw an exception. Inste...
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-29 Chris LattnerSilly cleanup
2005-04-24 Misha BrukmanThere are still uses for spaces in Makefiles -- to...
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-02-13 Chris LattnerPrint the module, not the pointer.
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2005-01-02 Reid SpencerPrevent output of bytecode to std::cout unless the...
2005-01-01 Jeff CohenFix typo 'ompress' => 'compress'.
2004-12-30 Reid SpencerFor PR351:
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-14 Reid SpencerFix usage of changed function prototype
2004-11-07 Reid SpencerRename the option for defeating compression to be a...
2004-11-07 Reid SpencerTurn on compression by default.
2004-11-06 Reid SpencerAdd support for compressed bytecode
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerWe're not doing automake any more
next