Age | Commit message (Expand) | Author | Files | Lines |
2024-10-15 | [Coverage][WebAssembly] Add initial support for WebAssembly/WASI (#111332) | Yuta Saito | 1 | -1/+5 |
2024-07-19 | CodeGen: Avoid some references to MachineFunction's getMMI (#99652) | Matt Arsenault | 1 | -1/+1 |
2024-06-30 | [MC] Move Mach-O specific getAtom and isSectionAtomizableBySymbols to Mach-O ... | Fangrui Song | 1 | -1/+2 |
2024-06-28 | [IR] Add getDataLayout() helpers to Function and GlobalValue (#96919) | Nikita Popov | 1 | -3/+3 |
2024-06-22 | [MC] Change Subsection parameters from const MCExpr * to uint32_t | Fangrui Song | 1 | -3/+2 |
2024-06-20 | [MC] Remove SectionKind from MCSection (#96067) | aengelke | 1 | -24/+16 |
2024-05-21 | [CodeGen] Assign SHT_LLVM_LTO to .llvm.lto section (#92856) | Fangrui Song | 1 | -0/+2 |
2024-05-08 | MIPS: Use pcrel|sdata4 for eh_frame (#91291) | YunQiang Su | 1 | -3/+1 |
2024-05-07 | [Analysis, CodeGen, DebugInfo] Use StringRef::operator== instead of StringRef... | Kazu Hirata | 1 | -1/+1 |
2024-05-07 | [Clang] -fseparate-named-sections option (#91028) | Petr Hosek | 1 | -3/+8 |
2024-04-11 | [clang][llvm] Remove "implicit-section-name" attribute (#87906) | Arthur Eubanks | 1 | -10/+1 |
2024-03-15 | [AIX] Support per global code model. (#79202) | Sean Fertile | 1 | -13/+26 |
2024-03-01 | [PowerPC] Support local-dynamic TLS relocation on AIX (#66316) | Felix (Ting Wang) | 1 | -5/+18 |
2024-02-21 | [WebAssembly] Add segment RETAIN flag to support private retained data (#81539) | Yuta Saito | 1 | -7/+22 |
2024-02-15 | [X86] Use ".lrodata" prefix for large mergeable constants (#81900) | Arthur Eubanks | 1 | -6/+7 |
2024-01-31 | [llvm] Use StringRef::starts_with (NFC) | Kazu Hirata | 1 | -1/+1 |
2024-01-31 | [AIX] [XCOFF] Add support for common and local common symbols in the TOC (#79... | Zaara Syeda | 1 | -1/+3 |
2024-01-09 | [Coverage] Mark coverage sections as metadata sections on COFF. (#76834) | Zequan Wu | 1 | -1/+10 |
2023-12-19 | [SystemZ][z/OS] Add exception handling for XPLINK (#74638) | Yusra Syeda | 1 | -0/+7 |
2023-12-14 | Re-Reland [X86] Respect code models more when determining if a global referen... | Arthur Eubanks | 1 | -2/+2 |
2023-12-14 | Revert "Reland [X86] Respect code models more when determining if a global re... | Arthur Eubanks | 1 | -2/+2 |
2023-12-14 | [Profile] Add binary profile correlation for code coverage. (#69493) | Zequan Wu | 1 | -0/+4 |
2023-12-14 | Reland [X86] Respect code models more when determining if a global reference ... | Arthur Eubanks | 1 | -2/+2 |
2023-12-14 | Revert "[X86] Respect code models more when determining if a global reference... | Arthur Eubanks | 1 | -2/+2 |
2023-12-14 | [X86] Respect code models more when determining if a global reference can fit... | Arthur Eubanks | 1 | -2/+2 |
2023-12-11 | [llvm] Use StringRef::{starts,ends}_with (NFC) (#74956) | Kazu Hirata | 1 | -19/+14 |
2023-12-09 | [ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916) | Kazu Hirata | 1 | -1/+1 |
2023-12-08 | [PowerPC] Move __ehinfo TOC entries to the end of the TOC section (#73586) | Maryam Moghadas | 1 | -5/+11 |
2023-12-01 | Reland [X86] With large code model, put functions into .ltext with large sect... | Arthur Eubanks | 1 | -11/+4 |
2023-12-01 | Revert "Reland [X86] With large code model, put functions into .ltext with la... | Dmitri Gribenko | 1 | -4/+11 |
2023-11-30 | Reland [X86] With large code model, put functions into .ltext with large sect... | Arthur Eubanks | 1 | -11/+4 |
2023-11-28 | Revert "[X86] With large code model, put functions into .ltext with large sec... | Arthur Eubanks | 1 | -4/+11 |
2023-11-28 | [X86] With large code model, put functions into .ltext with large section fla... | Arthur Eubanks | 1 | -11/+4 |
2023-10-31 | Revert "[Profile] Refactor profile correlation. (#70712)" | Zequan Wu | 1 | -19/+0 |
2023-10-31 | [Profile] Refactor profile correlation. (#70712) | Zequan Wu | 1 | -0/+19 |
2023-10-18 | [ELF] Set large section flag for globals with an explicit section (#69396) | Arthur Eubanks | 1 | -20/+23 |
2023-09-22 | [BasicBlockSections] Split cold parts of custom-section functions. (#66731) | Rahman Lavaee | 1 | -13/+24 |
2023-09-14 | [X86] Introduce a large data threshold for the medium code model | Arthur Eubanks | 1 | -4/+4 |
2023-07-29 | [XCOFF] Do not put MergeableCStrings in their own section | Wael Yehia | 1 | -17/+0 |
2023-07-25 | [XCOFF] Enable available_externally linkage for functions. | esmeyi | 1 | -2/+2 |
2023-07-24 | [clang][CodeGen] Introduce `-frecord-command-line` for MachO | Antonio Frighetto | 1 | -0/+5 |
2023-05-31 | [X86] Use "l" prefix for data sections under medium/large code model | Arthur Eubanks | 1 | -7/+16 |
2023-04-25 | [MachO] Disable atexit()-based lowering when LTO'ing kernel/kext code | Julian Lettner | 1 | -1/+6 |
2023-03-23 | [AIX][CodeGen] Storage Locations for Constant Pointers | Qiongsi Wu | 1 | -4/+16 |
2023-03-14 | Remove -lower-global-dtors-via-cxa-atexit flag | Julian Lettner | 1 | -5/+1 |
2023-03-10 | MachO: support custom section names on global variables | Tim Northover | 1 | -0/+14 |
2023-03-01 | [COFF][X86_64] Put jump table in .rdata for Windows | Wei Xiao | 1 | -0/+17 |
2023-02-07 | [NFC][TargetParser] Remove llvm/ADT/Triple.h | Archibald Elliott | 1 | -1/+1 |
2023-02-05 | [AArch64] Unconditionally use DW_EH_PE_indirect|DW_EH_PE_pcrel personality/ls... | Fangrui Song | 1 | -20/+8 |
2023-02-04 | Revert "[AArch64] Unconditionally use DW_EH_PE_indirect|DW_EH_PE_pcrel person... | NAKAMURA Takumi | 1 | -8/+20 |