summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* 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
* Move more MC options into the MCTargetOptions structure.Eric Christopher2014-05-15
* DebugInfo: Don't put fission type units in comdat sections.David Blaikie2014-05-15
* Fix typosAlp Toker2014-05-15
* Move the TargetMachine MC options to MCTargetOptions. No functionalEric Christopher2014-05-15
* Make the split function use StringRef::split.Eric Christopher2014-05-13
* Check explicitly for EHABI and just use the default settings.Joerg Sonnenberger2014-05-13
* Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrameAddr to the obj streamer.Rafael Espindola2014-05-12
* Pass a MCObjectStreamer instead of a MCStreamer when possible.Rafael Espindola2014-05-12
* Pass a MCObjectStreamer instead of a MCStreamer when possible.Rafael Espindola2014-05-12
* Move EH/Debug frame handling to the object streamer.Rafael Espindola2014-05-12
* Remove always true argument and unused field.Rafael Espindola2014-05-12
* Remove always true argument and field.Rafael Espindola2014-05-12
* Remove always true argument.Rafael Espindola2014-05-12
* Remove an always true argument.Rafael Espindola2014-05-12
* Remove write only field.Rafael Espindola2014-05-12
* Remove now empty method.Rafael Espindola2014-05-12
* Remove the always true UseCFI member.Rafael Espindola2014-05-12
* Remove the useCFI constructor argument to MCAsmStreamer.Rafael Espindola2014-05-12
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-07
* Allow using normal .eh_frame based unwinding on ARM. Use the sameJoerg Sonnenberger2014-05-07
* Use a range based for loop for the SubtargetFeatures print function.Eric Christopher2014-05-06
* Fix odd formatting that snuck into last patch.Eric Christopher2014-05-06
* ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.Eric Christopher2014-05-06