summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Add section names for some DWARF5 sectionsDerek Schuff2020-05-191-1/+11
* Revert "Re-land [MC] Fix quadratic behavior in addPendingLabel"Tom Stellard2020-04-291-2/+6
* Re-land [MC] Fix quadratic behavior in addPendingLabelAlexandre Ganea2020-04-271-6/+2
* [MC][ARM] Resolve some pcrel fixups at assembly time (PR44929)Hans Wennborg2020-02-271-2/+4
* [RISCV] Fix evaluating %pcrel_lo against global and weak symbolsJames Clarke2020-01-231-0/+7
* [MC] Don't resolve relocations referencing STB_LOCAL STT_GNU_IFUNCFangrui Song2020-01-131-1/+2
* [MIPS][ELF] Use PC-relative relocations in .eh_frame when possibleAlex Richardson2020-01-131-3/+8
* [MC][ELF] Emit a relocation if target is defined in the same section and is n...Fangrui Song2020-01-121-21/+1
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-112-5/+5
* [ms] [X86] Use "P" modifier on all branch-target operands in inline X86 assem...Eric Astor2020-01-091-1/+1
* [APFloat] Fix checked error assert failuresEhud Katz2020-01-091-1/+3
* [BranchAlign] Compiler support for suppressing branch alignPhilip Reames2020-01-082-1/+6
* [MC] writeFragment - assert MCFragment::FT_Fill length is legal.Simon Pilgrim2020-01-081-0/+1
* [NFC] Use isX86() instead of getArch()Jim Lin2020-01-071-3/+2
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-063-6/+8
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-063-5/+5
* [APFloat] Add recoverable string parsing errors to APFloatEhud Katz2020-01-061-2/+1
* [MC] Reorder MCFragment members to decrease paddingFangrui Song2020-01-051-2/+2
* [MC] Delete MCFragment::isDummy. NFCFangrui Song2020-01-051-1/+1
* [MC][ARM] Delete MCSection::HasData and move SHF_ARM_PURECODE logic to ARMELF...Fangrui Song2020-01-052-8/+1
* [MC] Delete MCSection::{rbegin,rend}Fangrui Song2020-01-051-2/+2
* [MC] Drop an unused rule about absolute temporary symbolsFangrui Song2020-01-051-4/+0
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* [MC][TargetMachine] Delete MCTargetOptions::MCPIECopyRelocationsFangrui Song2020-01-011-2/+2
* [X86][AsmParser] re-introduce 'offset' operatorEric Astor2019-12-301-10/+42
* Revert "[COFF] Make the autogenerated .weak.<name>.default symbols static"Martin Storsjö2019-12-281-13/+9
* [COFF] Make the autogenerated .weak.<name>.default symbols staticMartin Storsjö2019-12-281-9/+13
* [NFC] Style cleanupsShengchen Kan2019-12-231-11/+11
* [ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...Eric Astor2019-12-221-1/+7
* Align branches within 32-Byte boundary (NOP padding)Philip Reames2019-12-203-0/+104
* [XCOFF][AIX] Fix for missing of undefined symbols from symbol tablejasonliu2019-12-191-7/+7
* [ MC ] Match labels to existing fragments even when switching sections.Michael Trent2019-12-182-14/+96
* Revert "[ MC ] Match labels to existing fragments even when switching sections."Mitch Phillips2019-12-172-94/+13
* Recommit "[DebugInfo] Refactored macro related generation,Sourabh Singh Tomar2019-12-181-0/+5
* [ MC ] Match labels to existing fragments even when switching sections.Michael Trent2019-12-172-13/+94
* [MC] Delete redundant alignment update from MCELFStreamer::EmitCommonSymbol. NFCFangrui Song2019-12-161-4/+0
* [MC] Delete STT_SECTION special cases from MCSymbolELF::setType and setBindingFangrui Song2019-12-151-4/+0
* [MC] Assume CommentStream is non-null in MCDisassembler::tryAdding*Fangrui Song2019-12-151-5/+3
* [MC] Ignore VK_WEAKREF in MCValue::getAccessVariantFangrui Song2019-12-151-4/+1
* [MC] Delete unused MCAsmInfoELF::UsesNonexecutableStackSection after EM_WEBAS...Fangrui Song2019-12-151-2/+0
* [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg2019-12-111-0/+10
* [BUG-FIX][XCOFF] fixed a bug of XCOFFObjectFile.cpp when there is padding at ...diggerlin2019-12-101-2/+4
* [MC] Delete MCCodePadderFangrui Song2019-12-096-471/+1
* [WebAssebmly][MC] Support .import_name/.import_field asm directivesSam Clegg2019-12-061-1/+1
* [MC] Rewrite tablegen for printInstrAlias to comiple faster, NFCReid Kleckner2019-12-061-0/+90
* [NFC][AIX][XCOFF] if the size of Csect is zero, the Csect do not need write a...diggerlin2019-12-061-1/+2
* [NFC][AIX][XCOFF] fixed compile warning on the strncpy.diggerlin2019-12-061-1/+1
* [XCOFF][AIX] Emit TOC entries for object file generationjasonliu2019-12-042-6/+6
* [DebugInfo] Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump.Sourabh Singh Tomar2019-12-031-0/+2
* [AIX] Emit TOC entries for ASM printingDavid Tenty2019-11-271-0/+2
OpenPOWER on IntegriCloud