summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
...
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-299-11/+11
* [CodeView] Implement .cv_inline_linetableDavid Majnemer2016-01-295-6/+155
* [codeview] Begin to add support for inlined call sitesReid Kleckner2016-01-291-3/+10
* Fix some -Wstring-conversion warningsDavid Blaikie2016-01-291-6/+6
* Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-298-8/+580
* Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-298-580/+8
* Silence gcc warning about ternary and enumerationsReid Kleckner2016-01-281-1/+1
* [CodeView] Use assembler directives for line tablesReid Kleckner2016-01-288-8/+580
* ARMv7k: base ABI decision on v7k Arch rather than watchos OS.Tim Northover2016-01-271-2/+2
* One more batch of self-containing headers.Benjamin Kramer2016-01-271-7/+7
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-274-4/+4
* Remove autoconf supportChris Bieneman2016-01-263-45/+0
* Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer2016-01-267-11/+11
* [MC] Use .p2align instead of .alignDan Gohman2016-01-261-5/+2
* [COFF] Simplify SetSectionNameDavid Majnemer2016-01-241-12/+10
* Rename MCLineEntry to MCDwarfLineEntryDavid Majnemer2016-01-212-9/+9
* Accept subtractions involving a weak symbol.Rafael Espindola2016-01-201-6/+0
* [MC, COFF] Add .reloc support for WinCOFFDavid Majnemer2016-01-193-4/+12
* Use larger write sizes for MCFillFragment.Rafael Espindola2016-01-191-3/+14
* Simplify MCFillFragment.Rafael Espindola2016-01-195-19/+8
* Handle 64 bit offsets.Rafael Espindola2016-01-191-1/+1
* [WebAssembly] Don't create a needless .note.GNU-stack sectionDan Gohman2016-01-151-0/+3
* Delete MCRelocationInfo::createExprForRelocation.Pete Cooper2016-01-151-5/+0
* Update to use new name alignTo().Rui Ueyama2016-01-142-4/+4
* Convert a few assert failures into proper errors.Rafael Espindola2016-01-131-4/+4
* Simplify. NFC.Rafael Espindola2016-01-131-9/+9
* [WebAssembly] Define WebAssembly-specific relocation codes.Dan Gohman2016-01-111-0/+1
* Remove a bugs assert.Rafael Espindola2016-01-111-2/+0
* Added support for macro emission in dwarf (supporting DWARF version 4).Amjad Aboud2016-01-071-0/+10
* Make WinCOFFObjectWriter.cpp's timestamp writing not use ENABLE_TIMESTAMPSNico Weber2016-01-061-7/+1
* (NFC) Change SubtargetFeatures::ToggleFeature andArtyom Skrobov2016-01-052-16/+8
* Clang-format my previous change (r256313)Paul Robinson2016-01-041-5/+5
* [MC] Fix file name in file headerJeroen Ketema2016-01-041-1/+1
* Use an ArrayRef to simplify repeated calculation of the array end. NFCCraig Topper2016-01-031-5/+6
* Use std::is_sorted instead of manual loops. NFCCraig Topper2016-01-031-8/+4
* [ptr-traits] Provide a real MCFragment address for the sentinel insteadChandler Carruth2015-12-291-2/+4
* [ptr-traits] Split the MCFragment type hierarchy out of the MCAssemblerChandler Carruth2015-12-293-429/+459
* Accept dwarf version 5 for CIE versions.Eric Christopher2015-12-281-0/+1
* Form reform for MCDwarf.Paul Robinson2015-12-231-4/+8
* [MC] Don't use the architecture to govern which object file format to useDavid Majnemer2015-12-221-14/+14
* [MC, COFF] Support link /incremental conditionallyDavid Majnemer2015-12-213-8/+17
* Teach MCOperand::print how to print FPImm operands.Dan Gohman2015-12-211-0/+2
* [MC, COFF] Unbreak support for COFF timestampsDavid Majnemer2015-12-211-0/+1
* Recognize strings for Hexagon-specific variant kindsKrzysztof Parzyszek2015-12-181-0/+7
* Avoid explicit relocation sorting most of the time.Rafael Espindola2015-12-171-17/+6
* Always sort by offset first. NFC.Rafael Espindola2015-12-172-16/+16
* Use std::unique_ptr. NFC.Rafael Espindola2015-12-162-10/+7
* [X86][inline asm] support even directive Michael Zuckerman2015-12-131-0/+5
* Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...Craig Topper2015-12-052-3/+3
* [llvm-dwp] Support debug_tu_indexDavid Blaikie2015-12-051-0/+10
OpenPOWER on IntegriCloud