summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Print a=b as an assignment.Rafael Espindola2014-06-24
* Allow using .cfi_startproc without a leading symbol.Rafael Espindola2014-06-23
* Stop producing func.eh symbols on Darwin.Rafael Espindola2014-06-23
* MC: Cleanup parseMSInlineAsmDavid Majnemer2014-06-23
* MC: adjust text section flags for WoASaleem Abdulrasool2014-06-22
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-22
* Report error for non-zero data in .bssWeiming Zhao2014-06-22
* Always use a temp symbol for CIE.Rafael Espindola2014-06-20
* Use compact unwind for the iOS simulator.Rafael Espindola2014-06-20
* Use a helper function and clang-format.Rafael Espindola2014-06-20
* Generate native unwind info on Win64Reid Kleckner2014-06-20
* Fix up a few formatting issues.Eric Christopher2014-06-19
* MCNullStreamer: assign file IDs to resolve crashes and errorsAlp Toker2014-06-19
* Emit DWARF info for all code section in an assembly fileOliver Stannard2014-06-19
* Emit DWARF3 call frame information when DWARF3+ debug info is requestedOliver Stannard2014-06-19
* Move -dwarf-version to an MC level command line option so it'sEric Christopher2014-06-19
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-19
* MS asm: Properly handle quoted symbol namesDavid Majnemer2014-06-19
* MC: do not add comment string to the AsmToken in AsmLexer::LexLineCommentSaleem Abdulrasool2014-06-18
* MCAsmParser: full support for gas' '.if{cond} expression' directivesSaleem Abdulrasool2014-06-18
* [ARM] [MC] Refactor the constant pool classesWeiming Zhao2014-06-18
* Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...Artyom Skrobov2014-06-14
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-14
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* MC: add enumeration of WinEH data encodingSaleem Abdulrasool2014-06-11
* Revert "Patch by Ray Donnelly to print register names instead of numbers."Reid Kleckner2014-06-10
* Fix gcc warning (enumeral and non-enumeral type in conditional expression)Patrik Hagglund2014-06-09
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-08
* MC: fix text section characteristics for WoASaleem Abdulrasool2014-06-08
* MC: make ELF .type handling more GNU AS compatibleSaleem Abdulrasool2014-06-08
* MC: fix ctor/dtor section for windows-itaniumSaleem Abdulrasool2014-06-08
* MC: whitespace, grouping for COFF section setupSaleem Abdulrasool2014-06-08
* MC: prevent early DCE of empty sectionsSaleem Abdulrasool2014-06-06
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-06
* Revert r210298 'Correctly set the comdat symbol on COFF' as it asserts on Win...Timur Iskhodzhanov2014-06-06
* Correctly set the comdat symbol on COFF.Rafael Espindola2014-06-05
* Fix MIPS exception personality encoding.Logan Chien2014-05-30
* MachO: support N_INDR aliases in assembly files.Tim Northover2014-05-30
* [mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 Zoran Jovanovic2014-05-27
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* MC: initialise MCAsmParser variableSaleem Abdulrasool2014-05-22
* MC: formalise some assertions into proper errorsSaleem Abdulrasool2014-05-22
* Revert "DebugInfo: Don't put fission type units in comdat sections."David Blaikie2014-05-21
* MC: introduce ability to restrict recorded relocationsSaleem Abdulrasool2014-05-21
* MC: loosen an overzealous assertionSaleem Abdulrasool2014-05-21
* MC: mark COFF .drectve section as REMOVESaleem Abdulrasool2014-05-21
* Move the verbose asm option to be part of the options struct andEric Christopher2014-05-20
* Fix hardcoded slash to native path seperator which was exposed from llvm::sys...Yaron Keren2014-05-16
* MC: Add DwarfTypesDWOSection also to MCCOFF.NAKAMURA Takumi2014-05-16