platform/upstream/llvm.git
2013-02-26 Matt ArsenaultFix initializer for variables with attribute address_sp...
2013-02-26 Manman RenDebug Info: for static member variables, move AT_MIPS_l...
2013-02-26 Chad RosierAdd a test case for r176066.
2013-02-26 Jim GrosbachAsmParser: More generic support for integer type suffices.
2013-02-26 Matt ArsenaultFix typo
2013-02-26 Adrian PrantlEnsure that DIType is regenerated after we visited...
2013-02-26 Ted Kremenek[analyzer] Use 'MemRegion::printPretty()' instead of...
2013-02-26 Matt Beaumont-GayWarn on dropping the return value from a warn_unused_re...
2013-02-26 Matt ArsenaultAnother test commit. Remove trailing whitespace.
2013-02-26 Rafael EspindolaUse the most recent decl in getExplicitVisibility.
2013-02-26 Matt ArsenaultTest commit. Remove trailing whitespace.
2013-02-26 Rafael EspindolaBe more careful in applying pragma weak. Fixes pr14974.
2013-02-26 Chad RosierRemove a few unused arguments.
2013-02-26 Sean Silva[docs] Use reST link instead of direct HTML link.
2013-02-26 Eli BenderskySlight cosmetic fixes
2013-02-26 Greg ClaytonBacked out a hacky fix that is no longer needed.
2013-02-26 Christian KonigR600/SI: Add promotion of e32 to e64 in operand folding
2013-02-26 Christian KonigR600/SI: add VOP mapping functions
2013-02-26 Christian KonigR600/SI: swap operands if it helps folding
2013-02-26 Christian KonigR600/SI: add some more instruction flags
2013-02-26 Christian KonigR600/SI: add post ISel folding for SI v2
2013-02-26 Christian KonigR600/SI: add folding helper
2013-02-26 Christian KonigR600/SI: fix VOP3b encoding v2
2013-02-26 Christian KonigR600/SI: fix and cleanup SI register definition v2
2013-02-26 Christian KonigR600/SI: fix stupid typo
2013-02-26 Renato GolinAdding ARM as supported architecture
2013-02-26 Renato GolinProper XFAILs for ARMv7 / v5
2013-02-26 Bill SchmidtFix PR15359.
2013-02-26 Howard HinnantMichael van der Westhuizen: correction to the libcxx...
2013-02-26 Daniel JasperFix bad line break decision.
2013-02-26 Alexey Samsonov[Sanitizer] Don't die if external symbolizer is used...
2013-02-26 Renato GolinGCC 4.6.3 O3 miscompiles on ARM
2013-02-26 Kostya Serebryany[sanitizer] A low-level vector implementation to be...
2013-02-26 Evgeniy StepanovAllow dash before "ld" in android driver test.
2013-02-26 Daniel JasperIn range-based for-loops, prefer splitting after ":".
2013-02-26 Daniel JasperOnly keep empty lines in unwrapped lines if they precee...
2013-02-26 Kostya Serebryany[asan] a bit stricter lint for CHECK vs CHECK_XX (these...
2013-02-26 Daniel JasperOnly break string literals as a last resort.
2013-02-26 Alexey SamsonovDefine CMake option CLANG_INCLUDE_TESTS *before* traver...
2013-02-26 Kostya Serebryany[tsan] enable tsan-vs-gvn test since it is now fixed
2013-02-26 Kostya Serebryany[asan] fix the output for range accesses (memset, etc...
2013-02-26 Kostya Serebryany[asan] use the new attribute syntax (no_address_safety_...
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (Clang...
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-26 Michael HanUpdate tests to do a full match against printed C+...
2013-02-26 Michael J.... [Pass][Layout] Fix bug and add debug printing.
2013-02-26 Michael IlsemanUse a DenseMap instead of a std::map for AnalysisID...
2013-02-26 Greg ClaytonA quick variable rename Sean and I had discussed earlie...
2013-02-26 Akira Hatanaka[mips] Use class RegDefsUses to track register defs...
2013-02-26 Jordan Rose[analyzer] Don't look through casts when creating point...
2013-02-26 Jordan Rose[analyzer] StackAddrEscapeChecker: strip qualifiers...
2013-02-26 Sean CallananFixed several problems with class uniq'ing in the
2013-02-26 Chad Rosier[fast-isel] Make sure the FastLowerArguments function...
2013-02-26 Enrico GranataRemoving leftover printf() statement
2013-02-26 Jason MolendaIf the user has disabled kext loading with the
2013-02-26 Greg Clayton<rdar://problem/13289157>
2013-02-26 Han Ming Ong<rdar://problem/13282582>
2013-02-25 Jim InghamFix the .categories, it had "dataformatter" not "datafo...
2013-02-25 Michael LiaoRefine fix to PR10499, no functionality change
2013-02-25 Enrico GranataBeing explicit about how ignoring optparse's exceptions...
2013-02-25 Michael LiaoFix PR10499
2013-02-25 Andrew KaylorProvide workaround for PR 15130.
2013-02-25 Will Dietz[ubsan] Emit single check for left shift.
2013-02-25 Chad RosierFix wording.
2013-02-25 Anna Zaks[analyzer] Restrict ObjC type inference to methods...
2013-02-25 Chad RosierRemove extraneous attribute number.
2013-02-25 Chad Rosier[fast-isel] Add X86FastIsel::FastLowerArguments to...
2013-02-25 Greg Clayton<rdar://problem/13281528>
2013-02-25 Ted Kremenek[analyzer] Recover all PreStmtPurgeDeadSymbols nodes...
2013-02-25 Greg ClaytonAdded missing lldb module namespace.
2013-02-25 Daniel MaleaSkip test that fails intermittently with Clang/GCC...
2013-02-25 Edwin VaneVarious additions to ASTMatcher library:
2013-02-25 Edwin VaneAdd user documentation for cpp11-migrate
2013-02-25 Michael J.... [ELF][Writer] Fill in dynamic table entries.
2013-02-25 Anna ZaksRevert "Add more attributes from the command line to...
2013-02-25 Anna Zaks[analyzer] Address Jordan's code review of r175857.
2013-02-25 Jordan Rose[analyzer] Handle reference parameters with default...
2013-02-25 Enrico GranataOptimization of the code-running NSDictionary formatter...
2013-02-25 Greg Clayton<rdar://problem/13286937>
2013-02-25 Jim InghamAdd a log line when debugserver exits, and clean up...
2013-02-25 Chad RosierAdd a front-end test case for r176036.
2013-02-25 Andrew Trickpre-RA-sched fix: only reevaluate physreg interferences...
2013-02-25 Chad Rosier[ms-inline asm] Add support for the pushad/popad mnemonics.
2013-02-25 Michael HanFix empty declaration printing.
2013-02-25 Jordan Rose[analyzer] Base regions may be invalid when layered...
2013-02-25 Renato GolinARM build docs easier for copy&paste
2013-02-25 Eric ChristopherAdd forgotten testcase.
2013-02-25 Matt Beaumont-Gay'Hexadecimal' has two 'a's and only one 'i'.
2013-02-25 Bill SchmidtFix missing relocation for TLS addressing peephole...
2013-02-25 Daniel JasperRe-add hack that caused regression.
2013-02-25 Howard HinnantAlexey Samsonov: #ifdefs out undefined function in...
2013-02-25 Edwin VaneAdding hasDeclaration overload for TemplateSpecializati...
2013-02-25 Edwin VaneSupport in hasDeclaration for types with getDecl()
2013-02-25 Chandler CarruthFix spelling noticed by Duncan.
2013-02-25 Chandler CarruthFix the root cause of PR15348 by correctly handling...
2013-02-25 Edwin VaneReverting r176019. Corrupt patch.
2013-02-25 Alexey Samsonov[Sanitizer] one more fix for signed/unsigned mismatch...
2013-02-25 Edwin VaneSupport in hasDeclaration for types with getDecl()
2013-02-25 Daniel JasperUpdate generated documentation after recent matcher...
2013-02-25 Daniel JasperAdd matcher for AccessSpecDecls.
next