summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAssembler.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* MC/Mach-O: Initial x86_64 support.Daniel Dunbar2010-03-131-45/+80
* MC/Mach-O: PCrel relocations weren't using the right base address, they areDaniel Dunbar2010-03-131-1/+1
* MC/Mach-O: Implement initial support for relaxation.Daniel Dunbar2010-03-121-9/+117
* MC: Factor out MCAssembler::EvaluateFixup, and simplify.Daniel Dunbar2010-03-121-33/+52
* MC/Mach-O: Add MCSymbolData::getAddress() utility.Daniel Dunbar2010-03-111-4/+4
* MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse...Daniel Dunbar2010-03-111-2/+8
* MC/Mach-O: Start passing in the basic MCAsmLayout object.Daniel Dunbar2010-03-111-13/+14
* MC: Provide MCAssembler with a TargetAsmBackend.Daniel Dunbar2010-03-111-2/+3
* MC/Mach-O: Use the MCAssembler symbol map instead of reconstructing.Daniel Dunbar2010-03-101-32/+17
* MC/Mach-O: Resolve a FIXME; these relocation types are no longer semanticaly ...Daniel Dunbar2010-03-101-3/+5
* MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is...Daniel Dunbar2010-03-101-8/+11
* MC/Mach-O: For PCrel relocations, we need to compensate for the PCrel adjustm...Daniel Dunbar2010-03-091-5/+9
* MC/Mach-O: Also set the PCrel bit in the second half of paired relocation ent...Daniel Dunbar2010-03-091-4/+2
* MC/Mach-O: Don't generate relocations for PCrel fixups to local labels.Daniel Dunbar2010-03-091-9/+19
* MC/Mach-O: Tweak .dump() formatting.Daniel Dunbar2010-03-091-4/+4
* MC/Mach-O: Don't adjust section sizes when aligning zero fill sections, just ...Daniel Dunbar2010-03-091-5/+1
* MC/Macho-O: Align the zerofill section itself to the maximum alignment.Daniel Dunbar2010-03-081-0/+10
* MC/Mach-O: Fix address compution for zero fill sections.Daniel Dunbar2010-03-081-2/+2
* MC/Mach-O: Error out instead of crashing on invalid scattered relocation expr...Daniel Dunbar2010-03-081-2/+11
* This is the second patch to allow x86 code to be aligned with optimal nops.Kevin Enderby2010-02-231-2/+47
* This is the first patch to put the needed bits in place to eventually allow codeKevin Enderby2010-02-231-0/+23
* MC/Mach-O: Update fixup values for change to X86 offsets.Daniel Dunbar2010-02-171-6/+4
* Pacify gcc-4.5, which warns (correctly) that these switches haveDuncan Sands2010-02-171-2/+2
* MCAssembler: Fix pcrel relocations. Oh and,Daniel Dunbar2010-02-131-2/+23
* MC/Mach-O: Start emitting fixups/relocations for instructions.Daniel Dunbar2010-02-131-0/+7
* MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size.Daniel Dunbar2010-02-131-8/+20
* MCAssembler: Sink fixup list into MCDataFragment.Daniel Dunbar2010-02-131-15/+18
* MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic e...Daniel Dunbar2010-02-131-47/+5
* MCAssembler: Start applying fixups in the data section.Daniel Dunbar2010-02-131-1/+19
* MCAssembler: Add assorted dump() methods.Daniel Dunbar2010-02-131-0/+144
* MC: Move assembler-backend's fixup list into the fragment.Daniel Dunbar2010-02-111-40/+22
* MC: Move MCSectionData::Fixup out to MCAsmFixup.Daniel Dunbar2010-02-111-8/+7
* llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor...Daniel Dunbar2010-02-091-4/+4
* MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.Daniel Dunbar2010-02-021-2/+7
* Add a new top-level MachO.h file for manifest constants, fixing Chris Lattner2010-02-021-3/+3
* Remove this fixme, looking at the linker source, all targets pad to 4 bytes.Nate Begeman2010-01-191-2/+0
* Pass StringRef by value.Daniel Dunbar2009-11-061-1/+1
* Minor formatting tweaks.Daniel Dunbar2009-10-161-24/+24
* MC: Switch assembler API to using MCExpr instead of MCValue.Daniel Dunbar2009-10-161-19/+39
* 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-5/+5
* llvm-mc: Add MCContext to MCAssembler.Daniel Dunbar2009-08-311-3/+2
* llvm-mc: Support .comm emission.Daniel Dunbar2009-08-281-12/+34
* llvm-mc: Support .zerofill emission.Daniel Dunbar2009-08-281-3/+64
* llvm-mc: Tweak section alignment and size computation to match 'as' closer.Daniel Dunbar2009-08-281-20/+42
* llvm-mc: Fix thinko in emitting values.Daniel Dunbar2009-08-281-1/+1
* Try to make MSVC just a little happier.Daniel Dunbar2009-08-271-2/+2
* llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2009-08-261-0/+8
* llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.Daniel Dunbar2009-08-261-9/+21
* llvm-mc/Mach-O: Add support for relocations.Daniel Dunbar2009-08-261-13/+225
OpenPOWER on IntegriCloud