llvm-6502/lib/MC
Jim Grosbach 686c01854e MC: Unknown assembler directives are now hard errors.
Previously, an unsupported/unknown assembler directive issued a warning.
That's generally unsafe, and inconsistent with the behaviour of pretty
much every system assembler. Now that the MC assemblers are mature
enough to be the default on multiple targets, it's reasonable to
issue errors for these.

For target or platform directives that need to stay warnings, we
should add explicit handlers for them in, e.g., ELFAsmParser.cpp,
DarwinAsmParser.cpp, et. al., and issue the warning there.

rdar://9246275

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155926 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-01 18:38:27 +00:00
..
MCDisassembler Fixed two leaks in the MC disassembler. The MC 2012-04-06 18:21:09 +00:00
MCParser MC: Unknown assembler directives are now hard errors. 2012-05-01 18:38:27 +00:00
CMakeLists.txt
ELFObjectWriter.cpp Prune some includes and forward declarations. 2012-03-26 06:58:25 +00:00
LLVMBuild.txt
MachObjectWriter.cpp Prune some includes and forward declarations. 2012-03-26 06:58:25 +00:00
Makefile
MCAsmBackend.cpp Prune some includes and forward declarations. 2012-03-26 06:58:25 +00:00
MCAsmInfo.cpp Output UTF-8-encoded characters as identifier characters into assembly 2012-04-07 00:37:53 +00:00
MCAsmInfoCOFF.cpp Prune some includes 2012-03-27 07:54:11 +00:00
MCAsmInfoDarwin.cpp
MCAsmStreamer.cpp
MCAssembler.cpp Prune some includes and forward declarations. 2012-03-26 06:58:25 +00:00
MCAtom.cpp
MCCodeEmitter.cpp
MCCodeGenInfo.cpp
MCContext.cpp
MCDisassembler.cpp
MCDwarf.cpp Compute hashes directly with hash_combine instead of taking a detour through FoldingSetNodeID. 2012-04-11 14:06:39 +00:00
MCELF.cpp
MCELF.h
MCELFObjectTargetWriter.cpp
MCELFStreamer.cpp
MCExpr.cpp Prune some includes and forward declarations. 2012-03-26 06:58:25 +00:00
MCInst.cpp
MCInstPrinter.cpp Move getOpcodeName from the various target InstPrinters into the superclass MCInstPrinter. 2012-04-02 08:32:38 +00:00
MCInstrAnalysis.cpp
MCLabel.cpp
MCMachObjectTargetWriter.cpp
MCMachOStreamer.cpp
MCModule.cpp
MCNullStreamer.cpp
MCObjectFileInfo.cpp Use the correct section types on Solaris for unwind data on both x86 and x86-64. 2012-04-10 11:44:33 +00:00
MCObjectStreamer.cpp Prune some includes and forward declarations. 2012-03-26 06:58:25 +00:00
MCObjectWriter.cpp
MCPureStreamer.cpp
MCSection.cpp
MCSectionCOFF.cpp
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp
MCSubtargetInfo.cpp
MCSymbol.cpp
MCTargetAsmLexer.cpp
MCValue.cpp
MCWin64EH.cpp
SubtargetFeature.cpp
WinCOFFObjectWriter.cpp
WinCOFFStreamer.cpp Prune some includes 2012-03-27 07:54:11 +00:00