aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Fix section relocation for SECTIONREL32 with immediate offset.Rafael Espindola2013-04-251-0/+2
* Align the __LD,__compact_unwind section.Bill Wendling2013-04-241-7/+16
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-222-2/+2
* [ms-inline asm] Get the OpDecl and remove a redundant lookup.Chad Rosier2013-04-221-2/+1
* COFF: Fix weak external aliases.Peter Collingbourne2013-04-221-28/+29
* [ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier2013-04-221-5/+2
* Fix indentation. No functional change.Craig Topper2013-04-221-5/+5
* Put 'else' on same line as preceding curly brace per coding standards. No fun...Craig Topper2013-04-221-12/+6
* Remove an unreachable 'break' following a 'return'.Craig Topper2013-04-221-1/+0
* Relax this assert. It may not hold in all cases.Bill Wendling2013-04-181-1/+1
* Assert if we're trying to generate a null compact unwind entry.Bill Wendling2013-04-181-4/+2
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-1715-71/+169
* Use object file specific section type for initial text sectionNico Rieck2013-04-142-12/+3
* [ms-inline asm] Add the implementation for the AOK_Delete kind, which was addedChad Rosier2013-04-121-3/+5
* [ms-inline asm] Remove brackets from around a symbol reference in the targetChad Rosier2013-04-111-10/+1
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-102-7/+5
* No need to have this return a bool.Bill Wendling2013-04-101-4/+4
* Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling2013-04-102-6/+11
* Reapply r179115, but use parsePrimaryExpression a little more judiciously.Chad Rosier2013-04-101-0/+5
* Use a scheme closer to that of GNU as when deciding the type of aPeter Collingbourne2013-04-101-6/+34
* Remove unused method and default values.Rafael Espindola2013-04-091-2/+1
* Revert r179115 as it looks to have killed the ASan tests.Chad Rosier2013-04-091-5/+0
* [ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need toChad Rosier2013-04-091-0/+5
* [ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,Chad Rosier2013-04-091-5/+8
* [ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.Chad Rosier2013-04-081-11/+9
* Fix the fde encoding used by mips to match gas.Rafael Espindola2013-04-031-4/+7
* Mips direct object exception handling regressionJack Carter2013-04-011-3/+4
* Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer2013-03-301-1/+1
* Dead code.Chad Rosier2013-03-191-2/+0
* [ms-inline asm] Move the immediate asm rewrite into the target specificChad Rosier2013-03-191-5/+1
* [ms-inline asm] Remove the brackets from X86Operand in the IR. These will beChad Rosier2013-03-191-8/+19
* [ms-inline asm] Move the size directive asm rewrite into the target specificChad Rosier2013-03-191-12/+4
* Change NULL to 0.Jakub Staszak2013-03-181-5/+5
* Fix the FDE encoding to be relative on ELF.Rafael Espindola2013-03-151-6/+6
* Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren2013-03-123-9/+9
* Remove the assert()'s from the LLVMCreateDisasmCPU() library API and justKevin Enderby2013-03-121-8/+16
* Commit the right files for r176762. Sigh.Nick Lewycky2013-03-091-3/+3
* We need a shndx if the number of sections breaks SHN_LORESERVE. This conditionNick Lewycky2013-03-091-1/+1
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-076-15/+21
* AsmParser: More generic support for integer type suffices.Jim Grosbach2013-02-261-6/+9
* Fix PR15359.Bill Schmidt2013-02-261-0/+13
* 'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay2013-02-251-1/+1
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-205-270/+270
* clear new map and initialize new variablePedro Artigas2013-02-201-0/+2
* ELF symbol table field st_other support, Jack Carter2013-02-194-3/+32
* MCParser: Reject .balign with non-pow2 alignments.Benjamin Kramer2013-02-161-0/+4
* Derive ELF section type from the name in some cases where GNU as doesJoerg Sonnenberger2013-02-161-1/+10
* Suppress a GCC -Wunused-variable warning in -Asserts buildsMatt Beaumont-Gay2013-02-151-0/+2
* c[ms-inline asm] It's possible to have a SizeDirective rewrite and anChad Rosier2013-02-151-1/+16
* If bundle alignment is enabled, do not add data to a fragment with instructionsDerek Schuff2013-02-152-4/+7