platform/upstream/llvm.git
2013-01-14 Michael GottesmanMultiprecision subtraction builtins.
2013-01-14 Quentin ColombetFollow up of commit r172472.
2013-01-14 Dmitri GribenkoImprove r172464: const_cast is not needed if the variab...
2013-01-14 Quentin ColombetComplete the existing support of ARM v6m, v7m, and...
2013-01-14 David GreeneFix Casting
2013-01-14 David GreeneFix Casting
2013-01-14 David GreeneFix More Casts
2013-01-14 David GreeneFix Another Cast
2013-01-14 David GreeneFix Casting Bug
2013-01-14 David GreeneFix More Casts
2013-01-14 David GreeneFix Casting
2013-01-14 David GreeneFix Casts
2013-01-14 Andrew TrickSCEVExpander fix. RAUW needs to update the InsertedExpr...
2013-01-14 Howard HinnantMake <cmath> classification macros work with integral...
2013-01-14 Nick LewyckyFix typo in comment.
2013-01-14 Douglas GregorTopologically sort the link options generated for modul...
2013-01-14 Howard HinnantFix a race in the construction of future. This fixes...
2013-01-14 Argyrios Kyrtzidis[ADT/StringMap] Add a constructor in StringMap that...
2013-01-14 Joe GroffFix DenseMap when LLVM_HAS_RVALUE_REFERENCES is defined...
2013-01-14 Joe GroffAdd DenseMap::insert(value_type&&) method.
2013-01-14 Michael GottesmanChanged SmallPtrSet.count guard + SmallPtrSet.insert...
2013-01-14 Eli BenderskyMove CheckForValidSection to the MCAsmParser interface.
2013-01-14 Eli BenderskyExpose an InitToTextSection through MCStreamer.
2013-01-14 Eli BenderskyMove ParseMacroArgument to the MCAsmParser interfance.
2013-01-14 Douglas GregorWhen forming the link options for an imported module...
2013-01-14 Howard HinnantFix string conversions functions to throw out_of_range...
2013-01-14 Jordan Rose[analyzer] Add ProgramStatePartialTrait<const void *>.
2013-01-14 Jordan Rose[analyzer] Fix cast-away-const warning by using const_cast.
2013-01-14 Jordan Rose[analyzer] -drain is not an alias for -release.
2013-01-14 Jim InghamFix a logic error in the condition for a warning log...
2013-01-14 Douglas GregorSwitch autolinking metadata format over to actual linke...
2013-01-14 Eli BenderskyEncapsulate the MacroEnabled flag in AsmParser behind...
2013-01-14 Douglas GregorInfer "link" lines for top-level frameworks. Essentiall...
2013-01-14 Bill SchmidtThis patch addresses varargs processing for small compl...
2013-01-14 Douglas GregorImplement parsing, AST, (de-)serialization, and placeho...
2013-01-14 Howard HinnantMichael van der Westhuizen: Improve support for testing...
2013-01-14 Howard HinnantMichael van der Westhuizen: Patches for Linux. Fixes...
2013-01-14 Alexander KornienkoTest source file name in diagnostics
2013-01-14 Manuel KlimekFixes formatting of nested brace initializers.
2013-01-14 Daniel JasperAdd support for Chromium style.
2013-01-14 Daniel JasperMake single-line if statements optional.
2013-01-14 Will Dietz[ubsan] Use __sanitizer::atomic_exchange(), prefer...
2013-01-14 Daniel JasperFix a bug in the line merging.
2013-01-14 Daniel JasperFix bug that would lead to joining preprocessor directives.
2013-01-14 Daniel JasperPut simple preprocessor directives on a single line.
2013-01-14 Evgeniy StepanovMove large part of asan_test_utils.h to sanitizer_common.
2013-01-14 Benjamin KramerTurns out there is a simpler way of getting a set diffe...
2013-01-14 Alexey SamsonovFix-up copypasto from r172410
2013-01-14 Dmitry Vyukovasan: fix windows build
2013-01-14 Edwin VaneAdding a .gitignore to tools-extra
2013-01-14 Daniel JasperPut short if statements on a single line.
2013-01-14 Timur IskhodzhanovRevert r171829 "Split changeset_ty using iterators...
2013-01-14 Evgeniy StepanovBuild rules for sanitizer_common tests on Android.
2013-01-14 Alexander KornienkoDump comments in -ast-dump.
2013-01-14 Evgeniy StepanovRemove thread-locals from sanitizer_common tests.
2013-01-14 Alexander KornienkoAdded a test for clang-format diagnostics.
2013-01-14 Alexander KornienkoFix: correct file name in diagnostics.
2013-01-14 NAKAMURA Takumiclang/test/SemaCXX/cxx11-gnu-attrs.cpp: Add explicit...
2013-01-14 Daniel JasperRefactor datastructure used in clang-format.
2013-01-14 Daniel JasperImprove understanding post increment and decrement.
2013-01-14 Alexander KornienkoCustom DiagnosticConsumer parameter of reformat() ...
2013-01-14 Alexey SamsonovASan: Disable alloc/dealloc mismatch test on Android...
2013-01-14 Kostya Serebryany[asan] use the slow CFI-based unwinder when reporting...
2013-01-14 Manuel KlimekAdds some more tests for * and &.
2013-01-14 Dmitry Vyukovasan/tsan: mmap shadow memory before allocating memory...
2013-01-14 Alexey SamsonovASan: Disable alloc/dealloc-mismatch checker on Mac...
2013-01-14 Dmitry Vyukovtsan: describe stack and TLS addresses
2013-01-14 Dmitry Vyukovasan: enable allocator version 1 by default
2013-01-14 Richard SmithAdd extra tests for [[gnu::...]] attributes, missed...
2013-01-14 Dmitry Vyukovasan/tsan: fix memory allocator statistics
2013-01-14 Dmitry Vyukovasan: fix Android build
2013-01-14 Dmitry Vyukovasan/tsan: faster memory allocator
2013-01-14 Dmitry Vyukovtsan: fix cmake warning (unused private field)
2013-01-14 Dmitry Vyukovtsan: add the FIXME
2013-01-14 Dmitry Vyukovasan: fix compilation errors in mutex
2013-01-14 Richard SmithFix regression in r172376. Don't try to detect missing...
2013-01-14 Kostya Serebryany[asan] add more frames to standalone_malloc_test
2013-01-14 Richard SmithAccept [[gnu::*]] for all __attribute__((*))s which...
2013-01-14 Dmitry Vyukovasan: add missing file
2013-01-14 Dmitry Vyukovasan/tsan: move blocking mutex from asan to sanitizer_c...
2013-01-14 Craig TopperSimplify nested strconcats in X86 td files since strcon...
2013-01-14 Craig TopperCreate a single multiclass for SSE and AVX version...
2013-01-14 Nico WeberFormatter: Add a test for bitfields.
2013-01-14 Richard SmithPR12008: defer adding the implicit 'const' to a constex...
2013-01-14 Richard Smith*this is const in a trailing-return-type for a constexp...
2013-01-14 Michael GottesmanFixed some 80+ violations.
2013-01-14 Dmitri Gribenkolibclang: remove a few const_casts
2013-01-14 Dmitri GribenkoConstify argument of Preprocessor::getMacroInfoHistory...
2013-01-14 Michael GottesmanUpdated the documentation in ObjCARC.cpp to fit the...
2013-01-14 Dmitri GribenkoRemove an unneeded const_cast
2013-01-13 Michael GottesmanAdded bugzilla PR number to test case.
2013-01-13 Michael GottesmanFixed an infinite loop in the block escape in analysis...
2013-01-13 Dmitri GribenkoArrayRef'ize Sema APIs related to format string checking
2013-01-13 Tim NorthoverImplement __aeabi_lcmp and ulcmp
2013-01-13 Tim NorthoverCorrect name of __aeabi_f2lz.
2013-01-13 Nick LewyckyFix typo in comment.
2013-01-13 Nuno Lopesfix compile-time regression report by Joerg Sonnenberger:
2013-01-13 Dmitri GribenkoDocument behavior of -Wformat-nonliteral, it is differe...
2013-01-13 Daniel JasperStronger respect the input codes line breaks wrt. comments.
2013-01-13 Dmitri GribenkoDocumentation: use monospaced font for intrinsics'...
next