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
/
Analysis
/
GlobalsModRef
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove commented out CHECK-NEXT to try and appease llvm-clang-x86_64-expensiv...
Simon Pilgrim
2019-11-13
1
-1
/
+0
*
[GlobalsAA] Reenable test.
Alina Sbirlea
2019-11-12
1
-3
/
+1
*
Temporarily disable test.
Alina Sbirlea
2019-11-12
1
-0
/
+2
*
[GlobalsAA] Restrict ModRef result if any internal method has its address taken.
Alina Sbirlea
2019-11-12
3
-0
/
+147
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-1
/
+1
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
4
-8
/
+8
*
[GlobalsAA] Don't let dbg intrinsics affect analysis result
Mikael Holmen
2018-01-15
1
-0
/
+57
*
[PassManager] Retire cl::opt that have been set for a while. NFCI.
Davide Italiano
2017-10-02
3
-3
/
+3
*
Move the stripping of invalid debug info from the Verifier to AutoUpgrade.
Adrian Prantl
2017-10-02
1
-1
/
+1
*
Fix regression from my recent GlobalsAA fix.
Eli Friedman
2016-10-24
1
-0
/
+54
*
Make GlobalsAA ignore dead constant expressions.
Eli Friedman
2016-10-04
1
-0
/
+54
*
[DSE] Don't remove stores made live by a call which unwinds.
Eli Friedman
2016-08-12
1
-12
/
+12
*
GlobalsAA: Functions with the argmemonly attribute won't read arbitrary globals
Tom Stellard
2016-07-14
1
-0
/
+31
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-0
/
+21
*
[PM/AA] Teach the AAManager how to handle module analyses in addition to
Chandler Carruth
2016-03-11
2
-0
/
+2
*
[GlobalsAA] Relax condition in checking globals as args to functions
Vaivaswatha Nagaraj
2016-01-14
1
-0
/
+65
*
[GlobalsAA] Partially back out r248576
James Molloy
2016-01-07
1
-57
/
+0
*
Revert "GlobalsAA: Take advantage of ArgMemOnly, InaccessibleMemOnly and Inac...
Amaury Sechet
2016-01-06
3
-67
/
+21
*
[OperandBundles] Have GlobalsModRef play nice with operand bundles
David Majnemer
2015-12-23
1
-1
/
+11
*
GlobalsAA: Take advantage of ArgMemOnly, InaccessibleMemOnly and Inaccessible...
Vaivaswatha Nagaraj
2015-12-18
2
-0
/
+67
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
2
-5
/
+5
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
2
-5
/
+5
*
Add newline to test. NFC.
Chad Rosier
2015-10-28
1
-1
/
+1
*
[GlobalsAA] An indirect global that is initialized is not fair game
James Molloy
2015-10-28
1
-0
/
+27
*
[GlobalsAA] Loosen an overly conservative bailout
James Molloy
2015-10-22
1
-0
/
+17
*
[GlobalsAA] Don't assume anything about functions that may be overridden
James Molloy
2015-10-13
1
-0
/
+24
*
[GlobalsAA] Teach GlobalsAA about nocapture
James Molloy
2015-09-25
2
-0
/
+112
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
9
-9
/
+9
*
[GMR] isNonEscapingGlobalNoAlias() should look through Bitcasts/GEPs when loo...
Michael Kuperstein
2015-08-17
1
-1
/
+2
*
[GMR] Be a bit smarter about which globals don't alias when doing recursive l...
Michael Kuperstein
2015-08-11
1
-4
/
+7
*
[GMR] Teach the conservative path of GMR to catch even more easy cases.
Chandler Carruth
2015-08-05
1
-0
/
+33
*
[GMR] Teach GlobalsModRef to distinguish an important and safe case of
Chandler Carruth
2015-07-28
1
-0
/
+62
*
[PM/AA] Disable the core unsafe aspect of GlobalsModRef in the face of
Chandler Carruth
2015-07-17
2
-2
/
+8
*
Add a test for r242281 from an old patch of mine.
Sean Silva
2015-07-15
1
-0
/
+37
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-2
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
7
-12
/
+12
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+2
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-2
/
+2
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+2
*
BasicAA: Use reachabilty instead of dominance for checking value equality in phi
Arnold Schwaighofer
2014-01-03
1
-1
/
+1
*
BasicAA: Fix value equality and phi cycles
Arnold Schwaighofer
2014-01-02
1
-1
/
+1
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-29
1
-6
/
+2
*
MemoryDependenceAnalysis attempts to find the first memory dependency for fun...
Nadav Rotem
2012-08-13
1
-0
/
+34
*
FileCheck-ize tests.
Bill Wendling
2012-04-24
6
-9
/
+28
*
Handle intrinsics in GlobalsModRef. Fixes pr12351.
Rafael Espindola
2012-03-28
1
-0
/
+33
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2011-06-17
1
-1
/
+4
*
Make BasicAliasAnalysis a normal AliasAnalysis implementation which
Dan Gohman
2010-10-18
4
-4
/
+4
[next]