platform/upstream/llvm.git
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.
2015-07-31 Alex LorenzMIR Parser: Remove unused variable.
2015-07-31 Kostya Serebryany[libFuzzer] limit the size of the inputs printed to...
2015-07-31 Rui UeyamaCOFF: Fix error message. Space was missing.
2015-07-31 Kostya Serebryany[libFuzzer] minimal documentation on data-flow-guided...
2015-07-31 David BlaikieFix an MSVC build break since it can't synthesize move...
2015-07-31 David BlaikieFix a GCC buildbot that seemed to be having trouble...
2015-07-31 Jingyue Wu[NVPTX] convert pointers in byval kernel arguments...
2015-07-31 David BlaikieFix some formatting from a recent commit.
2015-07-31 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-07-31 Evgeniy Stepanov[asan] Fix wrong __ANDROID_API__ preprocessor condition.
2015-07-31 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-07-31 Alexey Samsonov[CMake] Don't build libc++ with MSan-with-calls instrum...
2015-07-31 Eric FiselierRemove -Werror when using check_cxx_compiler_flag becau...
2015-07-31 JF BastienWebAssembly: handle `ret void`.
2015-07-31 Dawn Perchik[lldb-mi] Fix evaluation for children of created variab...
2015-07-31 Kostya Serebryany[libFuzzer] make sure that 2-byte arguments of switch...
2015-07-31 Alex LorenzMIR Serialization: Serialize the floating point immedia...
2015-07-31 Duncan P. N... IR: Add a broad bitcode compatibility test
2015-07-31 Frederic Riss[dwarfdump] Ignore scattered relocations for mach-o.
2015-07-31 Frederic Riss[dsymutil] Support multiple input files on the command...
2015-07-31 Nathan Wilsontest commit; wrap ellipses in comment with brackets
2015-07-31 Duncan P. N... DI: Update testcases for LLVM assembly change
2015-07-31 Duncan P. N... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-31 Daniel JasperAdd missing 'override'.
2015-07-31 JF Bastienx86: check hasOpaqueSPAdjustment in canRealignStack
2015-07-31 Filipe Cabecinhas[UBSan] Test: Move coverage-levels.cc out of Linux...
2015-07-31 JF BastienWebAssembly: handle unused function arguments.
2015-07-31 David MajnemerAttempt to appease the MSVC build bots
2015-07-31 Kostya Serebryany[libFuzzer] record traces from the switch statements...
2015-07-31 David Majnemer[MS ABI] Hook clang up to the new EH instructions
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-31 Duncan P. N... DI: Update for LLVM API change for local variables
2015-07-31 Duncan P. N... DI: Rewrite the DIBuilder local variable API
2015-07-31 JF BastienWebAssembly: print basic integer assembly.
2015-07-31 David MajnemerCOFF: Reenable the lld test disabled in r243758.
2015-07-31 David Majnemer[COFF] Consider the ImageBase when reporting section...
2015-07-31 Kostya Serebryany[libFuzzer] support switch interception in dfsan mode
2015-07-31 Benjamin Kramer[CodeGenPrepare] Compress a pair. No functional change.
2015-07-31 Reid KlecknerDisable objdump disassembly test after r243755
2015-07-31 Reid KlecknerAdd some help strings for /dll and /debug so they show...
2015-07-31 Sanjay Patel[x86] reassociate integer multiplies using machine...
2015-07-31 Reid Kleckner[COFF] Return symbol VAs instead of RVAs for PE files
2015-07-31 Daniel JasperAdd misc-unused-alias-decls check that currently finds...
2015-07-31 Geoff Berry[AArch64] Favor extended reg patterns for sub
2015-07-31 Renato Golin[libc++abi] Allow use just compiled clang++ for tests
2015-07-31 Sanjay Pateldon't repeat function names in comments; NFC
2015-07-31 Bruno Cardoso... [CaptureTracker] Provide an ordered basic block to...
2015-07-31 Ed MasteImprove man page markup
2015-07-31 Ed MasteReport original thread ID for FreeBSD core files
2015-07-31 Alexander Kornienko[clang-tidy] Support replacements in macro arguments...
2015-07-31 Sergey DmitroukFix __floatsitf() for negative input
next