| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert r103137, fix for $ in labels. It looks like we can't actually handle this | Daniel Dunbar | 2010-05-06 | 1 | -16/+7 |
* | fix rdar://7946934 - in some limited cases, the assembler should | Chris Lattner | 2010-05-05 | 1 | -7/+16 |
* | MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for | Daniel Dunbar | 2010-05-05 | 4 | -4/+6 |
* | MC: Reject attempts to define a variable symbol. | Daniel Dunbar | 2010-05-05 | 3 | -9/+4 |
* | MC: Make setVariableValue check the redefinition condition a bit more strongly. | Daniel Dunbar | 2010-05-05 | 1 | -0/+8 |
* | MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue. | Daniel Dunbar | 2010-05-05 | 4 | -6/+6 |
* | MC/Mach-O/x86_64: Relocations in debug sections should use local relocations | Daniel Dunbar | 2010-05-05 | 1 | -0/+11 |
* | llvm-mc: Fix case were we would skip a line in the .s file after an instruction | Daniel Dunbar | 2010-05-04 | 2 | -27/+28 |
* | Add support for assemblers that don't support periods in a name | Mon P Wang | 2010-04-29 | 1 | -0/+1 |
* | refactor .if handling code a bit. | Chris Lattner | 2010-04-17 | 1 | -52/+23 |
* | implement mc asmparser support for '.', which gets the | Chris Lattner | 2010-04-14 | 2 | -0/+17 |
* | move elf section uniquing to MCContext. Along the way | Chris Lattner | 2010-04-08 | 3 | -67/+99 |
* | move macho section uniquing from MCParser and TLOF to MCContext where | Chris Lattner | 2010-04-08 | 2 | -58/+63 |
* | Various MSVC warning fixes about truncated 64 bit shifts and const pointers p... | Benjamin Kramer | 2010-04-08 | 1 | -2/+2 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 2 | -16/+16 |
* | Give AsmParser an option to control whether it finalizes | Chris Lattner | 2010-04-05 | 1 | -2/+4 |
* | eliminate the magic AbsoluteDebugSectionOffsets MAI hook, | Chris Lattner | 2010-04-04 | 2 | -2/+0 |
* | isAbsoluteEHSectionOffsets always returns false, eliminate it | Chris Lattner | 2010-04-04 | 2 | -2/+0 |
* | fix an ugly wart in the MCInstPrinter api where the | Chris Lattner | 2010-04-04 | 1 | -1/+1 |
* | add a twine form of MCStreamer::EmitRawText, and mc'ize | Chris Lattner | 2010-04-03 | 1 | -0/+8 |
* | allow attaching comments to raw text. | Chris Lattner | 2010-04-03 | 1 | -6/+3 |
* | add <cstdlib> header for abort() on linux builders. | Chris Lattner | 2010-04-03 | 1 | -0/+1 |
* | add a new EmitInlineAsm function to asmprinter to handle inline asm. | Chris Lattner | 2010-04-03 | 2 | -1/+30 |
* | Rip out the 'is temporary' nonsense from the MCContext interface to | Chris Lattner | 2010-03-30 | 3 | -21/+9 |
* | MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations! | Daniel Dunbar | 2010-03-29 | 1 | -2/+9 |
* | llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need | Daniel Dunbar | 2010-03-25 | 2 | -8/+26 |
* | MC: Stop restarting layout on every relaxation. | Daniel Dunbar | 2010-03-25 | 1 | -6/+39 |
* | MC: Simplify main section layout process by moving alignment into LayoutSection. | Daniel Dunbar | 2010-03-25 | 1 | -30/+31 |
* | MC: Sink Section address assignment into LayoutSection. | Daniel Dunbar | 2010-03-25 | 1 | -6/+6 |
* | MC/Mach-O: Switch to MCSectionData::getOrdinal. | Daniel Dunbar | 2010-03-25 | 1 | -18/+4 |
* | MC: Explicity track section and fragment ordinals. | Daniel Dunbar | 2010-03-25 | 1 | -0/+13 |
* | Fix -Asserts warning. | Daniel Dunbar | 2010-03-25 | 1 | -2/+1 |
* | MC: Route access to SectionData offset and file size through MCAsmLayout. | Daniel Dunbar | 2010-03-25 | 2 | -17/+42 |
* | MC: Route access to Fragment offset and effective size through MCAsmLayout. | Daniel Dunbar | 2010-03-25 | 2 | -34/+58 |
* | MC: Eliminate MC{Fragment,{Section,Symbol}Data}::getAddress. | Daniel Dunbar | 2010-03-25 | 1 | -9/+7 |
* | MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment addres... | Daniel Dunbar | 2010-03-25 | 1 | -2/+2 |
* | MC: Direct all {fragment,section,symbol} address access through the MCAsmLayo... | Daniel Dunbar | 2010-03-24 | 3 | -59/+91 |
* | MC: Sprinkle in some more interesting statistics. | Daniel Dunbar | 2010-03-23 | 2 | -1/+28 |
* | llvm-mc: Fast path EvaluateAbsolute of constants. | Daniel Dunbar | 2010-03-23 | 1 | -0/+6 |
* | MC: Switch to using MCInst fragments to do relaxation. | Daniel Dunbar | 2010-03-23 | 2 | -78/+78 |
* | MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particula... | Daniel Dunbar | 2010-03-23 | 2 | -5/+12 |
* | MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target depen... | Daniel Dunbar | 2010-03-23 | 2 | -64/+10 |
* | MC: Tweak MCInstFragment to include the encoded data and fixups, so that we d... | Daniel Dunbar | 2010-03-23 | 1 | -13/+5 |
* | Put MCSectionCOFF::Name into the MCContext instead of leaking it. | Jeffrey Yasskin | 2010-03-22 | 1 | -1/+5 |
* | MC: Add MCInstFragment, not used yet. | Daniel Dunbar | 2010-03-22 | 2 | -4/+83 |
* | Add a FIXME. | Daniel Dunbar | 2010-03-22 | 1 | -0/+14 |
* | MC: Fix a few more cases we were passing an MCDataFragment when a MCFragment ... | Daniel Dunbar | 2010-03-22 | 1 | -3/+4 |
* | Simplify. | Daniel Dunbar | 2010-03-22 | 1 | -4/+2 |
* | MCInst: Add ::dump_pretty. | Daniel Dunbar | 2010-03-22 | 2 | -17/+20 |
* | MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of... | Daniel Dunbar | 2010-03-22 | 2 | -13/+13 |