summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Compute the ELF SectionKind from the flags.Rafael Espindola2015-01-297-225/+96
* Store the passed in CPU name string so that it can be accessed later.Eric Christopher2015-01-261-1/+2
* Add STB_GNU_UNIQUE to the ELF writer.Rafael Espindola2015-01-232-3/+9
* [pr21886] Change MCJIT/ELF to support MSVC C++ mangled symbol.Rafael Espindola2015-01-221-9/+36
* ARM: fail less catastrophically on invalid Windows inputSaleem Abdulrasool2015-01-221-2/+3
* Add r224985 back with fixes.Rafael Espindola2015-01-195-46/+50
* Produce errors when an assignment expression would use a common symbol.Rafael Espindola2015-01-191-1/+11
* unique_ptrify the RelInfo parameter to TargetRegistry::createMCSymbolizerDavid Blaikie2015-01-182-7/+5
* Replace size method call of containers to empty method where appropriateAlexander Kornienko2015-01-152-2/+2
* Revert "Add r224985 back with two fixes."Rafael Espindola2015-01-145-50/+46
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-147-7/+7
* Migrate ABIName to MCTargetOptions so that it can be shared betweenEric Christopher2015-01-141-1/+6
* Add the llvm.frameallocate and llvm.recoverframeallocation intrinsicsReid Kleckner2015-01-131-0/+5
* Grammar and spelling.Eric Christopher2015-01-131-4/+4
* Add r224985 back with two fixes.Rafael Espindola2015-01-125-46/+50
* ARM: add support for segment base relocations (SBREL)Saleem Abdulrasool2015-01-111-0/+2
* Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revisionLang Hames2015-01-093-3/+55
* 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
OpenPOWER on IntegriCloud