index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
IR
/
Globals.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
1
-1
/
+1
*
Use parenthses to silence warning.
Bill Wendling
2019-08-06
1
-2
/
+2
*
[LLVM][Alignment] Introduce Alignment In GlobalObject
Guillaume Chatelet
2019-08-06
1
-5
/
+9
*
IR: Teach GlobalIndirectSymbol::getBaseObject() to handle more kinds of expre...
Peter Collingbourne
2019-07-24
1
-0
/
+37
*
Add IR support, ELF section and user documentation for partitioning feature.
Peter Collingbourne
2019-05-29
1
-0
/
+23
*
IR: Give the TypeAllocator a more generic name and start using it for section...
Peter Collingbourne
2019-05-29
1
-3
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[IR] Allow increasing the alignment of dso-local globals.
Eli Friedman
2018-10-31
1
-1
/
+1
*
Allow creating llvm::Function in non-zero address spaces
Alexander Richardson
2018-08-23
1
-0
/
+5
*
Sink Analysis/ObjectUtil(canBeOmittedFromSymbolTable) into IR so it can be le...
David Blaikie
2018-03-21
1
-0
/
+18
*
Represent runtime preemption in the IR.
Sean Fertile
2017-10-26
1
-0
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
IR: When creating a global variable, assert that its type is valid.
Peter Collingbourne
2017-06-04
1
-0
/
+4
*
Add support for handling ifuncs to GlobalValue::getBaseObject
Teresa Johnson
2017-05-15
1
-1
/
+1
*
De-virtualize GlobalValue
Reid Kleckner
2017-05-11
1
-11
/
+31
*
[IR] Allow attributes with global variables
Javed Absar
2017-05-11
1
-0
/
+1
*
[IR] Implement pairs of non-const and const methods using the const version i...
Craig Topper
2017-03-27
1
-2
/
+2
*
[IR] Inline some Function accessors
Reid Kleckner
2017-03-16
1
-12
/
+0
*
[GlobalObject] Fix setSection("")
Keno Fischer
2017-02-15
1
-1
/
+3
*
Move the section name from GlobalObject to the LLVMContext
Reid Kleckner
2017-01-10
1
-4
/
+22
*
Add a static_assert about the sizeof(GlobalValue)
Reid Kleckner
2016-12-29
1
-0
/
+7
*
IR, X86: Understand !absolute_symbol metadata on global variables.
Peter Collingbourne
2016-12-08
1
-0
/
+21
*
Bitcode: Change the materializer interface to return llvm::Error.
Peter Collingbourne
2016-11-09
1
-1
/
+2
*
IR: Deduplicate getParent() functions on derived classes of GlobalValue into ...
Peter Collingbourne
2016-10-25
1
-12
/
+0
*
Target: Change various section classifiers in TargetLoweringObjectFile to tak...
Peter Collingbourne
2016-10-24
1
-0
/
+8
*
[IR] [DAE] Copy comdats during DAE, and don't copy comdats in GlobalObject::c...
Justin Lebar
2016-06-15
1
-1
/
+0
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-1
/
+1
*
Add support for metadata attachments for global variables.
Peter Collingbourne
2016-05-31
1
-3
/
+7
*
[IR] Copy comdats in GlobalObject::copyAttributesFrom
Reid Kleckner
2016-05-25
1
-0
/
+1
*
Return a StringRef from getSection.
Rafael Espindola
2016-05-11
1
-2
/
+7
*
[GCC] Attribute ifunc support in llvm
Dmitry Polukhin
2016-04-07
1
-0
/
+34
*
[IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similar
Dmitry Polukhin
2016-04-05
1
-2
/
+2
*
constify GlobalValue::getGUID() and GlobalValue::getGlobalIdentifier() (NFC)
Mehdi Amini
2016-04-02
1
-1
/
+1
*
[IFUNC] Introduce GlobalIndirectSymbol as a base class for alias and ifunc
Dmitry Polukhin
2016-03-31
1
-5
/
+15
*
Add GUID/getGlobalIdentifier() non-static API to global value
Mehdi Amini
2016-03-25
1
-0
/
+5
*
Move global ID computation from Function to GlobalValue (NFC)
Teresa Johnson
2016-03-15
1
-0
/
+24
*
Simplify handleOperandChangeImpl() removing last argument (NFC)
Mehdi Amini
2016-02-10
1
-1
/
+1
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-1
/
+1
*
Stop increasing alignment of externally-visible globals on ELF
James Y Knight
2016-01-15
1
-1
/
+43
*
Revert "Stop increasing alignment of externally-visible globals on ELF platfo...
James Y Knight
2016-01-14
1
-43
/
+1
*
Stop increasing alignment of externally-visible globals on ELF
James Y Knight
2016-01-13
1
-1
/
+43
*
Drop support for dematerializing.
Rafael Espindola
2015-12-18
1
-6
/
+0
*
Don't copy information from aliasee to alias.
Rafael Espindola
2015-12-02
1
-10
/
+11
*
IR: Remove implicit iterator conversions from lib/IR, NFC
Duncan P. N. Exon Smith
2015-10-08
1
-5
/
+5
*
[opaque pointer types] Add an explicit value type to GlobalObject
David Blaikie
2015-09-14
1
-2
/
+2
*
Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...
David Blaikie
2015-09-14
1
-14
/
+19
*
[opaque pointer types] Push the passing of value types up from Function/Globa...
David Blaikie
2015-08-21
1
-4
/
+4
*
Devirtualize Constant::replaceUsesOfWithOnConstant.
Pete Cooper
2015-06-24
1
-2
/
+2
*
Remove unused GlobalVariable::replaceUsesOfWithOnConstant. NFC.
Pete Cooper
2015-06-24
1
-20
/
+4
*
Devirtualize Constant::destroyConstant.
Pete Cooper
2015-06-23
1
-3
/
+3
[next]