aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
...
* llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2009-08-262-1/+8
* llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.Daniel Dunbar2009-08-262-10/+29
* llvm-mc/Mach-O: Add support for relocations.Daniel Dunbar2009-08-261-13/+225
* llvm-mc/Mach-O: Move symbol indices into the MCSymbolData structure.Daniel Dunbar2009-08-261-21/+13
* llvm-mc: Add symbol entries for undefined symbols used in .fill and .org.Daniel Dunbar2009-08-261-2/+10
* llvm-mc: Change MCContext value table to take const MCSymbol*s.Daniel Dunbar2009-08-261-4/+4
* llvm-mc/Mach-O: Add section padding where needed (to align the next section).Daniel Dunbar2009-08-261-39/+45
* llvm-mc/Mach-O: Set addresses for symbols.Daniel Dunbar2009-08-262-10/+32
* llvm-mc: Improve indirect symbol support (add the indirect index table).Daniel Dunbar2009-08-262-11/+59
* Revert last patch. We need to put this into TargetLowering. There will be a lotBill Wendling2009-08-252-2/+0
* llvm-mc: Add statistic for number of fragments emitted by the assembler.Daniel Dunbar2009-08-251-0/+6
* Add the #include here.Bill Wendling2009-08-251-0/+1
* Add a target asm info hook to specify that particular bits of data in the FDEBill Wendling2009-08-252-0/+2
* llvm-mc/Mach-O: Preliminary support for indirect symbols.Daniel Dunbar2009-08-242-17/+96
* llvm-mc/Mach-O: Support symbol attributes.Daniel Dunbar2009-08-242-6/+88
* llvm-mc: Tweak undefined symbol handling.Daniel Dunbar2009-08-241-4/+3
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-241-0/+1
* Update CMake build, unbreak linux build.Benjamin Kramer2009-08-221-0/+3
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-225-19/+19
* rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner2009-08-222-3/+3
* move the MCAsmInfo .cpp/.h files into the right Chris Lattner2009-08-223-0/+209
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-224-10/+10
* prune some redundant #includes.Chris Lattner2009-08-221-10/+9
* tweak #includesChris Lattner2009-08-221-5/+2
* llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar2009-08-222-37/+164
* llvm-mc/Mach-O: Sketch symbol table support.Daniel Dunbar2009-08-222-36/+240
* llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writerDaniel Dunbar2009-08-221-27/+40
* llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (theDaniel Dunbar2009-08-221-15/+9
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-223-12/+14
* llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar2009-08-212-17/+91
* llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar2009-08-212-27/+140
* Update CMakeLists.Benjamin Kramer2009-08-211-0/+3
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-212-0/+398
* fix asmstreaming of 2/4 byte elements with pow-2 alignments.Chris Lattner2009-08-191-1/+8
* switch asmprinter to emit alignments through OutStreamer.Chris Lattner2009-08-191-14/+29
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-0/+1
* null streamer needs to maintain the current section as well.Chris Lattner2009-08-181-1/+3
* Make AsmStreamer maintain a notion of the current section, pushing it up from...Chris Lattner2009-08-182-4/+2
* change AsmPrinter to switch sections using AsmStreamer instead ofChris Lattner2009-08-172-7/+5
* give MCAsmStreamer a TargetAsmInfo.Chris Lattner2009-08-171-4/+7
* formatting cleanups, no functionality change.Chris Lattner2009-08-171-43/+36
* add support for target-specific ELF section flags, add a new MCSectionXCoreChris Lattner2009-08-151-4/+6
* llvm-mc: Fix bugs where bytes were unintentionally being printed as signed.Daniel Dunbar2009-08-141-1/+1
* *try* to use a better name to describe how common symbols are marked on the e...Bruno Cardoso Lopes2009-08-141-2/+4
* llvm-mc: When handling a .set, make sure to print subsequent references to theDaniel Dunbar2009-08-141-2/+9
* llvm-mc: zerofill shouldn't print quotes around the section,segment.Daniel Dunbar2009-08-141-2/+1
* CMake: updated list of source files for library MC.Oscar Fuentes2009-08-141-0/+2
* Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar2009-08-141-43/+21
* Add MCSymbol::{print, dump}Daniel Dunbar2009-08-142-3/+56
* Add MCValue::{print, dump}Daniel Dunbar2009-08-141-0/+30