llvm-6502/lib/MC
Daniel Dunbar b2d0b6b8c7 llvm-mc: When handling a .set, make sure to print subsequent references to the
symbol as the symbol name itself, not the expression it was defined to. These
have different semantics due to the quirky .set behavior (which absolutizes an
expression that would otherwise be treated as a relocation).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79025 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-14 19:10:46 +00:00
..
CMakeLists.txt CMake: updated list of source files for library MC. 2009-08-14 04:14:45 +00:00
Makefile
MCAsmLexer.cpp llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs. 2009-08-14 02:18:40 +00:00
MCAsmParser.cpp Add MCAsmParser interface. 2009-07-20 18:55:04 +00:00
MCAsmStreamer.cpp llvm-mc: When handling a .set, make sure to print subsequent references to the 2009-08-14 19:10:46 +00:00
MCContext.cpp sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations. 2009-08-13 00:37:15 +00:00
MCNullStreamer.cpp llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling. 2009-08-13 23:36:34 +00:00
MCSection.cpp Change MCSectionELF to represent a section semantically instead of 2009-08-13 05:07:35 +00:00
MCSectionELF.cpp Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data and 2009-08-13 23:56:34 +00:00
MCSectionMachO.cpp split MachO section handling stuff out to its out .h/.cpp file. 2009-08-10 18:15:01 +00:00
MCStreamer.cpp Start MCAsmStreamer implementation. 2009-06-24 01:03:06 +00:00
MCSymbol.cpp Add MCSymbol::{print, dump} 2009-08-14 03:41:23 +00:00
MCValue.cpp Add MCSymbol::{print, dump} 2009-08-14 03:41:23 +00:00
TargetAsmParser.cpp llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00