Age | Commit message (Expand) | Author |
2010-03-22 | MC/Mach-O: Factor out getOrCreateDataFragment(). | Daniel Dunbar |
2010-03-19 | MC: Sink code emitter into MCAssembler. | Daniel Dunbar |
2010-03-14 | MC: Fix a crash on invalid, attempting to evaluate undefined symbols. | Daniel Dunbar |
2010-03-12 | MC: Add MCAssembler::addFixup, which enforces that fixups are added in order. | Daniel Dunbar |
2010-03-11 | MC: Provide MCAssembler with a TargetAsmBackend. | Daniel Dunbar |
2010-03-10 | MC: Move the backend section and symbol data maps to MCAssembler. | Daniel Dunbar |
2010-03-10 | Remove unneeded includes. | Daniel Dunbar |
2010-02-23 | This is the first patch to put the needed bits in place to eventually allow code | Kevin Enderby |
2010-02-22 | MC/Mach-O: Remove non-sensical comment, and add a missing AddValueSymbols call. | Daniel Dunbar |
2010-02-13 | MC/Mach-O: Start emitting fixups/relocations for instructions. | Daniel Dunbar |
2010-02-13 | MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size. | Daniel Dunbar |
2010-02-13 | MC/Mach-O: Implement EmitValue using data fragments + fixups instead of fill ... | Daniel Dunbar |
2010-02-09 | MC: First cut at MCFixup, for getting fixup/relocation information out of an ... | Daniel Dunbar |
2010-02-08 | add scaffolding for target-specific MCExprs. | Chris Lattner |
2010-02-02 | MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. | Daniel Dunbar |
2010-01-25 | mcstreamerize gprel32 emission. | Chris Lattner |
2010-01-25 | mcstreamerize .file and .file. This also fixes an issue where the | Chris Lattner |
2010-01-25 | add symbol attribute support for the ELF .type directive. | Chris Lattner |
2010-01-25 | emit the .size directive for global variables on ELF through | Chris Lattner |
2010-01-23 | mcize lcomm, simplify .comm, extend both to support 64-bit sizes. | Chris Lattner |
2010-01-23 | move the various directive enums out of the MCStreamer class | Chris Lattner |
2010-01-23 | mcstreamerize .no_dead_strip and .reference for static ctors/dtors. | Chris Lattner |
2010-01-19 | Generalize mcasmstreamer data emission APIs to take an address space | Chris Lattner |
2010-01-17 | Add a note for the macho streamer and remove a used of the mangler from the s... | Nate Begeman |
2009-11-06 | Pass StringRef by value. | Daniel Dunbar |
2009-10-16 | MC: Set symbol values in MachO MCStreamer. | Daniel Dunbar |
2009-10-16 | MC: Switch assembler API to using MCExpr instead of MCValue. | Daniel Dunbar |
2009-10-16 | MC: Remove unneeded context argument to MCExpr::Evaluate*. | Daniel Dunbar |
2009-08-31 | llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. | Daniel Dunbar |
2009-08-31 | llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). | Daniel Dunbar |
2009-08-31 | llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. | Daniel Dunbar |
2009-08-31 | llvm-mc: Make MCSymbolData symbol member const. | Daniel Dunbar |
2009-08-31 | llvm-mc: Add MCContext to MCAssembler. | Daniel Dunbar |
2009-08-30 | llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f... | Daniel Dunbar |
2009-08-28 | llvm-mc: .lsym is more unsupported than unimplemented, pending a use case app... | Daniel Dunbar |
2009-08-28 | llvm-mc: Support .comm emission. | Daniel Dunbar |
2009-08-28 | llvm-mc: Support .zerofill emission. | Daniel Dunbar |
2009-08-28 | llvm-mc: Factor getSectionData out of SwitchSection. | Daniel Dunbar |
2009-08-28 | llvm-mc: Emit .lcomm as .zerofill. | Daniel Dunbar |
2009-08-28 | llvm-mc: Add const to EmitZeroFill section argument. | Daniel Dunbar |
2009-08-27 | llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions. | Daniel Dunbar |
2009-08-26 | llvm-mc/Mach-O: Set .subsections_via_symbols flag properly. | Daniel Dunbar |
2009-08-26 | llvm-mc: Add symbol entries for undefined symbols used in .fill and .org. | Daniel Dunbar |
2009-08-26 | llvm-mc/Mach-O: Set addresses for symbols. | Daniel Dunbar |
2009-08-26 | llvm-mc: Improve indirect symbol support (add the indirect index table). | Daniel Dunbar |
2009-08-24 | llvm-mc/Mach-O: Preliminary support for indirect symbols. | Daniel Dunbar |
2009-08-24 | llvm-mc/Mach-O: Support symbol attributes. | Daniel Dunbar |
2009-08-22 | prune some redundant #includes. | Chris Lattner |
2009-08-22 | llvm-mc/Mach-O: Improve symbol table support: | Daniel Dunbar |
2009-08-22 | llvm-mc/Mach-O: Sketch symbol table support. | Daniel Dunbar |