summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* [MC][Target] Implement support for R_X86_64_SIZE{32,64}.Davide Italiano2015-03-041-0/+2
* Remove MCStreamer include which isn't used here. NFCPete Cooper2015-03-041-1/+0
* This file should always have included MCAssembler and not MCStreamer. NFCPete Cooper2015-03-041-1/+1
* Remove MCStreamer.h include from MCContext.h and explictly include it where n...Pete Cooper2015-03-042-0/+2
* Remove useless .debug_macinfo section setup.Paul Robinson2015-03-021-12/+0
* Make some non-constant static variables non-static or fully const.Benjamin Kramer2015-03-011-1/+1
* Centralize handling of the eh_begin and eh_end labels.Rafael Espindola2015-02-271-0/+6
* [MC] Use the non-EH register mapping in the debug_frame section.Frederic Riss2015-02-261-4/+20
* Fix UTF8 chars to ASCII.NAKAMURA Takumi2015-02-251-1/+1
* COFF: Add 'IMAGE_SCN_CNT_INITIALIZED_DATA' to all DWARF sectionsDavid Majnemer2015-02-221-0/+25
* COFF: Consistently format the DWARF sectionsDavid Majnemer2015-02-221-45/+44
* MC: Allow multiple comma-separated expressions on the .uleb128 directive.Benjamin Kramer2015-02-191-9/+15
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-192-19/+13
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-192-13/+19
* Add r228980 back.Rafael Espindola2015-02-174-9/+34
* Add r228889 back.Rafael Espindola2015-02-171-31/+26
* Add r228888 back.Rafael Espindola2015-02-171-7/+3
* Add r228886 back now that r229530 fixed the issue lldb was hitting.Rafael Espindola2015-02-171-47/+45
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Format: Modernize using variadic templates.Benjamin Kramer2015-02-151-3/+3
* Revert a series of commits starting at r228886 which is triggering someChandler Carruth2015-02-134-104/+90
* Add support for having multiple sections with the same name and comdat.Rafael Espindola2015-02-124-9/+34
* Learn that __DATA,__objc_classrefs is not atomized via symbols.Rafael Espindola2015-02-121-0/+4
* Invert the section relocation map.Rafael Espindola2015-02-111-31/+26
* Use the existing SymbolTableIndex instead of doing a lookup. NFC.Rafael Espindola2015-02-111-7/+3
* Create the Seciton -> Rel Section map when it is first needed. NFC.Rafael Espindola2015-02-111-47/+45
* Remove unused argument. NFC.Rafael Espindola2015-02-111-8/+4
* Unbreak buildbotsDavid Majnemer2015-02-111-1/+2
* Don't recompute the entire section map just to add 3 entries. NFC.Rafael Espindola2015-02-111-6/+6
* MC, COFF: Align section contents to a four byte boundaryDavid Majnemer2015-02-111-2/+9
* Remove unused argument. NFC.Rafael Espindola2015-02-111-4/+2
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-112-0/+6
* MC: Calculate intra-section symbol differences correctly for COFFDavid Majnemer2015-02-091-6/+11
* MC: Emit COFF section flags in the "proper" orderDavid Majnemer2015-02-071-4/+4
* Try to fix the build in MCValue.cppReid Kleckner2015-02-051-1/+1
* Fixup.Sean Silva2015-02-051-2/+2
* [MC] Remove various unused MCAsmInfo parameters.Sean Silva2015-02-053-9/+8
* 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
OpenPOWER on IntegriCloud