platform/upstream/llvm.git
2012-01-08 Peter CollingbourneUpdate repository paths.
2012-01-08 Peter CollingbourneInitial commit.
2012-01-08 Peter CollingbourneCreate libclc subdirectories.
2012-01-08 Benjamin KramerTweak my last commit to be less conservative about...
2012-01-08 Evan ChengDon't forget to transfer implicit uses of return instru...
2012-01-08 Evan ChengAvoid eraseing copies from a reserved register unless...
2012-01-08 Fariborz Jahanianobjc++: more atomic property api code for
2012-01-08 Benjamin KramerInstCombine: If we have a bit test and a sign test...
2012-01-08 Victor UmanskyReverted commit #147601 upon Evan's request.
2012-01-08 Greg Clayton<rdar://problem/10645694>
2012-01-08 Greg Clayton<rdar://problem/10660369>
2012-01-07 Rafael EspindolaRemove MCELFStreamer.h.
2012-01-07 Rafael EspindolaRemove unused variable.
2012-01-07 Rafael EspindolaDon't print a label before .cfi_startproc when we don...
2012-01-07 Benjamin KramerMake clever use of alignment and padding to shrink...
2012-01-07 Greg ClaytonRecursive calls to ValueObject::GetSummaryAsCString...
2012-01-07 Jakob Stoklund... Match SelectionDAG logic for enabling movt.
2012-01-07 Craig TopperFix typo in the X86 backend readme. Patch from Jaeden...
2012-01-07 Benjamin KramerRemove VectorExtras. This unused helper was written...
2012-01-07 Benjamin KramerRemove unused include of VectorExtras.h.
2012-01-07 Benjamin KramerPack UsingDecl more.
2012-01-07 Fariborz Jahanianobjc++: More codegen stuff for atomic properties of...
2012-01-07 Craig TopperRemove unnecessary check of hasAVX(). It's already...
2012-01-07 Craig TopperReplace some uses of hasNUsesOfValue(0, X) with !hasAny...
2012-01-07 Anna Zaks[analyzer] Fix use-after-free in HandleTranslationUnit.
2012-01-07 Benjamin KramerPort the trick to skip the check for empty buckets...
2012-01-07 Abramo BagnaraFixed TypeofExpr AST and code generation.
2012-01-07 Douglas GregorSwitch NamespaceDecl from its own hand-rolled redeclara...
2012-01-07 Craig TopperAdd some DAG combines for SUBC/SUBE. If nothing uses...
2012-01-07 Cameron ZwarichFix TableGen so that it will emit the correct signature...
2012-01-07 Jakob Stoklund... Optimize reserved register coalescing.
2012-01-07 Jakob Stoklund... Use the 'regalloc' debug tag for most register allocato...
2012-01-07 Andrew TrickEnable redundant phi elimination after LSR.
2012-01-07 Eli FriedmanMore lambda work: semantic analysis of capturing 'this...
2012-01-07 Greg Clayton<rdar://problem/10658091>
2012-01-07 Eli BenderskyFix dead link
2012-01-07 Jakob Stoklund... Use getRegForValue() to materialize the address of...
2012-01-07 Evan ChengRevert part of r147716. Looks like x87 instructions...
2012-01-07 Andrew TrickLSR: Don't optimize loops if an outer loop has no prehe...
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2012-01-07 Evan ChengAdded a late machine instruction copy propagation pass...
2012-01-07 Evan ChengCopy implicit defs (e.g. r0) when changing tBX_RET...
2012-01-07 Anna Zaks[analyzer] Add basic format string vulnerability checking.
2012-01-07 Argyrios Kyrtzidis[arcmt] Disable tests in mingw, no idea why they are...
2012-01-07 Jakob Stoklund... Use movw+movt in ARMFastISel::ARMMaterializeGV.
2012-01-07 Andrew TrickLSR: run DeleteDeadPhis before replaceCongruentPhis.
2012-01-07 Devang PatelRefactor.
2012-01-07 Andrew TrickCleanup comments and argument types related to my previ...
2012-01-07 Devang PatelEliminate an error check that may not work with all...
2012-01-07 Andrew TrickExtended replaceCongruentPhis to handle mixed phi types.
2012-01-07 Eli FriedmanLambdas: semantic analysis of explicit captures.
2012-01-07 Ted Kremenek[analyzer] Remove CallEnterNodeBuilder and simplify...
2012-01-07 Eric ChristopherMake the 'x' constraint work for AVX registers as well.
2012-01-07 Andrew TrickMissing raw_ostream.h breaks MSVC build.
2012-01-07 Greg ClaytonPatch from Enrico Granata that moves SBData related...
2012-01-07 Andrew Trickcomment typo
2012-01-07 Andrew TrickExpose isNonConstantNegative to users of ScalarEvolution.
2012-01-07 Akira HatanakaAdd field PaddingType to ABIArgInfo which specifies...
2012-01-07 Ted KremenekCorrectly enqueue successors in ExprEngine::processCall...
2012-01-07 Ted Kremenek[analyzer] Remove CallExitNodeBuilder, and have ExprEng...
2012-01-06 Chad RosierAdd comment.
2012-01-06 Eric ChristopherAdd a comment and ensure that anyone else looking at...
2012-01-06 Eric ChristopherUse const vector references instead of a vector copy...
2012-01-06 Eric ChristopherUse -> instead of (*iter).
2012-01-06 Matt Beaumont-GaySuppress -Wunused-value within macros from system headers.
2012-01-06 Fariborz Jahanianobjc++: more code gen stuff for atomic property api,
2012-01-06 Jakob Stoklund... Enable aligned NEON spilling by default.
2012-01-06 Ted Kremenek[analyzer] Make the entries in 'Environment' context...
2012-01-06 Douglas GregorDuring name lookup, use redecl_iterator to walk over...
2012-01-06 Andrew TrickPut all IVUsers in the processed set. Allow querying...
2012-01-06 Jakob Stoklund... Abort AdjustBBOffsetsAfter early when possible.
2012-01-06 Daniel Dunbarlit/lit.TestRunner: Add an extra_substitutions argument...
2012-01-06 Andrew TrickSCEVExpander: hoistStep should check strict dominance.
2012-01-06 Andrew TrickTracing to help investigate issues with SjLj spill...
2012-01-06 Eli FriedmanRevert r147664; it's breaking clang regression tests.
2012-01-06 Howard Hinnant__gxx_personality_v0 update. This is completely untest...
2012-01-06 Chad RosierInitializing to false makes better sense. Thanks,...
2012-01-06 Chad RosierFix uninitialized variable warning.
2012-01-06 Eli FriedmanRevert r147655; it's breaking the compiler_rt build...
2012-01-06 Chad RosierFix uninitialized variable warning.
2012-01-06 Chad RosierFix uninitialized variable warning.
2012-01-06 Kostya Serebryany[asan] do not use new/delete for the internal thread...
2012-01-06 Eric ChristopherFix a leak I noticed while reviewing the accelerator...
2012-01-06 DeLesley HutchinsThread safety analysis: added support for trylock attri...
2012-01-06 Kostya Serebryany[asan] move more code into OS-specific files
2012-01-06 DeLesley HutchinsAdded LocalVariableMap
2012-01-06 Joerg Sonnenberger__FLT_EVAL_METHOD__ should be 1 on NetBSD/i386, since...
2012-01-06 Sean CallananFixed a bug where the DWARF location expression
2012-01-06 Kostya Serebryany[asan] cleanup: remove the SIGILL-related code (compile...
2012-01-06 Fariborz Jahanianobjc++: some declarations related to atomic
2012-01-06 Kostya Serebryany[asan] cleanup: remove the SIGILL-related code (rt...
2012-01-06 Jakub StaszakSilence GCC warnings.
2012-01-06 Kostya Serebryany[asan] mention -fno-omit-frame-pointer in the docs
2012-01-06 Douglas GregorWhen inferring a submodule ID during module creation...
2012-01-06 Anna Zaks[analyzer] Correct the c++-analyzer symlink
2012-01-06 Douglas GregorStash Decl's TopLevelDeclInObjCContainer and ModulePriv...
2012-01-06 Richard SmithC++11 generalized constant expressions: implement check...
2012-01-06 Douglas GregorIntroduce a "Hidden" bit into Decl, to track whether...
2012-01-06 Douglas GregorTeach DeclContext deserialization to pay attention...
2012-01-06 David ChisnallIf we are compiling with -fno-builtin then don't do...
next