platform/upstream/llvm.git
2013-10-08 Serge PavlovFixed messages in tests.
2013-10-08 Reed KotlerLet rotr and bswap be handled by expansion for Mips16...
2013-10-08 Enrico GranataAn example of data formatters that generate a summary...
2013-10-08 Andrew KaylorRemoving unintended code block from lli
2013-10-08 Serge PavlovFixed grammar. Thanks to Jordan Rose.
2013-10-08 Ted KremenekConvert anachronistic use of 'void *' to 'DeclContext...
2013-10-08 Benjamin KramerFix an edge case in the template differ with default...
2013-10-08 Hans Wennborgclang-cl: ignore the /sdl[-] flag
2013-10-08 Serge PavlovAdd fixits suggesting parenthesis around type name...
2013-10-08 Eric ChristopherGrammar.
2013-10-08 Sergey Matveev[sanitizer] Do not break the CFI unwind chain in clone().
2013-10-08 Edwin VaneSwitching code owner email address.
2013-10-08 Daniel Jasperclang-format: Improve indentation when deriving from...
2013-10-08 Rafael EspindolaFix build on Solaris 11.
2013-10-08 Daniel Jasperclang-format: Don't exit with failure on empty files.
2013-10-08 Shankar Easwaran[LinkingContext] make LinkingContext non-const
2013-10-08 Rafael EspindolaOnly modify lto.exports.def when contents have changed.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-08 Joerg SonnenbergerConsistent spelling of names.
2013-10-08 NAKAMURA TakumiSparcJITInfo.cpp: Prune "default:" label to fix a warni...
2013-10-08 NAKAMURA TakumiPrune trailing linefeeds.
2013-10-08 Alp TokerMake InstantiatingTemplate depth checks clearer
2013-10-08 Venkatraman... [Sparc] Implement JIT for SPARC.
2013-10-08 Craig TopperRemove unneeded MMX instruction definition by moving...
2013-10-08 Craig TopperFix a typo in the mattr part of the run line.
2013-10-08 Craig TopperExplicitly disable AVX on a bunch of tests so they...
2013-10-08 Shankar Easwaran[Cleanup] Remove file thats not being used
2013-10-08 Craig TopperRemove some instructions that existed to provide aliase...
2013-10-08 Rui UeyamaMove duplicate code in InputGraphs to the parent class.
2013-10-08 Rui UeyamaRename GnuLd's path() too.
2013-10-08 Daniel Jasperclang-format: Improve constructor initializer linewrapping.
2013-10-08 Rui UeyamaRename path() -> getPath().
2013-10-08 Faisal ValiFix linkage calculation of auto member functions return...
2013-10-08 Rui UeyamaUse size_t instead of uint64_t to represent the vector...
2013-10-08 Rui UeyamaRemove an unnecessary local variable.
2013-10-08 Rui UeyamaMake bitmask an unsigned type.
2013-10-08 Rui UeyamaExpand auto for readability.
2013-10-08 Jason MolendaAdd entries for arm6m to ArchSpec's g_macho_arch_entries.
2013-10-08 Venkatraman... [Sparc] Do not hardcode nop in the delay slot of TLS_CA...
2013-10-08 Jason MolendaClarify how to handle a thread register context with...
2013-10-08 Adrian Prantltypo.
2013-10-08 Adrian Prantltypo.
2013-10-08 Adrian PrantlReduce testcase from 1r92011.
2013-10-08 Richard SmithFix build break: clang no longer supports -ast-dump...
2013-10-08 Nick Kledzikfix typos
2013-10-08 Nick Kledzikfix all EXPECT_EQ(.address) tests
2013-10-08 Nick Kledzikfix test case failing on bot
2013-10-08 Nick Kledzikupdate mach-o EXPORT_SYMBOL_* names
2013-10-08 Reid Kleckner[ms-cxxabi] Fix the calling convention for operator...
2013-10-08 Rui UeyamaAdd comments. Early return.
2013-10-08 Rui UeyamaConvert error code structs to scoped enums.
2013-10-08 Nick KledzikSupoort mach-o encoded in yaml.
2013-10-08 Justin BognerSema: Only merge typedef attributes if the previous...
2013-10-08 Manman RenTBAA: use the same format for scalar TBAA and struct...
2013-10-08 Ted KremenekSplit test to test -Wshadow with emmintrin.h more portable.
2013-10-07 Ted KremenekSuppress useless -Wshadow warning when using _mm* macro...
2013-10-07 Marshall ClowFix LWG Issue 2141: common_type trait produces referenc...
2013-10-07 Reid Klecknerclang-cl: Accept and mostly ignore /vm*, /GF, /GF-...
2013-10-07 Richard SmithAdd a triple to unbreak buildbots where size_t is not...
2013-10-07 Hans Wennborgcmake: don't set LLVM_COMPILER_IS_GCC_COMPATIBLE when...
2013-10-07 Rui UeyamaRename lld:*_error::_ -> lld:*_error::ErrorCode.
2013-10-07 David MajnemerWindows: Avoiding resizing, use uninitialized data...
2013-10-07 Nick Kledziklibcxxabi contains the runtime support for C++. But...
2013-10-07 Akira Hatanaka[mips] Test case for r192124.
2013-10-07 Ed MasteMark tests failing on FreeBSD after r191996
2013-10-07 Arnold SchwaighoferLoopVectorize: External uses must use the last value...
2013-10-07 Ashok Thirumurthixfail for gcc tests due to pr17499 (regressions due...
2013-10-07 Richard SmithRemove -ast-dump-xml.
2013-10-07 Reed KotlerAdd Mips16 patterns for sign extend byte and sign exten...
2013-10-07 Fariborz JahanianObjectiveC migrator: A typical implementation of
2013-10-07 Richard SmithAdd support for WG21 N3599 (literal operator template...
2013-10-07 Fariborz JahanianObjectiveC modern rewriter. Rewrite typedefs
2013-10-07 Manman RenStruct byval: use the correct alignment for loads gener...
2013-10-07 Akira Hatanaka[mips] Coding style clean up.
2013-10-07 Akira Hatanaka[mips] Disable tail merging when long branch pass is...
2013-10-07 Benjamin KramerX86: Fix type check. Just because an integer type is...
2013-10-07 Akira Hatanaka[mips] Define method MipsSubtarget::enableLongBranchPass.
2013-10-07 Alexey SamsonovRevert r191834 until we measure the effect of this...
2013-10-07 Matt ArsenaultFix objectsize tests after r192117
2013-10-07 Akira Hatanaka[mips] Fix definition of mfhi and mflo instructions...
2013-10-07 Richard MittonFormally added an explicit enum for DWARF TLS support...
2013-10-07 Matt ArsenaultChange objectsize intrinsic to accept different address...
2013-10-07 Enrico Granata--raw was not always doing the right thing w.r.t. one...
2013-10-07 Fariborz JahanianObjectiveC: Warn when 'readonly' property has explicit
2013-10-07 Jordan Rose[analyzer] ArrayRef-ize BugReporter::EmitBasicReport.
2013-10-07 Jordan Rose[analyzer] RetainCountChecker: add support for CFAutore...
2013-10-07 Chad Rosier[AArch64] Add support for NEON scalar arithmetic instru...
2013-10-07 Amara Emerson[ARM] Improve build attributes emission.
2013-10-07 Sebastian Popuse -polly-codegen-isl in tests under test/Isl
2013-10-07 Sebastian Popdo not use -polly-cloog in a ScopInfo testcase
2013-10-07 Argyrios Kyrtzidis[libclang] Add some tests by Loïc Jaquemet that I forgo...
2013-10-07 Chad Rosier[AArch64] Add support for NEON scalar arithmetic instru...
2013-10-07 Joey Gouly[ARMv8] Add some disassembly tests for Thumb sevl/sevl.w
2013-10-07 Edwin VaneUpdate clang-modernizer docs
2013-10-07 NAKAMURA TakumiRevert r191088, corresponding to r191823 to re-enable...
2013-10-07 NAKAMURA TakumiWindows/Process.inc: Fix for +Asserts. &Buf[0] is not...
2013-10-07 Rafael EspindolaFix typo.
2013-10-07 Rafael EspindolaRemove dead code.
2013-10-07 Edwin Vaneclang-modernize: Fixing doxygen warnings
2013-10-07 Rafael EspindolaRemove getEHExceptionRegister and getEHHandlerRegister.
next