aboutsummaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)Author
2010-01-15unbreak the build, grr symlinks.Chris Lattner
2010-01-15extend MCAsmParser::ParseExpression and ParseParenExpressionChris Lattner
2010-01-13tidyChris Lattner
2010-01-13expose a static function as a static method on the MCSymbol class.Chris Lattner
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-10-19add a twine version of MCContext::GetOrCreateSymbol.Chris Lattner
2009-10-16MC: Set symbol values in MachO MCStreamer.Daniel Dunbar
2009-10-16Minor formatting tweaks.Daniel Dunbar
2009-10-16MC: Switch assembler API to using MCExpr instead of MCValue.Daniel Dunbar
2009-10-16MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar
2009-10-16MC: Tweak variable assignment diagnostics, and make reassignment of non-absoluteDaniel Dunbar
2009-10-16MC: When parsing a variable reference, substitute absolute variables immediatelyDaniel Dunbar
2009-10-16MC: Move assembler variable values from MCContext to MCSymbol.Daniel Dunbar
2009-10-16MC: Switch MCContext value table to storing MCExprs.Daniel Dunbar
2009-10-07Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" soKevin Enderby
2009-10-05No newline at end of files.Edward O'Callaghan
2009-09-20eliminate a use of strtoul.Chris Lattner
2009-09-18Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov
2009-09-16Big change #1 for personality function references:Chris Lattner
2009-09-16add a helper method for creating MCSymbol and MCSymbolRefExpr atChris Lattner
2009-09-15remove some horrible MAI hooks which fortunately turn out to be always empty.Chris Lattner
2009-09-14Update CMake.Daniel Dunbar
2009-09-14Change MCAsmStreamer to take an MCInstPrinter instead of a Chris Lattner
2009-09-14add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline.Chris Lattner
2009-09-13'printMCInst' doesn't print newlines after instructions anymore.Chris Lattner
2009-09-13remove MAI::JumpTableSpecialLabelPrefix now that MAI Chris Lattner
2009-09-13fix MCSymbol printing on darwin to exactly match the mangler (handling of \n ...Chris Lattner
2009-09-13Make the MC symbol printer and llvm::Mangler exactly agree on manglingChris Lattner
2009-09-12eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol forChris Lattner
2009-09-11Update CMake files.Ted Kremenek
2009-09-09canonicalize namespace gymnasticsChris Lattner
2009-09-09Added an abstract superclass, MCDisassembler, forSean Callanan
2009-09-09allow @ in symbol names without quoting the identifier. This Chris Lattner
2009-09-08parenthesize symbol names that start with $, fixing X86/dollar-name.ll withChris Lattner
2009-09-08Print "X-42" instead of "X+-42".Chris Lattner
2009-09-08make formatting of expressions more closely match the existing asmprinter.Chris Lattner
2009-09-08tidy whitespace.Chris Lattner
2009-09-03fix MCSymbol printing to exactly match the normal mangler rules soChris Lattner
2009-09-03Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner
2009-09-03inline insertion operators.Chris Lattner
2009-09-03output alignment value in hex so that we get:Chris Lattner
2009-09-01llvm-mc: Store MCSymbolData value as a pointer (to make MSVC happy).Daniel Dunbar
2009-08-31llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.Daniel Dunbar
2009-08-31llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').Daniel Dunbar
2009-08-31llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.Daniel Dunbar