summaryrefslogtreecommitdiff
path: root/tools/llvm-mc
Commit message (Expand)AuthorAge
* Added the ParseInstruction() hook for target specific assembler directives soKevin Enderby2009-09-10
* MC: Give target specific parsers access to the MCStreamer.Daniel Dunbar2009-09-10
* Fix an integer truncation noticed by MSVC.Benjamin Kramer2009-09-06
* 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
* TAI -> MAIChris Lattner2009-09-03
* 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: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr.Daniel Dunbar2009-08-31
* llvm-mc: Add MCAsmParser::getContext.Daniel Dunbar2009-08-31
* llvm-mc: Switch MCExpr construction to using static member functions, and tak...Daniel Dunbar2009-08-31
* llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar2009-08-31
* llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar2009-08-30
* llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar2009-08-28
* llvm-mc: Unique zero fill sections.Daniel Dunbar2009-08-28
* Revert r80305, I forgot a dependent change.Daniel Dunbar2009-08-27
* llvm-mc: Unique sections in .zerofill.Daniel Dunbar2009-08-27
* llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.Daniel Dunbar2009-08-27
* llvm-mc: Only show instruction encodings with --show-encoding.Daniel Dunbar2009-08-27
* llvm-mc: Tweak MCCodeEmitter skeleton.Daniel Dunbar2009-08-27
* Sketch TargetRegistry support for MCCodeEmitter abstract interface.Daniel Dunbar2009-08-27
* llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate textDaniel Dunbar2009-08-26
* llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2009-08-26
* llvm-mc: Make MCValue take const MCSymbol*s.Daniel Dunbar2009-08-26
* llvm-mc: Make non-sensical max bytes to .align an error.Daniel Dunbar2009-08-26
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-25
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-23
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-22
* llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar2009-08-21
* llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytesDaniel Dunbar2009-08-21
* llvm-mc: Accept .fill size of 8.Daniel Dunbar2009-08-21
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-21
* llvm-mc: Various section parsing fixes.Daniel Dunbar2009-08-21
* Don't install llvm-mc by default.Daniel Dunbar2009-08-21
* Fix a commento.Daniel Dunbar2009-08-19
* give MCAsmStreamer a TargetAsmInfo.Chris Lattner2009-08-17
* llvm-mc: Support escaped characters in string literals (for .ascii and .asciz)Daniel Dunbar2009-08-14
* Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar2009-08-14
* llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs.Daniel Dunbar2009-08-14
* llvm-mc: Fix a crash on invalid due to a typo in relocatable expressionDaniel Dunbar2009-08-11
* llvm-mc: Accept .word as a synonym for .shortDaniel Dunbar2009-08-11
* llvm-mc: Honor -o option (and add -f).Daniel Dunbar2009-08-11
* llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for theseDaniel Dunbar2009-08-11
* llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ','Daniel Dunbar2009-08-11
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-10
* add a fixmeChris Lattner2009-08-10
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-10