summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
...
* 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
* Make getOrCreateSymbolData non virtual.Rafael Espindola2014-04-27
* Avoid using MCSymbolData on the asm streamer.Rafael Espindola2014-04-27
* MC: restore behaviour of defaulting to ELFSaleem Abdulrasool2014-04-27
* Add WoA object file emission supportSaleem Abdulrasool2014-04-27
* MC: create X86WinCOFFStreamer for target specific behaviourSaleem Abdulrasool2014-04-27
* MC: rename WinCOFFStreamer and move declaration out-of-lineSaleem Abdulrasool2014-04-27
* MC: style tweaks to WinCOFFStreamerSaleem Abdulrasool2014-04-27
* Fix quadratic performance during debug compression due to sections x symbols ...David Blaikie2014-04-25
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-24
* Fix memory leak of MCSymbolData in MCAsmStreamer.David Blaikie2014-04-24
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* MC: honour IMAGE_SCN_CNT_INITIALIZED_DATASaleem Abdulrasool2014-04-23
* Centralize handling of ELF_Other_ThumbFunc.Rafael Espindola2014-04-23
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* Integrated assbemler, macros: added 'vararg' argument qualifier support.Stepan Dyatkovskiy2014-04-23
* Change the prototype for MCContext::FatalError() so it can be calledKevin Enderby2014-04-22
* Follow aliases when determining if a symbol is thumb.Rafael Espindola2014-04-22