2009-08-10 |
Chris Lattner | split MachO section handling stuff out to its out ... |
tree | commitdiff |
2009-08-10 |
Chris Lattner | Make the big switch: Change MCSectionMachO to represent... |
tree | commitdiff |
2009-08-09 |
Chris Lattner | always end a section with \n on elf. |
tree | commitdiff |
2009-08-08 |
Chris Lattner | sink the 'name' and 'isdirective' state out of MCSectio... |
tree | commitdiff |
2009-08-08 |
Chris Lattner | 1. Make MCSection an abstract class. |
tree | commitdiff |
2009-08-08 |
Chris Lattner | make target-specific TLOF impls (except PIC16) create... |
tree | commitdiff |
2009-08-08 |
Chris Lattner | stub out PECOFF/MachO/ELF MCSection classes |
tree | commitdiff |
2009-08-01 |
Chris Lattner | Change SectionKind to be a property that is true of... |
tree | commitdiff |
2009-08-01 |
Chris Lattner | All MCSections are now required to have a SectionKind. |
tree | commitdiff |
2009-07-31 |
Daniel Dunbar | llvm-mc: Fix .s output to quote section & symbol names... |
tree | commitdiff |
2009-07-31 |
Chris Lattner | split MCSection stuff out to its own .cpp file, add... |
tree | commitdiff |
2009-07-31 |
Chris Lattner | create sections with MCSection::Create instead of Conte... |
tree | commitdiff |
2009-07-28 |
Daniel Dunbar | Expose Tokens to target specific assembly parsers. |
tree | commitdiff |
2009-07-27 |
Daniel Dunbar | llvm-mc: Implement .abort fully in the front end |
tree | commitdiff |
2009-07-27 |
Daniel Dunbar | llvm-mc: Move AsmLexer::getCurStrVal to StringRef based... |
tree | commitdiff |
2009-07-27 |
Daniel Dunbar | Move MCContext and friends to StringRef based APIs. |
tree | commitdiff |
2009-07-20 |
Kevin Enderby | Removed the DumpSymbolsandMacros and LoadSymbolsandMacr... |
tree | commitdiff |
2009-07-20 |
Daniel Dunbar | Add MCAsmLexer interface. |
tree | commitdiff |
2009-07-20 |
Daniel Dunbar | Add MCAsmParser interface. |
tree | commitdiff |
2009-07-17 |
Ted Kremenek | Update CMake file. |
tree | commitdiff |
2009-07-17 |
Daniel Dunbar | llvm-mc: Add -triple, and start fetching the target... |
tree | commitdiff |
2009-07-16 |
Kevin Enderby | Removed the SubsectionsViaSymbols MCStreamer API and... |
tree | commitdiff |
2009-07-16 |
Chris Lattner | implement .include in the lexer/parser instead of passi... |
tree | commitdiff |
2009-07-15 |
Kevin Enderby | Added llvm-mc support for parsing the .dump and .load... |
tree | commitdiff |
2009-07-14 |
Kevin Enderby | Added llvm-mc support for parsing the .include directive. |
tree | commitdiff |
2009-07-14 |
Kevin Enderby | Added llvm-mc support for parsing the .lsym directive. |
tree | commitdiff |
2009-07-14 |
Kevin Enderby | Added llvm-mc support for parsing the .desc directive. |
tree | commitdiff |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
tree | commitdiff |
2009-07-13 |
Kevin Enderby | Added llvm-mc support for parsing the .abort directive. |
tree | commitdiff |
2009-07-13 |
Kevin Enderby | add llvm-mc support for parsing the .subsections_via_sy... |
tree | commitdiff |
2009-07-11 |
Torok Edwin | assert(0) -> LLVM_UNREACHABLE. |
tree | commitdiff |
2009-07-10 |
Chris Lattner | add support for .zerofill, patch by Kevin Enderby! |
tree | commitdiff |
2009-07-09 |
Chris Lattner | add llvm-mc support for parsing the .lcomm directive... |
tree | commitdiff |
2009-07-07 |
Chris Lattner | Implement parsing support for the .comm directive.... |
tree | commitdiff |
2009-07-01 |
Daniel Dunbar | Dump MCInsts in the MC .s printer, for now. |
tree | commitdiff |
2009-06-29 |
Daniel Dunbar | llvm-mc: Parse .{,b,p2}align{,w,l} directives. |
tree | commitdiff |
2009-06-29 |
Torok Edwin | Initialize CurSection in constructor. |
tree | commitdiff |
2009-06-29 |
Daniel Dunbar | Rename MCValue::getCst to getConstant and add MCValue... |
tree | commitdiff |
2009-06-25 |
Daniel Dunbar | MC: Truncate values when printing, to keep 'as' happy. |
tree | commitdiff |
2009-06-24 |
Daniel Dunbar | Sketch streamer support for .align, .org functionality. |
tree | commitdiff |
2009-06-24 |
Daniel Dunbar | We decided to not worry about Atoms for now, it should... |
tree | commitdiff |
2009-06-24 |
Daniel Dunbar | MCStreamer: Add a few more "symbol attributes". |
tree | commitdiff |
2009-06-24 |
Daniel Dunbar | MCStreamer: Test printing values. |
tree | commitdiff |
2009-06-24 |
Duncan Sands | Add new files to cmake list. |
tree | commitdiff |
2009-06-24 |
Chris Lattner | add trivial support for passing label definitions throu... |
tree | commitdiff |
2009-06-24 |
Daniel Dunbar | Start MCAsmStreamer implementation. |
tree | commitdiff |
2009-06-23 |
Daniel Dunbar | Update for MCImm -> MCValue rename. |
tree | commitdiff |
2009-06-23 |
Daniel Dunbar | Start flushing out MCContext. |
tree | commitdiff |
|