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
*
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