summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCMachOStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always needDaniel Dunbar2010-03-251-2/+8
* MC: Switch to using MCInst fragments to do relaxation.Daniel Dunbar2010-03-231-0/+28
* MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particula...Daniel Dunbar2010-03-231-4/+11
* MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target depen...Daniel Dunbar2010-03-231-2/+1
* MC: Add MCInstFragment, not used yet.Daniel Dunbar2010-03-221-0/+3
* MC/Mach-O: Factor out getOrCreateDataFragment().Daniel Dunbar2010-03-221-16/+18
* MC: Sink code emitter into MCAssembler.Daniel Dunbar2010-03-191-6/+2
* MC: Fix a crash on invalid, attempting to evaluate undefined symbols.Daniel Dunbar2010-03-141-1/+1
* MC: Add MCAssembler::addFixup, which enforces that fixups are added in order.Daniel Dunbar2010-03-121-6/+4
* MC: Provide MCAssembler with a TargetAsmBackend.Daniel Dunbar2010-03-111-5/+6
* MC: Move the backend section and symbol data maps to MCAssembler.Daniel Dunbar2010-03-101-30/+11
* Remove unneeded includes.Daniel Dunbar2010-03-101-1/+0
* This is the first patch to put the needed bits in place to eventually allow codeKevin Enderby2010-02-231-1/+16
* MC/Mach-O: Remove non-sensical comment, and add a missing AddValueSymbols call.Daniel Dunbar2010-02-221-3/+1
* MC/Mach-O: Start emitting fixups/relocations for instructions.Daniel Dunbar2010-02-131-2/+13
* MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size.Daniel Dunbar2010-02-131-1/+2
* MC/Mach-O: Implement EmitValue using data fragments + fixups instead of fill ...Daniel Dunbar2010-02-131-1/+17
* MC: First cut at MCFixup, for getting fixup/relocation information out of an ...Daniel Dunbar2010-02-091-1/+2
* add scaffolding for target-specific MCExprs.Chris Lattner2010-02-081-0/+1
* MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.Daniel Dunbar2010-02-021-2/+2
* mcstreamerize gprel32 emission.Chris Lattner2010-01-251-4/+3
* mcstreamerize .file and .file. This also fixes an issue where theChris Lattner2010-01-251-0/+8
* add symbol attribute support for the ELF .type directive.Chris Lattner2010-01-251-0/+6
* emit the .size directive for global variables on ELF throughChris Lattner2010-01-251-0/+3
* mcize lcomm, simplify .comm, extend both to support 64-bit sizes.Chris Lattner2010-01-231-2/+5
* move the various directive enums out of the MCStreamer classChris Lattner2010-01-231-32/+20
* mcstreamerize .no_dead_strip and .reference for static ctors/dtors.Chris Lattner2010-01-231-0/+1
* Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner2010-01-191-5/+6
* Add a note for the macho streamer and remove a used of the mangler from the s...Nate Begeman2010-01-171-0/+2
* Pass StringRef by value.Daniel Dunbar2009-11-061-2/+2
* MC: Set symbol values in MachO MCStreamer.Daniel Dunbar2009-10-161-1/+3
* MC: Switch assembler API to using MCExpr instead of MCValue.Daniel Dunbar2009-10-161-12/+2
* MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar2009-10-161-2/+1
* llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.Daniel Dunbar2009-08-311-16/+20
* llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').Daniel Dunbar2009-08-311-5/+2
* llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.Daniel Dunbar2009-08-311-2/+27
* llvm-mc: Make MCSymbolData symbol member const.Daniel Dunbar2009-08-311-1/+1
* llvm-mc: Add MCContext to MCAssembler.Daniel Dunbar2009-08-311-1/+1
* llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar2009-08-301-14/+6
* llvm-mc: .lsym is more unsupported than unimplemented, pending a use case app...Daniel Dunbar2009-08-281-5/+5
* llvm-mc: Support .comm emission.Daniel Dunbar2009-08-281-2/+7
* llvm-mc: Support .zerofill emission.Daniel Dunbar2009-08-281-1/+21
* llvm-mc: Factor getSectionData out of SwitchSection.Daniel Dunbar2009-08-281-7/+11
* llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar2009-08-281-3/+2
* llvm-mc: Add const to EmitZeroFill section argument.Daniel Dunbar2009-08-281-2/+2
* llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.Daniel Dunbar2009-08-271-5/+24
* llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.Daniel Dunbar2009-08-261-1/+8
* llvm-mc: Add symbol entries for undefined symbols used in .fill and .org.Daniel Dunbar2009-08-261-2/+10
* llvm-mc/Mach-O: Set addresses for symbols.Daniel Dunbar2009-08-261-0/+1
* llvm-mc: Improve indirect symbol support (add the indirect index table).Daniel Dunbar2009-08-261-0/+2
OpenPOWER on IntegriCloud