summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov2017-04-172-12/+13
* This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko2017-04-143-9/+31
* MC: Remove unused virtual function MCObjectWriter::isWeak. NFC.Peter Collingbourne2017-04-083-45/+1
* [AsmParser]Emit an error if a macro has two (or more) parameters sharing the ...Coby Tayree2017-04-081-0/+6
* StringTableBuilder: Don't assert when writing an empty raw string table.Peter Collingbourne2017-04-061-1/+1
* Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury2017-04-051-2/+2
* [MC] Set defaults based on section names and support name suffixesPetr Hosek2017-04-041-6/+15
* Change section flag character for SHF_LINK_ORDER to "o".Evgeniy Stepanov2017-04-042-2/+2
* [X86][inline-asm] Add support for MS 'EVEN' directiveCoby Tayree2017-04-041-1/+1
* Reland r298901 with modifications (reverted in r298932)Weiming Zhao2017-04-032-4/+24
* Fix signed/unsigned warningSimon Pilgrim2017-03-311-1/+1
* [WebAssembly] Initial linking metadata supportDan Gohman2017-03-301-23/+123
* Revert "Dont emit Mapping symbols for sections that contain only data."Weiming Zhao2017-03-282-24/+4
* Dont emit Mapping symbols for sections that contain only data.Weiming Zhao2017-03-282-4/+24
* [WebAssembly] Fix import type to be signed LEBsDerek Schuff2017-03-231-1/+1
* Add default typo to .tbss.*Rafael Espindola2017-03-221-0/+2
* Set the default type for .bss.foo.Rafael Espindola2017-03-221-0/+2
* Produce INIT_ARRAY for sections named .init_array.*Rafael Espindola2017-03-221-1/+5
* [Asm] Don't list '@<type>' in diag when '@' is a commentOliver Stannard2017-03-171-2/+6
* [WebAssembly] Fix some broken type encodings in wasm binaryDerek Schuff2017-03-161-9/+9
* Check that line table entries don't spill over between sections even if they'...David Blaikie2017-03-161-0/+1
* Simplify/make more explicit (by making less explicit in some ways) some funct...David Blaikie2017-03-162-2/+2
* [WebAssembly] Update format of 'names' section.Derek Schuff2017-03-151-6/+11
* [WebAssembly] Use LEB encoding for value typesDerek Schuff2017-03-141-20/+24
* Fix asm printing of associated sections.Evgeniy Stepanov2017-03-144-20/+32
* [Assembler] Add location info to unary expressions.Sanne Wouda2017-03-102-6/+6
* [MC] Set SHT_MIPS_DWARF section type for all .debug_* sections on MIPSSimon Atanasyan2017-03-102-23/+36
* [MC] Accept a numeric value as an ELF section header's typeSimon Atanasyan2017-03-102-2/+9
* Perform symbol binding for .symver versioned symbolsTeresa Johnson2017-03-092-0/+3
* Silence a warning "hiding virtual function".Vassil Vassilev2017-03-061-0/+1
* MC: De-duplicate the object streamer implementations of EmitFileDirective int...Peter Collingbourne2017-03-036-25/+6
* [DWARFv5] llvm-mc support for new unit header.Paul Robinson2017-02-281-5/+9
* [MC] Implement the COFF directives in MCNullStreamer.Dan Gohman2017-02-271-0/+4
* [MC] Factor out non-COFF handling of COFF-specific directives.Dan Gohman2017-02-274-52/+12
* [WebAssembly] Add some comments and tidy up whitespace.Dan Gohman2017-02-271-2/+3
* [WebAssembly] Add support for using a wasm global for the stack pointer.Dan Gohman2017-02-241-0/+24
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-244-10/+941
* Disallow redefinition of section symbols.Evgeniy Stepanov2017-02-241-1/+5
* Initialize MCContext::InlineSrcMgr in the constructor.Evgeniy Stepanov2017-02-241-2/+3
* [WebAssembly] Implement the wasm binary container header.Dan Gohman2017-02-221-1/+3
* [WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman2017-02-229-2/+587
* SubtargetFeature: Cleanup; NFCMatthias Braun2017-02-211-65/+31
* MC/COFF: Do not emit forward associative section referenceds.Rui Ueyama2017-02-171-26/+53
* Split WinCOFFObjectWriter::writeSection.Rui Ueyama2017-02-161-28/+39
* Split WinCOFFObjectWriter::writeObject function.Rui Ueyama2017-02-161-160/+183
* Remove useless local variable.Rui Ueyama2017-02-161-9/+4
* Rename variables to match the LLVM style.Rui Ueyama2017-02-161-94/+97
* Revert r295138: Instead of a series of string operations, use snprintf().Rui Ueyama2017-02-151-2/+4
* Instead of a series of string operations, use snprintf().Rui Ueyama2017-02-151-4/+2
* Return early. NFC.Rui Ueyama2017-02-151-16/+17
OpenPOWER on IntegriCloud