summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* 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
* Record the DWARF version in MCContextOliver Stannard2014-05-01
* Start fixing pr19147.Rafael Espindola2014-05-01
* Add missing breaks.Joerg Sonnenberger2014-04-30
* Switch over getArch()'s result.Joerg Sonnenberger2014-04-30
* Provide a version of getSymbolOffset that returns false on error.Rafael Espindola2014-04-30
* Simplify ELFObjectWriter::SymbolValue.Rafael Espindola2014-04-30
* ELFObjectWriter: deduplicate suffices in strtabHans Wennborg2014-04-30
* Grammar fix.Rafael Espindola2014-04-30
* [ARM64] Ensure arm64_be is dealt with when emitting debug info.James Molloy2014-04-30
* Simplify getSymbolOffset.Rafael Espindola2014-04-30
* Another missing include for MSVC.Benjamin Kramer2014-04-29
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* Parse and create GOT_PREL relocations.Joerg Sonnenberger2014-04-29
* Centralize the handling of the thumb bit.Rafael Espindola2014-04-29
* Add an option for evaluating past symbols.Rafael Espindola2014-04-28
* Simplify ELFObjectWriter::ExecutePostLayoutBinding.Rafael Espindola2014-04-28
* Simplify isLocal().Rafael Espindola2014-04-28
* Don't include an invalid symbol in the symbol table.Rafael Espindola2014-04-28
* Produce an error instead of a crash in an expr we cannot represent.Rafael Espindola2014-04-28
* MC: range-loopifySaleem Abdulrasool2014-04-28