aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-mc
Commit message (Expand)AuthorAgeFilesLines
* Line this up as well.Nick Lewycky2009-11-011-1/+1
* Fix whitespace.Nick Lewycky2009-11-011-2/+2
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar2009-10-161-1/+1
* MC: Tweak variable assignment diagnostics, and make reassignment of non-absoluteDaniel Dunbar2009-10-161-7/+18
* MC: When parsing a variable reference, substitute absolute variables immediatelyDaniel Dunbar2009-10-161-4/+15
* add a new DirectiveMap stringmap, which allows more efficient dispatchingChris Lattner2009-09-272-23/+35
* avoid copying MCAsmInfo by value, add an (extremely low prio) fixme.Chris Lattner2009-09-272-5/+3
* Add an intel syntax MCInstPrinter implementation. You can nowChris Lattner2009-09-201-3/+5
* Fixed some problems with the logic of parsing line comments by addingKevin Enderby2009-09-162-9/+13
* use an accessor to simplify code.Chris Lattner2009-09-161-5/+2
* Change MCAsmStreamer to take an MCInstPrinter instead of a Chris Lattner2009-09-141-5/+8
* Added the ParseInstruction() hook for target specific assembler directives soKevin Enderby2009-09-102-2/+6
* MC: Give target specific parsers access to the MCStreamer.Daniel Dunbar2009-09-101-0/+2
* Fix an integer truncation noticed by MSVC.Benjamin Kramer2009-09-061-1/+1
* Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' inKevin Enderby2009-09-041-0/+4
* Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation ofKevin Enderby2009-09-044-25/+48
* Removed the non-target independent AsmToken::Register enum constantKevin Enderby2009-09-033-16/+1
* TAI -> MAIChris Lattner2009-09-031-4/+4
* llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.Daniel Dunbar2009-08-311-27/+10
* llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').Daniel Dunbar2009-08-312-5/+5
* llvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExpression.Daniel Dunbar2009-08-312-37/+27
* llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr.Daniel Dunbar2009-08-312-0/+10
* llvm-mc: Add MCAsmParser::getContext.Daniel Dunbar2009-08-312-18/+13
* llvm-mc: Switch MCExpr construction to using static member functions, and tak...Daniel Dunbar2009-08-312-19/+19
* llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar2009-08-315-384/+42
* llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar2009-08-301-9/+12
* llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar2009-08-281-1/+7
* llvm-mc: Unique zero fill sections.Daniel Dunbar2009-08-281-17/+9
* Revert r80305, I forgot a dependent change.Daniel Dunbar2009-08-271-9/+17
* llvm-mc: Unique sections in .zerofill.Daniel Dunbar2009-08-271-17/+9
* llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.Daniel Dunbar2009-08-271-1/+2
* llvm-mc: Only show instruction encodings with --show-encoding.Daniel Dunbar2009-08-271-1/+5
* llvm-mc: Tweak MCCodeEmitter skeleton.Daniel Dunbar2009-08-271-1/+1
* Sketch TargetRegistry support for MCCodeEmitter abstract interface.Daniel Dunbar2009-08-271-1/+4
* llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate textDaniel Dunbar2009-08-263-23/+71
* llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2009-08-262-11/+22
* llvm-mc: Make MCValue take const MCSymbol*s.Daniel Dunbar2009-08-261-4/+4
* llvm-mc: Make non-sensical max bytes to .align an error.Daniel Dunbar2009-08-261-5/+10
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-5/+2
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-231-6/+8
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-1/+1
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-221-21/+5
* llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar2009-08-211-1/+12
* llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytesDaniel Dunbar2009-08-211-3/+4
* llvm-mc: Accept .fill size of 8.Daniel Dunbar2009-08-211-2/+2
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-211-4/+26
* llvm-mc: Various section parsing fixes.Daniel Dunbar2009-08-212-44/+84
* Don't install llvm-mc by default.Daniel Dunbar2009-08-211-0/+1
* Fix a commento.Daniel Dunbar2009-08-191-1/+1