index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
Lint.cpp
Age
Commit message (
Expand
)
Author
2010-08-16
Revert r111058, the lint check for indirectbr successors that aren't
Dan Gohman
2010-08-13
Add a lint check for an indirectbr destination which has not
Dan Gohman
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-03
Add a convenient form of AliasAnalysis::alias for the case where the sizes
Dan Gohman
2010-08-02
Add a lint check for indirectbr with no successors.
Dan Gohman
2010-07-21
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-12
Add a lint check for mismatched return types, inspired by PR6944.
Dan Gohman
2010-07-06
Add some more TODO comments.
Dan Gohman
2010-07-06
Add a comment.
Dan Gohman
2010-06-01
Fix the noalias checking so that it doesn't worry about
Dan Gohman
2010-05-28
Add lint checks for function attributes.
Dan Gohman
2010-05-28
Fix lint's memcpy and memmove checks, and its basic block traversal.
Dan Gohman
2010-05-28
Detect self-referential values.
Dan Gohman
2010-05-28
Eli pointed out that va_arg instruction result values don't
Dan Gohman
2010-05-28
Teach lint how to look through simple store+load pairs and other
Dan Gohman
2010-05-28
Add a lint check for returning the address of stack memory.
Dan Gohman
2010-05-26
Fix Lint printing warnings multiple times. Remove the ErrorStr
Dan Gohman
2010-05-26
Reinstate checking of stackrestore, with checking for both Read
Dan Gohman
2010-05-26
Stackrestore is not a load.
Dan Gohman
2010-05-26
Remove a TODO which isn't practical.
Dan Gohman
2010-05-26
Implement checking of the tail keyword.
Dan Gohman
2010-04-30
Add lint checks for invalid uses of memory.
Dan Gohman
2010-04-22
Tidy a comment.
Dan Gohman
2010-04-09
Add several more lint checks.
Dan Gohman
2010-04-08
Add a few more lint checks.
Dan Gohman
2010-04-08
Add a -lint pass which checks for common sources of undefined or likely
Dan Gohman