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