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
/
CodeGen
/
GlobalMerge.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: Make the global-merge pass independently testable, and add a test.
Peter Collingbourne
2016-05-19
1
-7
/
+20
*
Make some headers self-contained, remove unused includes that violate layering.
Benjamin Kramer
2016-01-27
1
-1
/
+0
*
CodeGen: Use range-based for in GlobalMerge, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-16
/
+15
*
[opaque pointer types] Switch a few cases of getElementType over, since I had...
David Blaikie
2015-09-14
1
-5
/
+3
*
Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...
David Blaikie
2015-09-14
1
-1
/
+2
*
Fix dropped conditional in cleanup in r245752
David Blaikie
2015-08-25
1
-3
/
+4
*
Range-for-ify some things in GlobalMerge
David Blaikie
2015-08-21
1
-19
/
+14
*
[opaque pointer types] Fix a few easy places in GlobalMerge that were accessi...
David Blaikie
2015-08-21
1
-10
/
+7
*
use minSize wrapper; NFCI
Sanjay Patel
2015-08-18
1
-2
/
+1
*
[GlobalMerge] Only emit aliases for internal linkage variables for non-Mach-O
John Brawn
2015-08-12
1
-3
/
+10
*
[GlobalMerge] Use private linkage for MergedGlobals variables
John Brawn
2015-08-11
1
-25
/
+5
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-1
/
+1
*
[GlobalMerge] Allow targets to enable merging of extern variables, NFC.
John Brawn
2015-08-03
1
-8
/
+15
*
Redirect DataLayout from TargetMachine to Module in GlobalMerge
Mehdi Amini
2015-07-07
1
-13
/
+16
*
Fix assertion failure in global-merge with unused ConstantExpr
Oliver Stannard
2015-06-08
1
-0
/
+2
*
[GlobalMerge] Take into account minsize on Global users' parents.
Ahmed Bougacha
2015-06-04
1
-4
/
+18
*
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...
David Blaikie
2015-04-29
1
-2
/
+1
*
[GlobalMerge] Look at uses to create smaller global sets.
Ahmed Bougacha
2015-04-18
1
-12
/
+240
*
[CodeGen] Split -enable-global-merge into ARM and AArch64 options.
Ahmed Bougacha
2015-04-11
1
-1
/
+2
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-1
/
+2
*
Rewrite the global merge pass to be subprogram agnostic for now.
Eric Christopher
2015-02-23
1
-19
/
+18
*
Grab the DataLayout off of the TargetMachine since that's where
Eric Christopher
2015-02-20
1
-2
/
+2
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+3
*
Fix some Twine locals.
Benjamin Kramer
2014-07-08
1
-9
/
+7
*
Move GlobalMerge from Transform to CodeGen.
Jiangning Liu
2014-06-13
1
-0
/
+363