OSDN Git Service

Fix additional constructor call missed by r297241.
[android-x86/external-llvm.git] / lib / MC /
2017-03-06 Vassil VassilevSilence a warning "hiding virtual function".
2017-03-03 Peter CollingbourneMC: De-duplicate the object streamer implementations...
2017-02-28 Paul Robinson[DWARFv5] llvm-mc support for new unit header.
2017-02-27 Dan Gohman[MC] Implement the COFF directives in MCNullStreamer.
2017-02-27 Dan Gohman[MC] Factor out non-COFF handling of COFF-specific...
2017-02-27 Dan Gohman[WebAssembly] Add some comments and tidy up whitespace.
2017-02-24 Dan Gohman[WebAssembly] Add support for using a wasm global for...
2017-02-24 Dan Gohman[WebAssembly] Basic support for Wasm object file encoding.
2017-02-24 Evgeniy StepanovDisallow redefinition of section symbols.
2017-02-24 Evgeniy StepanovInitialize MCContext::InlineSrcMgr in the constructor.
2017-02-22 Dan Gohman[WebAssembly] Implement the wasm binary container header.
2017-02-22 Dan Gohman[WebAssembly] Add skeleton MC support for the Wasm...
2017-02-21 Matthias BraunSubtargetFeature: Cleanup; NFC
2017-02-17 Rui UeyamaMC/COFF: Do not emit forward associative section refere...
2017-02-16 Rui UeyamaSplit WinCOFFObjectWriter::writeSection.
2017-02-16 Rui UeyamaSplit WinCOFFObjectWriter::writeObject function.
2017-02-16 Rui UeyamaRemove useless local variable.
2017-02-16 Rui UeyamaRename variables to match the LLVM style.
2017-02-15 Rui UeyamaRevert r295138: Instead of a series of string operation...
2017-02-15 Rui UeyamaInstead of a series of string operations, use snprintf().
2017-02-15 Rui UeyamaReturn early. NFC.
2017-02-15 Rui UeyamaUse LLVM-style naming scheme.
2017-02-15 Rui UeyamaUse LLVM-style naming scheme.
2017-02-15 Rui UeyamaRemove useless local variable.
2017-02-15 Rui UeyamaSplit WinCOFFObjectWriter::defineSection. NFC.
2017-02-14 Rui UeyamaSimplify WinCOFFObjectWriter by removing a template...
2017-02-14 Rui UeyamaDo not lookup a DenseMap twice using the same key.
2017-02-14 Rui UeyamaUse endian::write32le instead of endian::write.
2017-02-14 Rui UeyamaUse zero-initialization instead of memset.
2017-02-14 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2017-02-11 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2017-02-10 Rafael EspindolaMove some error handling down to MCStreamer.
2017-02-10 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2017-02-09 Rafael EspindolaMake it possible to set SHF_LINK_ORDER explicitly.
2017-02-09 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2017-02-08 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2017-02-08 Sanne Wouda[Assembler] Enable nicer diagnostics for inline assembly.
2017-02-08 Diana PicusRevert "[Assembler] Enable nicer diagnostics for inline...
2017-02-08 Sanne Wouda[Assembler] Enable nicer diagnostics for inline assembly.
2017-02-07 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2017-02-02 Rafael EspindolaChange how we handle section symbols on ELF.
2017-02-01 Matthias BraunMCMacho: Allow __thread_ptr section after dwarf sections
2017-01-31 Rafael EspindolaMove more code to helper functions. NFC.
2017-01-31 Rafael EspindolaMove some code to a helper function. NFC.
2017-01-31 Peter CollingbourneMC: Introduce the ABS8 symbol modifier.
2017-01-30 Benjamin KramerFix the GCC build.
2017-01-30 Benjamin Kramer[MC] Remove global constructors from MCSectionMachO...
2017-01-30 Rafael EspindolaOnly print architecture dependent flags for that archit...
2017-01-28 Matthias BraunCleanup dump() functions.
2017-01-24 Reid Kleckner[CodeView] Fix off-by-one error in def range gap emission
2017-01-19 Chad Rosier[Assembler] Improve error when unable to evaluate expre...
2017-01-19 Evgeniy StepanovFix aliases to thumbfunc-based exprs to be thumbfunc.
2017-01-17 Dan Gohman[WebAssembly] Add triple support for the new wasm objec...
2017-01-17 George RimarRecommit r292214 "[Support/Compression] - Change zlib...
2017-01-17 George RimarRevert r292214 "[Support/Compression] - Change zlib...
2017-01-17 George Rimar[Support/Compression] - Change zlib API to return Error...
2017-01-13 Benjamin KramerApply clang-tidy's performance-unnecessary-value-param...
2017-01-02 Keno FischerReapply "[CodeGen] Fix invalid DWARF info on Win64"
2016-12-28 Gadi HaberThis is a large patch for X86 AVX-512 of an optimizatio...
2016-12-16 Zachary TurnerResubmit "[CodeView] Hook CodeViewRecordIO for reading...
2016-12-16 Zachary TurnerRevert "[CodeView] Hook CodeViewRecordIO for reading...
2016-12-16 Zachary Turner[CodeView] Hook CodeViewRecordIO for reading/writing...
2016-12-16 Nico WeberSpeculatively revert r289925, see PR31407
2016-12-16 Ekaterina RomanovaUpdate .debug_line section version information to match...
2016-12-15 Krzysztof ParzyszekExtract LaneBitmask into a separate type
2016-12-15 Prakhar BahugunaAllow ELF section flags to be specified numerically
2016-12-15 Prakhar Bahuguna[ARM] Implement execute-only support in CodeGen
2016-12-14 Stephan BergmannReplace APFloatBase static fltSemantics data members...
2016-12-14 Oliver Stannard[Assembler] Better error messages for .org directive
2016-12-08 Oliver StannardAdd a comment consumer mechanism to MCAsmLexer
2016-12-08 Keno FischerRevert "[CodeGen] Fix invalid DWARF info on Win64"
2016-12-08 Keno Fischer[CodeGen] Fix invalid DWARF info on Win64
2016-12-06 Mandeep Singh Grang[llvm] Fix D26214: Move error handling out of MC and...
2016-12-05 Weiming ZhaoSummary: Currently there is no way to disable deprecate...
2016-12-03 Dan Gohman[MC] Generalize MCContext's SectionSymbols field.
2016-12-01 Dan Gohman[MC] Refactor emitELFSize to make usage more consistent...
2016-12-01 Mandeep Singh Grang[llvm] Implement support for -defsym assembler option
2016-12-01 Weiming Zhao[AsmParser] Diagnose empty symbol for .set directive
2016-11-30 Matthias BraunMCStreamer: Use "cfi" for CFI related temp labels.
2016-11-22 Saleem AbdulrasoolMC: ensure that we have a section before accessing it
2016-11-20 Simon PilgrimFix comment typos. NFC.
2016-11-04 Weiming ZhaoFix 24560: assembler does not share constant pool...
2016-11-02 Malcolm ParsonsFix Clang-tidy readability-redundant-string-cstr warnings
2016-10-27 Ekaterina RomanovaReverting back r285355: "Update .debug_line section...
2016-10-27 Ekaterina RomanovaUpdate .debug_line section version information to match...
2016-10-26 Nirav Dave[MC] Fix comma typo in .loc parsing
2016-10-24 Nirav Dave[MC] Fix Various End Of Line Comment checkings
2016-10-24 Pavel LabathRemove unused #includes of TimeValue.h. NFC.
2016-10-20 Benjamin KramerRetire llvm::alignOf in favor of C++11 alignof.
2016-10-17 Justin Lebar[ADT] Move CachedHashString to its own header in ADT...
2016-10-14 Rafael EspindolaMove alignTo computation inside the if.
2016-10-14 Eric ChristopherTidy the calls to getCurrentSection().first -> getCurre...
2016-10-14 Konstantin Zhuravlyov[AMDGPU] Add 32-bit lo/hi got and pc relative variant...
2016-10-13 Sriraman TallamNew llc option pie-copy-relocations to optimize access...
2016-10-12 Nirav Dave[MC] Fix Error Location for ParseIdentifier
2016-10-10 Peter CollingbourneRevert r283690, "MC: Remove unused entities."
2016-10-10 Nirav DaveAdd return type for checkForValidSection parsing functi...
2016-10-09 Peter CollingbourneMC: Remove unused entities.
2016-10-07 Dehao ChenInvoke add-discriminator at -g0 -fsample-profile
2016-10-05 Reid Kleckner[codeview] Truncate records to maximum record size...
next