Simplify some code.
[oota-llvm.git] / lib / MC /
2009-10-16 Daniel DunbarMC: Set symbol values in MachO MCStreamer.
2009-10-16 Daniel DunbarMinor formatting tweaks.
2009-10-16 Daniel DunbarMC: Switch assembler API to using MCExpr instead of...
2009-10-16 Daniel DunbarMC: Remove unneeded context argument to MCExpr::Evaluate*.
2009-10-16 Daniel DunbarMC: Tweak variable assignment diagnostics, and make...
2009-10-16 Daniel DunbarMC: When parsing a variable reference, substitute absol...
2009-10-16 Daniel DunbarMC: Move assembler variable values from MCContext to...
2009-10-16 Daniel DunbarMC: Switch MCContext value table to storing MCExprs.
2009-10-07 Kevin EnderbyFixed MCSectionMachO::ParseSectionSpecifier to allow...
2009-10-05 Edward O'CallaghanNo newline at end of files.
2009-09-20 Chris Lattnereliminate a use of strtoul.
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
2009-09-16 Chris LattnerBig change #1 for personality function references:
2009-09-16 Chris Lattneradd a helper method for creating MCSymbol and MCSymbolR...
2009-09-15 Chris Lattnerremove some horrible MAI hooks which fortunately turn...
2009-09-14 Daniel DunbarUpdate CMake.
2009-09-14 Chris LattnerChange MCAsmStreamer to take an MCInstPrinter instead...
2009-09-14 Chris Lattneradd a new MCInstPrinter class, move the (trivial) MCDis...
2009-09-13 Chris Lattner'printMCInst' doesn't print newlines after instructions...
2009-09-13 Chris Lattnerremove MAI::JumpTableSpecialLabelPrefix now that MAI
2009-09-13 Chris Lattnerfix MCSymbol printing on darwin to exactly match the...
2009-09-13 Chris LattnerMake the MC symbol printer and llvm::Mangler exactly...
2009-09-12 Chris Lattnereliminate the "MBBLabel" MCOperand type, and just use...
2009-09-11 Ted KremenekUpdate CMake files.
2009-09-09 Chris Lattnercanonicalize namespace gymnastics
2009-09-09 Sean CallananAdded an abstract superclass, MCDisassembler, for
2009-09-09 Chris Lattnerallow @ in symbol names without quoting the identifier...
2009-09-08 Chris Lattnerparenthesize symbol names that start with $, fixing...
2009-09-08 Chris LattnerPrint "X-42" instead of "X+-42".
2009-09-08 Chris Lattnermake formatting of expressions more closely match the...
2009-09-08 Chris Lattnertidy whitespace.
2009-09-03 Chris Lattnerfix MCSymbol printing to exactly match the normal mangl...
2009-09-03 Chris LattnerThread an MCAsmInfo pointer through the various MC...
2009-09-03 Chris Lattnerinline insertion operators.
2009-09-03 Chris Lattneroutput alignment value in hex so that we get:
2009-09-01 Daniel Dunbarllvm-mc: Store MCSymbolData value as a pointer (to...
2009-08-31 Daniel Dunbarllvm-mc: Pass values to MCStreamer as MCExprs, not...
2009-08-31 Daniel Dunbarllvm-mc: Simplify EmitAssignment ('.set' is identical...
2009-08-31 Daniel Dunbarllvm-mc: Switch MCInst to storing an MCExpr* instead...
2009-08-31 Daniel Dunbarllvm-mc: Make MCSymbolData symbol member const.
2009-08-31 Daniel Dunbarllvm-mc: Add MCContext to MCAssembler.
2009-08-31 Daniel Dunbarllvm-mc: Add MCExpr::{dump,print}.
2009-08-31 Daniel Dunbarllvm-mc: Switch MCExpr construction to using static...
2009-08-31 Daniel Dunbarllvm-mc: Move AsmExpr into MC lib (as MCExpr).
2009-08-30 Daniel Dunbarllvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol...
2009-08-28 Daniel Dunbarllvm-mc: .lsym is more unsupported than unimplemented...
2009-08-28 Daniel Dunbarllvm-mc: Support .comm emission.
2009-08-28 Daniel Dunbarllvm-mc: Support .zerofill emission.
2009-08-28 Daniel Dunbarllvm-mc: Tweak section alignment and size computation...
2009-08-28 Daniel Dunbarllvm-mc: Factor getSectionData out of SwitchSection.
2009-08-28 Daniel Dunbarllvm-mc: Emit .lcomm as .zerofill.
2009-08-28 Daniel Dunbarllvm-mc: Add const to EmitZeroFill section argument.
2009-08-28 Daniel Dunbarllvm-mc: Fix thinko in emitting values.
2009-08-27 Daniel Dunbarllvm-mc/Mach-O: Add MCCodeEmitter support, for encoding...
2009-08-27 Daniel Dunbarllvm-mc: Print encodings after the instruction, and...
2009-08-27 Daniel DunbarAdd {MCInst,MCOperand}::{print,dump}
2009-08-27 Daniel DunbarUpdate CMake
2009-08-27 Daniel Dunbarllvm-mc: Tweak MCCodeEmitter skeleton.
2009-08-27 Daniel DunbarSketch TargetRegistry support for MCCodeEmitter abstrac...
2009-08-27 Daniel DunbarTry to make MSVC just a little happier.
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Don't put assembler temporary labels...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Set .subsections_via_symbols flag properly.
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Add support for relocations.
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Move symbol indices into the MCSymbolDa...
2009-08-26 Daniel Dunbarllvm-mc: Add symbol entries for undefined symbols used...
2009-08-26 Daniel Dunbarllvm-mc: Change MCContext value table to take const...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Add section padding where needed (to...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Set addresses for symbols.
2009-08-26 Daniel Dunbarllvm-mc: Improve indirect symbol support (add the indir...
2009-08-25 Bill WendlingRevert last patch. We need to put this into TargetLower...
2009-08-25 Daniel Dunbarllvm-mc: Add statistic for number of fragments emitted...
2009-08-25 Bill WendlingAdd the #include here.
2009-08-25 Bill WendlingAdd a target asm info hook to specify that particular...
2009-08-24 Daniel Dunbarllvm-mc/Mach-O: Preliminary support for indirect symbols.
2009-08-24 Daniel Dunbarllvm-mc/Mach-O: Support symbol attributes.
2009-08-24 Daniel Dunbarllvm-mc: Tweak undefined symbol handling.
2009-08-24 Chris Lattnerprune the #includes in raw_ostream.h by moving a
2009-08-22 Benjamin KramerUpdate CMake build, unbreak linux build.
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris Lattnerrename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for...
2009-08-22 Chris Lattnermove the MCAsmInfo .cpp/.h files into the right
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-22 Chris Lattnerprune some redundant #includes.
2009-08-22 Chris Lattnertweak #includes
2009-08-22 Daniel Dunbarllvm-mc/Mach-O: Improve symbol table support:
2009-08-22 Daniel Dunbarllvm-mc/Mach-O: Sketch symbol table support.
2009-08-22 Daniel Dunbarllvm-mc/Mach-O: Move more logic for writing the Mach...
2009-08-22 Daniel Dunbarllvm-mc: Rename / redefine MCFragment::FileOffset to...
2009-08-22 Daniel Dunbarllvm-mc: Clean up some handling of symbol/section assoc...
2009-08-21 Daniel Dunbarllvm-mc/Mach-O: Support .o emission for .org and .align.
2009-08-21 Daniel Dunbarllvm-mc/Mach-O: Support byte and fill value emission.
2009-08-21 Benjamin KramerUpdate CMakeLists.
2009-08-21 Daniel Dunbarllvm-mc: Start MCAssembler and MCMachOStreamer.
2009-08-19 Chris Lattnerfix asmstreaming of 2/4 byte elements with pow-2 alignm...
2009-08-19 Chris Lattnerswitch asmprinter to emit alignments through OutStreamer.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-18 Chris Lattnernull streamer needs to maintain the current section...
2009-08-18 Chris LattnerMake AsmStreamer maintain a notion of the current secti...
2009-08-17 Chris Lattnerchange AsmPrinter to switch sections using AsmStreamer...
2009-08-17 Chris Lattnergive MCAsmStreamer a TargetAsmInfo.
next