summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/XCOFFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* [XCOFF][AIX] Fix for missing of undefined symbols from symbol tablejasonliu2019-12-191-7/+7
* [BUG-FIX][XCOFF] fixed a bug of XCOFFObjectFile.cpp when there is padding at ...diggerlin2019-12-101-2/+4
* [NFC][AIX][XCOFF] if the size of Csect is zero, the Csect do not need write a...diggerlin2019-12-061-1/+2
* [NFC][AIX][XCOFF] fixed compile warning on the strncpy.diggerlin2019-12-061-1/+1
* [XCOFF][AIX] Emit TOC entries for object file generationjasonliu2019-12-041-0/+6
* [XCOFF][AIX] Check linkage on the function, and two fixes for commentsjasonliu2019-11-261-1/+1
* [AIX][XCOFF] Generate undefined symbol in symbol table for external function ...jasonliu2019-11-251-7/+33
* [XCOFF][AIX] Read-only data section object file generationjasonliu2019-11-221-1/+6
* [AIX][XCOFF] Write Function descriptors and TOC base to data sectionjasonliu2019-11-191-6/+13
* [XCOFF][AIX] Differentiate usage of label symbol and csect symbolJason Liu2019-11-081-35/+21
* [PowerPC][AIX] Adds support for writing the data section in object filesjasonliu2019-10-301-1/+8
* [NFCI][XCOFF][AIX] Skip empty Section during object file generationjasonliu2019-10-281-6/+18
* Try harder to fix GCC 5.3 buildHans Wennborg2019-10-241-1/+1
* Follow up on D69112, fix build break for skipping field initializationjasonliu2019-10-241-2/+2
* Speculative build fix for GCC 5.3.0Hans Wennborg2019-10-241-1/+1
* [NFC][XCOFF][AIX] Serialize object file writing for each CsectGroupjasonliu2019-10-241-129/+163
* [NFC][XCOFF][AIX] Rename ControlSections to CsectGroupJason Liu2019-10-161-4/+4
* [XCOFF] Output object text section header and symbol entry for program code.Digger Lin2019-10-151-77/+191
* XCOFFObjectWriter - silence static analyzer dyn_cast<> null dereference warni...Simon Pilgrim2019-10-141-1/+1
* [AIX]Emit function descriptor csect in assemblyXiangling Liao2019-09-261-0/+3
* Handle local commons for XCOFF object file writingJason Liu2019-08-271-0/+7
* [PowerPC][XCOFF][MC] Explicitly set containing csect on symbols. [NFC]Sean Fertile2019-08-221-2/+1
* Fix assert in XCOFFObjectWriter related to program code csects.Sean Fertile2019-08-201-3/+1
* Remove assert with tautological compare from XCOFFObjectWriter.Sean Fertile2019-08-201-1/+0
* Adds support for writing the .bss section for XCOFF object files.Sean Fertile2019-08-201-9/+398
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Fix build error for VC STL, use llvm::make_uniqueReid Kleckner2019-07-091-1/+1
* Boilerplate for producing XCOFF object files from the PowerPC backend.Sean Fertile2019-07-091-0/+94
OpenPOWER on IntegriCloud