index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix pr13749. There is still a lot of code using getArchName that should be
Rafael Espindola
2012-09-22
1
-1
/
+1
*
Avoid multiple atomic builtin declaration.
Abramo Bagnara
2012-09-22
1
-4
/
+13
*
When importing a FunctionProtoType::ExtProtoInfo, its ExceptionSpecDecl can p...
Argyrios Kyrtzidis
2012-09-22
1
-10
/
+44
*
[analyzer] Suppress bugs whose paths go through the return of a null pointer.
Jordan Rose
2012-09-22
2
-6
/
+25
*
[analyzer] Track a null value back through FindLastStoreBRVisitor.
Jordan Rose
2012-09-22
1
-27
/
+36
*
[analyzer] Always allow BugReporterVisitors to see the bug path.
Jordan Rose
2012-09-22
1
-21
/
+57
*
[analyzer] Allow a BugReport to be marked "invalid" during path generation.
Jordan Rose
2012-09-22
2
-10
/
+40
*
[analyzer] Look through OpaqueValueExprs when tracking a nil value.
Jordan Rose
2012-09-22
1
-0
/
+3
*
[analyzer] Better path notes for null pointers passed as arguments.
Jordan Rose
2012-09-22
1
-7
/
+53
*
Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics.
Jordan Rose
2012-09-22
3
-53
/
+15
*
[analyzer] Check that an ObjCIvarRefExpr's base is non-null even as an lvalue.
Jordan Rose
2012-09-22
3
-14
/
+22
*
[analyzer] Check that a member expr is valid even when the result is an lvalue.
Jordan Rose
2012-09-22
1
-9
/
+17
*
[ms-inline asm] Use mnemonicIsValid() in a helpful assert.
Chad Rosier
2012-09-21
1
-0
/
+2
*
Mark the passed in "self" for a block as an object pointer so
Eric Christopher
2012-09-21
1
-3
/
+9
*
Fix build errors.
Argyrios Kyrtzidis
2012-09-21
1
-2
/
+4
*
[AST importer] Do a correct import of a FunctionProtoType::ExtProtoInfo, don'...
Argyrios Kyrtzidis
2012-09-21
1
-0
/
+3
*
objective-C: when diagnosing deprecated/unavailable usage of
Fariborz Jahanian
2012-09-21
4
-9
/
+88
*
Call CGM.SetLLVMFunctionAttributesForDefinition on thunks so that they get
Rafael Espindola
2012-09-21
1
-0
/
+2
*
Add four new command line options for MIPS CPU selection:
Simon Atanasyan
2012-09-21
1
-2
/
+21
*
Experiment in BodyFarm of structuring AST creation calls in a hierarchy,
Ted Kremenek
2012-09-21
1
-12
/
+21
*
Create helper method in BodyFarm for creating simple assignments.
Ted Kremenek
2012-09-21
1
-4
/
+12
*
Add helper method in BodyFarm to create unary dereferences.
Ted Kremenek
2012-09-21
1
-8
/
+11
*
Add helper method to BodyFarm for creating lvalue-to-rvalue conversions.
Ted Kremenek
2012-09-21
1
-9
/
+12
*
Add helper method to BodyFarm for creatinging integral casts.
Ted Kremenek
2012-09-21
1
-2
/
+10
*
Thread-safety analysis: better handling of unreachable blocks. Fixes a bug
DeLesley Hutchins
2012-09-21
1
-17
/
+20
*
Re-enable faux-bodies by default.
Ted Kremenek
2012-09-21
1
-1
/
+1
*
Use helper method to create DeclRefExprs in BodyFarm, hopefully allevating
Ted Kremenek
2012-09-21
1
-20
/
+34
*
Add some structuring comments. No functionality change.
Ted Kremenek
2012-09-21
1
-1
/
+9
*
Update for encapsulating the "construct*AlignmentFromInt" methods.
Bill Wendling
2012-09-21
2
-2
/
+2
*
Revert r164364, "Flip "faux-bodies" in the analyzer on by default to flush ou...
NAKAMURA Takumi
2012-09-21
1
-1
/
+1
*
Make warnings about uninitialized fields include the field name.
Hans Wennborg
2012-09-21
2
-4
/
+2
*
Flip "faux-bodies" in the analyzer on by default to flush out bugs.
Ted Kremenek
2012-09-21
1
-1
/
+1
*
Simplify getRuntimeDefinition() back to taking no arguments.
Ted Kremenek
2012-09-21
2
-10
/
+10
*
Doxygen-ify a comment.
Craig Topper
2012-09-21
1
-4
/
+4
*
PR13890: Warn on abstract final classes.
David Blaikie
2012-09-21
1
-0
/
+5
*
[PCH] After deserializing a DeclContext, if it has external lexical decls but...
Argyrios Kyrtzidis
2012-09-21
2
-0
/
+7
*
Add faux-body support for dispatch_once().
Ted Kremenek
2012-09-21
1
-10
/
+110
*
ARM: Use a dedicated intrinsic for vector bitwise select.
Jim Grosbach
2012-09-21
1
-0
/
+4
*
Tidy up. Trailing whitespace and 80 columns.
Jim Grosbach
2012-09-21
1
-67
/
+69
*
Implement faux-body-synthesis of well-known functions in the static analyzer ...
Ted Kremenek
2012-09-21
9
-19
/
+199
*
Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>.
Douglas Gregor
2012-09-20
2
-1
/
+7
*
Thread-safety analysis: fix bug where shared trylock was treated
DeLesley Hutchins
2012-09-20
1
-1
/
+1
*
Thread safety analysis: properly canonicalize calls to virtual methods within
DeLesley Hutchins
2012-09-20
1
-4
/
+16
*
If the range in a for range statement doesn't have a viable begin/end function,
Richard Smith
2012-09-20
3
-29
/
+49
*
Improvements to my patch in r164143 per
Fariborz Jahanian
2012-09-20
1
-18
/
+16
*
Include types when a definition's type differs from a prior declaration.
David Blaikie
2012-09-20
1
-1
/
+1
*
StmtPrinter: Print floating point literals with the right suffix to disambigu...
Benjamin Kramer
2012-09-20
1
-2
/
+27
*
Disable source fortification on Darwin with AddressSanitizer.
Alexander Potapenko
2012-09-20
1
-0
/
+3
*
The keywords "true" and "false" shouldn't warn under -Wundef.
Eli Friedman
2012-09-20
1
-1
/
+3
*
[analyzer] MallocChecker should not do post-call checks on inlined functions.
Jordan Rose
2012-09-20
1
-0
/
+3
[next]