platform/upstream/llvm.git
2012-12-07 Ted KremenekAdd manualRetain() and manualRelease() to ImmutableMapR...
2012-12-07 Ted KremenekChange RegionStore to always use ImmutableMapRef for...
2012-12-07 Jordan Rose[analyzer] Remove possible pessimizations from r169563.
2012-12-07 NAKAMURA TakumiMakefile.common: Update a description, s/Source/SOURCES...
2012-12-07 NAKAMURA Takumiunittest/googletest/Makefile: Unbreak out-of-tree build.
2012-12-07 Greg Clayton<rdar://problem/8908550>
2012-12-07 NAKAMURA Takumitest/Index/skip-parsed-bodies/compile_commands.json...
2012-12-07 Eli BenderskyAdd convenience accessor to Triple for OS == NaCl
2012-12-06 Alexey SamsonovTry to unbreak makefile build by excluding gtest-all...
2012-12-06 Jordan Rose[analyzer] Avoid ProgramStateRef copy constructors.
2012-12-06 Logan ChienRevert r169557. It seems that the test is too restricted
2012-12-06 Matt Beaumont-GayAdd a 'using' declaration to suppress GCC's -Woverloade...
2012-12-06 Greg Clayton<rdar://problem/12827789>
2012-12-06 Alexey SamsonovModify the LLVM checkout of googletest:
2012-12-06 Argyrios Kyrtzidis[libclang] Add a test to make sure we skip bodies prope...
2012-12-06 Logan ChienAdd i686-linux-android for gcc toolchain detection.
2012-12-06 Greg Clayton<rdar://problem/12820334>
2012-12-06 Richard SmithAdd extra truthiness.
2012-12-06 Fariborz JahanianFixes Makefile for Format unit tests.
2012-12-06 Pedro Artigasfixed valgrind issues of prior commit, this change...
2012-12-06 Jason MolendaAdd examples of how to set env vars for the inferior...
2012-12-06 Jakub StaszakRemove unused field.
2012-12-06 Jakub StaszakRemove trailing spaces.
2012-12-06 Jim InghamMark the "dwarf" version of the test expected fail...
2012-12-06 Matthew Curtishexagon-toolchain.c now passes on win32
2012-12-06 Dmitri GribenkoFix typos in CHECK lines.
2012-12-06 Dmitri GribenkoDocumentation: fix typos and formatting.
2012-12-06 Matthew Curtisrelax hexagon-toolchain.c even more to accomodate mingw...
2012-12-06 Matthew Curtisrelax hexagon-toolchain.c CHECK to accomodate mingw32...
2012-12-06 Benjamin KramerSimplify PDiag's move assignment overload a bit, the...
2012-12-06 Ted KremenekRevert "Allow modifying an ImmutableMap without canonic...
2012-12-06 Argyrios KyrtzidisMake sure to initialize the HasSkippedBody bit.
2012-12-06 Argyrios Kyrtzidis[libclang] Introduce a new indexing mode where we skip...
2012-12-06 Ted KremenekRevert "[analyzer] Aggressively cut back on the canonic...
2012-12-06 Evan ChengReplace r169459 with something safer. Rather than havin...
2012-12-06 Benjamin KramerAdd move semantics to PartialDiagnostic, which can...
2012-12-06 Jakub StaszakRemove unneeded function, since PR8156 was fixed over...
2012-12-06 Matthew CurtisUn-XFAIL hexagon-toolchain.c test for mingw32
2012-12-06 Jordan RoseAllow modifying an ImmutableMap without canonicalizing...
2012-12-06 Argyrios KyrtzidisAdd a bit on FunctionDecl/ObjCMethodDecl to indicate...
2012-12-06 Jordan Rose[analyzer] Remove isa<> followed by dyn_cast<>.
2012-12-06 Jordan Rose[analyzer] Remove unused fields from ExprEngine.
2012-12-06 Jordan Rose[analyzer] Remove checks that predate the linearized...
2012-12-06 Jordan Rose[analyzer] Simplify RetainCountChecker's handling of...
2012-12-06 Jordan Rose[analyzer] Use a smarter algorithm to find the last...
2012-12-06 Jordan Rose[analyzer] Speed up ExplodedNode::Profile by avoiding...
2012-12-06 Jordan Rose[analyzer] Use optimized assumeDual for branches.
2012-12-06 Jordan Rose[analyzer] Aggressively cut back on the canonicalizatio...
2012-12-06 Jordan Rose[analyzer] Remove bindExprAndLocation, which does extra...
2012-12-06 Jakub StaszakSimplify code.
2012-12-06 Alexander KornienkoClang-format: IndentCaseLabels option, proper namespace...
2012-12-06 Fariborz JahanianFixes a typo in this test.
2012-12-06 Alexander KornienkoClang-format: detect unbalanced braces.
2012-12-06 Matthew CurtisHexagon TC: Add/improve support for small data
2012-12-06 Nadav RotemFix a bug in the code that merges consecutive stores...
2012-12-06 Daniel MaleaMerge rename fix from libcxxabi (r169402: rename class...
2012-12-06 Kostya Serebryany[sanitizer] POD-ify the allocator cache
2012-12-06 Matthew CurtisFix hexagon-toolchain.c test to handle versioned clang...
2012-12-06 Matthew CurtisHexagon TC: Reimplement Link::ConstructJob to call
2012-12-06 Dmitry Vyukovtsan: fix lint warning and make output tests more robust
2012-12-06 Benjamin KramerSema: Don't emit a warning when __func__ is used in...
2012-12-06 NAKAMURA Takumitest/Driver/hexagon-toolchain.c: Unbreak XPASS. Cygwin...
2012-12-06 Manuel KlimekImplements multiple parents in the parent map.
2012-12-06 Kostya Serebryany[asan/msan] one more test for 32-bit allocator + minor...
2012-12-06 Kostya Serebryany[asan/msan] add BulkAllocate to the 32-bit allocator...
2012-12-06 Matthew CurtisHexagon TC: Move getHexagonTargetCPU from Tools.cpp to
2012-12-06 NAKAMURA TakumiMemorySanitizer.cpp: Suppress a warning. [-Wunused...
2012-12-06 Kostya Serebryany[asan/msan] refactor allocator's BulkAllocate (move...
2012-12-06 Dmitry Vyukovtsan: add new file to cmake
2012-12-06 Dmitry Vyukovtsan: add some more functions for java filtering
2012-12-06 Daniel JasperImprove clang-format's handling of unary operators.
2012-12-06 Kostya Serebryany[asan/msan] add GetBlockBegin to the 32-bit allocator...
2012-12-06 Matthew CurtisDisable hexagon toolchain test on windows targets
2012-12-06 Kostya Serebryany[asan/msan] one more test for 32-bit allocator
2012-12-06 Kostya Serebryany[asan/msan] new 32-bit allocator, basic functionality...
2012-12-06 Matthew CurtisHexagon TC: Update toolchain to add appropriate include
2012-12-06 Dmitry Vyukovtsan: add 'free' to java nonsense reports
2012-12-06 Dmitry Vyukovtsan: add mutexsets to reports
2012-12-06 NAKAMURA Takumiclang/test/CodeGen/2008-01-07-UnusualIntSize.c: Add...
2012-12-06 Evgeniy Stepanov[msan] Fix a typo in a comment.
2012-12-06 Evgeniy Stepanov[msan] Do not store origin for clean values.
2012-12-06 Chandler CarruthRework the bitfield access IR generation to address...
2012-12-06 Daniel Jasper"<<" alignment for clang-format.
2012-12-06 Andy GibbsIntegrate polly test-suite into an llvm "make check...
2012-12-06 Bill Wendlings/getLowerBoundDefault/getDefaultLowerBound/ for consis...
2012-12-06 Bill WendlingRemove unused variable.
2012-12-06 Bill WendlingHandle non-default array bounds.
2012-12-06 Craig TopperRemove intrinsic specific instructions for (V)MOVQUmr...
2012-12-06 Ted KremenekUse the BlockDecl captures list to infer the direct...
2012-12-06 Ted KremenekOnly provide explicit getCapturedRegion() and getOrigin...
2012-12-06 Ted KremenekPull logic to map from VarDecl* to captured region...
2012-12-06 Ted KremenekUse 'getOriginalRegion()' rather than going through...
2012-12-06 Craig TopperMark MOVDQ(A/U)rm as ReMaterializable. Mark all MOVDQ...
2012-12-06 Richard SmithFix http://stackoverflow.com/questions/13521163
2012-12-06 Kostya Serebryany[tsan] add MmapAlignedOrDie
2012-12-06 Richard SmithDon't use dyn_cast on a Type* which might not be canoni...
2012-12-06 Jason MolendaFix ABIMacOSX_i386::RegisterIsVolatile to return the...
2012-12-06 Greg Clayton<rdar://problem/12560257>
2012-12-06 Evan ChengProperly fix the tes.
2012-12-06 NAKAMURA Takumillvm/test/CodeGen/ARM/extload-knownzero.ll: Try to...
next