platform/upstream/llvm.git
2012-11-29 Meador Ingeinstcombine: Migrate fputs optimizations
2012-11-29 Meador Ingeinstcombine: Migrate fwrite optimizations
2012-11-29 Meador Ingeinstcombine: Migrate fprintf optimizations
2012-11-29 Evgeniy Stepanov[msan] Handle vector manipulation instructions.
2012-11-29 Evgeniy Stepanov[msan] Fix getOriginForNaryOp.
2012-11-29 Silviu BarangaAdded atomic 64 min/max/umin/umax instrinsics support...
2012-11-29 Benjamin Kramermisched: Recompute priority queue when DFSResults are...
2012-11-29 Evgeniy Stepanov[msan] Basic handling of inline asm.
2012-11-29 Justin HolewinskiTeach the legalizer how to handle operands for VSELECT...
2012-11-29 Justin HolewinskiAllow targets to prefer TypeSplitVector over TypePromot...
2012-11-29 Evgeniy Stepanov[msan] Propagate shadow through (x<0) and (x>=0) compar...
2012-11-29 Evgeniy Stepanov[msan] Fix shadow & origin store & load alignment.
2012-11-29 Evgeniy Stepanov[msan] Optimize getOriginPtr.
2012-11-29 Evgeniy Stepanov[msan] Fix a few compilation warnings.
2012-11-29 Evgeniy Stepanov[msan] Add a test for r168873.
2012-11-29 Evgeniy Stepanov[msan] Transform memcpy and memset to library calls.
2012-11-29 Elena DemikhovskyI changed hasAVX() to hasFp256() and hasAVX2() to hasIn...
2012-11-29 Evgeniy Stepanov[msan] Update tests (broken in r168873).
2012-11-29 Evgeniy Stepanov[msan] Make sure that report callbacks do not get merged.
2012-11-29 Kostya Serebryany[asan] disable BuiltinLongJmpTest on Android
2012-11-29 Dmitri GribenkoDocumentation: use correct highlighter
2012-11-29 NAKAMURA TakumiASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiter...
2012-11-29 Evgeniy StepanovInitial commit of MemorySanitizer.
2012-11-29 NAKAMURA TakumiASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiter...
2012-11-29 Kostya Serebryany[asan/tsan] initialize the asan/tsan callbacks in runOn...
2012-11-29 Kostya Serebryany[asan] enable BuiltinLongJmpTest
2012-11-29 Timur Iskhodzhanov[-cxx-abi microsoft] Also spill the argument-back-refer...
2012-11-29 Kostya Serebryany[asan] when checking the noreturn attribute on the...
2012-11-29 Richard Smithubsan: Don't assume that Clang provides __int128 unless...
2012-11-29 Richard SmithReject uses of __int128 on platforms that don't support...
2012-11-29 Nico WeberFix sentence construction-o.
2012-11-29 Preston BriggsCleaned up a couple of comments.
2012-11-29 Richard SmithRemove 'noreturn' attribute from friend declaration...
2012-11-29 Jakob Stoklund... Use MCPhysReg for RegisterClassInfo allocation orders.
2012-11-29 Eli FriedmanFix crash-on-invalid. <rdar://problem/12765391>.
2012-11-29 Jakob Stoklund... Add an MCPhysReg typedef to replace naked uint16_t.
2012-11-29 Shuxin YangInstruction::isAssociative() returns true for fmul...
2012-11-29 Richard SmithThe declaration of a special member can require overloa...
2012-11-29 Ted KremenekChange SValBuilder::getConditionType() to return BoolTy...
2012-11-29 Greg Clayton<rdar://problem/12445557>
2012-11-29 Sean CallananDon't return decorated (i.e., const or pointer)
2012-11-29 Ted KremenekCorrectly handle IntegralToBool casts in C++ in the...
2012-11-29 Chad Rosier[driver] -mkernel implies -mstrict-align; don't add...
2012-11-29 Jim InghamAdd an example of using the target.process.extra-startu...
2012-11-29 Jim InghamTighten up how we acquire the underlying frame in the...
2012-11-29 Jakob Stoklund... Avoid rewriting instructions twice.
2012-11-29 Daniel MaleaRename __lambda to __lambda_node (apply r164404 from...
2012-11-29 Jason MolendaCorrect the label for the com.apple.debugserver.posix...
2012-11-29 Nick LewyckyIssue a fatal error if the line doesn't have a regular...
2012-11-29 Nadav RotemWhen combining consecutive stores allow loads in betwee...
2012-11-28 Daniel MaleaLinux buildbot fix: detect swig tool from PATH in shell...
2012-11-28 Bill WendlingWhen we delete a dead basic block, see if any of its...
2012-11-28 Daniel MaleaAdd 'class' keyword to friend definition (to fix gcc...
2012-11-28 Michael HanImplement C++11 [dcl.attr.grammar] p4: If an attribute...
2012-11-28 Fariborz Jahanianobjective-C blocks: Make sure that identical logic...
2012-11-28 Richard SmithPer C++11 [except.spec]p2, rvalue references are not...
2012-11-28 Richard SmithPR14388: An array or function type in an exception...
2012-11-28 Manman RenABI: comments from Eli on r168820.
2012-11-28 Manman RenABI: modify CreateCoercedLoad and CreateCoercedStore...
2012-11-28 Richard SmithPR13098: If we're instantiating an overloaded binary...
2012-11-28 Dmitri GribenkoDocumentation: improve formatting and remove unneeded...
2012-11-28 Michael IlsemanWhoops, fixed bad merge
2012-11-28 Michael IlsemanFixed bad test case
2012-11-28 Michael IlsemanFast-math: IRBuilder test for creating instructions...
2012-11-28 Michael IlsemanFast-math: Extend IRBuilder to have settable FastMathFl...
2012-11-28 Michael IlsemanFast-math comments and convenience method
2012-11-28 Jyotsna VermaDefine signed const-ext immediate operands and their...
2012-11-28 Benjamin KramerARM: Implement CanLowerReturn so large vectors get...
2012-11-28 Jim InghamCleanup - remove declarations of unimplemented functions.
2012-11-28 Jakob Stoklund... Make the LiveRegMatrix analysis available to targets.
2012-11-28 Jordan Rose[analyzer] scan-build: Don't forget to close our temp...
2012-11-28 Jordan Rose[analyzer] scan-build: Treat '.C' files as C++.
2012-11-28 Eli BenderskyAdd backreference matching capabilities to Support...
2012-11-28 Benjamin KramerMCJIT depends on JIT.
2012-11-28 Ulrich WeigandFix initial frame state on powerpc64.
2012-11-28 Alexey SamsonovRefactor -fsanitize, -f*-sanitizer arguments parsing...
2012-11-28 Kostya Serebryany[asan] add DISABLED_BuiltinLongJmpTest
2012-11-28 Patrik HägglundFix warning. [-Wunused-variable]
2012-11-28 Patrik HägglundFix tests with broken datalayout strings.
2012-11-28 Dmitry Vyukovtsan: explicitly say that failed to restore the stack
2012-11-28 Dmitry Vyukovtsan: address several review comments
2012-11-28 Dmitry Vyukovtsan: add log_path parameter (similar to asan)
2012-11-28 Dmitry Vyukovtsan: dynamic history size
2012-11-28 Patrik HägglundAdd error handling in getInt.
2012-11-28 Dmitry Vyukovtsan: change fast state layout in preparation to dynami...
2012-11-28 Dmitry Vyukovtsan: move traces from tls into dedicated storage at...
2012-11-28 Kostya Serebryany[asan] Split AddressSanitizer into two passes (Function...
2012-11-28 Kostya Serebryany[asan] Split AddressSanitizer into two passes (Function...
2012-11-28 Tobias Grossercmake: Fix installation of include files
2012-11-28 Bill WendlingAdd back support for reading and parsing 'deplibs'.
2012-11-28 Andy GibbsRemove obsolete comment missed by r162937
2012-11-28 Dmitry Vyukovtsan: add description of memory layouts in different...
2012-11-28 Richard SmithTeach Lexer::getSpelling about raw string literals...
2012-11-28 Richard SmithStore on the CXXRecordDecl whether the class has, or...
2012-11-28 Ted KremenekRemove workaround in RegionStore in r168741 since it...
2012-11-28 Andrew Trickmisched: Analysis that partitions the DAG into subtrees.
2012-11-28 Andrew Trickmisched: rename ScheduleDAGILP to ScheduleDFS to prepar...
2012-11-28 Argyrios KyrtzidisIntroduce ASTUnresolvedSet, an UnresolvedSet-like class...
2012-11-28 Argyrios KyrtzidisDon't return a pointer to an UnresolvedSetImpl in the...
2012-11-28 Richard SmithC++ core issue 1344, PR10618: promote "addition of...
next