index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warning about anonymous structs in anonymous unions.
Eric Christopher
2013-08-29
1
-6
/
+8
*
Better support for multiline string literals (including C++11 raw string lite...
Alexander Kornienko
2013-08-29
5
-22
/
+68
*
Consumed analysis: improve handling of conditionals.
DeLesley Hutchins
2013-08-29
1
-178
/
+473
*
ObjectiveC migrator: remove dead code.
Fariborz Jahanian
2013-08-29
2
-14
/
+1
*
[analyzer] Fix handling of "empty" structs with base classes
Pavel Labath
2013-08-29
1
-1
/
+9
*
Fixes various problems with accounting for tabs in the original code.
Manuel Klimek
2013-08-29
2
-19
/
+48
*
Use new UnicodeCharSet interface.
Alexander Kornienko
2013-08-29
2
-21
/
+41
*
Removed useless default branch of switch statement.
Serge Pavlov
2013-08-29
1
-3
/
+0
*
Change return type of Sema::DiagnoseAmbiguousLookup from bool to void.
Serge Pavlov
2013-08-29
1
-13
/
+8
*
Make getDiagnosticsInGroup helper method a static function in the cpp file an...
Craig Topper
2013-08-29
1
-15
/
+16
*
Move individual group name strings from the OptionTable into one big char arr...
Craig Topper
2013-08-29
1
-14
/
+11
*
Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t)
Peter Collingbourne
2013-08-29
1
-0
/
+3
*
Properly escape filenames in line directives.
Eli Friedman
2013-08-29
2
-4
/
+5
*
Remove Inheritable/NonInheritable flags from ProcessDeclAttributes. They don't
Richard Smith
2013-08-29
4
-58
/
+24
*
use the last passed -munaligned-access / -mno-unaligned-access
Renato Golin
2013-08-28
1
-6
/
+9
*
Sema: Subst type default template args earlier
David Majnemer
2013-08-28
2
-36
/
+68
*
80 cols.
Peter Collingbourne
2013-08-28
1
-12
/
+15
*
ObjectiveC migrator. This patch infers readonly properties for no-parameter
Fariborz Jahanian
2013-08-28
3
-11
/
+36
*
Look for libstdc++ first on the clang install directory.
Rafael Espindola
2013-08-28
1
-2
/
+11
*
Add missing definitions to unwind.h.
Peter Collingbourne
2013-08-28
1
-5
/
+114
*
Mode is now handled as a non-inheritable attribute, and CUDADevice & CUDAHost...
Aaron Ballman
2013-08-28
1
-5
/
+4
*
80-col.
Eric Christopher
2013-08-28
1
-4
/
+9
*
DebugInfo: Further fix/improvements to r189494 (and LLVM r189495).
David Blaikie
2013-08-28
1
-0
/
+10
*
Format. Thanks David for pointing it out.
Manman Ren
2013-08-28
1
-1
/
+1
*
ObjectiveC migrator: In suggesting 'instancetype' use clang's
Fariborz Jahanian
2013-08-28
1
-2
/
+11
*
Debug Info: update interface for CreateEnumType and getOrCreateRecordFwdDecl.
Manman Ren
2013-08-28
2
-7
/
+9
*
More comments for r189494.
David Blaikie
2013-08-28
1
-1
/
+4
*
Fix "//" comments with -traditional-cpp in C++.
Eli Friedman
2013-08-28
1
-2
/
+4
*
For methods where clang automatically infers instancetype from the selector
Fariborz Jahanian
2013-08-28
1
-6
/
+4
*
Handle -D arguments ending in a backslash.
Eli Friedman
2013-08-28
1
-1
/
+14
*
Improve error for assignment to incomplete class.
Eli Friedman
2013-08-28
1
-0
/
+5
*
Comments for r189494
David Blaikie
2013-08-28
1
-0
/
+5
*
Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
2013-08-28
3
-19
/
+84
*
clang-cl: Pass -debug to the linker when using -fsanitize=address
Hans Wennborg
2013-08-28
1
-0
/
+1
*
PR16995: Failing to associate static members with their enclosing class
David Blaikie
2013-08-28
1
-8
/
+5
*
[analyzer] Add support for testing the presence of weak functions.
Jordan Rose
2013-08-28
5
-67
/
+57
*
clang-format: Improve token breaking behavior.
Daniel Jasper
2013-08-28
2
-3
/
+5
*
ARM: comment on why vmull intrinsic has to exist for now.
Tim Northover
2013-08-28
1
-0
/
+5
*
ARM: Emit normal IR for vaddhn/vsubhn NEON intrinsics
Tim Northover
2013-08-28
1
-6
/
+36
*
ARM: use vqdmull and vqadds/vqsubs to implement vqdmlal/vqdmlsl
Tim Northover
2013-08-28
1
-6
/
+22
*
clang-format: Fix segfault in 'incomplete' macros.
Daniel Jasper
2013-08-28
1
-3
/
+4
*
clang-format: Fix infinite loop in macro special case.
Daniel Jasper
2013-08-28
1
-6
/
+4
*
clang-format: Don't insert space in __has_include
Daniel Jasper
2013-08-28
1
-1
/
+2
*
clang-format: Fix corner case in ObjC interface definitions.
Daniel Jasper
2013-08-28
1
-1
/
+7
*
[analyzer] Assume new returns non-null even under -fno-exceptions
Pavel Labath
2013-08-28
1
-4
/
+7
*
clang-format: Improve braced init list detection:
Daniel Jasper
2013-08-28
1
-1
/
+5
*
clang-format: Fix corner case in overloaded operator definitions.
Daniel Jasper
2013-08-28
1
-1
/
+4
*
clang-format: Fix space in decltype-constexprs.
Daniel Jasper
2013-08-28
1
-1
/
+2
*
Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4...
Craig Topper
2013-08-28
1
-5
/
+4
*
[CMake] use combination of CMAKE_RUNTIME_OUTPUT_DIRECTORY and CMAKE_LIBRARY_O...
Ted Kremenek
2013-08-28
1
-7
/
+7
[next]