| Commit message (Expand) | Author | Age | Files | Lines |
* | add a twine version of MCContext::GetOrCreateSymbol. | Chris Lattner | 2009-10-19 | 1 | -0/+2 |
* | Minor formatting tweaks. | Daniel Dunbar | 2009-10-16 | 1 | -3/+1 |
* | MC: Switch assembler API to using MCExpr instead of MCValue. | Daniel Dunbar | 2009-10-16 | 1 | -15/+13 |
* | MC: Remove unneeded context argument to MCExpr::Evaluate*. | Daniel Dunbar | 2009-10-16 | 1 | -2/+2 |
* | MC: Move assembler variable values from MCContext to MCSymbol. | Daniel Dunbar | 2009-10-16 | 2 | -30/+28 |
* | MC: Switch MCContext value table to storing MCExprs. | Daniel Dunbar | 2009-10-16 | 1 | -11/+19 |
* | Allow symbols to start from the digit if target requests it. This allows, e.g... | Anton Korobeynikov | 2009-09-18 | 1 | -0/+7 |
* | Big change #1 for personality function references: | Chris Lattner | 2009-09-16 | 1 | -20/+0 |
* | add a helper method for creating MCSymbol and MCSymbolRefExpr at | Chris Lattner | 2009-09-16 | 1 | -1/+5 |
* | remove some horrible MAI hooks which fortunately turn out to be always empty. | Chris Lattner | 2009-09-15 | 1 | -24/+0 |
* | Change MCAsmStreamer to take an MCInstPrinter instead of a | Chris Lattner | 2009-09-14 | 1 | -4/+3 |
* | Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinter | Chris Lattner | 2009-09-14 | 1 | -1/+5 |
* | add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline. | Chris Lattner | 2009-09-14 | 2 | -1/+34 |
* | second part to r81695, I missed a directory. | Chris Lattner | 2009-09-13 | 1 | -7/+0 |
* | eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for | Chris Lattner | 2009-09-12 | 1 | -22/+0 |
* | default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCI... | Chris Lattner | 2009-09-11 | 1 | -1/+1 |
* | MC: Give target specific parsers access to the MCStreamer. | Daniel Dunbar | 2009-09-10 | 1 | -0/+4 |
* | remove DebugLoc from MCInst and eliminate "Comment printing" from | Chris Lattner | 2009-09-09 | 1 | -7/+0 |
* | Added an abstract superclass, MCDisassembler, for | Sean Callanan | 2009-09-09 | 1 | -0/+50 |
* | add a gross hack to get "SrcLine" comments to show up with the | Chris Lattner | 2009-09-09 | 1 | -1/+6 |
* | Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' in | Kevin Enderby | 2009-09-04 | 1 | -1/+1 |
* | Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation of | Kevin Enderby | 2009-09-04 | 1 | -1/+1 |
* | Removed the non-target independent AsmToken::Register enum constant | Kevin Enderby | 2009-09-03 | 1 | -1/+0 |
* | Thread an MCAsmInfo pointer through the various MC printing APIs, | Chris Lattner | 2009-09-03 | 4 | -5/+8 |
* | llvm-mc: Store MCSymbolData value as a pointer (to make MSVC happy). | Daniel Dunbar | 2009-09-01 | 1 | -2/+2 |
* | llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. | Daniel Dunbar | 2009-08-31 | 1 | -4/+4 |
* | llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). | Daniel Dunbar | 2009-08-31 | 1 | -5/+1 |
* | llvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExpression. | Daniel Dunbar | 2009-08-31 | 1 | -18/+0 |
* | llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. | Daniel Dunbar | 2009-08-31 | 1 | -15/+15 |
* | llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr. | Daniel Dunbar | 2009-08-31 | 1 | -0/+16 |
* | llvm-mc: Make MCSymbolData symbol member const. | Daniel Dunbar | 2009-08-31 | 1 | -3/+3 |
* | llvm-mc: Add MCContext to MCAssembler. | Daniel Dunbar | 2009-08-31 | 1 | -1/+6 |
* | llvm-mc: Add MCAsmParser::getContext. | Daniel Dunbar | 2009-08-31 | 1 | -0/+3 |
* | llvm-mc: Add MCExpr::{dump,print}. | Daniel Dunbar | 2009-08-31 | 1 | -0/+8 |
* | llvm-mc: Switch MCExpr construction to using static member functions, and tak... | Daniel Dunbar | 2009-08-31 | 1 | -35/+171 |
* | llvm-mc: Add some doxyment markers. | Daniel Dunbar | 2009-08-31 | 1 | -1/+10 |
* | llvm-mc: Move AsmExpr into MC lib (as MCExpr). | Daniel Dunbar | 2009-08-31 | 1 | -0/+179 |
* | Tweak comment. | Daniel Dunbar | 2009-08-30 | 1 | -3/+1 |
* | llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f... | Daniel Dunbar | 2009-08-30 | 1 | -30/+15 |
* | llvm-mc: Support .comm emission. | Daniel Dunbar | 2009-08-28 | 1 | -1/+36 |
* | llvm-mc: Support .zerofill emission. | Daniel Dunbar | 2009-08-28 | 1 | -1/+37 |
* | llvm-mc: Tweak section alignment and size computation to match 'as' closer. | Daniel Dunbar | 2009-08-28 | 1 | -5/+1 |
* | llvm-mc: Emit .lcomm as .zerofill. | Daniel Dunbar | 2009-08-28 | 1 | -2/+1 |
* | llvm-mc: Add const to EmitZeroFill section argument. | Daniel Dunbar | 2009-08-28 | 1 | -1/+1 |
* | llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions. | Daniel Dunbar | 2009-08-27 | 1 | -1/+2 |
* | Add {MCInst,MCOperand}::{print,dump} | Daniel Dunbar | 2009-08-27 | 1 | -0/+7 |
* | llvm-mc: Tweak MCCodeEmitter skeleton. | Daniel Dunbar | 2009-08-27 | 1 | -1/+1 |
* | Add missing declarations. | Daniel Dunbar | 2009-08-27 | 1 | -0/+2 |
* | Sketch TargetRegistry support for MCCodeEmitter abstract interface. | Daniel Dunbar | 2009-08-27 | 2 | -3/+37 |
* | Try to make MSVC just a little happier. | Daniel Dunbar | 2009-08-27 | 1 | -2/+2 |