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
*
Allow constant-folding of references which were formed in a manner not permitted
Richard Smith
2012-01-12
1
-10
/
+6
*
Add IsImplicit field in ObjCMessageExpr that is true when the message
Argyrios Kyrtzidis
2012-01-12
6
-61
/
+116
*
[analyzer] Rename Store::Retrieve() -> getBinding().
Anna Zaks
2012-01-12
3
-64
/
+69
*
[analyzer] Add taint transfer by strcpy & others (part 1).
Anna Zaks
2012-01-12
1
-89
/
+100
*
Formatting.
Eric Christopher
2012-01-12
1
-1
/
+1
*
Formatting.
Eric Christopher
2012-01-12
1
-1
/
+1
*
Take into account the pointer to an aggregate that is passed as a hidden
Akira Hatanaka
2012-01-12
1
-2
/
+6
*
Call CodeGenTypes::ConvertType to get LLVM::Type*.
Akira Hatanaka
2012-01-12
1
-25
/
+4
*
Fix some edge cases with C++ casts and placeholder expressions.
Eli Friedman
2012-01-12
1
-12
/
+15
*
objective-c: fixes a regression in looking up names
Fariborz Jahanian
2012-01-12
1
-2
/
+5
*
Improve the diagnostic when trying to redefine a typedef with a
Douglas Gregor
2012-01-11
1
-1
/
+12
*
Fix the caching in CorrectTypo so that other non-keyword identifiers
Kaelyn Uhrain
2012-01-11
2
-2
/
+4
*
minor refactoring to improve compile-time performance.
Fariborz Jahanian
2012-01-11
1
-2
/
+2
*
Add initial callback object support to Sema::CorrectTypo.
Kaelyn Uhrain
2012-01-11
2
-103
/
+182
*
objc-arc: evaluate 'readonly' property with no known
Fariborz Jahanian
2012-01-11
1
-6
/
+55
*
constexpr: fix typo resulting in move constructors sometimes not being
Richard Smith
2012-01-11
1
-2
/
+2
*
Fix -mfpu parsing on ARM.
Evgeniy Stepanov
2012-01-11
2
-2
/
+13
*
Fixed VLA code generation.
Abramo Bagnara
2012-01-11
1
-14
/
+22
*
"This change adds alloca/valloc checks to UnixAPIChecker. It includes a small...
Ted Kremenek
2012-01-11
1
-48
/
+61
*
C11 allows typedefs to be redefined. Implement this in C11 mode, and
Douglas Gregor
2012-01-11
1
-4
/
+2
*
Revert changes to lib/Driver in r147917; I didn't mean to commit this.
Eli Friedman
2012-01-11
1
-20
/
+19
*
Add elidable CXXConstructExpr as block-level expr. It converts an lvalue to a...
Zhongxing Xu
2012-01-11
1
-2
/
+1
*
Start refactoring code for capturing variables and 'this' so that it is share...
Eli Friedman
2012-01-11
5
-76
/
+77
*
Remove '#if 0' from ExprEngine::InlineCall(), and start fresh by wiring up in...
Ted Kremenek
2012-01-11
4
-115
/
+89
*
Do placeholder conversions on array bounds in both declarators and
John McCall
2012-01-11
2
-4
/
+14
*
Remove switch/case statements and call GetFloatingPointTy() instead to get the
Akira Hatanaka
2012-01-10
1
-13
/
+1
*
Flatten float complex arguments. N32/64 requires float complex arguments be
Akira Hatanaka
2012-01-10
1
-4
/
+28
*
Remove space.
Akira Hatanaka
2012-01-10
1
-2
/
+2
*
Add field IsIEEE in FloatingLiteral to distinguish between different 128-bit
Akira Hatanaka
2012-01-10
1
-1
/
+1
*
When something goes wrong in type-checking a namespace definition, make the n...
Douglas Gregor
2012-01-10
1
-1
/
+5
*
Add support for the androideabi environment to our triple support, and
Chandler Carruth
2012-01-10
3
-2
/
+15
*
objc-arc: fixes a crash when trying to find out retaining cycle
Fariborz Jahanian
2012-01-10
1
-4
/
+12
*
Remove a set, but unused variable. Found with GCC's warning.
Chandler Carruth
2012-01-10
1
-4
/
+1
*
Contrary to the other BSDs, NetBSD followed the ELF ABI for structure
Joerg Sonnenberger
2012-01-10
1
-1
/
+0
*
Make PathDiagnosticLocation more resilient to null Stmt pointers.
Ted Kremenek
2012-01-10
1
-0
/
+6
*
Add definitions for AMD's bobcat (aka btver1)
Benjamin Kramer
2012-01-10
1
-2
/
+18
*
Enable POPCNT and LZCNT with sse4a.
Benjamin Kramer
2012-01-10
1
-1
/
+1
*
Factor the repetitive cpu macro definition into a helper function.
Benjamin Kramer
2012-01-10
1
-45
/
+23
*
The `-fwritable-strings' flag doesn't make the backing store strings of all
Bill Wendling
2012-01-10
1
-10
/
+6
*
Implement the missing pieces of Evaluate for _Complex types. With that compl...
Eli Friedman
2012-01-10
4
-38
/
+46
*
PR11724: Implement evaluation for constexpr defaulted trivial union copy/move
Richard Smith
2012-01-10
1
-2
/
+16
*
Per John's comment, it makes sense to ask isLambda on any CXXRecordDecl; make...
Eli Friedman
2012-01-10
1
-1
/
+0
*
Update C++11 scoped enumeration support to match the final proposal:
Richard Smith
2012-01-10
5
-18
/
+38
*
Add -g to the cc1as flags only if we're dealing with an original
Eric Christopher
2012-01-10
1
-6
/
+15
*
Remove extraneous braces.
Eric Christopher
2012-01-10
1
-2
/
+1
*
objc++: patch for IRgen for atomic properties of
Fariborz Jahanian
2012-01-10
3
-39
/
+170
*
Don't crash with -Wlarge-by-value-copy and a dependent type. PR11726.
Eli Friedman
2012-01-09
1
-2
/
+2
*
Extend the diagnostic for a ',' at the end of a declaration where a ';' was
Richard Smith
2012-01-09
2
-7
/
+31
*
Fix "note" of a duplicate explicit instantiation definition following a speci...
Nico Weber
2012-01-09
1
-9
/
+20
*
Insert padding before unaligned long double arguments.
Akira Hatanaka
2012-01-09
1
-13
/
+28
[next]