summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
...
* Recommit r335333 "[MC] - Add .stack_size sections into groups and link them w...George Rimar2018-06-221-0/+21
* Revert r335332 "[MC] - Add .stack_size sections into groups and link them wit...George Rimar2018-06-221-21/+0
* [MC] - Add .stack_size sections into groups and link them with .textGeorge Rimar2018-06-221-0/+21
* [mingw] Fix GCC ABI compatibility for comdat thingsReid Kleckner2018-06-212-4/+28
* [DWARF] Warn on and ignore ".file 0" for DWARF v4 and earlier.Paul Robinson2018-06-211-2/+4
* Remove FIXME comment about WIP.Eric Christopher2018-06-211-1/+0
* [DWARF] Don't keep a ref to possibly stack allocated data.Paul Robinson2018-06-201-2/+2
* Remove a redundant initialization. NFCPaul Robinson2018-06-201-1/+1
* [llvm-mca][X86] Teach how to identify register writes that implicitly clear t...Andrea Di Biagio2018-06-201-0/+9
* Fix typoed cast to avoid assertion in MCFragment::dump.Nirav Dave2018-06-181-1/+1
* [PowerPC] Add support for high and higha symbol modifiers on tls modifers.Sean Fertile2018-06-152-0/+12
* [PPC64] Support "symbol@high" and "symbol@higha" symbol modifers.Sean Fertile2018-06-151-0/+4
* [MC] Move bundling and MCSubtargetInfo to MCEncodedFragment [NFC]Peter Smith2018-06-153-21/+25
* Revert "[MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer."Sam Clegg2018-06-143-30/+24
* [MC] Move MCAssembler::dump into the correct cpp file. NFCSam Clegg2018-06-142-22/+24
* [DWARFv5] Tolerate files not all having an MD5 checksum.Paul Robinson2018-06-143-15/+27
* [DWARFv5] llvm-mc -dwarf-version does not imply -g.Paul Robinson2018-06-121-7/+14
* AMDGPU: Add 64-bit relative variant kindKonstantin Zhuravlyov2018-06-111-0/+2
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-068-26/+64
* [CodeGen] assume max/default throughput for unspecified instructionsSanjay Patel2018-06-051-7/+19
* [MC][X86] Allow assembler variable assignment to register name.Nirav Dave2018-06-053-22/+35
* [MC] Add assembler support for .cg_profile.Michael J. Spencer2018-06-026-0/+123
* [MCSchedule] Add the ability to compute the latency and throughput informatio...Andrea Di Biagio2018-05-311-0/+43
* [WebAssembly] MC: Add compile-twice test and fix corresponding bugSam Clegg2018-05-302-1/+2
* [RISCV] Add symbol diff relocation support for RISC-VAlex Bradbury2018-05-233-4/+36
* MC: Remove dead code. NFCI.Peter Collingbourne2018-05-221-11/+0
* MC: Introduce an ELF dwo object writer and teach llvm-mc about it.Peter Collingbourne2018-05-212-15/+103
* MC: Extract a derived class from ELFObjectWriter. NFCI.Peter Collingbourne2018-05-211-13/+19
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-0/+26
* MC: Extract ELFObjectWriter's ELF writing functionality into an ELFWriter cla...Peter Collingbourne2018-05-211-350/+368
* MC: Remove stream and output functions from MCObjectWriter. NFCI.Peter Collingbourne2018-05-213-5/+3
* MC: Have the object writers return the number of bytes written. NFCI.Peter Collingbourne2018-05-215-17/+27
* MC: Change object writers to use endian::Writer. NFCI.Peter Collingbourne2018-05-215-355/+364
* MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a r...Peter Collingbourne2018-05-216-65/+50
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-212-8/+6
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-183-13/+7
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-185-16/+20
* [MC] Relax .fill size requirementsNirav Dave2018-05-184-33/+60
* [RISCV] Add WasForced parameter to MCAsmBackend::fixupNeedsRelaxationAdvancedShiva Chen2018-05-182-7/+15
* [WebAssembly] MC: Fix typo in commentSam Clegg2018-05-171-1/+1
* [WebAssembly] Remove unused headers in MCWasmObjectWriterSam Clegg2018-05-161-3/+0
* [WebAssembly] MC: Ensure that FUNCTION_OFFSET relocations are always against ...Sam Clegg2018-05-161-1/+17
* [WebAssembly] Move toString helpers to BinaryFormatSam Clegg2018-05-142-28/+2
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-142-35/+35
* Correct compatibility with the GNU Assembler's handling of comparison opsBill Wendling2018-05-141-2/+20
* [WebAssembly] Create section start symbols automatically for all sectionsSam Clegg2018-05-104-22/+39
* MC: Remove dead code. NFCI.Peter Collingbourne2018-05-081-1/+0
* [WebAssembly] MC: Use existing MCSymbol.Index field rather than inventing ext...Sam Clegg2018-05-081-15/+11
* [MC] ELFObjectWriter: Removing unneeded variable and castSam Clegg2018-05-071-5/+4
* [WebAssembly] Ensure all .debug_XXX section has proper symbol namesSam Clegg2018-05-072-4/+11
OpenPOWER on IntegriCloud