summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] MC: Fix references to undefined externals in data sectionSam Clegg2017-06-021-8/+13
* [CodeView] Move CodeView YAML code to ObjectYAML.Zachary Turner2017-05-301-1/+1
* [CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner2017-05-301-3/+3
* [WebAssembly] MC: Include unnamed data when writing wasm filesSam Clegg2017-05-251-18/+16
* Re-apply r302416: [ARM] Clear the constant pool cache on explicit .ltorg dire...James Molloy2017-05-221-0/+11
* Re-apply r286006: Fix 24560: assembler does not share constant pool for same...James Molloy2017-05-221-1/+11
* Revert "[ARM] Clear the constant pool cache on explicit .ltorg directives"James Molloy2017-05-221-11/+0
* Revert "Fix 24560: assembler does not share constant pool for same constants"James Molloy2017-05-221-11/+1
* MCObjectStreamer : fail with a diagnostic when emitting an out of range value.Arnaud A. de Grandmaison2017-05-151-0/+5
* chang type from 'int' to 'size_t'. This will fix revision number 302652Michael Zuckerman2017-05-101-1/+1
* [LLVM][inline-asm] Altmacro string escape character '!'Michael Zuckerman2017-05-101-0/+21
* [ARM] Clear the constant pool cache on explicit .ltorg directivesMartin Storsjo2017-05-081-0/+11
* [LLVM][inline-asm][Altmacor] Altmacro string delimiter '<..>'Michael Zuckerman2017-05-041-4/+38
* [bpf] add relocation supportAlexei Starovoitov2017-05-031-0/+4
* [LLVM][inline-asm] Altmacro absolute expression '%' featureMichael Zuckerman2017-05-012-7/+51
* [llvm-pdbdump] Abstract some of the YAML/Raw printing code.Zachary Turner2017-04-291-1/+1
* [WebAssembly] Add size of section header to data relocation offsets.Sam Clegg2017-04-281-9/+12
* [WebAssembly] Write initial memory in pages not bytesSam Clegg2017-04-281-2/+4
* Rename some PDB classes.Zachary Turner2017-04-271-3/+3
* [MC] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).Eugene Zelenko2017-04-263-12/+13
* PR31007 and PR27884 will be closed: a possibility to compile constants like 0...Andrew V. Tischenko2017-04-261-6/+7
* [WebAssembly] Fix relocation count in wasm binaries with call_indirectSam Clegg2017-04-251-1/+1
* 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
OpenPOWER on IntegriCloud