..
MCDisassembler
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCParser
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
CMakeLists.txt
[WebAssembly] Add skeleton MC support for the Wasm container format
2017-02-22 01:23:18 +00:00
ConstantPools.cpp
Re-apply r302416: [ARM] Clear the constant pool cache on explicit .ltorg directives
2017-05-22 09:42:07 +00:00
ELFObjectWriter.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
LLVMBuild.txt
Nuke MCAnalysis.
2014-09-02 22:32:20 +00:00
MachObjectWriter.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCAsmBackend.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCAsmInfo.cpp
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-02-11 00:27:28 +00:00
MCAsmInfoCOFF.cpp
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-02-11 00:27:28 +00:00
MCAsmInfoDarwin.cpp
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-02-11 00:27:28 +00:00
MCAsmInfoELF.cpp
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-02-11 00:27:28 +00:00
MCAsmInfoWasm.cpp
[WebAssembly] Add skeleton MC support for the Wasm container format
2017-02-22 01:23:18 +00:00
MCAsmStreamer.cpp
This patch closes PR#32216: Better testing of schedule model instruction latencies/throughputs.
2017-04-14 07:44:23 +00:00
MCAssembler.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCCodeEmitter.cpp
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-02-08 22:23:19 +00:00
MCCodeView.cpp
[CodeView] Move CodeView YAML code to ObjectYAML.
2017-05-30 21:53:05 +00:00
MCContext.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCDwarf.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCELFObjectTargetWriter.cpp
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-02-07 23:02:00 +00:00
MCELFStreamer.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCExpr.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCFragment.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCInst.cpp
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-02-11 00:27:28 +00:00
MCInstPrinter.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCInstrAnalysis.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCInstrDesc.cpp
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical register arrays already use this typedef.
2015-12-05 07:13:35 +00:00
MCLabel.cpp
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-02-08 22:23:19 +00:00
MCLinkerOptimizationHint.cpp
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-02-11 00:27:28 +00:00
MCMachObjectTargetWriter.cpp
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-02-11 00:27:28 +00:00
MCMachOStreamer.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCNullStreamer.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCObjectFileInfo.cpp
[DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader part only).
2017-06-06 01:22:34 +00:00
MCObjectStreamer.cpp
MCObjectStreamer : fail with a diagnostic when emitting an out of range value.
2017-05-15 08:43:27 +00:00
MCObjectWriter.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCRegisterInfo.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCSchedule.cpp
Add <type_traits> for is_pod, fixing r241947
2015-07-10 22:17:49 +00:00
MCSection.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCSectionCOFF.cpp
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-02-10 01:33:54 +00:00
MCSectionELF.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCSectionMachO.cpp
Fix the GCC build.
2017-01-30 19:05:09 +00:00
MCSectionWasm.cpp
[WebAssembly] Add skeleton MC support for the Wasm container format
2017-02-22 01:23:18 +00:00
MCStreamer.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCSubtargetInfo.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCSymbol.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCSymbolELF.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCTargetOptions.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
MCValue.cpp
Cleanup dump() functions.
2017-01-28 02:02:38 +00:00
MCWasmObjectTargetWriter.cpp
[WebAssembly] Add skeleton MC support for the Wasm container format
2017-02-22 01:23:18 +00:00
MCWasmStreamer.cpp
MC: De-duplicate the object streamer implementations of EmitFileDirective into MCObjectStreamer. NFCI.
2017-03-03 21:22:06 +00:00
MCWin64EH.cpp
[MC] Create unique .pdata sections for every .text section
2016-05-02 23:22:18 +00:00
MCWinEH.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
StringTableBuilder.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
SubtargetFeature.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
WasmObjectWriter.cpp
[WebAssembly] Refactor WasmObjectWriter::writeObject
2017-06-03 02:01:24 +00:00
WinCOFFObjectWriter.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00
WinCOFFStreamer.cpp
Sort the remaining #include lines in include/... and lib/....
2017-06-06 11:49:48 +00:00