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