platform/upstream/llvm.git
2015-08-03 Naomi MusgraveDtor callback emitted when msan attribute not repressed...
2015-08-03 Justin Bognerlto: Avoid relying on the environment for this test
2015-08-03 David BlaikieUpdate/correct comment.
2015-08-03 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-03 Justin BognerX86: Teach X86 builtins which target features they...
2015-08-03 Tim NorthoverARM: remove horrible printf left over from debugging
2015-08-03 Alexander Kornienko[clang-tidy] Improve the misc-unused-alias-decl message
2015-08-03 Davide Italiano[llvm-objdump] Range-loopify. NFC intended.
2015-08-03 Derek SchuffFix memory leak in unit test of Bitcode/BitReaderTest.cpp
2015-08-03 David BlaikieFix with a bit more care. (but only a bit)
2015-08-03 Enrico GranataJim suggested to use eArgTypeAddressOrExpression for...
2015-08-03 Douglas KatzmanGrammar: Don't imply that a program wouldn't want a...
2015-08-03 Chandler Carruth[Unroll] Improve the brute force loop unroll estimate...
2015-08-03 David BlaikieTry to fix the build for C++ standard libraries missing...
2015-08-03 Renato Golin[Release Script] Check for correct symlink name
2015-08-03 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-03 David BlaikieRecommit r243824: -Wdeprecated-clean: Fix cases of...
2015-08-03 Reid Kleckner[asan] Print VAs instead of RVAs for module offsets...
2015-08-03 Pete CooperConvert some AArch64 code to foreach loops. NFC.
2015-08-03 Enrico GranataFix the memory find command such that it can actually...
2015-08-03 Lang Hames[MCJIT] Fix a cast warning in the unit-test introduced...
2015-08-03 Derek SchuffFix testing for end of stream in bitstream reader.
2015-08-03 Tobias GrosserDo not add spaces into memory-access identifiers
2015-08-03 Reid KlecknerRevert "-Wdeprecated-clean: Fix cases of violating...
2015-08-03 Duncan P. N... Update testcases after LLVM r243885
2015-08-03 Duncan P. N... DI: Disallow uniquable DICompileUnits
2015-08-03 Tim NorthoverARM: prefer allocating VFP regs at stride 4 on Darwin.
2015-08-03 Duncan P. N... Linker: Move distinct MDNodes instead of cloning
2015-08-03 Tobias GrosserAdd option -polly-view-only
2015-08-03 Tobias GrosserAllow derived DOTViewers to choose the functions to...
2015-08-03 JF BastienRefactor AtomicExpand::expandAtomicRMWToCmpXchg into...
2015-08-03 Kuba Brecka[asan] Fix dyld version detection on OS X
2015-08-03 Douglas Katzman[SHAVE] Pass all -f, -g, -O, -W options through directl...
2015-08-03 Artur PilipenkoCurrently string attributes on function arguments/retur...
2015-08-03 Nathan Wilson[CONCEPTS] Add concept to VarDecl and diagnostic for...
2015-08-03 Silviu Baranga[TTI] Fix default costs for interleaved accesses
2015-08-03 John Brawn[ARM] Make GlobalMerge merge extern globals by default
2015-08-03 John Brawn[GlobalMerge] Allow targets to enable merging of extern...
2015-08-03 Alexander KornienkoDon't use test inputs from other directories.
2015-08-03 Daniel JasperReplace callback-if with isExpansionInMainFile as sugge...
2015-08-03 Andrey BokhankoAdditional fix for PR14269: Crash on vector elements...
2015-08-03 James MolloyBe less conservative about forming IT blocks.
2015-08-03 Alexander KornienkoFix the test added at r243777.
2015-08-03 Asaf Badouh[X86][AVX512VLBW] add pack, cvt, mulhi and madd intrinsics
2015-08-03 Duncan P. N... ValueMapper: Only check for cycles if operands change
2015-08-03 Duncan P. N... ValueMapper: Use a range-based for, NFC
2015-08-03 Duncan P. N... ValueMapper: Reuse local variable, NFC
2015-08-03 Frederic RissUse early return NFC.
2015-08-03 Frederic Riss[dwarfdump] Add support for dumping mach-o universal...
2015-08-03 Frederic Riss[dwarfdump] Move dumping to a helper function NFC
2015-08-03 JF BastienWebAssembly: implement getScalarShiftAmountTy so we...
2015-08-02 Craig TopperUse range-based for loops. NFC
2015-08-02 Duncan P. N... AsmPrinter: Stop inheriting from DIE
2015-08-02 Duncan P. N... DwarfLinker: Use DIEValueList instead of DIE, NFC
2015-08-02 Duncan P. N... AsmPrinter: Split out non-DIE printing from DIE::print...
2015-08-02 Duncan P. N... AsmPrinter: Take DIEValueList in some DwarfUnit API...
2015-08-02 Duncan P. N... AsmPrinter: Change DIEValueList to a subclass of DIE...
2015-08-02 Duncan P. N... Remove dead code, NFC
2015-08-02 Tobias GrosserUse the branch instruction to define the location of...
2015-08-02 Simon PilgrimFix invalid shufflevector operands
2015-08-02 Simon Pilgrim[X86][SSE] Refreshed sse2 vector shift tests
2015-08-02 Tobias GrosserDependences: Zero pad the schedule map
2015-08-02 Asaf Badouh[X86][AVX512VLDQ] add reduce/range/cvt intrinsics
2015-08-02 Andrew WilkinsAdd support to set/get ordering for load/store from...
2015-08-02 Jason MolendaGDBRemoteCommunication::DecompressPacket assumed that...
2015-08-01 Craig TopperMark CompositeType::getTypeAtIndex as const. NFC
2015-08-01 Craig TopperMark Type::getPointerTo as const. Unfortunately, this...
2015-08-01 Craig TopperMerge the const and non-const Type::getScalarType to...
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-08-01 Yaron KerenRangify for loops, NFC.
2015-08-01 Davide ItalianoRevert r243827.
2015-08-01 Jingyue Wu[NVPTX] allow register copy between float and int
2015-08-01 Simon PilgrimRemove trailing whitespace. NFCI.
2015-08-01 Simon PilgrimUse SDValue bool check. NFCI.
2015-08-01 Yaron KerenProvide move constructor to appease Visual C++.
2015-08-01 Simon Atanasyan[Mips] Implement definition of the DT_MIPS_RLD_MAP_REL...
2015-08-01 Simon Atanasyan[Mips] Support DT_MIPS_RLD_MAP_REL dynamic section...
2015-08-01 Davide Italiano[SemaExpr] Factor out common diagnostic code for remain...
2015-08-01 Simon Pilgrim[DAGCombiner] Convert constant AND masks to shuffle...
2015-08-01 Tobias GrosserOnly use instructions as insert locations for SCEVExpander
2015-08-01 Tobias GrosserFix typo
2015-08-01 David Majnemer[MS ABI] Create a mangling for extended vector types
2015-08-01 Davide ItalianoConvertibility of nullptr_t to bool is available in...
2015-08-01 David MajnemerUse the reserved keyword spelling of 'typeof'
2015-08-01 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-01 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-01 David BlaikieWorkaround some compilers that give a stricter throw...
2015-08-01 JF BastienWebAssembly: handle more than int32 argument/return
2015-08-01 David BlaikieMissing formatting
2015-08-01 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-01 Yunzhong Gao[Tests] Add explicit -std=lang option to a number of...
2015-08-01 Kostya Serebryany[libFuzzer] more refactoring of the Mutator and adding...
2015-08-01 Kostya Serebryany[libFuzzer] start refactoring the Mutator and adding...
2015-08-01 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-01 Evgeniy Stepanov[asan] Link tests with ld.gold on Android.
2015-07-31 Duncan P. N... Fix polly tests after LLVM IR change in r243774
2015-07-31 Alexey Samsonov[ASan] Fix two tests on FreeBSD: alloca.h is missing...
2015-07-31 Alex LorenzAMDGPU/SI: Add implicit register operands in the correc...
2015-07-31 Alex LorenzMIR Parser: Report an error when a jump table entry...
2015-07-31 Alexey Samsonov[Sanitizer] Try to fix sanitizer_libc_test on FreeBSD.
next