summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* MC: Fix associative sections on COFFDavid Majnemer2014-06-27
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.Rafael Espindola2014-06-25
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-25
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-25
* Simplify AddValueSymbols. No functionality change.Rafael Espindola2014-06-25
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-25
* Fix another asserting method in the null streamer.Rafael Espindola2014-06-25
* Fix a regression from r211653.Rafael Espindola2014-06-25
* MCNullStreamer.cpp: Roll back a few empty methods that have been marked as un...NAKAMURA Takumi2014-06-25
* Move some trivial methods up to MCStreamer.Rafael Espindola2014-06-25
* Simplify the handling of .cfi_endproc.Rafael Espindola2014-06-25
* Simplify EmitLabel.Rafael Espindola2014-06-24
* 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