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
*
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
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
1
-21
/
+14
*
[Modules] Move the LeakDetector header into the IR library where the
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Use DataLayout from the module when easily available.
Rafael Espindola
2014-02-25
1
-0
/
+4
*
Check that GlobalAliases don't have section or alignment.
Rafael Espindola
2014-02-13
1
-0
/
+2
*
Copy dll storage in copyAttributes.
Rafael Espindola
2014-02-13
1
-0
/
+1
*
Copy the ThreadLocalMode in GlobalVariable::copyAttributesFrom
Hans Wennborg
2014-02-10
1
-1
/
+1
*
Allow addrspacecast in global aliases
Matt Arsenault
2014-01-02
1
-1
/
+2
*
Revert r193251 : Use address-taken to disambiguate global variable and indire...
Shuxin Yang
2013-10-27
1
-3
/
+0
*
Use address-taken to disambiguate global variable and indirect memops.
Shuxin Yang
2013-10-23
1
-0
/
+3
*
Introduce non-const overloads for GlobalAlias::{get,resolve}AliasedGlobal.
Peter Collingbourne
2013-08-19
1
-8
/
+8
*
Added instance variable/initializers/getter/setters for new keyword externall...
Michael Gottesman
2013-02-03
1
-5
/
+10
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-6
/
+6
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-0
/
+264