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
/
Other
/
lint.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Intrinsics] Add a 'NoAlias' intrinsic property; annotate llvm.memcpy
David Bolvansky
2019-08-14
1
-1
/
+4
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-2
/
+2
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-2
/
+2
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-2
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-4
/
+4
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-5
/
+5
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-4
/
+4
*
Ignore apparent buffer overruns on external or weak globals. This is a major
Duncan Sands
2012-09-30
1
-0
/
+5
*
Teach the 'lint' sanity checking pass to detect simple buffer overflows.
Duncan Sands
2012-09-26
1
-0
/
+12
*
Change the way the lint sanity checking pass detects misaligned memory accesses.
Duncan Sands
2012-09-25
1
-2
/
+6
*
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
Chandler Carruth
2012-07-02
1
-1
/
+1
*
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-27
1
-1
/
+1
*
Make BasicAliasAnalysis a normal AliasAnalysis implementation which
Dan Gohman
2010-10-18
1
-1
/
+1
*
Revert r111058, the lint check for indirectbr successors that aren't
Dan Gohman
2010-08-16
1
-1
/
+0
*
Add a lint check for an indirectbr destination which has not
Dan Gohman
2010-08-13
1
-0
/
+1
*
Add a lint check for indirectbr with no successors.
Dan Gohman
2010-08-02
1
-1
/
+3
*
Add a lint check for mismatched return types, inspired by PR6944.
Dan Gohman
2010-07-12
1
-0
/
+9
*
Add lint checks for function attributes.
Dan Gohman
2010-05-28
1
-0
/
+17
*
Fix lint's memcpy and memmove checks, and its basic block traversal.
Dan Gohman
2010-05-28
1
-0
/
+4
*
Detect self-referential values.
Dan Gohman
2010-05-28
1
-0
/
+11
*
Remove this va_arg test, which is no longer applicable.
Dan Gohman
2010-05-28
1
-3
/
+0
*
Eli pointed out that va_arg instruction result values don't
Dan Gohman
2010-05-28
1
-4
/
+4
*
Teach lint how to look through simple store+load pairs and other
Dan Gohman
2010-05-28
1
-0
/
+21
*
Add a lint check for returning the address of stack memory.
Dan Gohman
2010-05-28
1
-0
/
+7
*
Reinstate checking of stackrestore, with checking for both Read
Dan Gohman
2010-05-26
1
-0
/
+3
*
Implement checking of the tail keyword.
Dan Gohman
2010-05-26
1
-0
/
+12
*
Add lint checks for invalid uses of memory.
Dan Gohman
2010-04-30
1
-0
/
+18
*
Add several more lint checks.
Dan Gohman
2010-04-09
1
-0
/
+21
*
Add a few more lint checks.
Dan Gohman
2010-04-08
1
-0
/
+14
*
Add a -lint pass which checks for common sources of undefined or likely
Dan Gohman
2010-04-08
1
-0
/
+31