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
*
[-Wunreachable-code] Handle idiomatic do...while() with an uninteresting cond...
Ted Kremenek
2014-03-06
1
-7
/
+4
*
Change the color of comment nodes from bright yellow to blue. Bright yellow on
Richard Trieu
2014-03-06
1
-1
/
+12
*
[Layering] Update include of DebugInfo.h which moved to the IR library
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Objective-C properties. Fixes a crash in Sema where RHS of
Fariborz Jahanian
2014-03-06
1
-4
/
+7
*
Switch to an idiomatic C++ erase/remove for this loop, and fix a bug in the
Richard Smith
2014-03-06
1
-3
/
+5
*
[Layering] Update include for the move of DIBuilder.h to the IR library
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[-Wunreachable-code] Handle idiomatic do...while() with an uninteresting cond...
Ted Kremenek
2014-03-06
1
-7
/
+17
*
[-Wunreachable-code] generalize pruning out warning on trivial returns.
Ted Kremenek
2014-03-05
1
-9
/
+6
*
Objective-C. Suppress the warning for auto synthesis of property not
Fariborz Jahanian
2014-03-05
1
-4
/
+28
*
[-Wunreachable-code] include some enum constants in "configuration value" heu...
Ted Kremenek
2014-03-05
1
-0
/
+5
*
PR19010: Make sure we initialize (empty) indirect base class subobjects when
Richard Smith
2014-03-05
1
-23
/
+12
*
Fix recursion bug in logic to validate 'objc_protocol_requires_explicit_imple...
Ted Kremenek
2014-03-05
1
-3
/
+14
*
Tests for DR370-380.
Richard Smith
2014-03-05
1
-2
/
+2
*
[-Wunreachable-code] generalize configuration value checking to all compariso...
Ted Kremenek
2014-03-05
1
-1
/
+1
*
Capabilities are required to pass a name specifying what type of capability i...
Aaron Ballman
2014-03-05
1
-1
/
+9
*
Attempt to re-enable the VFS unittests on Windows
Ben Langmuir
2014-03-05
1
-2
/
+4
*
Don't produce an alias between destructors with different calling conventions.
Rafael Espindola
2014-03-05
1
-0
/
+6
*
When building a module from the command line via -emit-module, add an entry to
Richard Smith
2014-03-05
2
-3
/
+14
*
If a #include finds a file relative to the current file, don't forget to check
Richard Smith
2014-03-05
2
-24
/
+55
*
AST: Remove layering violation with Sema
David Majnemer
2014-03-05
3
-10
/
+16
*
Style fix: replace "1 entries" with "1 entry" in the vftable layout dumping code
Timur Iskhodzhanov
2014-03-05
1
-2
/
+4
*
Revert "[C++11] Replace trivial lambda with std::cref."
Benjamin Kramer
2014-03-05
1
-1
/
+3
*
[C++11] Replace trivial lambda with std::cref.
Benjamin Kramer
2014-03-05
1
-3
/
+1
*
Added a const qualifier to SourceManager& parameters.
Alexander Kornienko
2014-03-05
1
-5
/
+7
*
MS ABI: Mangle lambdas
David Majnemer
2014-03-05
1
-1
/
+32
*
[-cxx-abi microsoft] Implement local manglings accurately
David Majnemer
2014-03-05
11
-187
/
+315
*
Adjust logic for 'objc_protocol_requires_explicit_implementation' for inherit...
Ted Kremenek
2014-03-05
1
-6
/
+54
*
[OPENMP] emit error message for clause 'if(1 0)'
Alexey Bataev
2014-03-05
1
-4
/
+0
*
[AST] A "Class<P>" type should not have '*' when printed out.
Argyrios Kyrtzidis
2014-03-05
1
-1
/
+3
*
[OPNEMP] Fixed instantiation of 'if' clause
Alexey Bataev
2014-03-05
1
-1
/
+4
*
[-Wunreachable-code] Don't warn about dead code guarded by a "configuration v...
Ted Kremenek
2014-03-05
1
-9
/
+73
*
Headers: Provide an ABI compatible max_align_t when _MSC_VER is defined
David Majnemer
2014-03-04
1
-0
/
+4
*
Remove some unnecessary qualification
David Blaikie
2014-03-04
1
-2
/
+2
*
Objective-C. Return 0 as class of methods in protocols.
Fariborz Jahanian
2014-03-04
2
-4
/
+3
*
Support relative paths in VFSFromYAML
Ben Langmuir
2014-03-04
1
-3
/
+10
*
DebugInfo: Refix r202888 (a fix to r202769) in a different way, ensuring type...
David Blaikie
2014-03-04
1
-2
/
+7
*
[CFG] Tweak "?:" CFG construction to record the unreachable blocks.
Ted Kremenek
2014-03-04
1
-4
/
+5
*
[C++11] Simplify a callback to use a lambda.
Richard Smith
2014-03-04
1
-18
/
+2
*
[-Wunreachable-code] handle cases where a dead 'return' may have a valid pred...
Ted Kremenek
2014-03-04
1
-0
/
+5
*
Fix unconditional dereference of a WeakVH in CGDebugInfo TypeCache
Reid Kleckner
2014-03-04
1
-1
/
+2
*
Pass llvm::Triple objects by const reference.
Benjamin Kramer
2014-03-04
5
-7
/
+7
*
[Mips] Check all MIPS toolchains to find the one that best meets command
Simon Atanasyan
2014-03-04
1
-18
/
+33
*
Objective-C IRGen. Fix up the hueristics for determining
Fariborz Jahanian
2014-03-04
1
-8
/
+10
*
The wmmintrin.h header includes two different sub-headers: one for AES support
Roman Divacky
2014-03-04
1
-1
/
+1
*
First step towards fixing PR18967 - simplify the ComputeThisOffset interface
Timur Iskhodzhanov
2014-03-04
1
-15
/
+11
*
When deciding whether or not to resolve two
Sean Callanan
2014-03-04
1
-0
/
+15
*
[Modules] Update to reflect the move of CFG.h to the IR library in LLVM
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Update to reflect ValueHandle moving to the IR library in LLVM
Chandler Carruth
2014-03-04
3
-3
/
+3
*
[Modules] Update to reflect the move of CallSite into the IR library in
Chandler Carruth
2014-03-04
11
-11
/
+11
*
[cleanup] Re-sort includes with llvm/utils/sort_includes.py and fix
Chandler Carruth
2014-03-04
5
-5
/
+5
[next]