| Age | Commit message (Expand) | Author |
| 2009-08-25 | Add a target asm info hook to specify that particular bits of data in the FDE | Bill Wendling |
| 2009-08-24 | llvm-mc/Mach-O: Preliminary support for indirect symbols. | Daniel Dunbar |
| 2009-08-24 | llvm-mc/Mach-O: Support symbol attributes. | Daniel Dunbar |
| 2009-08-22 | fix a build error on the clang-i686-linux tester. | Chris Lattner |
| 2009-08-22 | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner |
| 2009-08-22 | mcasminfo doesn't use std::string | Chris Lattner |
| 2009-08-22 | rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. | Chris Lattner |
| 2009-08-22 | move the MCAsmInfo .cpp/.h files into the right | Chris Lattner |
| 2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
| 2009-08-22 | llvm-mc/Mach-O: Improve symbol table support: | Daniel Dunbar |
| 2009-08-22 | llvm-mc/Mach-O: Sketch symbol table support. | Daniel Dunbar |
| 2009-08-22 | llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writer | Daniel Dunbar |
| 2009-08-22 | llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (the | Daniel Dunbar |
| 2009-08-22 | llvm-mc: Clean up some handling of symbol/section association to be more correct | Daniel Dunbar |
| 2009-08-21 | Make MSVC happy. | Daniel Dunbar |
| 2009-08-21 | llvm-mc/Mach-O: Support .o emission for .org and .align. | Daniel Dunbar |
| 2009-08-21 | llvm-mc/Mach-O: Support byte and fill value emission. | Daniel Dunbar |
| 2009-08-21 | Fix build on platforms where stdint.h is not implicitly included in the stand... | Benjamin Kramer |
| 2009-08-21 | llvm-mc: Start MCAssembler and MCMachOStreamer. | Daniel Dunbar |
| 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-15 | add support for target-specific ELF section flags, add a new MCSectionXCore | Chris Lattner |
| 2009-08-14 | *try* to use a better name to describe how common symbols are marked on the e... | Bruno Cardoso Lopes |
| 2009-08-14 | Update llvm-mc / MCAsmStreamer to print the instruction using the actual target | Daniel Dunbar |
| 2009-08-14 | Add MCSymbol::{print, dump} | Daniel Dunbar |
| 2009-08-14 | Add MCValue::{print, dump} | Daniel Dunbar |
| 2009-08-13 | llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling. | Daniel Dunbar |
| 2009-08-13 | Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' | Bruno Cardoso Lopes |
| 2009-08-13 | Add a method to return if the ELF section contains only common symbols! | Bruno Cardoso Lopes |
| 2009-08-13 | Change MCSectionELF to represent a section semantically instead of | Bruno Cardoso Lopes |
| 2009-08-13 | sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple... | Chris Lattner |
| 2009-08-13 | add some comments: MCContext owns the MCSections, but it bump pointer allocates | Chris Lattner |
| 2009-08-13 | reject invalid code like: | Chris Lattner |
| 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-08-08 | 1. Make MCSection an abstract class. | Chris Lattner |
| 2009-08-08 | make target-specific TLOF impls (except PIC16) create target-specific | Chris Lattner |
| 2009-08-08 | stub out PECOFF/MachO/ELF MCSection classes | Chris Lattner |
| 2009-08-04 | make MergeableCString be a SectionKind "abstract class", and | Chris Lattner |
| 2009-08-02 | Change MCOperand to use Create style instead of Make style for constructing | Daniel Dunbar |
| 2009-08-02 | make SectionKind::Kind completely private now. | Chris Lattner |
| 2009-08-02 | Make SectionKind::get() private. | Chris Lattner |
| 2009-08-01 | (re)introduce new simpler apis for creation sectionkinds. | Chris Lattner |
| 2009-08-01 | it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/ | Chris Lattner |
| 2009-08-01 | fix a layering violation by moving SectionKind out to its own header. | Chris Lattner |
| 2009-08-01 | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner |
| 2009-08-01 | All MCSections are now required to have a SectionKind. | Chris Lattner |
| 2009-07-31 | llvm-mc: Support quoted identifiers. | Daniel Dunbar |