summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
...
* llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar2009-08-31
* llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar2009-08-30
* llvm-mc: .lsym is more unsupported than unimplemented, pending a use case app...Daniel Dunbar2009-08-28
* llvm-mc: Support .comm emission.Daniel Dunbar2009-08-28
* llvm-mc: Support .zerofill emission.Daniel Dunbar2009-08-28
* llvm-mc: Tweak section alignment and size computation to match 'as' closer.Daniel Dunbar2009-08-28
* llvm-mc: Factor getSectionData out of SwitchSection.Daniel Dunbar2009-08-28
* llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar2009-08-28
* llvm-mc: Add const to EmitZeroFill section argument.Daniel Dunbar2009-08-28
* llvm-mc: Fix thinko in emitting values.Daniel Dunbar2009-08-28
* llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.Daniel Dunbar2009-08-27
* llvm-mc: Print encodings after the instruction, and only when we have an asmDaniel Dunbar2009-08-27
* Add {MCInst,MCOperand}::{print,dump}Daniel Dunbar2009-08-27
* Update CMakeDaniel Dunbar2009-08-27
* llvm-mc: Tweak MCCodeEmitter skeleton.Daniel Dunbar2009-08-27
* Sketch TargetRegistry support for MCCodeEmitter abstract interface.Daniel Dunbar2009-08-27
* Try to make MSVC just a little happier.Daniel Dunbar2009-08-27
* llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Add support for relocations.Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Move symbol indices into the MCSymbolData structure.Daniel Dunbar2009-08-26
* llvm-mc: Add symbol entries for undefined symbols used in .fill and .org.Daniel Dunbar2009-08-26
* llvm-mc: Change MCContext value table to take const MCSymbol*s.Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Add section padding where needed (to align the next section).Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Set addresses for symbols.Daniel Dunbar2009-08-26
* llvm-mc: Improve indirect symbol support (add the indirect index table).Daniel Dunbar2009-08-26
* Revert last patch. We need to put this into TargetLowering. There will be a lotBill Wendling2009-08-25
* llvm-mc: Add statistic for number of fragments emitted by the assembler.Daniel Dunbar2009-08-25
* Add the #include here.Bill Wendling2009-08-25
* Add a target asm info hook to specify that particular bits of data in the FDEBill Wendling2009-08-25
* llvm-mc/Mach-O: Preliminary support for indirect symbols.Daniel Dunbar2009-08-24
* llvm-mc/Mach-O: Support symbol attributes.Daniel Dunbar2009-08-24
* llvm-mc: Tweak undefined symbol handling.Daniel Dunbar2009-08-24
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-24
* Update CMake build, unbreak linux build.Benjamin Kramer2009-08-22
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner2009-08-22
* move the MCAsmInfo .cpp/.h files into the right Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* prune some redundant #includes.Chris Lattner2009-08-22
* tweak #includesChris Lattner2009-08-22
* llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar2009-08-22
* llvm-mc/Mach-O: Sketch symbol table support.Daniel Dunbar2009-08-22
* llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writerDaniel Dunbar2009-08-22
* llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (theDaniel Dunbar2009-08-22
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-22
* llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar2009-08-21
* llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar2009-08-21
* Update CMakeLists.Benjamin Kramer2009-08-21
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-21