aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-mc
AgeCommit message (Expand)Author
2009-08-31llvm-mc: Switch MCExpr construction to using static member functions, and tak...Daniel Dunbar
2009-08-31llvm-mc: Move AsmExpr into MC lib (as MCExpr).Daniel Dunbar
2009-08-30llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar
2009-08-28llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar
2009-08-28llvm-mc: Unique zero fill sections.Daniel Dunbar
2009-08-27Revert r80305, I forgot a dependent change.Daniel Dunbar
2009-08-27llvm-mc: Unique sections in .zerofill.Daniel Dunbar
2009-08-27llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.Daniel Dunbar
2009-08-27llvm-mc: Only show instruction encodings with --show-encoding.Daniel Dunbar
2009-08-27llvm-mc: Tweak MCCodeEmitter skeleton.Daniel Dunbar
2009-08-27Sketch TargetRegistry support for MCCodeEmitter abstract interface.Daniel Dunbar
2009-08-26llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate textDaniel Dunbar
2009-08-26llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar
2009-08-26llvm-mc: Make MCValue take const MCSymbol*s.Daniel Dunbar
2009-08-26llvm-mc: Make non-sensical max bytes to .align an error.Daniel Dunbar
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-23Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-22llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar
2009-08-21llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar
2009-08-21llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytesDaniel Dunbar
2009-08-21llvm-mc: Accept .fill size of 8.Daniel Dunbar
2009-08-21llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar
2009-08-21llvm-mc: Various section parsing fixes.Daniel Dunbar
2009-08-21Don't install llvm-mc by default.Daniel Dunbar
2009-08-19Fix a commento.Daniel Dunbar
2009-08-17give MCAsmStreamer a TargetAsmInfo.Chris Lattner
2009-08-14llvm-mc: Support escaped characters in string literals (for .ascii and .asciz)Daniel Dunbar
2009-08-14Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar
2009-08-14llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs.Daniel Dunbar
2009-08-11llvm-mc: Fix a crash on invalid due to a typo in relocatable expressionDaniel Dunbar
2009-08-11llvm-mc: Accept .word as a synonym for .shortDaniel Dunbar
2009-08-11llvm-mc: Honor -o option (and add -f).Daniel Dunbar
2009-08-11llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for theseDaniel Dunbar
2009-08-11llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ','Daniel Dunbar
2009-08-10split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner
2009-08-10add a fixmeChris Lattner
2009-08-10Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner
2009-08-08sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner
2009-08-08switch this to create coff sections for now, it doesn't really matter for Chris Lattner
2009-08-08Always initialize AsmConds.Benjamin Kramer
2009-08-07Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby
2009-08-03Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar
2009-08-02Make SectionKind::get() private.Chris Lattner
2009-08-01update for API change.Chris Lattner
2009-08-01All MCSections are now required to have a SectionKind.Chris Lattner
2009-08-01llvm-mc: More quoted identifier support.Daniel Dunbar
2009-07-31llvm-mc: Support quoted identifiers.Daniel Dunbar
2009-07-31fix some more issues where we expected GetSection to do "get or create"Chris Lattner
2009-07-31fix a bunch of failing tests now that MCContext::GetSection doesn't create se...Chris Lattner