summaryrefslogtreecommitdiff
path: root/include/llvm/MC
Commit message (Expand)AuthorAge
* Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick2013-06-15
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-14
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-12
* Whitespace.Jim Grosbach2013-06-02
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha2013-05-31
* MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.Ahmed Bougacha2013-05-30
* Remove the MCRegAliasIterator tables and compute the aliases dynamically.Chad Rosier2013-05-28
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-24
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-24
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-23
* Minor fix to comment from my previous commit.Chad Rosier2013-05-22
* Simplify the logic described in the comment.Chad Rosier2013-05-22
* Add the IncludeSelf parameter to the MCSubRegIterator and MCSuperRegIteratorChad Rosier2013-05-22
* Cleanup relocation sorting for ELF.Rafael Espindola2013-05-15
* Remove MCELFObjectTargetWriter::adjustFixupOffset hackUlrich Weigand2013-05-15
* ELFRelocationEntry::operator<(): Try to stabilize the order. r_offset was ins...NAKAMURA Takumi2013-05-15
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* In MC asm parsing, account for the possibility of whitespace withinJohn McCall2013-05-03
* Cleanup and document MachineLocation.Adrian Prantl2013-04-26
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-22
* [ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turnChad Rosier2013-04-22
* [ms-inline asm] Remove the identifier parsing logic from the AsmParser. This isChad Rosier2013-04-22
* [ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier2013-04-22
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Simplify the MCInst operator iterator declaration.Jim Grosbach2013-04-15
* [ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a futureChad Rosier2013-04-11
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-10
* Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling2013-04-10
* Reapply r179115, but use parsePrimaryExpression a little more judiciously.Chad Rosier2013-04-10
* Remove unused method and default values.Rafael Espindola2013-04-09
* Revert r179115 as it looks to have killed the ASan tests.Chad Rosier2013-04-09
* [ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need toChad Rosier2013-04-09
* [ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,Chad Rosier2013-04-09
* Update documentation.Matt Arsenault2013-04-08
* [ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.Chad Rosier2013-04-08
* Dead code.Chad Rosier2013-03-19
* [ms-inline asm] Move the size directive asm rewrite into the target specificChad Rosier2013-03-19
* Make methods const.Jakub Staszak2013-03-18
* Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren2013-03-12
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-07
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-20
* ELF symbol table field st_other support, Jack Carter2013-02-19
* Grammar.Eric Christopher2013-02-19
* [ms-inline-asm] Implement align directive (which is roughly equivalent to .al...Chad Rosier2013-02-12
* This patch just fixes up various llvm formattingJack Carter2013-02-12
* Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek2013-02-12
* Fix unnecessary removal of const through cast machineryDavid Blaikie2013-02-11