Age | Commit message (Expand) | Author |
2009-08-19 | fix asmstreaming of 2/4 byte elements with pow-2 alignments. | Chris Lattner |
2009-08-19 | switch asmprinter to emit alignments through OutStreamer. | Chris Lattner |
2009-08-19 | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner |
2009-08-18 | Make AsmStreamer maintain a notion of the current section, pushing it up from... | Chris Lattner |
2009-08-17 | change AsmPrinter to switch sections using AsmStreamer instead of | Chris Lattner |
2009-08-17 | give MCAsmStreamer a TargetAsmInfo. | Chris Lattner |
2009-08-17 | formatting cleanups, no functionality change. | Chris Lattner |
2009-08-14 | llvm-mc: Fix bugs where bytes were unintentionally being printed as signed. | Daniel Dunbar |
2009-08-14 | llvm-mc: When handling a .set, make sure to print subsequent references to the | Daniel Dunbar |
2009-08-14 | llvm-mc: zerofill shouldn't print quotes around the section,segment. | Daniel Dunbar |
2009-08-14 | Update llvm-mc / MCAsmStreamer to print the instruction using the actual target | Daniel Dunbar |
2009-08-13 | llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling. | Daniel Dunbar |
2009-08-10 | split MachO section handling stuff out to its out .h/.cpp file. | Chris Lattner |
2009-08-10 | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner |
2009-08-08 | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner |
2009-07-31 | llvm-mc: Fix .s output to quote section & symbol names when necessary. | Daniel Dunbar |
2009-07-27 | llvm-mc: Implement .abort fully in the front end | Daniel Dunbar |
2009-07-27 | llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API. | Daniel Dunbar |
2009-07-20 | Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as | Kevin Enderby |
2009-07-16 | Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a generic | Kevin Enderby |
2009-07-16 | implement .include in the lexer/parser instead of passing it into the streamer. | Chris Lattner |
2009-07-15 | Added llvm-mc support for parsing the .dump and .load directives. | Kevin Enderby |
2009-07-14 | Added llvm-mc support for parsing the .include directive. | Kevin Enderby |
2009-07-14 | Added llvm-mc support for parsing the .lsym directive. | Kevin Enderby |
2009-07-14 | Added llvm-mc support for parsing the .desc directive. | Kevin Enderby |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-13 | Added llvm-mc support for parsing the .abort directive. | Kevin Enderby |
2009-07-13 | add llvm-mc support for parsing the .subsections_via_symbols directive. | Kevin Enderby |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-07-10 | add support for .zerofill, patch by Kevin Enderby! | Chris Lattner |
2009-07-09 | add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! | Chris Lattner |
2009-07-07 | Implement parsing support for the .comm directive. Patch by | Chris Lattner |
2009-07-01 | Dump MCInsts in the MC .s printer, for now. | Daniel Dunbar |
2009-06-29 | llvm-mc: Parse .{,b,p2}align{,w,l} directives. | Daniel Dunbar |
2009-06-29 | Initialize CurSection in constructor. | Torok Edwin |
2009-06-29 | Rename MCValue::getCst to getConstant and add MCValue::isConstant. | Daniel Dunbar |
2009-06-25 | MC: Truncate values when printing, to keep 'as' happy. | Daniel Dunbar |
2009-06-24 | Sketch streamer support for .align, .org functionality. | Daniel Dunbar |
2009-06-24 | We decided to not worry about Atoms for now, it should be straightforward to | Daniel Dunbar |
2009-06-24 | MCStreamer: Add a few more "symbol attributes". | Daniel Dunbar |
2009-06-24 | MCStreamer: Test printing values. | Daniel Dunbar |
2009-06-24 | add trivial support for passing label definitions through the MCStreamer. | Chris Lattner |
2009-06-24 | Start MCAsmStreamer implementation. | Daniel Dunbar |