platform/upstream/llvm.git
2016-08-29 Igor BregerFixed a bug in type legalizer for masked gather.
2016-08-29 Igor Breger[AVX512] In some cases KORTEST instruction may be used...
2016-08-29 Haojian Wu[InstructionSelect] NumBlocks isn't defined in DEBUG...
2016-08-29 Craig Topper[X86] Don't lower FABS/FNEG masking directly to a Const...
2016-08-29 Craig Topper[AVX-512] Always use v8i64 when converting 512-bit...
2016-08-29 Craig Topper[AVX-512] Add 512-bit fabs tests with and without AVX512DQ.
2016-08-29 Eric FiselierFix pair::operator=(TupleLike&&).
2016-08-29 Eric FiselierRevert r279953 - Fix pair::operator=(TupleLike&&)
2016-08-29 Eric FiselierFix pair::operator=(TupleLike&&).
2016-08-29 Lang Hames[Orc] Simplify LogicalDylib and move it back inside...
2016-08-28 Craig Topper[AVX-512] Add support for selecting 512-bit VPABSB...
2016-08-28 Craig Topper[AVX-512] Add patterns for selecting 128/256-bit EVEX...
2016-08-28 Craig Topper[AVX-512] Add testcases showing that we don't emit...
2016-08-28 Eric FiselierImplement C++17 std::sample.
2016-08-28 Eric FiselierMark LWG 2716 as complete - shuffle and sample disallo...
2016-08-28 Saleem AbdulrasoolAST: improve layout of SimpleTypoCorrector
2016-08-28 Eric FiselierImplement LWG 2711. Constrain path members.
2016-08-28 Sylvestre LedruFix some typos in the doc
2016-08-28 Sylvestre LedruFix some typos in the doc
2016-08-28 Sylvestre LedruFix a typo in the doc: overriden -> overridden
2016-08-28 Saleem AbdulrasoolEHABI: fail on WMMX vops without WMMX support
2016-08-28 Eric Fiselier[Docs] Update libc++ target names after r279675.
2016-08-28 Sanjay Patel[x86] add tests for <3 x N> vector types (PR29114)
2016-08-28 Eric Fiselier[CMake] Be more consistent about naming targets and...
2016-08-28 Sanjay Patel[InstCombine] use m_APInt to allow icmp (and X, Y)...
2016-08-28 Eric Fiselier[CMake] Apply r279151 cleanup to libc++abi.
2016-08-28 Saleem Abdulrasooltest: fix test under ASAN and MSAN
2016-08-28 Simon Pilgrim[X86][AVX512] Only combine EVEX targets shuffles to...
2016-08-28 Hal Finkel[PowerPC] Implement lowering for atomicrmw min/max...
2016-08-28 Filipe CabecinhasRevert "Start reifying error descriptions. Second try...
2016-08-28 Filipe CabecinhasStart reifying error descriptions. Second try: Try...
2016-08-28 Elena Demikhovsky[Loop Vectorizer] Fixed memory confilict checks.
2016-08-28 Craig Topper[AVX-512] Promote AND/OR/XOR to v2i64/v4i64/v8i64 even...
2016-08-28 Craig Topper[AVX-512] Add tests to show that we don't select masked...
2016-08-28 Craig Topper[X86] Rename PABSB/D/W instructions to be consistent...
2016-08-27 Dimitry AndricAvoid embedded preprocessor directives in __tree
2016-08-27 Jan VeselyAMDGPU/R600: Enable Load combine
2016-08-27 Craig Topper[X86] Rename predicate function that detects if require...
2016-08-27 Craig Topper[X86] Keep looping over operands looking for byte regis...
2016-08-27 Craig Topper[X86] Include XMM/YMM/ZMM16-23 in X86II::isX86_64Extend...
2016-08-27 Craig Topper[X86] Don't allow DR8-DR15 to be assembled in 32-bit...
2016-08-27 Zachary TurnerFix some build bot breakages.
2016-08-27 Zachary TurnerAdd some unit tests for StringExtractor::GetNameColonValue.
2016-08-27 Akira Hatanaka[asan] Disable tests more selectively.
2016-08-27 Zachary TurnerConvert some functions to use StringRef instead of...
2016-08-27 Akira Hatanaka[asan] Use "REQUIRES: x86_64-target-arch" to disable...
2016-08-27 Craig Topper[X86] Remove stale comment about FixupBWInsts pass...
2016-08-27 Craig Topper[AVX-512] Allow EVEX encoding unordered/ordered/equal...
2016-08-27 Craig Topper[X86] Enable FR32/FR64 cmpeq/cmpne/cmpunord/cmpord...
2016-08-27 Craig Topper[AVX-512] Add load folding for EVEX vcmpps/pd/ss/sd.
2016-08-27 Teresa Johnson[LTO] Don't create a new common unless merged has diffe...
2016-08-27 Matt ArsenaultAMDGPU: Mark sched model complete
2016-08-27 Matt ArsenaultAMDGPU: Remove unneeded implicit exec uses/defs
2016-08-27 Lang Hames[Orc] Explicitly specify type for assignment.
2016-08-27 Sebastian PopGVN-hoist: invalidate MD cache (PR29144)
2016-08-27 Quentin Colombet[RegBankSelect] Do not abort when the target wants...
2016-08-27 Quentin Colombet[InstructionSelect] Do not abort when the target wants...
2016-08-27 Quentin Colombet[MachineLegalize] Do not abort when the target wants...
2016-08-27 Aditya KumarAdd attribute noreturn to functions that throw
2016-08-27 Matt ArsenaultAMDGPU: Select mulhi 24-bit instructions
2016-08-27 Matt ArsenaultAMDGPU: Move cndmask pseudo to be isel pseudo
2016-08-27 Matt ArsenaultAMDGPU: Fix sched type for branches
2016-08-27 Matt ArsenaultAMDGPU: Remove register operand from si_mask_branch
2016-08-27 Kostya Serebryany[asan] restrict release_to_os_test.cc to x86_64
2016-08-27 Jim InghamThis test now succeeds.
2016-08-27 Sean CallananFixed the location of a conditional to make the followi...
2016-08-27 Matt ArsenaultAMDGPU: Improve error reporting for maximum branch...
2016-08-27 Sean CallananThe error stream in IRForTarget is never null, so use...
2016-08-27 Chris Bieneman[CMake] Only generate Components.cmake if components...
2016-08-27 Lang Hames[ORC] Fix typo in LogicalDylib, add unit test.
2016-08-27 Quentin Colombet[GlobalISel] Add a fallback path to SDISel.
2016-08-27 Quentin Colombet[AArch64][CallLowering] Do not assert for not implement...
2016-08-27 Quentin Colombet[GlobalISel] Teach the core pipeline not to run if...
2016-08-27 Michael Kuperstein[X86] Add baseline test for "odd" shuffles. NFC.
2016-08-26 Kostya Serebryany[asan] first attempt at releasing free-d memory back...
2016-08-26 Quentin Colombet[IRTranslator] Do not abort when the target wants to...
2016-08-26 Quentin Colombet[MFProperties] Introduce a FailedISel property.
2016-08-26 Sean CallananFixed a bad lldbassert() condition.
2016-08-26 Teresa Johnson[ThinLTO] Move loading of cache entry to client
2016-08-26 Kate StoneTables of command options in LLDB benefit from hand...
2016-08-26 Andrew KaylorAdding document describing the use of the -opt-bisect...
2016-08-26 Akira Hatanaka[asan] Mark symbolize_pc.cc as UNSUPPORTED on i386...
2016-08-26 Quentin Colombet[TargetPassConfig] Add a target hook to know what Globa...
2016-08-26 Quentin Colombet[IRTranslator][NFC] Use DEBUG_TYPE instead of repeating...
2016-08-26 Quentin Colombet[SelectionDAG] Do not run the ISel process on already...
2016-08-26 Quentin Colombet[MachineFunction] Introduce a reset method.
2016-08-26 Justin BognerTableGen: Switch from a std::map to a DenseMap in CodeG...
2016-08-26 Quentin Colombet[MFProperties] Introduce a reset method with no argument.
2016-08-26 Quentin Colombet[MFProperties][NFC] Rename clear into reset to match...
2016-08-26 Nico Weberclang-cl: Support MSVC2015's /validate-charset flag.
2016-08-26 Renato Golin[ARM] Adding .arch directives around WMMX unwind code
2016-08-26 Tom StellardAMDGPU/SI: Canonicalize offset order for merged DS...
2016-08-26 Nico Weberclang-cl: Accept MSVC2015's '/utf-8' flag.
2016-08-26 Tom StellardXXX
2016-08-26 Tom StellardAMDGPU/SI: Use a better method for determining the...
2016-08-26 Nico Weberclang-cl: Accept MSVC 2015's `/execution-charset:utf...
2016-08-26 Filipe CabecinhasRevert "Start reifying error descriptions"
2016-08-26 Chris Bieneman[CMake] Connect Compiler-RT targets to LLVM Runtimes...
2016-08-26 Filipe CabecinhasStart reifying error descriptions
2016-08-26 Chris Bieneman[CMake] Expose runtime component check targets
next