aboutsummaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)Author
2010-09-22fix rdar://8456417 - llvm-mc can't do basic mathChris Lattner
2010-09-21Revert unrelated change that was accidentally included in the previous commit.Rafael Espindola
2010-09-21Implement support for .local and its "interesting" interactions with .comm.Rafael Espindola
2010-09-20Produce a R_X86_64_32 when the value is >=0.Rafael Espindola
2010-09-18Make sure the STT_FILE symbol is the first one in the symbol table.Rafael Espindola
2010-09-17Avoid relocations in a common case.Rafael Espindola
2010-09-17Fix an MSVC warning.Daniel Dunbar
2010-09-17MC/Mach-O/i386: Fix a crash in relocation handling.Daniel Dunbar
2010-09-17MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing theDaniel Dunbar
2010-09-16Print the address of sections as 0 and create the metadata sections in theRafael Espindola
2010-09-16Make sure that names like .note.GNU-stack are accepted as valid section names.Rafael Espindola
2010-09-16Add support for the .zero directive.Rafael Espindola
2010-09-15Add a InitSections method to the streamer interface.Rafael Espindola
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-13Factoring and potential bug fix. The elf "flags" cannot be used as masks.Rafael Espindola
2010-09-11Add support for leb128 of absolute expressions.Rafael Espindola
2010-09-11fix the asmparser so that the target is responsible for skipping toChris Lattner
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-09-09llvm-mc: Don't crash when using -n and we see a directive before the initial ...Daniel Dunbar
2010-09-09llvm-mc: Make sure we exit != 0 if any errors are encountered.Daniel Dunbar
2010-09-09MCELF: Write relocation fragments in the right endian.Benjamin Kramer
2010-09-09Make ELF OS ABI dependent on the OS from target triple.Roman Divacky
2010-09-09MC: Give a (lame) hard error if a .org directive would create an unreasonablyDaniel Dunbar
2010-09-08ELF_STB_Local is 0 so setting and checking it must be done speciallyRoman Divacky
2010-09-08Unresolved weak symbols have value equal zero.Roman Divacky
2010-09-08change the MC "ParseInstruction" interface to make it the Chris Lattner
2010-09-06MCELF: Align symtab, relocation sections and section headers properly. Patch ...Benjamin Kramer
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