Bill Wendling
|
a6ccab4b7c
Use parenthses to silence warning.
|
6 lat temu |
Guillaume Chatelet
|
0557373d00
[LLVM][Alignment] Introduce Alignment In GlobalObject
|
6 lat temu |
Peter Collingbourne
|
6b82f4e526
IR: Teach GlobalIndirectSymbol::getBaseObject() to handle more kinds of expressions.
|
6 lat temu |
Peter Collingbourne
|
9b16aa5d99
Add IR support, ELF section and user documentation for partitioning feature.
|
6 lat temu |
Peter Collingbourne
|
c9f9ed1d51
IR: Give the TypeAllocator a more generic name and start using it for section names as well. NFCI.
|
6 lat temu |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 lat temu |
Eli Friedman
|
58970cd2b4
[IR] Allow increasing the alignment of dso-local globals.
|
6 lat temu |
Alexander Richardson
|
47ff67b78d
Allow creating llvm::Function in non-zero address spaces
|
7 lat temu |
David Blaikie
|
d7ca916c7c
Sink Analysis/ObjectUtil(canBeOmittedFromSymbolTable) into IR so it can be legitimately be used by Object/IRSymtab
|
7 lat temu |
Sean Fertile
|
509132b368
Represent runtime preemption in the IR.
|
7 lat temu |
Chandler Carruth
|
e3e43d9d57
Sort the remaining #include lines in include/... and lib/....
|
8 lat temu |
Peter Collingbourne
|
f38a0160b9
IR: When creating a global variable, assert that its type is valid.
|
8 lat temu |
Teresa Johnson
|
34e726e44a
Add support for handling ifuncs to GlobalValue::getBaseObject
|
8 lat temu |
Reid Kleckner
|
c130a20cf3
De-virtualize GlobalValue
|
8 lat temu |
Javed Absar
|
a8ddcaa55f
[IR] Allow attributes with global variables
|
8 lat temu |
Craig Topper
|
306a7df3fb
[IR] Implement pairs of non-const and const methods using the const version instead of the non-const version. NFCI
|
8 lat temu |
Reid Kleckner
|
800f10438a
[IR] Inline some Function accessors
|
8 lat temu |
Keno Fischer
|
b863b6b817
[GlobalObject] Fix setSection("")
|
8 lat temu |
Reid Kleckner
|
7b6850372e
Move the section name from GlobalObject to the LLVMContext
|
8 lat temu |
Reid Kleckner
|
9337818f10
Add a static_assert about the sizeof(GlobalValue)
|
8 lat temu |
Peter Collingbourne
|
b29976c54b
IR, X86: Understand !absolute_symbol metadata on global variables.
|
8 lat temu |
Peter Collingbourne
|
76c218e094
Bitcode: Change the materializer interface to return llvm::Error.
|
8 lat temu |
Peter Collingbourne
|
6ff6048618
IR: Deduplicate getParent() functions on derived classes of GlobalValue into the base class. NFCI.
|
8 lat temu |
Peter Collingbourne
|
80e2a2f817
Target: Change various section classifiers in TargetLoweringObjectFile to take a GlobalObject.
|
8 lat temu |
Justin Lebar
|
60cc4971e1
[IR] [DAE] Copy comdats during DAE, and don't copy comdats in GlobalObject::copyAttributesFrom.
|
9 lat temu |
Peter Collingbourne
|
63b34cdf34
IR: Introduce local_unnamed_addr attribute.
|
9 lat temu |
Peter Collingbourne
|
6aef9f9248
Add support for metadata attachments for global variables.
|
9 lat temu |
Reid Kleckner
|
6dc628ff61
[IR] Copy comdats in GlobalObject::copyAttributesFrom
|
9 lat temu |
Rafael Espindola
|
e973d3f2ce
Return a StringRef from getSection.
|
9 lat temu |
Dmitry Polukhin
|
ba4922356c
[GCC] Attribute ifunc support in llvm
|
9 lat temu |