This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-18 10:31:57 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
b2d7336fde
llvm-6502
/
lib
/
MC
History
Rafael Espindola
450a5a1207
Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@130658
91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-01 15:44:13 +00:00
..
MCDisassembler
Give MC/MCDisassembler/Disassembler.h a header guard.
2011-04-24 15:46:56 +00:00
MCParser
MC/AsmParser: Generalize a check.
2011-04-29 17:53:11 +00:00
CMakeLists.txt
ELFObjectWriter.cpp
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
2011-05-01 03:50:49 +00:00
ELFObjectWriter.h
MachObjectWriter.cpp
MC/Mach-O: Update getSymbolAddress() to support evaluation of variables.
2011-04-29 18:13:42 +00:00
Makefile
MCAsmInfo.cpp
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
2011-05-01 03:50:49 +00:00
MCAsmInfoCOFF.cpp
MCAsmInfoDarwin.cpp
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
2011-05-01 03:50:49 +00:00
MCAsmStreamer.cpp
GCC uses a different encoding of pointers in the FDE when using
2011-05-01 04:49:54 +00:00
MCAssembler.cpp
MCAsmLayout: Add support for computing the symbol offset of variables. Not
2011-04-29 18:20:20 +00:00
MCCodeEmitter.cpp
MCContext.cpp
Make the StringMaps attached to MCContext use the MCContext's allocator;
2011-04-18 05:02:31 +00:00
MCDisassembler.cpp
MCDwarf.cpp
GCC uses a different encoding of pointers in the FDE when using
2011-05-01 04:49:54 +00:00
MCELF.cpp
MCELF.h
MCELFObjectTargetWriter.cpp
MCELFStreamer.cpp
GCC uses a different encoding of pointers in the FDE when using
2011-05-01 04:49:54 +00:00
MCELFStreamer.h
MCExpr.cpp
MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semantics
2011-04-29 18:00:03 +00:00
MCInst.cpp
MCInstPrinter.cpp
MCLabel.cpp
MCLoggingStreamer.cpp
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
2011-05-01 03:50:49 +00:00
MCMachObjectTargetWriter.cpp
MCMachOStreamer.cpp
Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.
2011-05-01 15:44:13 +00:00
MCNullStreamer.cpp
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
2011-05-01 03:50:49 +00:00
MCObjectStreamer.cpp
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
2011-05-01 03:50:49 +00:00
MCObjectWriter.cpp
MCPureStreamer.cpp
MCSection.cpp
MCSectionCOFF.cpp
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
2011-05-01 03:50:49 +00:00
MCSymbol.cpp
MC: Change variable symbols to be recognized as defined, by assigning their sections based on FindAssociatedSection().
2011-04-29 18:20:17 +00:00
MCValue.cpp
TargetAsmBackend.cpp
WinCOFFObjectWriter.cpp
Fix relative relocations. This is sufficient for running the rust testsuite with
2011-04-21 18:36:50 +00:00
WinCOFFStreamer.cpp