aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC
Commit message (Expand)AuthorAgeFilesLines
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-241-1/+1
* Revert "Remove use of asymmetric std::lower_bound comparator."Ahmed Bougacha2013-07-231-5/+0
* MC: mayAffectControlFlow() handling for variadic instructions.Jim Grosbach2013-07-221-2/+14
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-091-0/+2
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-062-13/+26
* Remove use of asymmetric std::lower_bound comparator.Ahmed Bougacha2013-07-041-0/+5
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-021-2/+0
* Remove address spaces from MC.Rafael Espindola2013-07-024-40/+24
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-011-0/+1
* Use MCFillFragment for zero-initialized data.Serge Pavlov2013-06-272-5/+4
* [PowerPC] Support @got modifierUlrich Weigand2013-06-251-0/+3
* DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...David Blaikie2013-06-231-2/+2
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-211-0/+22
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-211-0/+4
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-211-0/+1
* [PowerPC] Support @h modifierUlrich Weigand2013-06-211-0/+1
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-211-15/+15
* [PowerPC] Clean up VK_PPC_TOC... namesUlrich Weigand2013-06-201-10/+10
* [MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directivesUlrich Weigand2013-06-191-0/+4
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-5/+5
* Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick2013-06-152-48/+28
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-141-2/+3
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-122-7/+11
* Whitespace.Jim Grosbach2013-06-021-1/+1
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-311-6/+9
* Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha2013-05-311-0/+18
* MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.Ahmed Bougacha2013-05-301-7/+8
* Remove the MCRegAliasIterator tables and compute the aliases dynamically.Chad Rosier2013-05-281-24/+71
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-241-3/+23
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-245-50/+419
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-245-31/+294
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-231-4/+2
* Minor fix to comment from my previous commit.Chad Rosier2013-05-221-1/+1
* Simplify the logic described in the comment.Chad Rosier2013-05-221-3/+1
* Add the IncludeSelf parameter to the MCSubRegIterator and MCSuperRegIteratorChad Rosier2013-05-221-5/+13
* Cleanup relocation sorting for ELF.Rafael Espindola2013-05-151-12/+0
* Remove MCELFObjectTargetWriter::adjustFixupOffset hackUlrich Weigand2013-05-151-2/+0
* ELFRelocationEntry::operator<(): Try to stabilize the order. r_offset was ins...NAKAMURA Takumi2013-05-151-1/+8
* Remove the MachineMove class.Rafael Espindola2013-05-132-34/+6
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-051-4/+3
* In MC asm parsing, account for the possibility of whitespace withinJohn McCall2013-05-031-1/+2
* Cleanup and document MachineLocation.Adrian Prantl2013-04-261-1/+6
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-221-6/+6
* [ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turnChad Rosier2013-04-222-0/+3
* [ms-inline asm] Remove the identifier parsing logic from the AsmParser. This isChad Rosier2013-04-221-0/+2
* [ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier2013-04-221-3/+14
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-178-33/+64
* Simplify the MCInst operator iterator declaration.Jim Grosbach2013-04-151-1/+1
* [ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a futureChad Rosier2013-04-111-10/+12
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-102-2/+8