summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Added the darwin .secure_log_unique and .secure_log_reset directives.Kevin Enderby2010-06-28
* Get the addend correct for i386 pic.Eric Christopher2010-06-22
* "This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all...Chris Lattner2010-06-21
* Update comment.Eric Christopher2010-06-17
* In progress on 32-bit addends.Eric Christopher2010-06-16
* MC/Mach-O: Rewrite atom association to be a final pass we do in Finish(), ins...Daniel Dunbar2010-06-16
* MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol.Daniel Dunbar2010-06-16
* MC: Lift SwitchSection() and Finish() into MCObjectStreamer.Daniel Dunbar2010-06-16
* MC: Factor out an MCObjectStreamer class, which will be shared by the concreteDaniel Dunbar2010-06-16
* Fix indentation.Eric Christopher2010-06-16
* Some more work on mach-o TLV relocations.Eric Christopher2010-06-15
* Don't call flush() at a library level which isn't checking for errorsDan Gohman2010-06-01
* Rearrange conditionals so we don't get caught with the correct type as wrong.Eric Christopher2010-05-27
* MC: When running with -mc-relax-all, we can eagerly relax instructions and av...Daniel Dunbar2010-05-26
* MC/Mach-O: Factor out EmitInstTo{Fragment,Data} for emitting MCInst's as MCIn...Daniel Dunbar2010-05-26
* MC: Change RelaxInstruction to only take the input and output instructions.Daniel Dunbar2010-05-26
* MC: Eliminate an unnecessary copy.Daniel Dunbar2010-05-26
* MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query itDaniel Dunbar2010-05-26
* MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar2010-05-26
* MC: Use accessors for access to MCAsmFixup.Daniel Dunbar2010-05-26
* MC: Change MCInst::dump_pretty to not include a trailing newline.Daniel Dunbar2010-05-26
* MC: Eliminate MCFragment vtable, which was unnecessary.Daniel Dunbar2010-05-26
* Start adding mach-o tls reloc support.Eric Christopher2010-05-26
* llvm-mc: Use EmitIntValue where possible, which makes the API calls from the ...Daniel Dunbar2010-05-23
* llvm-mc: Use AddBlankLine in asm parser. This makes transliteration match the...Daniel Dunbar2010-05-23
* MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar2010-05-23
* Expand on comment.Eric Christopher2010-05-21
* Fix section attribute name.Eric Christopher2010-05-21
* Add support for parsing the ELF .type assembler directive.Matt Fleming2010-05-21
* Grammar fix. This is a test commit.Matt Fleming2010-05-20
* Reduce string trashing.Benjamin Kramer2010-05-20
* Partial code for emitting thread local bss data.Eric Christopher2010-05-20
* fix rdar://7986634 - match instruction opcodes case insensitively.Chris Lattner2010-05-19
* Implement EmitTBSSSymbol for MachOStreamer.Eric Christopher2010-05-18
* Make EmitTBSSSymbol take a section argument so that we can find it later.Eric Christopher2010-05-18
* Incorporate Daniel's suggestion and use !isdigit(CurPtr[0]) and notKevin Enderby2010-05-18
* Fixed the problem with a branch to "0b" that was not parsed by llvm-mcKevin Enderby2010-05-18
* MC/Mach-O: Implement support for setting indirect symbol table offset in sect...Daniel Dunbar2010-05-18
* MC/Mach-O: Remove some FIXMEs.Daniel Dunbar2010-05-18
* MC/Mach-O: Fail faster/harder when we see .file, which isn't yet supported.Daniel Dunbar2010-05-18
* Simplify MCContext::(Next|Get)InstanceBenjamin Kramer2010-05-18
* Added support in MC for Directional Local Labels.Kevin Enderby2010-05-17
* More data/parsing support for tls directives. Add a few more testcasesEric Christopher2010-05-17
* MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sectio...Daniel Dunbar2010-05-17
* MC: Add dyn_cast support to MCSection.Daniel Dunbar2010-05-17
* MC/Mach-O: Reverse order of SymbolData scanning when emitting instructions.Daniel Dunbar2010-05-17
* Add some section and constant support for darwin TLS.Eric Christopher2010-05-17
* MC/Mach-O: Fix some differences in symbol flag handling.Daniel Dunbar2010-05-17
* llvm-mc: Support reassignment of variables in one special case, when theDaniel Dunbar2010-05-17
* Assume that we'll handle mangling the symbols earlier and just put theEric Christopher2010-05-17