1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/tools/llvm-mc
Daniel Dunbar bc61205626 llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported for now.
- Switch Emit{CommonSymbol,Zerofill} to take alignment in bytes (for consistency).

llvm-svn: 80484
2009-08-30 06:17:16 +00:00
..
AsmCond.h Always initialize AsmConds. 2009-08-08 11:26:50 +00:00
AsmExpr.cpp llvm-mc: Make MCValue take const MCSymbol*s. 2009-08-26 09:16:46 +00:00
AsmExpr.h llvm-mc: Add some more doxyments. 2009-07-01 15:14:50 +00:00
AsmLexer.cpp llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs. 2009-08-14 02:18:40 +00:00
AsmLexer.h Make the big switch: Change MCSectionMachO to represent a section *semantically* 2009-08-10 01:39:42 +00:00
AsmParser.cpp llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported for now. 2009-08-30 06:17:16 +00:00
AsmParser.h llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text 2009-08-26 22:49:51 +00:00
CMakeLists.txt Update CMakeLists 2009-07-28 22:46:39 +00:00
llvm-mc.cpp llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions. 2009-08-27 08:17:51 +00:00
Makefile Don't install llvm-mc by default. 2009-08-21 07:28:33 +00:00