summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* [SystemZ] Update non-pic DWARF encodingsUlrich Weigand2013-05-06
* [SystemZ] Define DWARF encodingUlrich Weigand2013-05-06
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* [PowerPC] Parse platform-specifc variant kinds in AsmParserUlrich Weigand2013-05-03
* Fix section relocation for SECTIONREL32 with immediate offset.Rafael Espindola2013-04-25
* Align the __LD,__compact_unwind section.Bill Wendling2013-04-24
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-22
* [ms-inline asm] Get the OpDecl and remove a redundant lookup.Chad Rosier2013-04-22
* COFF: Fix weak external aliases.Peter Collingbourne2013-04-22
* [ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier2013-04-22
* Fix indentation. No functional change.Craig Topper2013-04-22
* Put 'else' on same line as preceding curly brace per coding standards. No fun...Craig Topper2013-04-22
* Remove an unreachable 'break' following a 'return'.Craig Topper2013-04-22
* Relax this assert. It may not hold in all cases.Bill Wendling2013-04-18
* 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