platform/upstream/llvm.git
2012-09-25 John McCallFix for r163013 regression and further __interface...
2012-09-25 John McCallDuring jump-scope checking, build an ExprWithCleanups...
2012-09-25 Evan ChengFix an illegal tailcall opt where the callee returns...
2012-09-25 Nico WeberFix a -Wparentheses warning in the mingw build
2012-09-25 Richard SmithFix crash when a decltype expression in a trailing...
2012-09-25 Chandler CarruthFix a crash in SROA. This was reported independently...
2012-09-25 Greg Clayton<rdar://problem/9959501>
2012-09-25 Nick LewyckyDon't forget that strcpy and friends return a pointer...
2012-09-25 Michael IlsemanUnit tests for IntegerDivision. Currently, just a basic...
2012-09-25 Eli FriedmanDelete some code which is, as far as I can tell, dead.
2012-09-25 Anna Zaks[analyzer] Fix a buildbot crash triggered by turning...
2012-09-25 Richard SmithDon't produce diagnostics for missing ctor-initializers...
2012-09-25 Jim GrosbachARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.
2012-09-24 Nick LewyckyRemove unused name of variable to quiet a warning....
2012-09-24 Howard HinnantApply the emulated nullptr_t with constexpr. This...
2012-09-24 Enrico GranataMaking sure we do not try to compare a NULL string...
2012-09-24 Sean CallananAdded a new Xcode build configuration, DebugClang,
2012-09-24 Sean CallananRemoved some debugging cruft.
2012-09-24 Jim GrosbachMark jump tables in code sections with DataRegion direc...
2012-09-24 Chad RosierTypo.
2012-09-24 Eli FriedmanHandle C++ functional casts in a similar way to C-style...
2012-09-24 Chad RosierUpdate for r164567.
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-24 Fariborz Jahanianobjective-C: use 'instance variables' as plural when...
2012-09-24 Bob WilsonClear UNIVERSAL_SDK_PATH setting when building host...
2012-09-24 Jason MolendaFix string comparisons in ABIMacOSX_i386::RegisterIsCal...
2012-09-24 Sean CallananBrought LLDB top-of-tree into sync with LLVM/Clang
2012-09-24 Nick LewyckyTeach DSE that strcpy, strncpy, strcat and strncat...
2012-09-24 Nick LewyckyMove all the calls to AA.getTargetLibraryInfo() to...
2012-09-24 Fariborz Jahanianobjective-C: remove use of 'ivar' in favor of
2012-09-24 Sean CallananMade TestHiddenIvars an expected failure with
2012-09-24 Ted KremenekAdd clarifying comment.
2012-09-24 Dmitri GribenkoMore tests for r164545 (change extension warning about...
2012-09-24 Dmitri GribenkoStringRef'ize Preprocessor::CreateString().
2012-09-24 Dmitri GribenkoReplace raw call to snprintf() by llvm streams.
2012-09-24 Roman DivackySpecify MachinePointerInfo as refering to the argument...
2012-09-24 Bob WilsonReplace an assertion with an error for empty __asm...
2012-09-24 Bob WilsonFix a comment typo and clean up formatting.
2012-09-24 Douglas GregorMake sure that we don't end up making an #undef'd macro...
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-24 Argyrios Kyrtzidis[libclang] Bring CXCursor_AsmStmt back as an alias...
2012-09-24 Dmitri GribenkoInclude 'long long' extension warning in the LongLong...
2012-09-24 Dmitri GribenkoChange the wording of the extension warning from
2012-09-24 Jim InghamRemove a couple of debugging printf's from the testsuite.
2012-09-24 Anna Zaks[analyzer] Really turn on dynamic-bifurcation on by...
2012-09-24 Anna Zaks[analyzer] Remove unused.
2012-09-24 Anna Zaks[analyzer]Prevent infinite recursion(assume->checker...
2012-09-24 Richard OsborneAdd missing : in CHECK line.
2012-09-24 Richard OsborneAdd missing check for presence of target data.
2012-09-24 Marshall ClowUpdating email address
2012-09-24 Marshall ClowUpdating email address
2012-09-24 Alexey Samsonov[TSan] one more attempt to fix sleep_sync test: call...
2012-09-24 Alexey Samsonov[TSan] Provide replacements for operators new/delete...
2012-09-24 Alexey Samsonov[ASan] Apply some ASan-relevant pieces of patch by...
2012-09-24 Alexander PotapenkoUse an explicit target to test that source fortificatio...
2012-09-24 Dmitri GribenkoSmall cleanup of literal semantic analysis: hiding...
2012-09-24 Alexey Samsonov[TSan] increase sleep time in test to ensure correct...
2012-09-24 Chandler CarruthUpdate the Clang tests which run with a full optimizati...
2012-09-24 Chandler CarruthEnable the new SROA pass by default.
2012-09-24 Chandler CarruthAddress one of the original FIXMEs for the new SROA...
2012-09-24 NAKAMURA Takumiunittests/AST/StmtPrinterTest.cpp: Suppress a LP64...
2012-09-23 Dmitri GribenkoAs a followup for r164303, add some tests for printing...
2012-09-23 Anton KorobeynikovEmit dtors into proper section while compiling in vcpp...
2012-09-23 Chandler CarruthSwitch to a signed representation for the dynamic offse...
2012-09-23 Nick LewyckyDon't do actual work inside an assert statement. Fixes...
2012-09-23 Rafael EspindolaImplement ToolChain::IsUnwindTablesDefault to reduce...
2012-09-23 Michael LiaoRevise test to avoid using of 'grep'
2012-09-23 Craig TopperAdd LLVM_OVERRIDE to methods that override their base...
2012-09-22 Rafael EspindolaOn Hexagon getArchName() never returns x86_64, simplify...
2012-09-22 Rafael EspindolaUse pipes.
2012-09-22 Rafael EspindolaUse FileCheck.
2012-09-22 Dmitri GribenkoComment sema: warn when comment has \deprecated but...
2012-09-22 Dmitri GribenkoRemove superfluous \namespace command.
2012-09-22 Michael LiaoEnhance test case of atomic16 to verify inst encoding...
2012-09-22 Dmitri GribenkoFix cindex.py compatibility with older libclang.so
2012-09-22 Rafael EspindolaUse FileCheck.
2012-09-22 Rafael EspindolaFix pr13749. There is still a lot of code using getArch...
2012-09-22 NAKAMURA TakumiARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunuse...
2012-09-22 NAKAMURA TakumiWhitespace.
2012-09-22 Tim NorthoverFix edge cases of ARM shift operands in arith instructions.
2012-09-22 Tim NorthoverFix the handling of edge cases in ARM shifted operands.
2012-09-22 Abramo BagnaraAvoid multiple atomic builtin declaration.
2012-09-22 Michael LiaoFix 16-bit atomic inst encoding and keep pseudo-inst...
2012-09-22 Michael LiaoFix typo in r164357
2012-09-22 Andrew TrickMachine Model (-schedmodel only). Added SchedAliases.
2012-09-22 Argyrios KyrtzidisWhen importing a FunctionProtoType::ExtProtoInfo, its...
2012-09-22 Jordan Rose[analyzer] Suppress bugs whose paths go through the...
2012-09-22 Jordan Rose[analyzer] Track a null value back through FindLastStor...
2012-09-22 Jordan Rose[analyzer] Always allow BugReporterVisitors to see...
2012-09-22 Jordan Rose[analyzer] Allow a BugReport to be marked "invalid...
2012-09-22 Jordan Rose[analyzer] Look through OpaqueValueExprs when tracking...
2012-09-22 Jordan Rose[analyzer] Better path notes for null pointers passed...
2012-09-22 Jordan RoseUse llvm::getOrdinalSuffix to print ordinal numbers...
2012-09-22 Jordan Rose[analyzer] Check that an ObjCIvarRefExpr's base is...
2012-09-22 Jordan Rose[analyzer] Check that a member expr is valid even when...
2012-09-22 Jordan RoseAdd llvm::getOrdinalSuffix to get the appropriate ...
2012-09-22 Jordan RoseCasting: assert that pointer arguments to isa<> are...
2012-09-22 Jordan RoseDenseMap: assert that we have found a bucket before...
2012-09-22 Richard SmithFix bug which sometimes resulted in further diagnostics...
2012-09-22 Jim InghamMissed a few places where I didn't delete the obsolete...
next