summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
...
* 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
* Have the SubtargetFeature help routine just not return a number andEric Christopher2014-05-06
* Revert "Walk back commits for unused function parameters - they're still being"Eric Christopher2014-05-06
* Walk back commits for unused function parameters - they're still beingEric Christopher2014-05-05
* Remove a now unnecessary function since all calls have one versionEric Christopher2014-05-05
* Remove a call to std::exit in a library. Make "Help" returnEric Christopher2014-05-05
* Remove unused argument from AddFeature.Eric Christopher2014-05-05
* Fix pr19645.Rafael Espindola2014-05-03
* MC: place .file records into the correct sectionSaleem Abdulrasool2014-05-02
* Fix uninitialized variable introduced in r207739.David Blaikie2014-05-01
* Don't propagate StorageClass and ComplexType to aliases.Rafael Espindola2014-05-01
* Compute the correct section for zed = foo + 1 in COFF.Rafael Espindola2014-05-01
* Move getBaseSymbol somewhere the COFF writer can use.Rafael Espindola2014-05-01
* Make getBaseSymbol non recursive.Rafael Espindola2014-05-01