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
/
test
/
Transforms
/
GlobalOpt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
2
-4
/
+4
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-19
/
+19
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
3
-4
/
+4
*
Verifier: Call verifyModule() from llc and opt
Duncan P. N. Exon Smith
2015-03-27
1
-0
/
+3
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
25
-57
/
+57
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-1
/
+1
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
1
-11
/
+11
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
57
-116
/
+116
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
27
-42
/
+42
*
IR: Move MDLocation into place
Duncan P. N. Exon Smith
2015-01-14
1
-8
/
+8
*
Change the .ll syntax for comdats and add a syntactic sugar.
Rafael Espindola
2015-01-06
2
-7
/
+7
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
3
-30
/
+30
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-5
/
+10
*
IR: Disallow complicated function-local metadata
Duncan P. N. Exon Smith
2014-12-06
1
-2
/
+3
*
GlobalOpt: Don't drop unused memberes of a Comdat
David Majnemer
2014-10-08
1
-0
/
+19
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
1
-10
/
+10
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
1
-10
/
+10
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
1
-10
/
+10
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-4
/
+4
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-4
/
+4
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-4
/
+4
*
GlobalOpt: Preserve comdats of unoptimized initializers
Reid Kleckner
2014-09-23
1
-0
/
+37
*
GlobalOpt: Optimize in the face of insertvalue/extractvalue
David Majnemer
2014-08-08
1
-2
/
+15
*
Use "weak alias" instead of "alias weak"
Rafael Espindola
2014-07-30
5
-16
/
+16
*
GlobalOpt: Don't swap private for internal linkage
David Majnemer
2014-07-01
1
-4
/
+14
*
GlobalOpt: FileCheck-ize test
David Majnemer
2014-07-01
1
-1
/
+3
*
GlobalOpt: Handle non-zero offsets for aliases
David Majnemer
2014-07-01
1
-0
/
+4
*
GlobalOpt: Fix constantfold-initializers.ll test
David Majnemer
2014-06-27
1
-1
/
+1
*
GlobalOpt: Don't optimize thread_local for initializers
David Majnemer
2014-06-26
1
-1
/
+11
*
GlobalOpt: Don't optimize dllimport for initializers
David Majnemer
2014-06-24
1
-2
/
+26
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
2
-3
/
+3
*
Add comdat key field to llvm.global_ctors and llvm.global_dtors
Reid Kleckner
2014-05-16
1
-2
/
+17
*
Fix most of PR10367.
Rafael Espindola
2014-05-16
2
-3
/
+3
*
IR: Don't allow non-default visibility on local linkage
Duncan P. N. Exon Smith
2014-05-07
2
-3
/
+3
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-5
/
+10
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
1
-10
/
+5
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
1
-5
/
+10
*
Revert r204076 for now - it caused significant regressions in a number of
Lang Hames
2014-03-23
2
-57
/
+4
*
Use range metadata instead of introducing selects.
Dan Gohman
2014-03-17
2
-4
/
+57
*
Reject alias to undefined symbols in the verifier.
Rafael Espindola
2014-03-12
2
-3
/
+5
*
GlobalOpt: Apply fastcc to internal x86_thiscallcc functions
Reid Kleckner
2014-02-26
1
-0
/
+46
*
GlobalOpt: Aliases don't have sections, don't copy them when replacing
Reid Kleckner
2014-02-13
2
-4
/
+9
*
Delete unread globals through addrspacecast
Matt Arsenault
2014-01-02
1
-3
/
+16
*
Fix addrspacecast with metadata globals
Matt Arsenault
2014-01-02
1
-0
/
+26
*
Fix a use-after-free error in GlobalOpt CleanupConstantGlobalUsers
Hal Finkel
2013-12-12
1
-0
/
+32
*
Quote potential shell expansions found in tests
Alp Toker
2013-10-28
1
-1
/
+1
*
Revert r193251 : Use address-taken to disambiguate global variable and indire...
Shuxin Yang
2013-10-27
6
-9
/
+9
*
Use address-taken to disambiguate global variable and indirect memops.
Shuxin Yang
2013-10-23
6
-9
/
+9
*
Revert r191834 until we measure the effect of this benchmarks and maybe find ...
Alexey Samsonov
2013-10-07
1
-0
/
+26
*
Remove "localize global" optimization
Alexey Samsonov
2013-10-02
1
-26
/
+0
[next]