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