summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
...
* Assert if we're trying to generate a null compact unwind entry.Bill Wendling2013-04-18
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Use object file specific section type for initial text sectionNico Rieck2013-04-14
* [ms-inline asm] Add the implementation for the AOK_Delete kind, which was addedChad Rosier2013-04-12
* [ms-inline asm] Remove brackets from around a symbol reference in the targetChad Rosier2013-04-11
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-10
* No need to have this return a bool.Bill Wendling2013-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
* Use a scheme closer to that of GNU as when deciding the type of aPeter Collingbourne2013-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
* [ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.Chad Rosier2013-04-08
* Fix the fde encoding used by mips to match gas.Rafael Espindola2013-04-03
* Mips direct object exception handling regressionJack Carter2013-04-01
* Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer2013-03-30
* Dead code.Chad Rosier2013-03-19
* [ms-inline asm] Move the immediate asm rewrite into the target specificChad Rosier2013-03-19
* [ms-inline asm] Remove the brackets from X86Operand in the IR. These will beChad Rosier2013-03-19
* [ms-inline asm] Move the size directive asm rewrite into the target specificChad Rosier2013-03-19
* Change NULL to 0.Jakub Staszak2013-03-18
* Fix the FDE encoding to be relative on ELF.Rafael Espindola2013-03-15
* Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren2013-03-12
* Remove the assert()'s from the LLVMCreateDisasmCPU() library API and justKevin Enderby2013-03-12
* Commit the right files for r176762. Sigh.Nick Lewycky2013-03-09
* We need a shndx if the number of sections breaks SHN_LORESERVE. This conditionNick Lewycky2013-03-09
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-07
* AsmParser: More generic support for integer type suffices.Jim Grosbach2013-02-26
* Fix PR15359.Bill Schmidt2013-02-26
* 'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay2013-02-25
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-20
* clear new map and initialize new variablePedro Artigas2013-02-20
* ELF symbol table field st_other support, Jack Carter2013-02-19
* MCParser: Reject .balign with non-pow2 alignments.Benjamin Kramer2013-02-16
* Derive ELF section type from the name in some cases where GNU as doesJoerg Sonnenberger2013-02-16
* Suppress a GCC -Wunused-variable warning in -Asserts buildsMatt Beaumont-Gay2013-02-15
* c[ms-inline asm] It's possible to have a SizeDirective rewrite and anChad Rosier2013-02-15
* If bundle alignment is enabled, do not add data to a fragment with instructionsDerek Schuff2013-02-15
* AsmParser: Reformat the MS asm parser to reduce nesting.Benjamin Kramer2013-02-15
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-15
* Revert r15266. This fixes llvm.org/pr15266.Rafael Espindola2013-02-14
* [ms-inline asm] Add a comment about the determinism of the rewrite sort.Chad Rosier2013-02-13
* [ms-inline-asm] Use an array_pod_sort, rather than a std:sort.Chad Rosier2013-02-13
* [ms-inline-asm] Make sure the AsmRewrite list is sorted in lexical order.Chad Rosier2013-02-13
* [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
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-12
* [ms-inline asm] Pass the length of the IDVal, so we can do a proper AsmRewrite.Chad Rosier2013-02-12