aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC
Commit message (Expand)AuthorAgeFilesLines
* 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
* Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling2013-04-101-1/+10
* Reapply r179115, but use parsePrimaryExpression a little more judiciously.Chad Rosier2013-04-101-0/+7
* Remove unused method and default values.Rafael Espindola2013-04-091-6/+5
* Revert r179115 as it looks to have killed the ASan tests.Chad Rosier2013-04-091-7/+0
* [ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need toChad Rosier2013-04-091-0/+7
* [ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,Chad Rosier2013-04-091-9/+1
* Update documentation.Matt Arsenault2013-04-081-3/+1
* [ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.Chad Rosier2013-04-081-1/+13
* Dead code.Chad Rosier2013-03-191-6/+0
* [ms-inline asm] Move the size directive asm rewrite into the target specificChad Rosier2013-03-191-5/+0
* Make methods const.Jakub Staszak2013-03-181-2/+2