.. |
MCDisassembler
|
Remove \brief commands from doxygen comments.
|
2018-05-01 15:54:18 +00:00 |
MCParser
|
Add a warning if someone attempts to add extra section flags to sections
|
2018-06-25 23:53:54 +00:00 |
CMakeLists.txt
|
|
|
ConstantPools.cpp
|
|
|
ELFObjectWriter.cpp
|
[MC] Add assembler support for .cg_profile.
|
2018-06-02 16:33:01 +00:00 |
LLVMBuild.txt
|
[WebAssembly] Move toString helpers to BinaryFormat
|
2018-05-14 22:42:07 +00:00 |
MachObjectWriter.cpp
|
MC: Have the object writers return the number of bytes written. NFCI.
|
2018-05-21 18:23:50 +00:00 |
MCAsmBackend.cpp
|
[RISCV] Add symbol diff relocation support for RISC-V
|
2018-05-23 12:36:18 +00:00 |
MCAsmInfo.cpp
|
|
|
MCAsmInfoCOFF.cpp
|
[mingw] Fix GCC ABI compatibility for comdat things
|
2018-06-21 20:27:38 +00:00 |
MCAsmInfoDarwin.cpp
|
|
|
MCAsmInfoELF.cpp
|
|
|
MCAsmInfoWasm.cpp
|
|
|
MCAsmMacro.cpp
|
|
|
MCAsmStreamer.cpp
|
[DWARFv5] Tolerate files not all having an MD5 checksum.
|
2018-06-14 13:38:20 +00:00 |
MCAssembler.cpp
|
[MC] Move bundling and MCSubtargetInfo to MCEncodedFragment [NFC]
|
2018-06-15 09:48:18 +00:00 |
MCCodeEmitter.cpp
|
|
|
MCCodePadder.cpp
|
|
|
MCCodeView.cpp
|
Support: Simplify endian stream interface. NFCI.
|
2018-05-18 19:46:24 +00:00 |
MCContext.cpp
|
[DWARFv5] Allow ".loc 0" to refer to the root file.
|
2018-06-22 14:16:11 +00:00 |
MCDwarf.cpp
|
[DWARF] Don't keep a ref to possibly stack allocated data.
|
2018-06-20 17:08:46 +00:00 |
MCELFObjectTargetWriter.cpp
|
|
|
MCELFStreamer.cpp
|
[PowerPC] Add support for high and higha symbol modifiers on tls modifers.
|
2018-06-15 19:47:16 +00:00 |
MCExpr.cpp
|
[PowerPC] Add support for high and higha symbol modifiers on tls modifers.
|
2018-06-15 19:47:16 +00:00 |
MCFragment.cpp
|
Fix typoed cast to avoid assertion in MCFragment::dump.
|
2018-06-18 16:26:11 +00:00 |
MCInst.cpp
|
IWYU for llvm-config.h in llvm, additions.
|
2018-04-30 14:59:11 +00:00 |
MCInstPrinter.cpp
|
|
|
MCInstrAnalysis.cpp
|
[llvm-mca][X86] Teach how to identify register writes that implicitly clear the upper portion of a super-register.
|
2018-06-20 10:08:11 +00:00 |
MCInstrDesc.cpp
|
|
|
MCLabel.cpp
|
IWYU for llvm-config.h in llvm, additions.
|
2018-04-30 14:59:11 +00:00 |
MCLinkerOptimizationHint.cpp
|
MC: Change object writers to use endian::Writer. NFCI.
|
2018-05-21 18:17:42 +00:00 |
MCMachObjectTargetWriter.cpp
|
|
|
MCMachOStreamer.cpp
|
Revert "[MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer."
|
2018-06-14 17:11:19 +00:00 |
MCNullStreamer.cpp
|
|
|
MCObjectFileInfo.cpp
|
Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC
|
2018-06-25 16:49:20 +00:00 |
MCObjectStreamer.cpp
|
Revert "[MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer."
|
2018-06-14 17:11:19 +00:00 |
MCObjectWriter.cpp
|
|
|
MCRegisterInfo.cpp
|
|
|
MCSchedule.cpp
|
[CodeGen] assume max/default throughput for unspecified instructions
|
2018-06-05 23:34:45 +00:00 |
MCSection.cpp
|
IWYU for llvm-config.h in llvm, additions.
|
2018-04-30 14:59:11 +00:00 |
MCSectionCOFF.cpp
|
|
|
MCSectionELF.cpp
|
[MC] Add assembler support for .cg_profile.
|
2018-06-02 16:33:01 +00:00 |
MCSectionMachO.cpp
|
|
|
MCSectionWasm.cpp
|
|
|
MCStreamer.cpp
|
[mingw] Fix GCC ABI compatibility for comdat things
|
2018-06-21 20:27:38 +00:00 |
MCSubtargetInfo.cpp
|
|
|
MCSymbol.cpp
|
IWYU for llvm-config.h in llvm, additions.
|
2018-04-30 14:59:11 +00:00 |
MCSymbolELF.cpp
|
|
|
MCTargetOptions.cpp
|
|
|
MCValue.cpp
|
IWYU for llvm-config.h in llvm, additions.
|
2018-04-30 14:59:11 +00:00 |
MCWasmObjectTargetWriter.cpp
|
[WebAssembly] Remove unused headers in MCWasmObjectWriter
|
2018-05-16 22:13:18 +00:00 |
MCWasmStreamer.cpp
|
Revert "[MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer."
|
2018-06-14 17:11:19 +00:00 |
MCWin64EH.cpp
|
|
|
MCWinCOFFStreamer.cpp
|
[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup
|
2018-06-06 09:40:06 +00:00 |
MCWinEH.cpp
|
|
|
StringTableBuilder.cpp
|
|
|
SubtargetFeature.cpp
|
IWYU for llvm-config.h in llvm, additions.
|
2018-04-30 14:59:11 +00:00 |
WasmObjectWriter.cpp
|
[WebAssembly] MC: Add compile-twice test and fix corresponding bug
|
2018-05-30 02:57:20 +00:00 |
WinCOFFObjectWriter.cpp
|
MC: Remove stream and output functions from MCObjectWriter. NFCI.
|
2018-05-21 18:28:57 +00:00 |