aboutsummaryrefslogtreecommitdiff
path: root/bolt
AgeCommit message (Expand)AuthorFilesLines
2023-07-13[BOLT] Attach ORC info to instructions in CFGMaksim Panchenko1-0/+45
2023-07-13[BOLT][NFC] Add post-CFG processing to MetadataRewriter interfaceMaksim Panchenko5-0/+27
2023-07-13[BOLT] Add reading support for Linux ORC sectionsMaksim Panchenko2-6/+175
2023-07-13[BOLT][DWARF] Fix adding DW_AT_GNU_ranges_baseAlexander Yermolovich3-1/+300
2023-07-13[BOLT][DWARF][NFC] Fix false positive errorAlexander Yermolovich3-2/+289
2023-07-13[BOLT][DWARF][NFC] Set initial offset of DIEAlexander Yermolovich1-0/+4
2023-07-12[DWARF] Add printout for op-indexDavid Stenberg2-4/+4
2023-07-11[bolt] Fix MSVC buildsShoaib Meenai1-0/+14
2023-07-11[BOLT] Fix warning messageMaksim Panchenko1-0/+2
2023-07-11[BOLT] Make sure temp object file is always writtenJob Noorman1-21/+16
2023-07-10[BOLT] Fix an unused-variable warningKazu Hirata1-0/+1
2023-07-10[BOLT][DWARF] Change to process and write out TUs first then CUs in batchesAlexander Yermolovich17-454/+1075
2023-07-10[BOLT][DWARF] Output DWO files as they are being processedAlexander Yermolovich2-364/+323
2023-07-10[BOLT][DWARF] Numerous fixes for a new DWARFRewriterAlexander Yermolovich57-1679/+12837
2023-07-10[BOLT][DWARF] Implement new mechanism for DWARFRewriterRui Zhong17-584/+1857
2023-07-10[BOLT][Instrumentation][NFC] Define and use more syscall constantsDenis Revunov2-7/+15
2023-07-09[BOLT] Fix unused-variable warningsKazu Hirata1-0/+2
2023-07-07Reland "[BOLT][Instrumentation] Put Allocator itslef in shared memory by defa...Denis Revunov1-14/+41
2023-07-07Revert "[DWARF][BOLT] Implement new mechanism for DWARFRewriter"Nico Weber74-15140/+2141
2023-07-06[BOLT][DWARF] Don't check string offsetsAlexander Yermolovich1-1/+1
2023-07-06[BOLT][DWARF] Don't check string offsetsAlexander Yermolovich3-8/+8
2023-07-06[BOLT][DWARF] Fix references in testsAlexander Yermolovich4-7/+7
2023-07-06[BOLT][DWARF] Change to process and write out TUs first then CUs in batchesAlexander Yermolovich17-454/+1063
2023-07-06[BOLT][DWARF] Output DWO files as they are being processedAlexander Yermolovich2-356/+315
2023-07-06[BOLT][DWARF] Numerous fixes for a new DWARFRewriterAlexander Yermolovich57-1679/+12837
2023-07-06[DWARF][BOLT] Implement new mechanism for DWARFRewriterAlexander Yermolovich18-585/+1858
2023-07-06[BOLT] Fix buildbot failureMaksim Panchenko1-1/+1
2023-07-06[BOLT][DWARF] Fix for .debug_line with DWARF5Alexander Yermolovich5-6/+492
2023-07-06[BOLT][NFCI] Migrate Linux Kernel handling code to MetadataRewriterMaksim Panchenko9-318/+385
2023-07-06[BOLT][NFCI] Migrate pseudo probes to MetadataRewriter interfaceMaksim Panchenko7-380/+424
2023-07-06[BOLT][NFCI] Use MetadataRewriter interface to update SDT markersMaksim Panchenko10-130/+197
2023-07-06[BOLT] Introduce MetadataRewriter interfaceMaksim Panchenko7-1/+201
2023-06-30Reland "[BOLT][Instrumentation] Don't share counters when using append-pid"Amir Ayupov1-7/+11
2023-06-30Reland [BOLT][Instrumentation] Add mmap return value assertionsDenis Revunov1-0/+4
2023-06-30Reland [BOLT][Instrumentation][NFC] define and use mmap flagsDenis Revunov2-14/+30
2023-06-29[BOLT][NFC] Simplify postProcessJumpTablesAmir Ayupov1-33/+27
2023-06-29Revert "[BOLT][Instrumentation][NFC] define and use mmap flags"Amir Aupov2-30/+14
2023-06-29Revert "[BOLT][Instrumentation] Add mmap return value assertions"Amir Aupov1-4/+0
2023-06-29Revert "[BOLT][Instrumentation] Don't share counters when using append-pid"Amir Ayupov1-11/+7
2023-06-29Revert "[BOLT][Instrumentation] Put Allocator itslef in shared memory by defa...Amir Ayupov1-42/+14
2023-06-30[BOLT][Instrumentation] Add dumping function to instrumentation hash tablesDenis Revunov2-10/+57
2023-06-30[BOLT][Instrumentation] Disallow combining append-pid with sleep-time/wait-forksDenis Revunov1-0/+10
2023-06-30[BOLT][Instrumentation] Put Allocator itslef in shared memory by defaultDenis Revunov1-14/+45
2023-06-30[BOLT][Instrumentation] Don't share counters when using append-pidDenis Revunov1-7/+11
2023-06-30[BOLT][Instrumentation] Add mmap return value assertionsDenis Revunov1-0/+4
2023-06-30[BOLT][Instrumentation][NFC] define and use mmap flagsDenis Revunov2-14/+30
2023-06-28[BOLT] Add -dump-cg option to dump call graphAmir Ayupov3-8/+24
2023-06-28[BOLT][NFC] Add extra debug logging to buildCallGraphAmir Ayupov1-23/+30
2023-06-28[BOLT][NFC] Print functions after attaching profile (-print-profile)Amir Ayupov1-0/+14
2023-06-22[BOLT] Fixing relative ordering of cold sections under multi-way function spl...Shatian Wang1-0/+15