.. |
MCParser
|
Add missing #includes, found by modules build.
|
2015-05-11 22:31:40 +00:00 |
ConstantPools.h
|
Move alignment from MCSectionData to MCSection.
|
2015-05-21 19:20:38 +00:00 |
MachineLocation.h
|
|
|
MCAsmBackend.h
|
[MC] Allow backends to decide relaxation for unresolved fixups.
|
2015-05-30 18:42:22 +00:00 |
MCAsmInfo.h
|
Move alignment from MCSectionData to MCSection.
|
2015-05-21 19:20:38 +00:00 |
MCAsmInfoCOFF.h
|
|
|
MCAsmInfoDarwin.h
|
|
|
MCAsmInfoELF.h
|
Move alignment from MCSectionData to MCSection.
|
2015-05-21 19:20:38 +00:00 |
MCAsmLayout.h
|
Merge MCSymbol and MCSymbolData.
|
2015-05-29 20:31:23 +00:00 |
MCAssembler.h
|
[WinCOFF] Add support for the .safeseh directive
|
2015-05-30 04:56:02 +00:00 |
MCCodeEmitter.h
|
MC: clang-format. NFC.
|
2015-05-15 19:13:20 +00:00 |
MCCodeGenInfo.h
|
MC: MCCodeGenInfo naming update. NFC.
|
2015-05-15 19:13:31 +00:00 |
MCContext.h
|
Move alignment from MCSectionData to MCSection.
|
2015-05-21 19:20:38 +00:00 |
MCDirectives.h
|
|
|
MCDisassembler.h
|
Remove unused MCRelocationInfo.h include from MCDisassembler.h. NFC
|
2015-05-19 18:18:49 +00:00 |
MCDwarf.h
|
Move alignment from MCSectionData to MCSection.
|
2015-05-21 19:20:38 +00:00 |
MCELF.h
|
Pass MCSymbols to the helper functions in MCELF.h.
|
2015-05-29 18:47:23 +00:00 |
MCELFObjectWriter.h
|
Merge MCSymbol and MCSymbolData.
|
2015-05-29 20:31:23 +00:00 |
MCELFStreamer.h
|
Merge MCSymbol and MCSymbolData.
|
2015-05-29 20:31:23 +00:00 |
MCELFSymbolFlags.h
|
Remove the MCSymbolData typedef.
|
2015-05-29 20:41:47 +00:00 |
MCExpr.h
|
MC: Clean up MCExpr naming. NFC.
|
2015-05-30 01:25:56 +00:00 |
MCExternalSymbolizer.h
|
|
|
MCFixedLenDisassembler.h
|
|
|
MCFixup.h
|
MC: Update MCFixup naming. NFC.
|
2015-05-15 19:13:05 +00:00 |
MCFixupKindInfo.h
|
MC: Tidy up comments and clean up formatting a bit. NFC.
|
2015-05-02 00:44:14 +00:00 |
MCInst.h
|
MC: Modernize MCOperand API naming. NFC.
|
2015-05-13 18:37:00 +00:00 |
MCInstBuilder.h
|
MC: Modernize MCOperand API naming. NFC.
|
2015-05-13 18:37:00 +00:00 |
MCInstPrinter.h
|
[llvm] Parameterizing the output stream for dumpbytes and outputting directly to stream.
|
2015-05-28 18:39:50 +00:00 |
MCInstrAnalysis.h
|
MC: Tidy up comments and clean up formatting a bit. NFC.
|
2015-05-02 00:44:14 +00:00 |
MCInstrDesc.h
|
Add support for the convergent flag at the MC and MachineInstr levels.
|
2015-05-28 18:33:39 +00:00 |
MCInstrInfo.h
|
MC: Tidy up comments and clean up formatting a bit. NFC.
|
2015-05-02 00:44:14 +00:00 |
MCInstrItineraries.h
|
MC: Tidy up comments and clean up formatting a bit. NFC.
|
2015-05-02 00:44:14 +00:00 |
MCLabel.h
|
MC: Tidy up comments and clean up formatting a bit. NFC.
|
2015-05-02 00:44:14 +00:00 |
MCLinkerOptimizationHint.h
|
MC: Tidy up comments and clean up formatting a bit. NFC.
|
2015-05-02 00:44:14 +00:00 |
MCMachObjectWriter.h
|
Stop using MCSectionData in MCMachObjectWriter.h.
|
2015-05-26 01:15:30 +00:00 |
MCMachOSymbolFlags.h
|
|
|
MCObjectFileInfo.h
|
[WinCOFF] Add support for the .safeseh directive
|
2015-05-30 04:56:02 +00:00 |
MCObjectStreamer.h
|
Rename getOrCreateSymbolData to registerSymbol and return void.
|
2015-05-29 20:21:02 +00:00 |
MCObjectWriter.h
|
Merge MCSymbol and MCSymbolData.
|
2015-05-29 20:31:23 +00:00 |
MCRegisterInfo.h
|
|
|
MCRelocationInfo.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
MCSchedule.h
|
|
|
MCSection.h
|
Delete MCSectionData.
|
2015-05-27 15:14:11 +00:00 |
MCSectionCOFF.h
|
Use 'override/final' instead of 'virtual' for overridden methods
|
2015-04-11 02:11:45 +00:00 |
MCSectionELF.h
|
Use 'override/final' instead of 'virtual' for overridden methods
|
2015-04-11 02:11:45 +00:00 |
MCSectionMachO.h
|
Create symbols marking the start of a section earlier.
|
2015-03-10 22:00:25 +00:00 |
MCStreamer.h
|
[WinCOFF] Add support for the .safeseh directive
|
2015-05-30 04:56:02 +00:00 |
MCSubtargetInfo.h
|
Use std::bitset for SubtargetFeatures.
|
2015-05-26 10:47:10 +00:00 |
MCSymbol.h
|
[MC] Reorder MCSymbol members to reduce padding.
|
2015-05-30 13:52:30 +00:00 |
MCSymbolizer.h
|
MC: Tidy up comments and clean up formatting a bit. NFC.
|
2015-05-02 00:44:14 +00:00 |
MCTargetAsmParser.h
|
Remove empty non-virtual destructors or mark them =default when non-public
|
2015-04-11 15:32:26 +00:00 |
MCTargetOptions.h
|
|
|
MCTargetOptionsCommandFlags.h
|
|
|
MCValue.h
|
MC: Tidy up comments and clean up formatting a bit. NFC.
|
2015-05-02 00:44:14 +00:00 |
MCWin64EH.h
|
|
|
MCWinCOFFObjectWriter.h
|
Use raw_pwrite_stream in the object writer/streamer.
|
2015-04-14 22:14:34 +00:00 |
MCWinCOFFStreamer.h
|
[WinCOFF] Add support for the .safeseh directive
|
2015-05-30 04:56:02 +00:00 |
MCWinEH.h
|
Move alignment from MCSectionData to MCSection.
|
2015-05-21 19:20:38 +00:00 |
SectionKind.h
|
Remove MergeableConst.
|
2015-01-29 14:12:41 +00:00 |
StringTableBuilder.h
|
|
|
SubtargetFeature.h
|
Use std::bitset for SubtargetFeatures.
|
2015-05-26 10:47:10 +00:00 |
YAML.h
|
|
|