index
:
delta/flang.git
benbrewer/ansi-0522
benbrewer/if-logical-const
benbrewer/struct
benbrewer/warnings
clang_branch
craiggriffiths/semi-colon_seg-fault_fix
master
github.com: CodethinkLabs/flang.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
some fixes for flang
clang_branch
arphaman
2013-07-16
2
-188
/
+3
*
some fixes for flang
arphaman
2013-07-16
1
-1
/
+2
*
some fixes for flang
arphaman
2013-07-16
2
-164
/
+20
*
Merge remote-tracking branch 'clang_remote/master' into clang_branch
arphaman
2013-07-16
2
-0
/
+1059
|
\
|
*
Remove unnecessary assignment.
Manuel Klimek
2013-07-16
1
-1
/
+0
|
*
Fixes another hard to test problem with iterator invalidation.
Manuel Klimek
2013-07-16
1
-60
/
+69
|
*
clang-format: Improve detection of function types.
Daniel Jasper
2013-07-16
1
-1
/
+3
|
*
ARM: implement low-level intrinsics for the atomic exclusive operations.
Tim Northover
2013-07-16
2
-6
/
+166
|
*
Limit number of bits in size representation so that bit size fit 64 bits.
Serge Pavlov
2013-07-16
1
-5
/
+6
|
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
1
-2
/
+2
|
*
Merge attributes on typedef decls.
Eli Friedman
2013-07-16
1
-0
/
+2
|
*
Fix alignment of class derived from empty class.
Eli Friedman
2013-07-16
1
-3
/
+4
|
*
ObjC migrator: build conforming interface
Fariborz Jahanian
2013-07-16
2
-1
/
+48
|
*
Fix member refs with using decl + anonymous union.
Eli Friedman
2013-07-16
1
-10
/
+14
|
*
ObjC migrator: finding conforming protocol
Fariborz Jahanian
2013-07-15
2
-2
/
+76
|
*
Move the "->" to "." fixit from r186128 into a separate note since
Kaelyn Uhrain
2013-07-15
1
-5
/
+3
|
*
Add support for type traversal matchers.
Samuel Benzaquen
2013-07-15
2
-30
/
+20
|
*
Re-revert r86040, which was un-reverted in r186199.
Chandler Carruth
2013-07-15
4
-21
/
+25
|
*
clang-format: Improve c-style cast detection.
Daniel Jasper
2013-07-15
1
-2
/
+3
|
*
Improvement of change r186320.
Daniel Jasper
2013-07-15
2
-8
/
+8
|
*
Improve formatting of operator<< chains.
Daniel Jasper
2013-07-15
2
-2
/
+2
|
*
Replacing an empty switch with its moral equivalent. No functional changes i...
Aaron Ballman
2013-07-15
1
-7
/
+3
|
*
Add 'static' and 'const' qualifiers to some arrays of strings.
Craig Topper
2013-07-15
4
-7
/
+7
|
*
Fix to PR12262 - assertion when substituting explicit template arguments
Serge Pavlov
2013-07-15
2
-0
/
+13
|
*
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
2013-07-15
8
-14
/
+16
|
*
Reformat line.
Eric Christopher
2013-07-14
1
-2
/
+1
|
*
Move BlockLiteralGeneric earlier in CGDebugInfo and remove
Eric Christopher
2013-07-14
2
-8
/
+4
|
*
Update a few comments and reformat a decl for clarity.
Eric Christopher
2013-07-14
1
-3
/
+4
|
*
Replace C++0x in a comment with C++11
Craig Topper
2013-07-14
1
-1
/
+1
|
*
Change cxx0x to cxx11 in diagnostic name.
Craig Topper
2013-07-14
1
-1
/
+1
|
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
2
-3
/
+3
|
*
Add missing include guards into headers in lib/Headers. While it may appear
Richard Smith
2013-07-14
4
-0
/
+19
|
*
If an unimported submodule of an imported module contains a declaration of a
Richard Smith
2013-07-14
1
-1
/
+5
|
*
Serialization support for TagDecl::IsCompleteDefinitionRequired
David Blaikie
2013-07-14
2
-0
/
+4
|
*
PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit...
David Blaikie
2013-07-13
7
-35
/
+28
|
*
Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENT
David Blaikie
2013-07-13
2
-0
/
+2
|
*
Simplify getTypeInfoImpl handling of 'non-canonical unless dependent' types.
David Blaikie
2013-07-13
1
-26
/
+4
|
*
Fixes a typo caught by Arthur O'Dwyer
Fariborz Jahanian
2013-07-13
1
-2
/
+2
|
*
C++ modules: Don't call DeclContext::lookup when half-way through deserializing
Richard Smith
2013-07-13
2
-18
/
+58
|
*
[ms-cxxabi] Don't consider function templates for name backrefs
Reid Kleckner
2013-07-13
1
-1
/
+10
|
*
ObjC migrator: More knobs for migrating
Fariborz Jahanian
2013-07-13
1
-3
/
+19
|
*
ObjC migrator: early work for migrating implicitly conforming
Fariborz Jahanian
2013-07-12
1
-1
/
+30
|
*
Changes so that a few tests do not fail when running under guarded malloc.
Argyrios Kyrtzidis
2013-07-12
2
-7
/
+7
|
*
Use function attributes to pass along the stack protector buffer size instead...
Bill Wendling
2013-07-12
2
-1
/
+2
|
*
Compute 'this' correctly for block in lambda.
Eli Friedman
2013-07-12
1
-8
/
+3
|
*
Provide a better diagnostic and a fixit for a '.' or '->' before the left paren
Kaelyn Uhrain
2013-07-12
1
-1
/
+13
|
*
Unrevert r186040, reverted in r186185, with fix for PR16597.
Richard Smith
2013-07-12
4
-25
/
+21
|
*
Revert r186040 to fix PR16597 while Richard investigates what the best
Chandler Carruth
2013-07-12
4
-21
/
+25
|
*
fixes a typo caught by Jordan.
Fariborz Jahanian
2013-07-12
1
-1
/
+1
|
*
Objective-C: Produce gcc compatible encoding of
Fariborz Jahanian
2013-07-12
1
-0
/
+14
[next]