aboutsummaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)Author
2010-09-03Get rid of "passing signed into unsigned parameter" warning on PPC.Bill Wendling
2010-09-02Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer
2010-09-02Allow MCSA_WeakRef in ELF. Patch by Roman Divacky.Benjamin Kramer
2010-09-02Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel
2010-08-31Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.Devang Patel
2010-08-31This is the second of three patches to implement support for the .loc directiveKevin Enderby
2010-08-31Allow creation of SHT_NULL sections, from Roman Divacky.Benjamin Kramer
2010-08-30MCELF: The value of all common symbols is the offset from the start of the se...Benjamin Kramer
2010-08-30The value is offset from the start of the section for non-common symbols, sub...Benjamin Kramer
2010-08-30Index external symbols by symbol table instead of parent section, by Roman Di...Benjamin Kramer
2010-08-30Mark all common symbols external. This is not exactly correct but it lets appsBenjamin Kramer
2010-08-28squish dead code.Chris Lattner
2010-08-27MCELF: Port EmitInstruction changes from MachO streamer. Patch by Roman Divacky.Benjamin Kramer
2010-08-27MCELF: Always overwrite FixedValue.Benjamin Kramer
2010-08-26MCELF: Fix a thinko of mine.Benjamin Kramer
2010-08-26MCELF: Compensate for the addend on i386. Patch by Roman Divacky, with some c...Benjamin Kramer
2010-08-25MCELF: Use precomputed symbol indices, patch by Roman Divacky.Benjamin Kramer
2010-08-25MC: Fix inconsistant naming in COFF object writer. Patch by Cameron Esfahani.Michael J. Spencer
2010-08-24Change the parsing of .loc back to allow the LineNumber field to be optional asKevin Enderby
2010-08-24Fix COFF x86-64 relocations. PR7960.Michael J. Spencer
2010-08-24First bit of support for the dwarf .loc directive. This patch updates theKevin Enderby
2010-08-24MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to supportDaniel Dunbar
2010-08-24MC/Parser: Accept leading dollar signs in identifiers.Daniel Dunbar
2010-08-24Relocate against parent if the symbol is not in section or it's a common symb...Benjamin Kramer
2010-08-24fix rdar://7997827 - Accept and ignore LL and ULL suffixes on integer literals.Chris Lattner
2010-08-23Fix thinko. Having no tests is great ...Benjamin Kramer
2010-08-23Reduce code duplication.Benjamin Kramer
2010-08-23ELFObjectWriter: Run ComputeSymbolTable before recording relocations. This wa...Benjamin Kramer
2010-08-23Add the symbol offset to the relocation value when we relocate against sectio...Benjamin Kramer
2010-08-23Use the proper relocation section + cleanup, from Roman Divacky.Benjamin Kramer
2010-08-23Revert part of my last commit. the mingw32 build bot doesn't seem to like it.Michael J. Spencer
2010-08-23Workaround broken jump tables on x86-64 COFF.Michael J. Spencer
2010-08-21MC: Add partial x86-64 support to COFF.Michael J. Spencer
2010-08-19MCELF: Count the section orders properly. Patch by Roman Divacky.Benjamin Kramer
2010-08-18MC/ELF: Allow null values in virtual sections, ELF doesn't use specialDaniel Dunbar
2010-08-17Remove dead code. Fixes a GCC warning.Benjamin Kramer
2010-08-17Sketch i386 relocations handling, from Roman Divacky.Benjamin Kramer
2010-08-17Use the correct entry size for relocation entries, from Roman Divacky.Benjamin Kramer
2010-08-17Differentiate between RELA and REL relocations, from Roman Divacky.Benjamin Kramer
2010-08-17One baby step towards i386 ELF, from Roman Divacky.Benjamin Kramer
2010-08-17Try to silence a overeager GCC warning.Benjamin Kramer
2010-08-17A round of minor cleanups for ELFObjectWriter.Benjamin Kramer
2010-08-16Silence warnings and simplify code. Eliminate a 32/64 bit portability issue.Benjamin Kramer
2010-08-16Fixes for generation of ELF relocations. Patch by Roman Divacky.Eli Friedman
2010-08-16Fix a few warnings in and detabify MCELFStreamer and ELFObjectWriter.Eli Friedman
2010-08-16Add ELF ObjectWriter and Streamer support.Matt Fleming
2010-08-16Add ELF ObjectWriter and Streamer support.Matt Fleming
2010-08-16Layout helper function.Matt Fleming
2010-08-16Record a symbol's size which is needed for ELF symbol tables.Matt Fleming
2010-08-16silence a vc2010 warning: " result of 32-bit shift implicitly converted toChris Lattner