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
*
[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
*
Rename NumOperands to make it clear its managed by the User. NFC.
Pete Cooper
2015-06-12
1
-2
/
+8
*
While in GlobalValue fix the function(s) that don't follow the
Eric Christopher
2015-05-15
1
-2
/
+2
*
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...
David Blaikie
2015-04-29
1
-19
/
+14
*
Remove getDataLayout() from Instruction/GlobalValue/BasicBlock/Function
Mehdi Amini
2015-03-03
1
-4
/
+0
*
The leak detector is dead, long live asan and valgrind.
Rafael Espindola
2014-12-22
1
-14
/
+0
*
Copy externally_initialized in GlobalVariable::copyAttributesFrom.
Rafael Espindola
2014-11-10
1
-0
/
+1
*
Modernize the error handling of the Materialize function.
Rafael Espindola
2014-10-24
1
-2
/
+2
*
Don't ever call materializeAllPermanently during LTO.
Rafael Espindola
2014-10-24
1
-3
/
+19
*
IR: Add COMDATs to the IR
David Majnemer
2014-06-27
1
-7
/
+12
*
Make getBaseObject static.
Rafael Espindola
2014-06-18
1
-1
/
+1
*
Fix gcc -Wparentheses warning.
Patrik Hagglund
2014-06-04
1
-1
/
+1
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-12
/
+33
*
[pr19844] Add thread local mode to aliases.
Rafael Espindola
2014-05-28
1
-2
/
+4
*
Use create methods since msvc doesn't handle delegating constructors.
Rafael Espindola
2014-05-17
1
-16
/
+28
*
Reduce abuse of default values in the GlobalAlias constructor.
Rafael Espindola
2014-05-17
1
-3
/
+20
*
Delete getAliasedGlobal.
Rafael Espindola
2014-05-16
1
-2
/
+2
*
Fix most of PR10367.
Rafael Espindola
2014-05-16
1
-44
/
+2
*
Change the GlobalAlias constructor to look a bit more like GlobalVariable.
Rafael Espindola
2014-05-16
1
-7
/
+9
*
Revert "Implement global merge optimization for global variables."
Rafael Espindola
2014-05-16
1
-25
/
+0
*
Implement global merge optimization for global variables.
Jiangning Liu
2014-05-15
1
-0
/
+25
*
Split GlobalValue into GlobalValue and GlobalObject.
Rafael Espindola
2014-05-13
1
-24
/
+21
*
Run clang-format in small sections of code to make a patch easier to read.
Rafael Espindola
2014-05-09
1
-18
/
+14
*
Delete trailing white space.
Rafael Espindola
2014-05-09
1
-4
/
+4
*
Special case aliases in GlobalValue::getSection.
Rafael Espindola
2014-05-06
1
-0
/
+6
*
Special case aliases in GlobalValue::getAlignment.
Rafael Espindola
2014-05-06
1
-0
/
+7
*
Be more strict about not allowing setSection on aliases.
Rafael Espindola
2014-05-06
1
-0
/
+5
*
Be more strict about not calling setAlignment on global aliases.
Rafael Espindola
2014-05-06
1
-3
/
+6
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
1
-5
/
+5
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-21
/
+14
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
1
-14
/
+21
[next]