..
MCDisassembler
Make helpers static. NFC.
2020-07-09 13:48:56 +02:00
MCParser
[MachO] Add skeletal support for DriverKit platform
2020-08-14 12:36:43 -07:00
CMakeLists.txt
[NFC][XCOFF][AIX] Refactor get/setContainingCsect
2020-04-03 13:33:12 +00:00
ConstantPools.cpp
[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}
2020-02-14 23:08:40 -08:00
ELFObjectWriter.cpp
Revert "Reland D64327 [MC][ELF] Allow STT_SECTION referencing SHF_MERGE on REL targets"
2020-08-07 10:56:33 -07:00
LLVMBuild.txt
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MachObjectWriter.cpp
[MC] Rename MCSection*::getSectionName() to getName(). NFC
2020-04-15 16:48:14 -07:00
MCAsmBackend.cpp
[MC] Delete MCCodePadder
2019-12-09 19:21:31 -08:00
MCAsmInfo.cpp
[MC] Default MCAsmInfo::UseIntegratedAssembler to true
2020-04-11 10:13:52 -07:00
MCAsmInfoCOFF.cpp
[MC] Default MCAsmInfo::UseIntegratedAssembler to true
2020-04-11 10:13:52 -07:00
MCAsmInfoDarwin.cpp
[MC] Rename MCSection*::getSectionName() to getName(). NFC
2020-04-15 16:48:14 -07:00
MCAsmInfoELF.cpp
[MC] Delete unused MCAsmInfoELF::UsesNonexecutableStackSection after EM_WEBASSEMBLY was removed in D48744
2019-12-15 15:43:30 -08:00
MCAsmInfoWasm.cpp
[WebAssembly] Add symbol flag to the binary format llvm.used
2019-02-07 01:24:44 +00:00
MCAsmInfoXCOFF.cpp
[XCOFF][AIX] Give symbol an internal name when desired symbol name contains invalid character(s)
2020-07-06 15:49:15 +00:00
MCAsmMacro.cpp
MCAsmMacro: add #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
to some dump() declarations
2019-08-20 04:14:43 +00:00
MCAsmStreamer.cpp
[XCOFF] emit .rename for .lcomm when necessary
2020-08-18 15:32:45 +00:00
MCAssembler.cpp
[X86] support .nops directive
2020-08-03 11:50:56 -07:00
MCCodeEmitter.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCCodeView.cpp
[MC][NFC] Use camelCase style for functions in MCObjectStreamer
2020-04-20 20:09:20 -07:00
MCContext.cpp
[AIX][XCOFF] change the operand of branch instruction from symbol name to qualified symbol name for function declarations
2020-08-11 15:26:19 -04:00
MCDwarf.cpp
[MC] Rename a misnamed function. NFC.
2020-06-18 20:18:19 +07:00
MCELFObjectTargetWriter.cpp
MC/ELF: Allow targets to set ABI version
2019-02-14 22:42:09 +00:00
MCELFStreamer.cpp
Clean up warnings after a2c8cd18128d3529992a86998d2bea80cceafff0
2020-04-30 17:01:30 +02:00
MCExpr.cpp
[PowerPC][PCRelative] Thread Local Storage Support for Initial Exec
2020-08-21 10:13:11 -05:00
MCFragment.cpp
[X86] support .nops directive
2020-08-03 11:50:56 -07:00
MCInst.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCInstPrinter.cpp
[TableGen] Support combining AssemblerPredicates with ORs
2020-03-13 17:13:51 +00:00
MCInstrAnalysis.cpp
[MC] Move MCInstrAnalysis::evaluateBranch to X86MCInstrAnalysis::evaluateBranch
2020-04-29 23:23:52 -07:00
MCInstrDesc.cpp
[MC] Move deprecation infos from MCTargetDesc to MCInstrInfo
2020-03-29 21:20:40 +02:00
MCInstrInfo.cpp
[MC] Move deprecation infos from MCTargetDesc to MCInstrInfo
2020-03-29 21:20:40 +02:00
MCLabel.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCLinkerOptimizationHint.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCMachObjectTargetWriter.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCMachOStreamer.cpp
Clean up warnings after a2c8cd18128d3529992a86998d2bea80cceafff0
2020-04-30 17:01:30 +02:00
MCNullStreamer.cpp
[MC] De-capitalize MCStreamer::Emit{Bundle,Addrsig}* etc
2020-02-15 09:11:48 -08:00
MCObjectFileInfo.cpp
[AIX][XCOFF] change the operand of branch instruction from symbol name to qualified symbol name for function declarations
2020-08-11 15:26:19 -04:00
MCObjectStreamer.cpp
[X86] support .nops directive
2020-08-03 11:50:56 -07:00
MCObjectWriter.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCRegisterInfo.cpp
MCRegisterInfo: Merge getLLVMRegNum and getLLVMRegNumFromEH
2019-09-24 09:31:02 +00:00
MCSchedule.cpp
[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.cpp
[MC][COFF][ELF] Reject instructions in IMAGE_SCN_CNT_UNINITIALIZED_DATA/SHT_NOBITS sections
2020-04-15 21:02:47 -07:00
MCSectionCOFF.cpp
[MC][COFF][ELF] Reject instructions in IMAGE_SCN_CNT_UNINITIALIZED_DATA/SHT_NOBITS sections
2020-04-15 21:02:47 -07:00
MCSectionELF.cpp
[MC] Set sh_link to 0 if the associated symbol is undefined
2020-08-03 13:43:48 -07:00
MCSectionMachO.cpp
[MC] Replace MCSection*::getName() with MCSection::getName(). NFC
2020-04-15 18:35:27 -07:00
MCSectionWasm.cpp
MCSectionWasm.h - reduce includes to forward declarations. NFC.
2020-06-27 10:03:34 +01:00
MCSectionXCOFF.cpp
[XCOFF][AIX] Use TE storage mapping class when large code model is enabled
2020-08-10 19:52:10 +00:00
MCStreamer.cpp
[X86] support .nops directive
2020-08-03 11:50:56 -07:00
MCSubtargetInfo.cpp
[X86][MC][Target] Initial backend support a tune CPU to support -mtune
2020-08-14 15:31:50 -07:00
MCSymbol.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCSymbolELF.cpp
[MC] Delete STT_SECTION special cases from MCSymbolELF::setType and setBinding
2019-12-15 20:39:25 -08:00
MCSymbolXCOFF.cpp
[AIX][XCOFF] change the operand of branch instruction from symbol name to qualified symbol name for function declarations
2020-08-11 15:26:19 -04:00
MCTargetOptions.cpp
[MC] Add --dwarf64 to generate DWARF64 debug info [1/7]
2020-06-16 15:50:13 +07:00
MCTargetOptionsCommandFlags.cpp
[MC] Add --dwarf64 to generate DWARF64 debug info [1/7]
2020-06-16 15:50:13 +07:00
MCValue.cpp
[MC] Ignore VK_WEAKREF in MCValue::getAccessVariant
2019-12-15 16:05:46 -08:00
MCWasmObjectTargetWriter.cpp
[WebAssembly] Make __attribute__((used)) not imply export.
2019-08-29 22:40:00 +00:00
MCWasmStreamer.cpp
[MC][NFC] Use camelCase style for functions in MCObjectStreamer
2020-04-20 20:09:20 -07:00
MCWin64EH.cpp
[MC] [Win64EH] Avoid producing malformed xdata records
2020-08-28 09:05:36 +03:00
MCWinCOFFStreamer.cpp
[COFF] Add cg_profile directive and .llvm.call-graph-profile section
2020-07-10 17:07:30 -07:00
MCWinEH.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MCXCOFFObjectTargetWriter.cpp
Boilerplate for producing XCOFF object files from the PowerPC backend.
2019-07-09 19:21:01 +00:00
MCXCOFFStreamer.cpp
[AIX] supporting the visibility attribute for aix assembly
2020-06-09 16:15:06 -04:00
StringTableBuilder.cpp
Adds support for writing the .bss section for XCOFF object files.
2019-08-20 22:03:18 +00:00
SubtargetFeature.cpp
Make llvm::StringRef to std::string conversions explicit.
2020-01-28 23:25:25 +01:00
WasmObjectWriter.cpp
[WebAssembly] 64-bit (function) pointer fixes.
2020-07-16 14:10:22 -07:00
WinCOFFObjectWriter.cpp
[MC] [COFF] Make sure that weak external symbols are undefined symbols
2020-07-24 22:15:08 +03:00
XCOFFObjectWriter.cpp
Revert "[AIX][XCOFF] emit symbol visibility for xcoff object file."
2020-08-27 11:07:58 -04:00