summaryrefslogtreecommitdiffstats
path: root/lib/MC/MCObjectFileInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-2/+2
* [DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...Wolfgang Pieb2017-06-061-2/+14
* [bpf] add relocation supportAlexei Starovoitov2017-05-031-0/+4
* [MC] Set SHT_MIPS_DWARF section type for all .debug_* sections on MIPSSimon Atanasyan2017-03-101-23/+32
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-2/+2
* [WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman2017-02-221-1/+27
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-141-0/+1
* Change how we handle section symbols on ELF.Rafael Espindola2017-02-021-15/+13
* [WebAssembly] Add triple support for the new wasm object formatDan Gohman2017-01-171-0/+3
* Move code only used by codegen out of MC. NFC.Rafael Espindola2016-08-291-40/+0
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-0/+1
* [mips] Set Personality and LSDA encoding for FreeBSDDaniel Sanders2016-08-041-0/+8
* [ARM] Fix Thumb text sections' flags under COFF/WindowsRenato Golin2016-06-271-2/+5
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-3/+3
* Don't pass a Reloc::Model to MC.Rafael Espindola2016-05-181-19/+21
* Delete deprecated function.Rafael Espindola2016-05-171-6/+0
* Add accidentally deleted "break"Krzysztof Parzyszek2016-04-251-0/+1
* ARM: put extern __thread stubs in a special section.Tim Northover2016-04-251-0/+5
* [Hexagon] Few fixes for exception handlingKrzysztof Parzyszek2016-04-251-0/+11
* [lanai] Add ELF enum value and relocations.Jacques Pienaar2016-03-011-0/+5
* [X86] Create mergeable constant pool entries for AVXDavid Majnemer2016-02-221-0/+4
* Improved macro emission in dwarf.Amjad Aboud2016-02-011-4/+4
* [codeview] Begin to add support for inlined call sitesReid Kleckner2016-01-291-3/+10
* ARMv7k: base ABI decision on v7k Arch rather than watchos OS.Tim Northover2016-01-271-2/+2
* Added support for macro emission in dwarf (supporting DWARF version 4).Amjad Aboud2016-01-071-0/+10
* [MC] Fix file name in file headerJeroen Ketema2016-01-041-1/+1
* [MC] Don't use the architecture to govern which object file format to useDavid Majnemer2015-12-221-14/+14
* [llvm-dwp] Support debug_tu_indexDavid Blaikie2015-12-051-0/+10
* [llvm-dwp] Emit a rather fictional debug_cu_indexDavid Blaikie2015-12-021-0/+12
* Stop producing .data.rel sections.Rafael Espindola2015-11-181-40/+29
* Drop prelink support.Rafael Espindola2015-11-171-6/+0
* Bring r252305 back with a test fix.Rafael Espindola2015-11-061-24/+18
* Revert "Simplify the creation of .eh_frame/.debug_frame sections."Rafael Espindola2015-11-061-18/+24
* Simplify the creation of .eh_frame/.debug_frame sections.Rafael Espindola2015-11-061-24/+18
* Use SHT_X86_64_UNWIND on every OS.Rafael Espindola2015-11-061-7/+5
* ARM: add support for WatchOS's compact unwind information.Tim Northover2015-10-281-2/+12
* [MachO] Stop generating *coal* sections.Akira Hatanaka2015-10-151-13/+28
* Revert r250349.Akira Hatanaka2015-10-151-28/+13
* [MachO] Stop generating *coal* sections.Akira Hatanaka2015-10-141-13/+28
* Revert r250342.Akira Hatanaka2015-10-141-28/+13
* [MachO] Stop generating *coal* sections.Akira Hatanaka2015-10-141-13/+28
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-061-2/+2
* Untabify.NAKAMURA Takumi2015-09-221-2/+2
* Reformat blank lines.NAKAMURA Takumi2015-09-221-1/+0
* Sink COFF.h MC include into .cpp filesReid Kleckner2015-09-031-0/+1
* Revert "Centralize the information about which object format we are using."Rafael Espindola2015-08-141-21/+19
* Centralize the information about which object format we are using.Rafael Espindola2015-08-141-19/+21
* Enable StackMap Serialization for COFFSwaroop Sridhar2015-06-251-0/+5
* Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...Daniel Sanders2015-06-161-2/+9
* [CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.Sanjoy Das2015-06-151-0/+6