aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object
AgeCommit message (Expand)AuthorFilesLines
2023-11-05[llvm] Remove redundant override 'RecordStreamer::emitInstruction' (NFC)Youngsuk Kim2-6/+0
2023-10-18nfc, address post commit comments related to code format for 581c64aChen Zheng1-2/+1
2023-10-13[llvm] Stop including llvm/ADT/StringMap.h (NFC)Kazu Hirata1-1/+0
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata4-5/+6
2023-10-12[llvm-lib] [Object] Use ECSYMBOLS section for ARM64EC importlib symbols. (#68...Jacek Caban2-1/+7
2023-10-12[XCOFF][OBJECT] get symbol size by calling XCOFF interfaces (#67304)Chen Zheng2-11/+23
2023-10-05[DX] Add support for program signatures (#67346)Chris B1-0/+37
2023-10-05Reland "[HIP] Support compressing device binary"Yaxun (Sam) Liu2-0/+4
2023-10-05Revert "[HIP] Support compressing device binary (#67162)"Yaxun (Sam) Liu2-4/+0
2023-10-04[HIP] Support compressing device binary (#67162)Yaxun (Sam) Liu2-0/+4
2023-10-03[WebAssembly] Allow absolute symbols in the linking section (symbol table) (#...Sam Clegg1-9/+13
2023-10-02[Object] Remove restriction universal archives having both IR and native (#67...Daniel Rodríguez Troitiño1-44/+40
2023-10-02[lipo] Initialized variable after #67737Vitaly Buka1-1/+1
2023-10-01Fix build failure on windows (NFC)Jie Fu1-0/+2
2023-10-01Fix -Wcovered-switch-default in MachOUniversalWriter.cpp (NFC)Jie Fu1-2/+0
2023-09-30[lipo] Support creating Universal 64 bit Mach-O files. (#67737)Daniel Rodríguez Troitiño1-22/+65
2023-09-27[NFC] Use const references to avoid copying objects in for-loopsGregory Alfonso1-1/+1
2023-09-15Object: account for short output names (#66532)Saleem Abdulrasool1-1/+1
2023-09-15[DX] Support pipeline state masks (#66425)Chris B1-0/+62
2023-09-15[IRSymtab] Replace linear time lookup with DenseSet (#66376)Dhruv Chawla1-1/+8
2023-09-14[TextAPI] Consolidate TextAPI Reader/Writer APIs. (#66108)Cyndy Ishida1-1/+2
2023-09-06Fixed a compile error on use of deleted function ¡®{anonymous}::MemberDat...zhijian1-1/+1
2023-09-06[AIX] Align the content of an xcoff object file which has auxiliary header in...zhijian1-73/+163
2023-09-05[llvm-nm][MachO] Add support for `MH_FILESET`Antonio Frighetto1-25/+43
2023-09-01[llvm] Fix duplicate word typos. NFCFangrui Song1-1/+1
2023-09-01[Object] Change OffloadBinary::write to return SmallString<0>Fangrui Song1-4/+3
2023-08-25[llvm-nm][WebAssembly] Report the size of data symbolsSam Clegg1-1/+1
2023-08-22[AIX] supporting -X options for llvm-ranlib in AIX OSzhijian3-16/+26
2023-08-18Reland "[gold] Add preliminary FatLTO support to the Gold plugin""Paul Kirth1-1/+1
2023-08-16Re-land [DX] Add support for PSV signature elementsChris Bieneman1-2/+94
2023-08-16Revert "[DX] Add support for PSV signature elements"Chris Bieneman1-94/+2
2023-08-16[DX] Add support for PSV signature elementsChris Bieneman1-2/+94
2023-07-31[Object] Fix grammar mistake in the commentSteven Wu1-1/+1
2023-07-30[SymbolSize] Improve the performance of SymbolSize computationSteven Wu1-6/+11
2023-07-28[Object] Use COFF archive format for import libraries.Jacek Caban1-1/+1
2023-07-28[Object] [NFC] Use llvm::COFF::is64Bit in COFF import file implementation.Jacek Caban1-25/+10
2023-07-27[WebAssembly][Objcopy] Write output section headers identically to inputsDerek Schuff1-0/+4
2023-07-20Revert "[gold] Add preliminary FatLTO support to the Gold plugin"Paul Kirth1-1/+1
2023-07-19[gold] Add preliminary FatLTO support to the Gold pluginPaul Kirth1-1/+1
2023-07-19[DX] Fix PSV resource serializationChris Bieneman1-5/+17
2023-07-17[AMDGPU] Add targets gfx1150 and gfx1151Jay Foad1-0/+4
2023-07-13[PowerPC][MC] Set 'future' as default CPU type of XCOFFQiu Chaofan1-0/+4
2023-07-12[llvm-objdump] Default to --mcpu=future for PPC32Fangrui Song1-0/+1
2023-07-11[WebAssembly] Support `annotate` clang attributes for marking functions.Brendan Dahl1-0/+2
2023-07-06[AIX][XCOFF] print out the traceback infozhijian1-6/+14
2023-06-30[llvm-readobj] Add support for dumping CHPE metadata.Jacek Caban1-0/+48
2023-06-28Reland [llvm] Preliminary fat-lto-objects supportPaul Kirth1-1/+1
2023-06-28[Object] Add ELF section type SHT_LLVM_BITCODE for LLVM bitcodeFangrui Song1-0/+1
2023-06-26Move SubtargetFeature.h from MC to TargetParserJob Noorman3-3/+3
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich2-0/+2