summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.Devang Patel2010-08-31
* This is the second of three patches to implement support for the .loc directiveKevin Enderby2010-08-31
* Allow creation of SHT_NULL sections, from Roman Divacky.Benjamin Kramer2010-08-31
* MCELF: The value of all common symbols is the offset from the start of the se...Benjamin Kramer2010-08-30
* The value is offset from the start of the section for non-common symbols, sub...Benjamin Kramer2010-08-30
* Index external symbols by symbol table instead of parent section, by Roman Di...Benjamin Kramer2010-08-30
* Mark all common symbols external. This is not exactly correct but it lets appsBenjamin Kramer2010-08-30
* squish dead code.Chris Lattner2010-08-28
* MCELF: Port EmitInstruction changes from MachO streamer. Patch by Roman Divacky.Benjamin Kramer2010-08-27
* MCELF: Always overwrite FixedValue.Benjamin Kramer2010-08-27
* MCELF: Fix a thinko of mine.Benjamin Kramer2010-08-26
* MCELF: Compensate for the addend on i386. Patch by Roman Divacky, with some c...Benjamin Kramer2010-08-26
* MCELF: Use precomputed symbol indices, patch by Roman Divacky.Benjamin Kramer2010-08-25
* MC: Fix inconsistant naming in COFF object writer. Patch by Cameron Esfahani.Michael J. Spencer2010-08-25
* Change the parsing of .loc back to allow the LineNumber field to be optional asKevin Enderby2010-08-24
* Fix COFF x86-64 relocations. PR7960.Michael J. Spencer2010-08-24
* First bit of support for the dwarf .loc directive. This patch updates theKevin Enderby2010-08-24
* MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to supportDaniel Dunbar2010-08-24
* MC/Parser: Accept leading dollar signs in identifiers.Daniel Dunbar2010-08-24
* Relocate against parent if the symbol is not in section or it's a common symb...Benjamin Kramer2010-08-24
* fix rdar://7997827 - Accept and ignore LL and ULL suffixes on integer literals.Chris Lattner2010-08-24
* Fix thinko. Having no tests is great ...Benjamin Kramer2010-08-23
* Reduce code duplication.Benjamin Kramer2010-08-23
* ELFObjectWriter: Run ComputeSymbolTable before recording relocations. This wa...Benjamin Kramer2010-08-23
* Add the symbol offset to the relocation value when we relocate against sectio...Benjamin Kramer2010-08-23
* Use the proper relocation section + cleanup, from Roman Divacky.Benjamin Kramer2010-08-23
* Revert part of my last commit. the mingw32 build bot doesn't seem to like it.Michael J. Spencer2010-08-23
* Workaround broken jump tables on x86-64 COFF.Michael J. Spencer2010-08-23
* MC: Add partial x86-64 support to COFF.Michael J. Spencer2010-08-21
* MCELF: Count the section orders properly. Patch by Roman Divacky.Benjamin Kramer2010-08-19
* MC/ELF: Allow null values in virtual sections, ELF doesn't use specialDaniel Dunbar2010-08-18
* Remove dead code. Fixes a GCC warning.Benjamin Kramer2010-08-17
* Sketch i386 relocations handling, from Roman Divacky.Benjamin Kramer2010-08-17
* Use the correct entry size for relocation entries, from Roman Divacky.Benjamin Kramer2010-08-17
* Differentiate between RELA and REL relocations, from Roman Divacky.Benjamin Kramer2010-08-17
* One baby step towards i386 ELF, from Roman Divacky.Benjamin Kramer2010-08-17
* Try to silence a overeager GCC warning.Benjamin Kramer2010-08-17
* A round of minor cleanups for ELFObjectWriter.Benjamin Kramer2010-08-17
* Silence warnings and simplify code. Eliminate a 32/64 bit portability issue.Benjamin Kramer2010-08-16
* Fixes for generation of ELF relocations. Patch by Roman Divacky.Eli Friedman2010-08-16
* Fix a few warnings in and detabify MCELFStreamer and ELFObjectWriter.Eli Friedman2010-08-16
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-16
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-16
* Layout helper function.Matt Fleming2010-08-16
* Record a symbol's size which is needed for ELF symbol tables.Matt Fleming2010-08-16
* silence a vc2010 warning: " result of 32-bit shift implicitly converted toChris Lattner2010-08-16
* MC/AsmParser: Push the burdon of emitting diagnostics about unmatchedDaniel Dunbar2010-08-12
* llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...Daniel Dunbar2010-08-11
* MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar2010-08-11
* MC/AsmParser: Fix a bug in macro argument parsing, which was droppingDaniel Dunbar2010-08-10