projects
/
platform
/
upstream
/
llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2013-01-14
Michael Gottesman
Multiprecision subtraction builtins.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Quentin Colombet
Follow up of commit r172472.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Dmitri Gribenko
Improve r172464: const_cast is not needed if the variab...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Quentin Colombet
Complete the existing support of ARM v6m, v7m, and...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
David Greene
Fix Casting
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
David Greene
Fix Casting
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
David Greene
Fix More Casts
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
David Greene
Fix Another Cast
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
David Greene
Fix Casting Bug
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
David Greene
Fix More Casts
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
David Greene
Fix Casting
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
David Greene
Fix Casts
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Andrew Trick
SCEVExpander fix. RAUW needs to update the InsertedExpr...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Howard Hinnant
Make <cmath> classification macros work with integral...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Nick Lewycky
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Douglas Gregor
Topologically sort the link options generated for modul...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Howard Hinnant
Fix a race in the construction of future. This fixes...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Argyrios Kyrtzidis
[ADT/StringMap] Add a constructor in StringMap that...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Joe Groff
Fix DenseMap when LLVM_HAS_RVALUE_REFERENCES is defined...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Joe Groff
Add DenseMap::insert(value_type&&) method.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Michael Gottesman
Changed SmallPtrSet.count guard + SmallPtrSet.insert...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Eli Bendersky
Move CheckForValidSection to the MCAsmParser interface.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Eli Bendersky
Expose an InitToTextSection through MCStreamer.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Eli Bendersky
Move ParseMacroArgument to the MCAsmParser interfance.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Douglas Gregor
When forming the link options for an imported module...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Howard Hinnant
Fix string conversions functions to throw out_of_range...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Jordan Rose
[analyzer] Add ProgramStatePartialTrait<const void *>.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Jordan Rose
[analyzer] Fix cast-away-const warning by using const_cast.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Jordan Rose
[analyzer] -drain is not an alias for -release.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Jim Ingham
Fix a logic error in the condition for a warning log...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Douglas Gregor
Switch autolinking metadata format over to actual linke...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Eli Bendersky
Encapsulate the MacroEnabled flag in AsmParser behind...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Douglas Gregor
Infer "link" lines for top-level frameworks. Essentiall...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Bill Schmidt
This patch addresses varargs processing for small compl...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Douglas Gregor
Implement parsing, AST, (de-)serialization, and placeho...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Howard Hinnant
Michael van der Westhuizen: Improve support for testing...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Howard Hinnant
Michael van der Westhuizen: Patches for Linux. Fixes...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Alexander Kornienko
Test source file name in diagnostics
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Manuel Klimek
Fixes formatting of nested brace initializers.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Daniel Jasper
Add support for Chromium style.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Daniel Jasper
Make single-line if statements optional.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Will Dietz
[ubsan] Use __sanitizer::atomic_exchange(), prefer...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Daniel Jasper
Fix a bug in the line merging.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Daniel Jasper
Fix bug that would lead to joining preprocessor directives.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Daniel Jasper
Put simple preprocessor directives on a single line.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Evgeniy Stepanov
Move large part of asan_test_utils.h to sanitizer_common.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Benjamin Kramer
Turns out there is a simpler way of getting a set diffe...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Alexey Samsonov
Fix-up copypasto from r172410
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Dmitry Vyukov
asan: fix windows build
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Edwin Vane
Adding a .gitignore to tools-extra
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Daniel Jasper
Put short if statements on a single line.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Timur Iskhodzhanov
Revert r171829 "Split changeset_ty using iterators...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Evgeniy Stepanov
Build rules for sanitizer_common tests on Android.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Alexander Kornienko
Dump comments in -ast-dump.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Evgeniy Stepanov
Remove thread-locals from sanitizer_common tests.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Alexander Kornienko
Added a test for clang-format diagnostics.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Alexander Kornienko
Fix: correct file name in diagnostics.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
NAKAMURA Takumi
clang/test/SemaCXX/cxx11-gnu-attrs.cpp: Add explicit...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Daniel Jasper
Refactor datastructure used in clang-format.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Daniel Jasper
Improve understanding post increment and decrement.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Alexander Kornienko
Custom DiagnosticConsumer parameter of reformat() ...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Alexey Samsonov
ASan: Disable alloc/dealloc mismatch test on Android...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Kostya Serebryany
[asan] use the slow CFI-based unwinder when reporting...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Manuel Klimek
Adds some more tests for * and &.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Dmitry Vyukov
asan/tsan: mmap shadow memory before allocating memory...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Alexey Samsonov
ASan: Disable alloc/dealloc-mismatch checker on Mac...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Dmitry Vyukov
tsan: describe stack and TLS addresses
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Dmitry Vyukov
asan: enable allocator version 1 by default
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Richard Smith
Add extra tests for [[gnu::...]] attributes, missed...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Dmitry Vyukov
asan/tsan: fix memory allocator statistics
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Dmitry Vyukov
asan: fix Android build
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Dmitry Vyukov
asan/tsan: faster memory allocator
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Dmitry Vyukov
tsan: fix cmake warning (unused private field)
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Dmitry Vyukov
tsan: add the FIXME
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Dmitry Vyukov
asan: fix compilation errors in mutex
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Richard Smith
Fix regression in r172376. Don't try to detect missing...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Kostya Serebryany
[asan] add more frames to standalone_malloc_test
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Richard Smith
Accept [[gnu::*]] for all __attribute__((*))s which...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Dmitry Vyukov
asan: add missing file
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Dmitry Vyukov
asan/tsan: move blocking mutex from asan to sanitizer_c...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Craig Topper
Simplify nested strconcats in X86 td files since strcon...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Craig Topper
Create a single multiclass for SSE and AVX version...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Nico Weber
Formatter: Add a test for bitfields.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Richard Smith
PR12008: defer adding the implicit 'const' to a constex...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Richard Smith
*this is const in a trailing-return-type for a constexp...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Michael Gottesman
Fixed some 80+ violations.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Dmitri Gribenko
libclang: remove a few const_casts
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Dmitri Gribenko
Constify argument of Preprocessor::getMacroInfoHistory...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Michael Gottesman
Updated the documentation in ObjCARC.cpp to fit the...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-14
Dmitri Gribenko
Remove an unneeded const_cast
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Michael Gottesman
Added bugzilla PR number to test case.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Michael Gottesman
Fixed an infinite loop in the block escape in analysis...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Dmitri Gribenko
ArrayRef'ize Sema APIs related to format string checking
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Tim Northover
Implement __aeabi_lcmp and ulcmp
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Tim Northover
Correct name of __aeabi_f2lz.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Nick Lewycky
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Nuno Lopes
fix compile-time regression report by Joerg Sonnenberger:
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Dmitri Gribenko
Document behavior of -Wformat-nonliteral, it is differe...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Daniel Jasper
Stronger respect the input codes line breaks wrt. comments.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Dmitri Gribenko
Documentation: use monospaced font for intrinsics'...
commit
|
commitdiff
|
tree
|
snapshot
next