aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCAssembler.h
Commit message (Expand)AuthorAgeFilesLines
* Add some parens and silence a warning.Benjamin Kramer2010-03-131-1/+1
* MC/Mach-O: Implement initial support for relaxation.Daniel Dunbar2010-03-121-0/+8
* MC: Factor out MCAssembler::EvaluateFixup, and simplify.Daniel Dunbar2010-03-121-0/+21
* MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs...Daniel Dunbar2010-03-121-5/+6
* MC: Add MCAssembler::addFixup, which enforces that fixups are added in order.Daniel Dunbar2010-03-121-0/+7
* MC/Mach-O: Add MCSymbolData::getAddress() utility.Daniel Dunbar2010-03-111-0/+5
* MC: Sketch initial MCAsmLayout class, which encapsulates the current layout o...Daniel Dunbar2010-03-111-0/+2
* MC: Provide MCAssembler with a TargetAsmBackend.Daniel Dunbar2010-03-111-1/+4
* MC: Move the backend section and symbol data maps to MCAssembler.Daniel Dunbar2010-03-101-0/+49
* This is the first patch to put the needed bits in place to eventually allow codeKevin Enderby2010-02-231-2/+8
* MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size.Daniel Dunbar2010-02-131-4/+5
* MCAssembler: Sink fixup list into MCDataFragment.Daniel Dunbar2010-02-131-39/+23
* MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic e...Daniel Dunbar2010-02-131-4/+4
* MCAssembler: Start applying fixups in the data section.Daniel Dunbar2010-02-131-9/+6
* MCAssembler: Add assorted dump() methods.Daniel Dunbar2010-02-131-31/+49
* MC: Move assembler-backend's fixup list into the fragment.Daniel Dunbar2010-02-111-45/+52
* MC: Move MCSectionData::Fixup out to MCAsmFixup.Daniel Dunbar2010-02-111-32/+35
* MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.Daniel Dunbar2010-02-021-1/+8
* Fix a bunch of little errors that Clang complains about when its being pedanticDouglas Gregor2009-12-191-1/+1
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* MC: Switch assembler API to using MCExpr instead of MCValue.Daniel Dunbar2009-10-161-15/+13
* llvm-mc: Store MCSymbolData value as a pointer (to make MSVC happy).Daniel Dunbar2009-09-011-2/+2
* llvm-mc: Make MCSymbolData symbol member const.Daniel Dunbar2009-08-311-3/+3
* llvm-mc: Add MCContext to MCAssembler.Daniel Dunbar2009-08-311-1/+6
* llvm-mc: Support .comm emission.Daniel Dunbar2009-08-281-1/+36
* llvm-mc: Support .zerofill emission.Daniel Dunbar2009-08-281-1/+37
* llvm-mc: Tweak section alignment and size computation to match 'as' closer.Daniel Dunbar2009-08-281-5/+1
* Try to make MSVC just a little happier.Daniel Dunbar2009-08-271-2/+2
* llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.Daniel Dunbar2009-08-261-0/+10
* llvm-mc/Mach-O: Add support for relocations.Daniel Dunbar2009-08-261-0/+68
* llvm-mc/Mach-O: Move symbol indices into the MCSymbolData structure.Daniel Dunbar2009-08-261-2/+11
* llvm-mc/Mach-O: Add section padding where needed (to align the next section).Daniel Dunbar2009-08-261-4/+17
* llvm-mc/Mach-O: Set addresses for symbols.Daniel Dunbar2009-08-261-1/+19
* llvm-mc/Mach-O: Preliminary support for indirect symbols.Daniel Dunbar2009-08-241-0/+32
* llvm-mc/Mach-O: Support symbol attributes.Daniel Dunbar2009-08-241-6/+22
* llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar2009-08-221-0/+11
* llvm-mc/Mach-O: Sketch symbol table support.Daniel Dunbar2009-08-221-2/+56
* llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writerDaniel Dunbar2009-08-221-10/+0
* llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (theDaniel Dunbar2009-08-221-9/+8
* Make MSVC happy.Daniel Dunbar2009-08-211-0/+1
* llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar2009-08-211-17/+11
* llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar2009-08-211-10/+246
* Fix build on platforms where stdint.h is not implicitly included in the stand...Benjamin Kramer2009-08-211-0/+1
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-211-0/+137