summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-271-9/+6
* MC-COFF: Drop empty sections, and label symbols. Convert relocationsMichael J. Spencer2010-09-271-82/+163
* Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to putRafael Espindola2010-09-252-11/+72
* Reapply 114678 and 114667. Reverting them did not fix the bot:Rafael Espindola2010-09-241-2/+5
* Revert 114678 and 114667 to see ifRafael Espindola2010-09-241-5/+2
* MC/AsmParser: Handle a missed case of floating literals in the lexer.Daniel Dunbar2010-09-241-1/+1
* MC/AsmParser: Support .single and .double for embedding floating point literals.Daniel Dunbar2010-09-241-0/+56
* MC/Lexer: Add 'Real' token type for floating point literals.Daniel Dunbar2010-09-241-5/+24
* MC: Add missing ')' in diagnostic.Daniel Dunbar2010-09-241-1/+1
* Correctly handle weak undefined symbols. Before we would get a invalid bindingRafael Espindola2010-09-231-5/+20
* Correctly compute the offset of the symbol. Forgot these bits from theRafael Espindola2010-09-231-1/+4
* Represent relocations against local symbols as relocations against the sectionRafael Espindola2010-09-231-1/+1
* Fix the FIXME.Rafael Espindola2010-09-231-1/+1
* Fixed a crash in the enhanced disassembler whereSean Callanan2010-09-231-0/+2
* Add support for ELF PLT references for ARM MC asm printing. Adding aJim Grosbach2010-09-221-3/+6
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-225-23/+28
* allow target-specific label suffixes, patch by Yuri Gribov!Chris Lattner2010-09-222-1/+2
* Fix typo and add a FIXME.Rafael Espindola2010-09-221-1/+2
* grammar tweakageJim Grosbach2010-09-221-2/+2
* remove trailing whitespaceJim Grosbach2010-09-221-31/+31
* Correctly align bss.Rafael Espindola2010-09-221-0/+6
* fix rdar://8456417 - llvm-mc can't do basic mathChris Lattner2010-09-221-21/+22
* Revert unrelated change that was accidentally included in the previous commit.Rafael Espindola2010-09-211-4/+1
* Implement support for .local and its "interesting" interactions with .comm.Rafael Espindola2010-09-213-11/+36
* Produce a R_X86_64_32 when the value is >=0.Rafael Espindola2010-09-201-2/+5
* Make sure the STT_FILE symbol is the first one in the symbol table.Rafael Espindola2010-09-181-0/+13
* Avoid relocations in a common case.Rafael Espindola2010-09-171-1/+10
* Fix an MSVC warning.Daniel Dunbar2010-09-171-0/+3
* MC/Mach-O/i386: Fix a crash in relocation handling.Daniel Dunbar2010-09-171-1/+2
* MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing theDaniel Dunbar2010-09-171-2/+81
* Print the address of sections as 0 and create the metadata sections in theRafael Espindola2010-09-161-33/+24
* Make sure that names like .note.GNU-stack are accepted as valid section names.Rafael Espindola2010-09-161-2/+37
* Add support for the .zero directive.Rafael Espindola2010-09-161-0/+22
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-159-9/+73
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-2/+1
* Factoring and potential bug fix. The elf "flags" cannot be used as masks.Rafael Espindola2010-09-131-14/+37
* Add support for leb128 of absolute expressions.Rafael Espindola2010-09-112-23/+49
* fix the asmparser so that the target is responsible for skipping toChris Lattner2010-09-111-1/+3
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-1/+2
* llvm-mc: Don't crash when using -n and we see a directive before the initial ...Daniel Dunbar2010-09-091-0/+30
* llvm-mc: Make sure we exit != 0 if any errors are encountered.Daniel Dunbar2010-09-091-8/+10
* MCELF: Write relocation fragments in the right endian.Benjamin Kramer2010-09-091-5/+26
* Make ELF OS ABI dependent on the OS from target triple.Roman Divacky2010-09-091-4/+13
* MC: Give a (lame) hard error if a .org directive would create an unreasonablyDaniel Dunbar2010-09-091-1/+1
* ELF_STB_Local is 0 so setting and checking it must be done speciallyRoman Divacky2010-09-082-3/+5
* Unresolved weak symbols have value equal zero.Roman Divacky2010-09-081-1/+1
* change the MC "ParseInstruction" interface to make it the Chris Lattner2010-09-081-7/+0
* MCELF: Align symtab, relocation sections and section headers properly. Patch ...Benjamin Kramer2010-09-061-12/+24
* Get rid of "passing signed into unsigned parameter" warning on PPC.Bill Wendling2010-09-031-1/+1
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-025-1/+15
OpenPOWER on IntegriCloud