..
MCDisassembler
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
2020-01-11 13:34:52 -08:00
MCParser
[ms] [X86] Use "P" modifier on all branch-target operands in inline X86 assembly.
2020-01-09 14:55:03 -05:00
ConstantPools.h
Fix misspelled filenames in file headers of llvm/{MC,Object,CodeGen}/*.h
2019-02-06 08:02:46 +00:00
LaneBitmask.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MachineLocation.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCAsmBackend.h
[RISCV] Fix evaluating %pcrel_lo against global and weak symbols
2020-01-23 02:05:48 +00:00
MCAsmInfo.h
[AIX] Emit TOC entries for ASM printing
2019-11-27 17:20:55 -05:00
MCAsmInfoCOFF.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCAsmInfoDarwin.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCAsmInfoELF.h
[MC] Delete unused MCAsmInfoELF::UsesNonexecutableStackSection after EM_WEBASSEMBLY was removed in D48744
2019-12-15 15:43:30 -08:00
MCAsmInfoWasm.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCAsmInfoXCOFF.h
[XCOFF][AIX] Differentiate usage of label symbol and csect symbol
2019-11-08 09:30:10 -05:00
MCAsmLayout.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCAsmMacro.h
MCAsmMacro: add #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
to some dump() declarations
2019-08-20 04:14:43 +00:00
MCAssembler.h
Make llvm::StringRef to std::string conversions explicit.
2020-01-28 23:25:25 +01:00
MCCodeEmitter.h
Add interface emitPrefix for MCCodeEmitter
2020-01-06 17:51:14 +08:00
MCCodeView.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCContext.h
Make llvm::StringRef to std::string conversions explicit.
2020-01-28 23:25:25 +01:00
MCDirectives.h
[AIX]Emit function descriptor csect in assembly
2019-09-26 19:38:32 +00:00
MCDwarf.h
Make llvm::StringRef to std::string conversions explicit.
2020-01-28 23:25:25 +01:00
MCELFObjectWriter.h
MC/ELF: Allow targets to set ABI version
2019-02-14 22:42:09 +00:00
MCELFStreamer.h
MCObjectStreamer: assign MCSymbols in the dummy fragment to offset 0.
2019-11-16 09:52:07 -05:00
MCExpr.h
[AIX] TOC pseudo expansion for 64bit large + 64bit small + 32bit large models
2019-10-17 13:20:25 +00:00
MCFixedLenDisassembler.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCFixup.h
[MC] Minor cleanup to MCFixup::Kind handling. NFC.
2019-08-23 01:00:55 +00:00
MCFixupKindInfo.h
[RISCV] Fix evaluating %pcrel_lo against global and weak symbols
2020-01-23 02:05:48 +00:00
MCFragment.h
[MC] Reorder members of MCFragment's subclasses to decrease padding
2020-01-05 20:22:16 -08:00
MCInst.h
[MC] Reorder MCInst fields to make sizeof(MCInst) smaller
2019-11-22 14:55:43 -08:00
MCInstBuilder.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCInstPrinter.h
[MC] Add parameter Address
to MCInstPrinter::printInst
2020-01-06 20:42:22 -08:00
MCInstrAnalysis.h
[MC] Add MCInstrAnalysis::evaluateMemoryOperandAddress
2019-07-25 06:57:09 +00:00
MCInstrDesc.h
Update spelling of {analyze,insert,remove}Branch in strings and comments
2020-01-21 10:15:38 -06:00
MCInstrInfo.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCInstrItineraries.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCLabel.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCLinkerOptimizationHint.h
Undef the macros after their use
2019-09-30 02:46:56 +00:00
MCMachObjectWriter.h
[macho] Allow CPUSubtype to be adjusted before writing it to a file
2019-11-18 12:57:39 -08:00
MCObjectFileInfo.h
[NFC][XCOFF] Refactor Csect creation into TargetLoweringObjectFile
2020-01-22 12:09:11 -05:00
MCObjectStreamer.h
Align branches within 32-Byte boundary (NOP padding)
2019-12-20 11:35:50 -08:00
MCObjectWriter.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCRegister.h
Eliminate implicit Register->unsigned conversions in VirtRegMap. NFC
2019-08-13 00:55:24 +00:00
MCRegisterInfo.h
[MCRegInfo] Add sub_and_superregs_inclusive iterator range.
2019-12-11 09:53:19 +00:00
MCSchedule.h
[MC][X86] Correctly model additional operand latency caused by transfer delays from the integer to the floating point unit.
2019-01-23 16:35:07 +00:00
MCSection.h
[MC][ARM] Delete MCSection::HasData and move SHF_ARM_PURECODE logic to ARMELFObjectWriter::addTargetSectionFlags
2020-01-05 14:20:34 -08:00
MCSectionCOFF.h
[MC] Clean up unused inline function and non-anchor defaulted destructors; NFCI
2019-02-09 02:11:51 +00:00
MCSectionELF.h
[MC] Clean up unused inline function and non-anchor defaulted destructors; NFCI
2019-02-09 02:11:51 +00:00
MCSectionMachO.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCSectionWasm.h
[WebAssembly] Implement thread-local storage (local-exec model)
2019-07-16 22:00:45 +00:00
MCSectionXCOFF.h
[AIX][XCOFF] Generate undefined symbol in symbol table for external function call
2019-11-25 15:02:01 +00:00
MCStreamer.h
[BranchAlign] Compiler support for suppressing branch align
2020-01-08 10:03:30 -08:00
MCSubtargetInfo.h
[System Model] [TTI] Update cache and prefetch TTI interfaces
2019-10-09 19:51:48 +00:00
MCSymbol.h
[MC] Merge MCSymbol::getSectionPtr into getSection and simplify
2020-01-05 12:03:40 -08:00
MCSymbolCOFF.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCSymbolELF.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCSymbolMachO.h
[MC] Teach the MachO object writer about N_FUNC_COLD
2019-01-25 18:30:22 +00:00
MCSymbolWasm.h
Make llvm::StringRef to std::string conversions explicit.
2020-01-28 23:25:25 +01:00
MCSymbolXCOFF.h
[AIX] Emit TOC entries for ASM printing
2019-11-27 17:20:55 -05:00
MCTargetOptions.h
[MC][TargetMachine] Delete MCTargetOptions::MCPIECopyRelocations
2020-01-01 00:50:18 -08:00
MCTargetOptionsCommandFlags.inc
[MC][TargetMachine] Delete MCTargetOptions::MCPIECopyRelocations
2020-01-01 00:50:18 -08:00
MCValue.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCWasmObjectWriter.h
[WebAssembly] Make __attribute__((used)) not imply export.
2019-08-29 22:40:00 +00:00
MCWasmStreamer.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCWin64EH.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCWinCOFFObjectWriter.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCWinCOFFStreamer.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCWinEH.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCXCOFFObjectWriter.h
Boilerplate for producing XCOFF object files from the PowerPC backend.
2019-07-09 19:21:01 +00:00
MCXCOFFStreamer.h
[XCOFF][AIX] Differentiate usage of label symbol and csect symbol
2019-11-08 09:30:10 -05:00
SectionKind.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
StringTableBuilder.h
Adds support for writing the .bss section for XCOFF object files.
2019-08-20 22:03:18 +00:00
SubtargetFeature.h
Make llvm::StringRef to std::string conversions explicit.
2020-01-28 23:25:25 +01:00