Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ce665bd2e2b581ab0858d1afe359192bac96b868
/
lib
/
Analysis
/
Lint.cpp
ce665bd
Now with fewer extraneous semicolons!
by Owen Anderson
· 15 years ago
17aa680
zap dead code.
by Chris Lattner
· 15 years ago
9883b95
Revert r111058, the lint check for indirectbr successors that aren't
by Dan Gohman
· 15 years ago
61556e3
Add a lint check for an indirectbr destination which has not
by Dan Gohman
· 15 years ago
90c579d
Reapply r110396, with fixes to appease the Linux buildbot gods.
by Owen Anderson
· 15 years ago
1f74590
Revert r110396 to fix buildbots.
by Owen Anderson
· 15 years ago
9ccaf53
Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static
by Owen Anderson
· 15 years ago
847a84e
Add a convenient form of AliasAnalysis::alias for the case where the sizes
by Dan Gohman
· 15 years ago
a8afb2a
Add a lint check for indirectbr with no successors.
by Dan Gohman
· 15 years ago
d13db2c
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
by Owen Anderson
· 15 years ago
545d006
Add a lint check for mismatched return types, inspired by PR6944.
by Dan Gohman
· 15 years ago
0ce2499
Add some more TODO comments.
by Dan Gohman
· 15 years ago
d3b6e41
Add a comment.
by Dan Gohman
· 15 years ago
10e7726
Fix the noalias checking so that it doesn't worry about
by Dan Gohman
· 15 years ago
aec2a0d
Add lint checks for function attributes.
by Dan Gohman
· 15 years ago
13ec30b
Fix lint's memcpy and memmove checks, and its basic block traversal.
by Dan Gohman
· 15 years ago
17d9596
Detect self-referential values.
by Dan Gohman
· 15 years ago
078f859
Eli pointed out that va_arg instruction result values don't reference the stack.
by Dan Gohman
· 15 years ago
ff26d4e
Teach lint how to look through simple store+load pairs and other
by Dan Gohman
· 15 years ago
292fc87
Add a lint check for returning the address of stack memory.
by Dan Gohman
· 15 years ago
a0f7ff3
Fix Lint printing warnings multiple times. Remove the ErrorStr
by Dan Gohman
· 15 years ago
882ddb4
Reinstate checking of stackrestore, with checking for both Read
by Dan Gohman
· 15 years ago
749be11
Stackrestore is not a load.
by Dan Gohman
· 15 years ago
df9c8bc
Remove a TODO which isn't practical.
by Dan Gohman
· 15 years ago
113b3e2
Implement checking of the tail keyword.
by Dan Gohman
· 15 years ago
5b61b38
Add lint checks for invalid uses of memory.
by Dan Gohman
· 15 years ago
0883355
Tidy a comment.
by Dan Gohman
· 15 years ago
be02b20
Add several more lint checks.
by Dan Gohman
· 15 years ago
dd98c4d
Add a few more lint checks.
by Dan Gohman
· 15 years ago
113902e
Add a -lint pass which checks for common sources of undefined or likely
by Dan Gohman
· 15 years ago