summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* 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
* MC: Make sure to clear *all* of MCMachOStreamer's stateJustin Bogner2015-12-031-0/+1
* [llvm-dwp] Emit a rather fictional debug_cu_indexDavid Blaikie2015-12-021-0/+12
* MC: Simplify handling of temporary symbols in COFF writer.Peter Collingbourne2015-11-261-81/+23
* Fix bug where WinCOFFObjectWriter would assume starting from an empty output.Manuel Klimek2015-11-181-1/+1
* Stop producing .data.rel sections.Rafael Espindola2015-11-185-64/+48
* [Assembler] Make fatal assembler errors non-fatalOliver Stannard2015-11-174-40/+75
* [Assembler] Allow non-fatal errors after parsingOliver Stannard2015-11-172-6/+18
* Drop prelink support.Rafael Espindola2015-11-172-14/+0
* [ARM,AArch64] Store source location of asm constant pool entriesOliver Stannard2015-11-161-5/+5
* [ARM] Introduce subtarget features per ARM architecture.Bradley Smith2015-11-161-2/+2
* Reduce the size of MCRelaxableFragment.Akira Hatanaka2015-11-142-3/+14
* [MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka2015-11-141-2/+9
* Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MI...Daniel Sanders2015-11-124-0/+91
* [MC] Use LShr for constant evaluation of ">>" on non-arm64 darwin.Ahmed Bougacha2015-11-112-7/+1
* [AsmParser] Backends can parameterize ASM tokenization.Colin LeMahieu2015-11-091-0/+9
* [AsmParser] Provide target direct access to mnemonic token. Allow assignment...Colin LeMahieu2015-11-091-1/+5
* [AsmParser] Allow tokens to be put back in to the token stream.Colin LeMahieu2015-11-081-2/+2
* Bring r252305 back with a test fix.Rafael Espindola2015-11-062-24/+20
* Revert "Simplify the creation of .eh_frame/.debug_frame sections."Rafael Espindola2015-11-061-18/+24
OpenPOWER on IntegriCloud