platform/upstream/llvm.git
2013-08-14 Shuxin YangDo no use -emit-llvm for -flto.
2013-08-14 Benjamin KramerTestcase for r188400.
2013-08-14 Edwin Vanecpp11-migrate: Remove mention of 'headers' from seriali...
2013-08-14 Peter CollingbourneAdd support for -fsanitize-blacklist and default blackl...
2013-08-14 Peter CollingbourneDataFlowSanitizer: greylist is now ABI list.
2013-08-14 Peter Collingbourne[dfsan] Runtime support for ABI list functionality...
2013-08-14 Benjamin KramerEnhance the clang -v gcc debug printing to skip obvious...
2013-08-14 Daniel Dunbar[lit] Support parsing scripts with inconsistent or...
2013-08-14 Reid KlecknerUse the MSVC __cpuid intrinsic instead of inline asm
2013-08-14 Howard HinnantXing Xue: port to IBM XLC++/AIX.
2013-08-14 Marshall ClowFix signed/unsigned warnings when building libc++ in...
2013-08-14 Tareq A. Sirajcpp11-migrate: Fixing doxygen warnings
2013-08-14 Jakob Stoklund... Remove unnecessary parameter to RenumberValues.
2013-08-14 Jakob Stoklund... Remove unused function.
2013-08-14 Jakob Stoklund... Improve misleading comment.
2013-08-14 Jakob Stoklund... Remove declaration of nonexistant function.
2013-08-14 Jakob Stoklund... LiveIntervalUnion is not used in RegAllocBase.
2013-08-14 Jakob Stoklund... Remove unused struct/enum
2013-08-14 Howard HinnantAdded some missing issues to the c++1y status page...
2013-08-14 Alexey Samsonovllvm-symbolizer: add support for .gnu_debuglink section
2013-08-14 Renato GolinLet t2LDRBi8 and t2LDRBi12 have same Base Pointer
2013-08-14 Daniel Dunbar[tests] Reapply r188354, ensure subsitution string...
2013-08-14 Marshall Clowremove CWG papers from list; add link to clang status...
2013-08-14 Benjamin KramerSphinx refuses to render this code block. Try adding...
2013-08-14 Marshall ClowAdded CWG and SG1 papers to libc++ status page
2013-08-14 Alexey SamsonovExpose CRC-32 implementation from zlib
2013-08-14 Daniel DunbarRevert r188376, "[lit] Support parsing scripts with...
2013-08-14 Marshall ClowMark LWG Issue #2110 and #2113 as completed - they...
2013-08-14 Tim NorthoverAdd the C99 hex-float assembly syntax to our extension...
2013-08-14 Daniel Dunbar[lit] Support parsing scripts with inconsistent or...
2013-08-14 Marshall ClowAdd a deleted assignment operator for basic_ostream...
2013-08-14 Edwin Vanecpp11-migrate: Fix silly logic error preventing multipl...
2013-08-14 NAKAMURA TakumiRevert r188354, "[tests] Ensure subsitution string...
2013-08-14 Tim NorthoverAdd test-case for hex floating-literals
2013-08-14 Edwin Vanecpp11-migrate: Adding -yaml-only option
2013-08-14 Tim NorthoverSupport C99 hexadecimal floating-point literals in...
2013-08-14 Evgeniy Stepanov[sanitizer] Split platform_limits_posix into system...
2013-08-14 Benjamin Kramer\param is not for referring to arguments.
2013-08-14 Chandler CarruthFix a really terrifying but improbable bug in mem2reg...
2013-08-14 Craig TopperMake more helper methods into static functions.
2013-08-14 Craig TopperRemove tab characters.
2013-08-14 Craig TopperMake some helper methods static.
2013-08-14 Craig TopperUse MVT in more lowering code.
2013-08-14 Craig TopperReplace EVT with MVT in isVectorShift. Keeps compiler...
2013-08-14 Craig TopperReplace EVT with MVT in many of the shuffle lowering...
2013-08-14 Daniel Dunbar[lit] Fix a relative import issue I missed earlier.
2013-08-14 Daniel Dunbar[lit] Avoid StringIO.
2013-08-14 Daniel Dunbar[lit] Fix tests to execute lit with same python as...
2013-08-14 Daniel Dunbar[lit] Factor ShTest format script command parsing from...
2013-08-14 Daniel Dunbar[lit] Move executeCommand() into lit.util.
2013-08-14 Daniel Dunbar[lit] Move formats into their own subpackage.
2013-08-14 Daniel Dunbar[tests] Ensure subsitution string is ascii.
2013-08-14 Shuxin Yangrevert 188352
2013-08-14 Shuxin YangDriver::IsUsingLTO() no longer return true when seeing...
2013-08-14 NAKAMURA Takumi[CMake] add_llvm_library: Specify explicit suffix ...
2013-08-14 Larisse VoufoBug fix: disallow a variable template to be redeclared...
2013-08-14 NAKAMURA Takumiclang-tools-extra/test/cpp11-migrate/HeaderReplacements...
2013-08-14 NAKAMURA TakumiLit: Introduce "%/[STpst] into parseIntegratedTestScrip...
2013-08-14 NAKAMURA Takumiclang-tools-extra/test/cpp11-migrate/HeaderReplacements...
2013-08-14 Hans WennborgDriver: Forward -Wl, and -Xlink arguments when using...
2013-08-14 NAKAMURA Takumiclang-tools-extra/test/cpp11-migrate/HeaderReplacements...
2013-08-14 Akira Hatanaka[mips] Fix bug in parsing accumulator registers.
2013-08-14 Akira Hatanaka[mips] Use register operands instead of register classe...
2013-08-14 Akira Hatanaka[mips] Rename DSPRegs.
2013-08-14 Akira Hatanaka[mips] Rename HIRegs and LORegs.
2013-08-14 NAKAMURA Takumillvm/test/CodeGen/X86/setcc-sentinals.ll: Relax express...
2013-08-14 Matt ArsenaultFix always creating GEP with i32 indices
2013-08-14 Matt ArsenaultUse type helper functions instead of cast
2013-08-14 Matt ArsenaultUse array initializer, space around operator
2013-08-14 Akira Hatanaka[mips] Properly parse registers that appear in inline...
2013-08-14 Fariborz JahanianRefine diagnostics in my last patch.
2013-08-14 Richard SmithDon't produce duplicate notes if we have deduction...
2013-08-13 Marshall ClowImplement LWG Issue #2187 (emplace_back and emplace...
2013-08-13 Fariborz JahanianObjectiveC [QoI] issue warning if an element of an...
2013-08-13 Hans Wennborgclang-cl: Support /link option and set target to win32
2013-08-13 Eli FriedmanFix Altivec vector literal parser hack for C++11.
2013-08-13 Hal FinkelBBVectorize: Add initial stores to the write set when...
2013-08-13 Nick LewyckyRemove duplicate copy of testcase in r188327.
2013-08-13 Nick LewyckyRevert r187191, which broke opt -mem2reg on the testcas...
2013-08-13 Jack Carter[Mips][msa] Value types for MSA support.
2013-08-13 Nick LewyckyLink in the ubsan runtime when building shared objects.
2013-08-13 Eli Friedmansizeof(void) etc. should be a hard error in C++.
2013-08-13 Hans WennborgOptions: explicit handling of --
2013-08-13 Marshall ClowEradicate tabs
2013-08-13 Marshall ClowUpdate for N3657 and issue 2010
2013-08-13 Marshall ClowSecond half (map/multimap) of N3657
2013-08-13 Peter Collingbourne[dfsan] Introduce dfsan_read_label runtime function.
2013-08-13 Hans Wennborg[PECOFF] Handle "--" option explicitly
2013-08-13 Greg Clayton<rdar://problem/14717184>
2013-08-13 Hans WennborgHandle "--" explicitly in the driver
2013-08-13 Jim GrosbachDAG: Combine (and (setne X, 0), (setne X, -1)) -> ...
2013-08-13 Hans WennborgOptions: Add new option kind that consumes remaining...
2013-08-13 Jack Carter[Mips][msa] Added initial MSA support.
2013-08-13 Jack Carter[Mips] Support for unaligned load/store microMips instr...
2013-08-13 Daniel Dunbar[lit] Support use of setup.py from other directories.
2013-08-13 John ThompsonEnhanced test for header guards.
2013-08-13 Richard SmithFix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:
2013-08-13 John ThompsonAvoid errors on header guards using #if defined(NAME).
2013-08-13 Sean CallananChanged LLVM configure options to reflect the new
2013-08-13 Edwin VaneHave Range::overlapsWith use positive logic
next