Age | Commit message (Expand) | Author |
2010-07-01 | MC: Fix some stray hunks I didn't intend to commit. | Daniel Dunbar |
2010-07-01 | MC: Pass the target instance to the AsmParser constructor. | Daniel Dunbar |
2010-07-01 | MC: Fix an error message. | Daniel Dunbar |
2010-07-01 | MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by Michael | Daniel Dunbar |
2010-06-29 | Revert r107205 and r107207. | Bill Wendling |
2010-06-29 | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling |
2010-06-29 | The variable ValueSize is set to 1 on both code paths, and then | Duncan Sands |
2010-06-29 | The variable "Value" is carefully set to Layout.getSymbolAddress, | Duncan Sands |
2010-06-29 | Remove unused calls to Lexer.getLoc and the pointless variable HasFillExpr. | Duncan Sands |
2010-06-28 | Added the darwin .secure_log_unique and .secure_log_reset directives. | Kevin Enderby |
2010-06-22 | Get the addend correct for i386 pic. | Eric Christopher |
2010-06-21 | "This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all... | Chris Lattner |
2010-06-17 | Update comment. | Eric Christopher |
2010-06-16 | In progress on 32-bit addends. | Eric Christopher |
2010-06-16 | MC/Mach-O: Rewrite atom association to be a final pass we do in Finish(), ins... | Daniel Dunbar |
2010-06-16 | MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol. | Daniel Dunbar |
2010-06-16 | MC: Lift SwitchSection() and Finish() into MCObjectStreamer. | Daniel Dunbar |
2010-06-16 | MC: Factor out an MCObjectStreamer class, which will be shared by the concrete | Daniel Dunbar |
2010-06-16 | Fix indentation. | Eric Christopher |
2010-06-15 | Some more work on mach-o TLV relocations. | Eric Christopher |
2010-06-01 | Don't call flush() at a library level which isn't checking for errors | Dan Gohman |
2010-05-27 | Rearrange conditionals so we don't get caught with the correct type as wrong. | Eric Christopher |
2010-05-26 | MC: When running with -mc-relax-all, we can eagerly relax instructions and av... | Daniel Dunbar |
2010-05-26 | MC/Mach-O: Factor out EmitInstTo{Fragment,Data} for emitting MCInst's as MCIn... | Daniel Dunbar |
2010-05-26 | MC: Change RelaxInstruction to only take the input and output instructions. | Daniel Dunbar |
2010-05-26 | MC: Eliminate an unnecessary copy. | Daniel Dunbar |
2010-05-26 | MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query it | Daniel Dunbar |
2010-05-26 | MC: Eliminate MCAsmFixup, replace with MCFixup. | Daniel Dunbar |
2010-05-26 | MC: Use accessors for access to MCAsmFixup. | Daniel Dunbar |
2010-05-26 | MC: Change MCInst::dump_pretty to not include a trailing newline. | Daniel Dunbar |
2010-05-26 | MC: Eliminate MCFragment vtable, which was unnecessary. | Daniel Dunbar |
2010-05-26 | Start adding mach-o tls reloc support. | Eric Christopher |
2010-05-23 | llvm-mc: Use EmitIntValue where possible, which makes the API calls from the ... | Daniel Dunbar |
2010-05-23 | llvm-mc: Use AddBlankLine in asm parser. This makes transliteration match the... | Daniel Dunbar |
2010-05-23 | MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches. | Daniel Dunbar |
2010-05-21 | Expand on comment. | Eric Christopher |
2010-05-21 | Fix section attribute name. | Eric Christopher |
2010-05-21 | Add support for parsing the ELF .type assembler directive. | Matt Fleming |
2010-05-20 | Grammar fix. This is a test commit. | Matt Fleming |
2010-05-20 | Reduce string trashing. | Benjamin Kramer |
2010-05-20 | Partial code for emitting thread local bss data. | Eric Christopher |
2010-05-19 | fix rdar://7986634 - match instruction opcodes case insensitively. | Chris Lattner |
2010-05-18 | Implement EmitTBSSSymbol for MachOStreamer. | Eric Christopher |
2010-05-18 | Make EmitTBSSSymbol take a section argument so that we can find it later. | Eric Christopher |
2010-05-18 | Incorporate Daniel's suggestion and use !isdigit(CurPtr[0]) and not | Kevin Enderby |
2010-05-18 | Fixed the problem with a branch to "0b" that was not parsed by llvm-mc | Kevin Enderby |
2010-05-18 | MC/Mach-O: Implement support for setting indirect symbol table offset in sect... | Daniel Dunbar |
2010-05-18 | MC/Mach-O: Remove some FIXMEs. | Daniel Dunbar |
2010-05-18 | MC/Mach-O: Fail faster/harder when we see .file, which isn't yet supported. | Daniel Dunbar |
2010-05-18 | Simplify MCContext::(Next|Get)Instance | Benjamin Kramer |