summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify the creation of .eh_frame/.debug_frame sections.Rafael Espindola2015-11-061-24/+18
* git clang-format and fix variable names. NFC.Rafael Espindola2015-11-061-42/+34
* Use SHT_X86_64_UNWIND on every OS.Rafael Espindola2015-11-061-7/+5
* Pass SectionStart directly to the one function that uses it.Rafael Espindola2015-11-061-8/+5
* Simplify the alignment handling in FDE emission.Rafael Espindola2015-11-061-16/+15
* Delete dead store. NFC.Rafael Espindola2015-11-061-1/+0
* Use a range loop.Rafael Espindola2015-11-061-3/+1
* Pass the streamer to the constructor instead of every other method. NFC.Rafael Espindola2015-11-061-76/+66
* Simplify the constructor. NFC.Rafael Espindola2015-11-051-5/+4
* git-clang-format an area I am about to change.Rafael Espindola2015-11-051-32/+29
* Small simplification by moving early continue earlier.Rafael Espindola2015-11-051-6/+4
* Fix pr24832.Rafael Espindola2015-11-051-9/+1
* Simplify now that emitValueToOffset always returns false.Rafael Espindola2015-11-044-21/+6
* Simplify .org processing and make it a bit more powerful.Rafael Espindola2015-11-042-19/+10
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-041-5/+3
* Don't create empty sections just to look like gas.Rafael Espindola2015-11-031-10/+0
* Delete dead code.Rafael Espindola2015-11-031-6/+0
* Simplify local common output.Rafael Espindola2015-11-031-20/+14
* Move code out of a loop and use a range loop.Rafael Espindola2015-11-031-10/+8
* ELF can handle some relocations of the form -sym + constant.Rafael Espindola2015-11-021-5/+0
* ARM: add support for WatchOS's compact unwind information.Tim Northover2015-10-282-3/+14
* ARM: support .watchos_version_min and .tvos_version_min.Tim Northover2015-10-284-7/+60
* [ms-inline-asm] Leave alignment in bytes if the native assembler uses bytesReid Kleckner2015-10-271-3/+9
* Rename qsort -> multikey_qsort. NFC.Rui Ueyama2015-10-271-4/+4
OpenPOWER on IntegriCloud