summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Revert r224935 "Refactor duplicated code. No intended functionality change."Lang Hames2015-01-063-59/+3
* Revert r225048: It broke ObjC on AArch64.Lang Hames2015-01-065-50/+46
* Add r224985 back with a fix.Rafael Espindola2014-12-315-46/+50
* Revert "Remove doesSectionRequireSymbols."Rafael Espindola2014-12-315-50/+46
* DebugInfo: Omit is_stmt from line table entries on the same line.David Blaikie2014-12-301-2/+2
* Remove doesSectionRequireSymbols.Rafael Espindola2014-12-305-46/+50
* Refactor duplicated code.Rafael Espindola2014-12-293-3/+59
* MC: Label definitions are permitted after .set directivesDavid Majnemer2014-12-241-0/+5
* IAS: correct debug line info for asm macrosSaleem Abdulrasool2014-12-241-4/+8
* MC: Don't emit .no_dead_strip on targets which don't support itDavid Majnemer2014-12-241-1/+5
* Fix Windows unwind info for functions in sections other than .textReid Kleckner2014-12-221-33/+26
* Remove unused header. NFC.Juergen Ributzka2014-12-221-1/+0
* Instead of explicitely comparing both lowercase and uppercase variants.Roman Divacky2014-12-181-81/+1
* Add a corresponding '@LOCAL' parse to match r224415.Justin Hibbits2014-12-181-0/+1
* Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private...Kevin Enderby2014-12-181-3/+3
* Add parsing of 'foo@local".Justin Hibbits2014-12-171-0/+1
* Changing a cast from unsigned to uint64_t, should be NFC in practice.Aaron Ballman2014-12-151-1/+1
* Silencing a -Wsign-compare warning; NFC.Aaron Ballman2014-12-131-1/+2
* Clean up static analyzer warnings.Michael Ilseman2014-12-123-6/+11
* clang-formatted ranged loops and assignment, NFC.Yaron Keren2014-12-041-12/+12
* Allow target to specify prefix for labelsMatt Arsenault2014-12-043-1/+3
* [NVPTX] Do not emit .weak symbols for NVPTXJingyue Wu2014-12-012-1/+2
* Commit back the correct bits of r222760 (was r222538).Rafael Espindola2014-11-271-0/+6
* Revert "Reapply 222538 and update tests to explicitly request small code mode...Rafael Espindola2014-11-271-11/+0
* Reapply 222538 and update tests to explicitly request small code modelJoerg Sonnenberger2014-11-251-0/+11
* Tidied up target triple OS detection. NFCSimon Pilgrim2014-11-221-1/+1
* Revert "Allow FDE references outside the +/-2GB range supported by PC relativ...Duncan P. N. Exon Smith2014-11-211-11/+0
* Allow FDE references outside the +/-2GB range supported by PC relativeJoerg Sonnenberger2014-11-211-0/+11
* Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie2014-11-192-25/+18
* COFF: Add support for Dwarf accelerator tables.Frederic Riss2014-11-141-0/+21
* Fix a regression on the disassembling C API.Rafael Espindola2014-11-131-1/+1
* Add support for small-model PIC for PowerPC.Justin Hibbits2014-11-121-0/+1
* Remove the now unused StringRefMemoryObject.h.Rafael Espindola2014-11-121-1/+0
* Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola2014-11-121-3/+2
* MC, COFF: Use relocations for function references inside the sectionDavid Majnemer2014-11-112-1/+19
* Add const. NFC.Rafael Espindola2014-11-111-1/+1
* speling.Nico Weber2014-11-111-1/+1
* Use a StringRefMemoryObject. NFC.Rafael Espindola2014-11-071-26/+3
* [mips64] Fix MIPS64 exception personality encodingPetar Jovanovic2014-11-051-0/+2
* Don't produce relocations for a difference in a section with no symbols.Rafael Espindola2014-11-041-5/+4
* Revert r221150, as it broke sanitizer testsOliver Stannard2014-11-034-24/+12
* Emit .eh_frame with relocations to functions, rather than sectionsOliver Stannard2014-11-034-12/+24
* Attempt to fix the build after r220439David Majnemer2014-10-221-1/+1
* [MC] Attach labels to existing fragments instead of using a separate fragmentDerek Schuff2014-10-221-9/+29
* Drop support for an old version of ld64 (from darwin 9).Rafael Espindola2014-10-213-16/+0
* Fix a bit of confusion about .set and produce more readable assembly.Rafael Espindola2014-10-212-1/+2
* Add back commits r219835 and a fixed version of r219829.Rafael Espindola2014-10-173-50/+61
* Revert commit r219835 and r219829.Rafael Espindola2014-10-173-61/+50
* Allow forward references to section symbols.Rafael Espindola2014-10-151-1/+8
* Correctly handle references to section symbols.Rafael Espindola2014-10-153-50/+54
OpenPOWER on IntegriCloud