| Age | Commit message (Expand) | Author |
| 2010-01-15 | unbreak the build, grr symlinks. | Chris Lattner |
| 2010-01-15 | extend MCAsmParser::ParseExpression and ParseParenExpression | Chris Lattner |
| 2010-01-13 | tidy | Chris Lattner |
| 2010-01-13 | expose a static function as a static method on the MCSymbol class. | Chris Lattner |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2009-11-06 | Pass StringRef by value. | Daniel Dunbar |
| 2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
| 2009-10-19 | add a twine version of MCContext::GetOrCreateSymbol. | Chris Lattner |
| 2009-10-16 | MC: Set symbol values in MachO MCStreamer. | Daniel Dunbar |
| 2009-10-16 | Minor formatting tweaks. | 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-10-16 | MC: Tweak variable assignment diagnostics, and make reassignment of non-absolute | Daniel Dunbar |
| 2009-10-16 | MC: When parsing a variable reference, substitute absolute variables immediately | Daniel Dunbar |
| 2009-10-16 | MC: Move assembler variable values from MCContext to MCSymbol. | Daniel Dunbar |
| 2009-10-16 | MC: Switch MCContext value table to storing MCExprs. | Daniel Dunbar |
| 2009-10-07 | Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" so | Kevin Enderby |
| 2009-10-05 | No newline at end of files. | Edward O'Callaghan |
| 2009-09-20 | eliminate a use of strtoul. | Chris Lattner |
| 2009-09-18 | Allow symbols to start from the digit if target requests it. This allows, e.g... | Anton Korobeynikov |
| 2009-09-16 | Big change #1 for personality function references: | Chris Lattner |
| 2009-09-16 | add a helper method for creating MCSymbol and MCSymbolRefExpr at | Chris Lattner |
| 2009-09-15 | remove some horrible MAI hooks which fortunately turn out to be always empty. | Chris Lattner |
| 2009-09-14 | Update CMake. | Daniel Dunbar |
| 2009-09-14 | Change MCAsmStreamer to take an MCInstPrinter instead of a | Chris Lattner |
| 2009-09-14 | add 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-13 | remove MAI::JumpTableSpecialLabelPrefix now that MAI | Chris Lattner |
| 2009-09-13 | fix MCSymbol printing on darwin to exactly match the mangler (handling of \n ... | Chris Lattner |
| 2009-09-13 | Make the MC symbol printer and llvm::Mangler exactly agree on mangling | Chris Lattner |
| 2009-09-12 | eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for | Chris Lattner |
| 2009-09-11 | Update CMake files. | Ted Kremenek |
| 2009-09-09 | canonicalize namespace gymnastics | Chris Lattner |
| 2009-09-09 | Added an abstract superclass, MCDisassembler, for | Sean Callanan |
| 2009-09-09 | allow @ in symbol names without quoting the identifier. This | Chris Lattner |
| 2009-09-08 | parenthesize symbol names that start with $, fixing X86/dollar-name.ll with | Chris Lattner |
| 2009-09-08 | Print "X-42" instead of "X+-42". | Chris Lattner |
| 2009-09-08 | make formatting of expressions more closely match the existing asmprinter. | Chris Lattner |
| 2009-09-08 | tidy whitespace. | Chris Lattner |
| 2009-09-03 | fix MCSymbol printing to exactly match the normal mangler rules so | Chris Lattner |
| 2009-09-03 | Thread an MCAsmInfo pointer through the various MC printing APIs, | Chris Lattner |
| 2009-09-03 | inline insertion operators. | Chris Lattner |
| 2009-09-03 | output alignment value in hex so that we get: | Chris Lattner |
| 2009-09-01 | llvm-mc: Store MCSymbolData value as a pointer (to make MSVC happy). | 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 |