platform/upstream/llvm.git
2012-11-05 Adhemerval... [PATCH] PowerPC: Expand load extend vector operations
2012-11-05 Jordan Rose[analyzer] Move convenience REGISTER_*_WITH_PROGRAMSTAT...
2012-11-05 Rafael EspindolaAdd missing this->. Fixes pr14238.
2012-11-05 Richard OsborneDon't infer whether a value is captured in the current...
2012-11-05 Chandler CarruthAdd a couple of stubs to the release notes for things...
2012-11-05 Matt Beaumont-GayOur style for diagnostic messages is to not include...
2012-11-05 Eli BenderskyPR14256: SelectionDAGLowering was renamed to SelectionD...
2012-11-05 NAKAMURA TakumiConstantFolding.cpp: Whitespace.
2012-11-04 Nick LewyckyPut the usage-directive inside the nearest namespace...
2012-11-04 Fariborz JahanianFixes liftime of captured block variables in mrr mode...
2012-11-04 Tobias GrosserTests: Pipe test files into 'opt'
2012-11-04 Duncan SandsApply the patch from PR14160. I failed to construct...
2012-11-04 Lang HamesTest case for r167363.
2012-11-04 Craig TopperRemove alignments from folding tables for scalar FMA4...
2012-11-04 Jason MolendaAdd new ArchSpec methods, IsCompatibleMatch() and IsExa...
2012-11-03 Seth Cantrellonly truncate source lines in text diagnostics when
2012-11-03 Lang HamesSupport interleaving of other pragmas with FP_CONTRACT...
2012-11-03 Dmitri GribenkoAddress review comments for r167358: explicitly check...
2012-11-03 Seth Cantrelldon't step into the middle of multibyte sequences
2012-11-03 Seth Cantrellfix bug in SourceColumnMap::startOfPreviousColumn
2012-11-03 Benjamin KramerEscape trigraphs in unittest.
2012-11-03 Dmitri GribenkoHandle CK_NullToPointer casts in -Wtype-safety properly...
2012-11-03 Dmitri GribenkoRemove a const_cast by propagating constness to the...
2012-11-03 Duncan SandsFix the IntegersSubsetTest unit test when compiled...
2012-11-03 NAKAMURA TakumiStaticAnalyzer/Core/ExprEngineCallAndReturn.cpp: Appeas...
2012-11-03 Duncan SandsGeneralize the transform that boosts GEP indices to...
2012-11-03 Eli FriedmanAdd a proper algorithm to compute accurate source range...
2012-11-03 Anna Zaks[analyzer] Run remove dead on end of path.
2012-11-03 Anna Zaks[analyzer] add LocationContext::inTopFrame() helper.
2012-11-03 Anna Zaks[analyzer] Refactor: Remove Pred from NodeBuilderContext.
2012-11-03 Jim InghamFix a little think-o. In FileSpec::operator== we were...
2012-11-03 Akira Hatanaka[mips] Set flag neverHasSideEffects flag on floating...
2012-11-03 Nadav RotemX86 CostModel: Add support for a some of the common...
2012-11-03 David BlaikieSimplify these tests again, now that we're past the...
2012-11-03 Akira Hatanaka[mips] Set flag isAsCheapAsAMove flag on instruction...
2012-11-03 Owen AndersonBe careful not to optimize a SELECT_CC into a SETCC...
2012-11-03 Greg ClaytonMake sure users know that "target variable" can read...
2012-11-03 Enrico GranataCaught two cases where we were passing a Stream* withou...
2012-11-03 Akira Hatanaka[mips] Stop reserving register AT and use register...
2012-11-02 Jordan Rose[analyzer] Convert SimpleStreamChecker over to CallEvent.
2012-11-02 Jordan Rose[analyzer] CheckerDocumentation: Change examples for...
2012-11-02 Jordan Rose[analyzer] Add some convenience accessors to CallEvent...
2012-11-02 Jordan Rose[analyzer] isCLibraryFunction: check that the function...
2012-11-02 David BlaikieEmit debug info for C++ struct definitions as DW_TAG_st...
2012-11-02 Akira Hatanaka[mips] Do not reserve all 64-bit registers, but only...
2012-11-02 David BlaikieInclude all the fields so we can correctly emit DW_TAG_...
2012-11-02 Nadav RotemAdd a stub for the x86 cost model impl. Implement a...
2012-11-02 David BlaikieAvoid version skew by making ObjC strict metadata tests...
2012-11-02 Fariborz Jahanianobjective-C mrr block. Block variable layout metadata in
2012-11-02 Nadav RotemRemove empty directory
2012-11-02 Nadav RotemCostModel: add support for Vector Insert and Extract.
2012-11-02 Chris Lattnerremove empty directories
2012-11-02 Sean CallananFixed a problem where we mistook normal result
2012-11-02 Akira Hatanaka[mips] Fix disassembler test cases.
2012-11-02 Argyrios KyrtzidisWhen code-completing don't disable the preprocessing...
2012-11-02 Nadav RotemAdd a cost model analysis that allows us to estimate...
2012-11-02 Nadav RotemScalar Bitcasts and Truncs are usually free
2012-11-02 Akira Hatanaka[mips] Fix bug in test case. Disable machine LICM to...
2012-11-02 DeLesley HutchinsThread safety analysis: Fixed ICE caused by double...
2012-11-02 Richard TrieuFix test cases I broken when fixing grammar in diagnost...
2012-11-02 Richard TrieuFix grammar of diagnostic message.
2012-11-02 Quentin ColombetVext Lowering was missing opportunities
2012-11-02 Anna Zaks[analyzer] Test SimpleStream on the buildbot.
2012-11-02 Anna Zaks[analyzer] Factor SimpleStreamChecker pulling out isLea...
2012-11-02 Akira Hatanaka[mips] Use register number instead of name to print...
2012-11-02 Greg ClaytonFixed the "--force" option for memory read.
2012-11-02 Akira Hatanaka[mips] Add function MipsFrameLowering::estimateStackSize.
2012-11-02 Akira Hatanaka[mips] Add member field MipsFunctionInfo::IncomingArgSi...
2012-11-02 Rafael EspindolaFix a build problem with xlc. The error message was
2012-11-02 Akira Hatanaka[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditional...
2012-11-02 Rafael EspindolaXLC supports the same atomic functions as GCC, use...
2012-11-02 David BlaikieFix debug tag type of forward declarations of struct...
2012-11-02 Rafael EspindolaImprove x86 android support:
2012-11-02 Richard SmithAdd test for link flags added by -fcatch-undefined...
2012-11-02 Richard SmithAdd -lpthread when building with Ubsan on Linux, in...
2012-11-02 Andrew KaylorChange resolveRelocation parameters so the relocations...
2012-11-02 Sean CallananSwitched debugserver to use C++11/libc++.
2012-11-02 Dmitri GribenkoDocumentation: fix typos.
2012-11-02 Ted KremenekUpdate test case.
2012-11-02 Ted KremenekMove -Wimplicit-retain-self to be off-by-default until...
2012-11-02 Sean CallananExtra safeguards to ensure that we never query
2012-11-02 Alexey Samsonov[Sanitizer] Add internal_isatty to sanitizer_libc and...
2012-11-02 Alexey Samsonov[Sanitizer] fix printf unittest on 32-bit arch
2012-11-02 Alexey Samsonov[Sanitizer] move unit test for Printf from tsan to...
2012-11-02 Alexey SamsonovFix whitespaces
2012-11-02 Alexey Samsonov[TSan] finally remove TsanPrintf in favor of Printf...
2012-11-02 NAKAMURA Takumiclang/test/CodeGen/bitfield-promote.c: Add explicit...
2012-11-02 NAKAMURA Takumiclang/test/CodeGen/bitfield-promote.c: FileCheck-ize.
2012-11-02 Alexey Samsonov[Sanitizer] Use kStderrFd constant instead of hardcoded 2
2012-11-02 Alexey Samsonov[Sanitizer]: add __sanitizer_set_report_fd function...
2012-11-02 Duncan SandsEnable the assertion in getIntPtrType (I've audited...
2012-11-02 Chandler CarruthAdd a testcase to loop-idiom to cover PR14241 when...
2012-11-02 Chandler CarruthRevert the switch of loop-idiom to use the new dependen...
2012-11-02 Duncan SandsFix an obvious typo that causes an assertion failure...
2012-11-02 Tobias GrosserTests: remove ModuleID lines
2012-11-02 Tobias GrosserTests: move content of .c files in .ll
2012-11-02 Chandler CarruthFix sign compare warning. Patch by Mahesha HS.
2012-11-02 Eli FriedmanDelete lines which do nothing from DiagnosticGroups.td.
2012-11-02 Argyrios Kyrtzidis[libclang] Correct how the index inside the local prepr...
2012-11-02 Eli FriedmanAdd missing diagnostic group to format string warning.
next