Use raw_pwrite_stream in the object writer/streamer.
[oota-llvm.git] / lib / Target / AArch64 / MCTargetDesc / AArch64AsmBackend.cpp
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-03-24 Peter CollingbourneAArch64: use a different means to determine whether...
2015-01-19 Rafael EspindolaAdd r224985 back with fixes.
2015-01-14 Rafael EspindolaRevert "Add r224985 back with two fixes."
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-12 Rafael EspindolaAdd r224985 back with two fixes.
2015-01-06 Lang HamesRevert r225048: It broke ObjC on AArch64.
2015-01-05 Craig TopperReplace several 'assert(false' with 'llvm_unreachable...
2014-12-31 Rafael EspindolaAdd r224985 back with a fix.
2014-12-31 Rafael EspindolaRevert "Remove doesSectionRequireSymbols."
2014-12-30 Rafael EspindolaRemove doesSectionRequireSymbols.
2014-09-23 Oliver StannardFix segfault in AArch64 backend with -g and -mbig-endian
2014-08-06 Chad Rosier[AArch64] Fix OS ABI flag for aarch64-linux-gnu target.
2014-07-25 Benjamin KramerRun sort_includes.py on the AArch64 backend.
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-28 Rafael EspindolaAdd const.
2014-02-24 Christian PirkerAdd AArch64 big endian Target (aarch64_be)
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-02-14 Tim NorthoverAArch64: add block comments where missing
2013-02-05 Tim NorthoverFix formatting in AArch64 backend.
2013-02-04 Tim NorthoverGive explicit suffix to integer constant over 32-bits.
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.