summaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)AuthorFilesLines
2015-01-14Revert "Add r224985 back with two fixes."Rafael Espindola5-50/+46
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth7-7/+7
2015-01-14Migrate ABIName to MCTargetOptions so that it can be shared betweenEric Christopher1-1/+6
2015-01-13Add the llvm.frameallocate and llvm.recoverframeallocation intrinsicsReid Kleckner1-0/+5
2015-01-13Grammar and spelling.Eric Christopher1-4/+4
2015-01-12Add r224985 back with two fixes.Rafael Espindola5-46/+50
2015-01-11ARM: add support for segment base relocations (SBREL)Saleem Abdulrasool1-0/+2
2015-01-09Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revisionLang Hames3-3/+55
2015-01-06Revert r224935 "Refactor duplicated code. No intended functionality change."Lang Hames3-59/+3
2015-01-06Revert r225048: It broke ObjC on AArch64.Lang Hames5-50/+46
2014-12-31Add r224985 back with a fix.Rafael Espindola5-46/+50
2014-12-31Revert "Remove doesSectionRequireSymbols."Rafael Espindola5-50/+46
2014-12-30DebugInfo: Omit is_stmt from line table entries on the same line.David Blaikie1-2/+2
2014-12-30Remove doesSectionRequireSymbols.Rafael Espindola5-46/+50
2014-12-29Refactor duplicated code.Rafael Espindola3-3/+59
2014-12-24MC: Label definitions are permitted after .set directivesDavid Majnemer1-0/+5
2014-12-24IAS: correct debug line info for asm macrosSaleem Abdulrasool1-4/+8
2014-12-24MC: Don't emit .no_dead_strip on targets which don't support itDavid Majnemer1-1/+5
2014-12-22Fix Windows unwind info for functions in sections other than .textReid Kleckner1-33/+26
2014-12-22Remove unused header. NFC.Juergen Ributzka1-1/+0
2014-12-18Instead of explicitely comparing both lowercase and uppercase variants.Roman Divacky1-81/+1
2014-12-18Add a corresponding '@LOCAL' parse to match r224415.Justin Hibbits1-0/+1
2014-12-18Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private...Kevin Enderby1-3/+3
2014-12-17Add parsing of 'foo@local".Justin Hibbits1-0/+1
2014-12-15Changing a cast from unsigned to uint64_t, should be NFC in practice.Aaron Ballman1-1/+1
2014-12-13Silencing a -Wsign-compare warning; NFC.Aaron Ballman1-1/+2
2014-12-12Clean up static analyzer warnings.Michael Ilseman3-6/+11
2014-12-04clang-formatted ranged loops and assignment, NFC.Yaron Keren1-12/+12
2014-12-04Allow target to specify prefix for labelsMatt Arsenault3-1/+3
2014-12-01[NVPTX] Do not emit .weak symbols for NVPTXJingyue Wu2-1/+2
2014-11-27Commit back the correct bits of r222760 (was r222538).Rafael Espindola1-0/+6
2014-11-27Revert "Reapply 222538 and update tests to explicitly request small code mode...Rafael Espindola1-11/+0
2014-11-25Reapply 222538 and update tests to explicitly request small code modelJoerg Sonnenberger1-0/+11
2014-11-22Tidied up target triple OS detection. NFCSimon Pilgrim1-1/+1
2014-11-21Revert "Allow FDE references outside the +/-2GB range supported by PC relativ...Duncan P. N. Exon Smith1-11/+0
2014-11-21Allow FDE references outside the +/-2GB range supported by PC relativeJoerg Sonnenberger1-0/+11
2014-11-19Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie2-25/+18
2014-11-14COFF: Add support for Dwarf accelerator tables.Frederic Riss1-0/+21
2014-11-13Fix a regression on the disassembling C API.Rafael Espindola1-1/+1
2014-11-12Add support for small-model PIC for PowerPC.Justin Hibbits1-0/+1
2014-11-12Remove the now unused StringRefMemoryObject.h.Rafael Espindola1-1/+0
2014-11-12Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola1-3/+2
2014-11-11MC, COFF: Use relocations for function references inside the sectionDavid Majnemer2-1/+19
2014-11-11Add const. NFC.Rafael Espindola1-1/+1
2014-11-11speling.Nico Weber1-1/+1
2014-11-07Use a StringRefMemoryObject. NFC.Rafael Espindola1-26/+3
2014-11-05[mips64] Fix MIPS64 exception personality encodingPetar Jovanovic1-0/+2
2014-11-04Don't produce relocations for a difference in a section with no symbols.Rafael Espindola1-5/+4
2014-11-03Revert r221150, as it broke sanitizer testsOliver Stannard4-24/+12
2014-11-03Emit .eh_frame with relocations to functions, rather than sectionsOliver Stannard4-12/+24