platform/upstream/llvm.git
2012-10-23 Jason MolendaClean up help/usage messages for kdp-remote / gdb-remot...
2012-10-23 Eli Friedman[ms-inline-asm] Add handling for errors coming out...
2012-10-23 Enrico GranataFixing a compiler warning about has_children being...
2012-10-23 Rafael EspindolaDon't try to use inreg with 0 sized structs. Thanks...
2012-10-23 Greg Clayton<rdar://problem/12493007>
2012-10-23 Reed Kotlerimplement setXX patterns
2012-10-23 Michael J.... [Options] Fix two options I mistransformed.
2012-10-23 Sean CallananImproved support for language types as command
2012-10-23 Julien LerougeFix typo.
2012-10-23 Richard SmithUgly ugly hack for libstdc++-4.6 and libstdc++-4.7...
2012-10-23 Julien LerougeExplain why DenseMap is still used here instead of...
2012-10-23 Enrico Granata<rdar://problem/12500212> Test case for the new plugin...
2012-10-22 Douglas GregorHandle implicitly-included PCH files the same way as
2012-10-22 Eli Friedman[ms-inline-asm] Implement _emit directive (which is...
2012-10-22 Sean CallananAdded support for zero-length arrays at the end
2012-10-22 Douglas GregorAllow clients of the AST reader to specify what kinds...
2012-10-22 Bill WendlingWhen a block ends in an indirect branch, add its succes...
2012-10-22 Douglas GregorCollapse ASTReader::ReadSLocEntryRecord() into its...
2012-10-22 Douglas GregorDistinguish the various kinds of AST file loading failures:
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-10-22 Michael J.... [Options] Add prefixes to options.
2012-10-22 Enrico GranataProper copyright notice
2012-10-22 NAKAMURA TakumiASTReader.cpp: Fix a warning. [-Wunused-variable]
2012-10-22 Eli FriedmanTestcase change for r166440.
2012-10-22 Eli Friedman[ms-inline asm] Don't rewrite out parts of an inline...
2012-10-22 Greg Clayton<rdar://problem/12524810>
2012-10-22 Richard TrieuFix for PR13334. This prevents crashes that result...
2012-10-22 Chad Rosier[ms-inline asm] Add the isOffsetOf() function.
2012-10-22 Julien LerougeIterating over a DenseMap<std::pair<BasicBlock*, unsign...
2012-10-22 Chad Rosier[ms-inline asm] Test case for r166433.
2012-10-22 Chad Rosier[ms-inline asm] Add support for parsing the offset...
2012-10-22 Enrico Granata<rdar://problem/12479701> Use the plain pydoc pager...
2012-10-22 Daniel DunbarFix pre-commit refacto failure.
2012-10-22 Daniel Dunbardriver/Darwin: Follow up to last patch, M-class CPUs...
2012-10-22 Douglas GregorEliminate the redundancy between source-file informatio...
2012-10-22 Daniel Dunbardriver/Darwin: Default to AAPCS for M-class CPUs.
2012-10-22 Nadav RotemDon't crash if the load/store pointer is not a GEP.
2012-10-22 Enrico Granata<rdar://problem/12437442>
2012-10-22 Nadav RotemAdd a testcase for the previous commit.
2012-10-22 Argyrios KyrtzidisRevert r166407 because it caused analyzer tests to...
2012-10-22 Hal FinkelBBVectorize should ignore unreachable blocks.
2012-10-22 Nadav RotemAdd the "ForceSizeOpt" attribute.
2012-10-22 Daniel JasperImplement hasParent()-matcher.
2012-10-22 Greg Clayton<rdar://problem/12473003>
2012-10-22 Nadav RotemRename a variable.
2012-10-22 Nadav RotemVectorizer: optimize the generation of selects. If...
2012-10-22 Nadav RotemUpdate the loop vectorizer docs.
2012-10-22 Nick LewyckyReapply r166405, teaching tailcallelim to be smarter...
2012-10-22 NAKAMURA TakumiRevert r166405, "Teach TailRecursionElimination to...
2012-10-21 Nick LewyckyTeach TailRecursionElimination to consider 'nocapture...
2012-10-21 Richard SmithPR14141 (part of DR1351): An implicitly-deduced "any...
2012-10-21 Tobias Grosserautoconf/cmake: Always require isl code generation.
2012-10-21 Tobias Grossercmake: Use suffix for shared modules instead of the...
2012-10-21 Hal FinkelDataLayout should use itself when calculating the size...
2012-10-21 Lang HamesFix typo, make test case slightly more reabable. Thanks...
2012-10-21 Benjamin KramerRevert r166390 "LoopIdiom: Replace custom dependence...
2012-10-21 Jakob Stoklund... Don't crash when the Assignments vector is empty.
2012-10-21 Tobias GrosserRegisterPasses: Remove unreachable default case in...
2012-10-21 Tobias Grosserwww: Correct command line that loads polly into dragonegg
2012-10-21 Anders CarlssonAvoid an extra hash lookup when inserting a value into...
2012-10-21 Tobias GrosserIntroduce a separate file for CMake macros
2012-10-21 Jakub StaszakSimplify code. No functionality change.
2012-10-21 Jakub StaszakSimplify code. No functionality change.
2012-10-21 Benjamin KramerSilence warning about && in ||.
2012-10-21 Benjamin KramerLoopIdiom: Replace custom dependence analysis with...
2012-10-21 Simon AtanasyanAdd support of MIPS n32 ABI to the Clang driver. The...
2012-10-21 Nadav RotemFix a bug in the vectorization of wide load/store opera...
2012-10-21 Nadav RotemAdd support for reduction variables that do not start...
2012-10-21 Nadav RotemDocument change. Describe the pass and some papers...
2012-10-21 Richard SmithUnrevert r166268, reverted in r166272, with a fix for...
2012-10-21 Nadav RotemVectorizer: fix a bug in the classification of inductio...
2012-10-21 Lang HamesWhen used in a compound expression FP_CONTRACT should...
2012-10-20 Lang HamesAllow the commuted form of tied-operand constraints...
2012-10-20 Jason MolendaReorder the sections of "USE AND EXTENSIONS" so the...
2012-10-20 Jason MolendaRename the lldb/gdb command page.
2012-10-20 Nadav RotemFix an infinite loop in the loop-vectorizer.
2012-10-20 Dmitri GribenkoDocument current Doxygen use practices in Coding Standa...
2012-10-20 Benjamin KramerMove private classes into anonymous namespaces.
2012-10-20 Benjamin KramerSymbol hygiene: Make sure declarations and definitions...
2012-10-20 Benjamin KramerSROA: Simplify code. No functionality change.
2012-10-20 Benjamin KramerInstCombine: Fix an edge case where constant icmps...
2012-10-20 Richard SmithDR1473: Do not require a space between operator"" and...
2012-10-20 Richard SmithRework implementation of DR1492: Apply the resolution...
2012-10-20 Nadav RotemVectorize: teach cavVectorizeMemory to distinguish...
2012-10-20 Nico WeberAccept -Wno-arc-abi without warning for a while.
2012-10-20 Logan ChienFix __builtin_va_arg assertion failure in ARM AAPCS.
2012-10-20 Sean CallananFixed a bug that caused floating-point values
2012-10-20 Nadav RotemFix a typo
2012-10-20 Nadav RotemVectorizer: refactor the memory checks to a new functio...
2012-10-20 Jason MolendaAlso remove PlatformiOSSimulator::GetProcessInfo decl...
2012-10-20 Nadav RotemVectorization docs.
2012-10-20 Jordan Rose[analyzer] Assume 'new' never returns NULL if it could...
2012-10-20 Argyrios KyrtzidisXTARGET was removed, update debug-info tests.
2012-10-20 Richard SmithDR1472: A reference isn't odr-used if it has preceding...
2012-10-20 Chad Rosier[ms-inline asm] Rename AsmOpRewrite to just AsmRewrite...
2012-10-20 Argyrios KyrtzidisWhen associating file ranges of macro arguments with...
2012-10-20 Chad Rosier[ms-inline asm] Update test case for r166357.
2012-10-20 Chad Rosier[ms-inline asm] If the state of the parser is ignore...
2012-10-20 Sean CallananImproved logging for the SBTarget's launching
2012-10-20 Sean CallananFixed the iOS simulator platform:
next