aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Revert some unneeded parts of the change in r107886 for theKevin Enderby2010-07-082-2/+0
* Added the darwin .weak_def_can_be_hidden directive.Kevin Enderby2010-07-085-0/+9
* finish up support for callw: PR7195Chris Lattner2010-07-071-0/+2
* MC: Fix some stray hunks I didn't intend to commit.Daniel Dunbar2010-07-011-1/+2
* MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar2010-07-011-6/+3
* MC: Fix an error message.Daniel Dunbar2010-07-011-1/+1
* MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by MichaelDaniel Dunbar2010-07-011-7/+7
* Revert r107205 and r107207.Bill Wendling2010-06-292-2/+0
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-292-0/+2
* The variable ValueSize is set to 1 on both code paths, and thenDuncan Sands2010-06-291-5/+1
* The variable "Value" is carefully set to Layout.getSymbolAddress,Duncan Sands2010-06-291-4/+0
* Remove unused calls to Lexer.getLoc and the pointless variable HasFillExpr.Duncan Sands2010-06-291-7/+0
* Added the darwin .secure_log_unique and .secure_log_reset directives.Kevin Enderby2010-06-282-0/+70
* Get the addend correct for i386 pic.Eric Christopher2010-06-221-1/+7
* "This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all...Chris Lattner2010-06-211-11/+11
* Update comment.Eric Christopher2010-06-171-1/+2
* In progress on 32-bit addends.Eric Christopher2010-06-161-1/+7
* MC/Mach-O: Rewrite atom association to be a final pass we do in Finish(), ins...Daniel Dunbar2010-06-161-33/+46
* MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol.Daniel Dunbar2010-06-163-10/+9
* MC: Lift SwitchSection() and Finish() into MCObjectStreamer.Daniel Dunbar2010-06-162-42/+38
* MC: Factor out an MCObjectStreamer class, which will be shared by the concreteDaniel Dunbar2010-06-163-29/+51
* Fix indentation.Eric Christopher2010-06-161-4/+4
* Some more work on mach-o TLV relocations.Eric Christopher2010-06-151-0/+38
* Don't call flush() at a library level which isn't checking for errorsDan Gohman2010-06-012-2/+0
* Rearrange conditionals so we don't get caught with the correct type as wrong.Eric Christopher2010-05-271-3/+3
* MC: When running with -mc-relax-all, we can eagerly relax instructions and av...Daniel Dunbar2010-05-262-21/+20
* MC/Mach-O: Factor out EmitInstTo{Fragment,Data} for emitting MCInst's as MCIn...Daniel Dunbar2010-05-261-34/+46
* MC: Change RelaxInstruction to only take the input and output instructions.Daniel Dunbar2010-05-261-1/+1
* MC: Eliminate an unnecessary copy.Daniel Dunbar2010-05-261-9/+4
* MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query itDaniel Dunbar2010-05-262-2/+2
* MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar2010-05-263-24/+20
* MC: Use accessors for access to MCAsmFixup.Daniel Dunbar2010-05-263-19/+22
* MC: Change MCInst::dump_pretty to not include a trailing newline.Daniel Dunbar2010-05-262-3/+5
* MC: Eliminate MCFragment vtable, which was unnecessary.Daniel Dunbar2010-05-261-69/+62
* Start adding mach-o tls reloc support.Eric Christopher2010-05-262-2/+10
* llvm-mc: Use EmitIntValue where possible, which makes the API calls from the ...Daniel Dunbar2010-05-231-3/+6
* llvm-mc: Use AddBlankLine in asm parser. This makes transliteration match the...Daniel Dunbar2010-05-231-0/+9
* MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar2010-05-232-0/+209
* Expand on comment.Eric Christopher2010-05-211-1/+2
* Fix section attribute name.Eric Christopher2010-05-211-1/+1
* Add support for parsing the ELF .type assembler directive.Matt Fleming2010-05-212-0/+50
* Grammar fix. This is a test commit.Matt Fleming2010-05-201-1/+1
* Reduce string trashing.Benjamin Kramer2010-05-201-2/+2
* Partial code for emitting thread local bss data.Eric Christopher2010-05-202-0/+2
* fix rdar://7986634 - match instruction opcodes case insensitively.Chris Lattner2010-05-191-1/+6
* Implement EmitTBSSSymbol for MachOStreamer.Eric Christopher2010-05-181-5/+7
* Make EmitTBSSSymbol take a section argument so that we can find it later.Eric Christopher2010-05-183-9/+15
* Incorporate Daniel's suggestion and use !isdigit(CurPtr[0]) and notKevin Enderby2010-05-181-1/+1
* Fixed the problem with a branch to "0b" that was not parsed by llvm-mcKevin Enderby2010-05-181-1/+0
* MC/Mach-O: Implement support for setting indirect symbol table offset in sect...Daniel Dunbar2010-05-182-3/+15