summaryrefslogtreecommitdiff
path: root/include/llvm/MC
Commit message (Expand)AuthorAge
* default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCI...Chris Lattner2009-09-11
* MC: Give target specific parsers access to the MCStreamer.Daniel Dunbar2009-09-10
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-09
* Added an abstract superclass, MCDisassembler, forSean Callanan2009-09-09
* add a gross hack to get "SrcLine" comments to show up with theChris Lattner2009-09-09
* Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' inKevin Enderby2009-09-04
* Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation ofKevin Enderby2009-09-04
* Removed the non-target independent AsmToken::Register enum constantKevin Enderby2009-09-03
* Thread an MCAsmInfo pointer through the various MC printing APIs, 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: Remove MCAsmParser::Parse[Paren]RelocatableExpression.Daniel Dunbar2009-08-31
* llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.Daniel Dunbar2009-08-31
* llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr.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 MCAsmParser::getContext.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
* llvm-mc: Add some doxyment markers.Daniel Dunbar2009-08-31
* llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar2009-08-31
* Tweak comment.Daniel Dunbar2009-08-30
* llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar2009-08-30
* 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: Emit .lcomm as .zerofill.Daniel Dunbar2009-08-28
* llvm-mc: Add const to EmitZeroFill section argument.Daniel Dunbar2009-08-28
* llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.Daniel Dunbar2009-08-27
* Add {MCInst,MCOperand}::{print,dump}Daniel Dunbar2009-08-27
* llvm-mc: Tweak MCCodeEmitter skeleton.Daniel Dunbar2009-08-27
* Add missing declarations.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: Change MCContext value table to take const MCSymbol*s.Daniel Dunbar2009-08-26
* llvm-mc: Make MCValue 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: Add MCSection::isDefined()Daniel Dunbar2009-08-26
* Revert last patch. We need to put this into TargetLowering. There will be a lotBill Wendling2009-08-25
* Comment formatting. Removing of unused #include and type forwarding.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
* fix a build error on the clang-i686-linux tester.Chris Lattner2009-08-22