platform/upstream/llvm.git
2016-07-10 Michael Gottesman[cmake] Change lli-child-target to use add_llvm_utility...
2016-07-10 Michael Gottesman[cmake] Create the LLVM_BUILD_UTILS option.
2016-07-10 Michael GottesmanAdd CLANG_BUILD_TOOLS as a clang counterpart for LLVM_B...
2016-07-10 Sean SilvaDelete dead code.
2016-07-10 Davide Italiano[SCCP] Rename undefined -> unknown.
2016-07-09 Rui UeyamaUpdate comments.
2016-07-09 Sean Silva[docs] Fix up a broken link.
2016-07-09 Rui UeyamaAttempt to fix buildbots.
2016-07-09 Sean Silva[PM] Port LoopVectorize to the new PM.
2016-07-09 Sean SilvaFix up an include guard.
2016-07-09 Rui UeyamaRemove unused forward declarations.
2016-07-09 Rui UeyamaRemove Target::writeThunk.
2016-07-09 Rui UeyamaMake ARM thunks consistent with MIPS in coding style.
2016-07-09 Davide Italiano[SCCP] Remove wrong and misleading vector handling...
2016-07-09 Rui UeyamaInstantiate Thunk classes instead of the class member...
2016-07-09 Rui UeyamaSplit addThunkARM. NFC.
2016-07-09 Michael GottesmanMove add_clang_* entry points from the main clang CMake...
2016-07-09 David Majnemer[clang-cl] Add support for /Zd
2016-07-09 Simon Pilgrim[X86][SSE] Add support for target shuffle combining...
2016-07-09 Saleem Abdulrasooltest: Use %clangxx in objc++ test files
2016-07-09 Simon Pilgrim[X86][SSE] Use scaleShuffleMask helper. NFCI.
2016-07-09 Simon Pilgrim[X86][SSE] Regenerate vector shift tests
2016-07-09 David Majnemer[COFF, Dwarf] Don't emit DW_AT_location for dllimported...
2016-07-09 Matthias Gehreclang-tidy/readability-identifier-naming: crash on...
2016-07-09 David Majnemer[MS ABI] Some code cleanups
2016-07-09 David Majnemer[AST] Tighten up some bitfields
2016-07-09 Jingyue Wu[SLSR] Fix crash on handling 128-bit integers.
2016-07-09 Sanjay Patelfix documentation comments; NFC
2016-07-09 Jacques Pienaar[lanai] Treat .t as optional in assembly parser for...
2016-07-09 Matt ArsenaultAMDGPU: Move R600 only pieces into R600 classes
2016-07-09 Matt ArsenaultRevert "AMDGPU: Remove unused control flow intrinsic"
2016-07-09 Martin Probstclang-format: [JS] Sort imports case insensitive.
2016-07-09 Martin Probstclang-format: [JS] support trailing commas in imports.
2016-07-09 Benjamin Kramer[analyzer] Older version of GCC 4.7 crash on lambdas...
2016-07-09 Benjamin Kramer[analyzer] Rewrite manual erase loop using remove_if.
2016-07-09 Benjamin Kramer[ArgPromote] Use function_ref and for-range loops.
2016-07-09 Matt ArsenaultAMDGPU: Merge / reorganize tests
2016-07-09 Matt ArsenaultAMDGPU: Simplify tests with per function subtargets
2016-07-09 NAKAMURA TakumiAMDGPU: Prune AMDGPUAsmParser in libdeps.
2016-07-09 Matt ArsenaultAMDGPU: Fix fdiv lowering when f32 denormals supported
2016-07-09 Craig Topper[X86] Use __builtin_ia32_vec_ext_v4hi and __builtin_ia3...
2016-07-09 Craig Topper[X86] Remove sse41 extract intrinsics. They are not...
2016-07-09 Craig Topper[X86] Remove and autoupgrade 512-bit non-temporal store...
2016-07-09 Craig Topper[X86] Uncomment the _mm_extract_ps test and add checks.
2016-07-09 Derek Bruening[esan] Add __esan_report for mid-run data
2016-07-09 Davide Italiano[LoopSimplify] Remove a comment which is unlikely to...
2016-07-09 Davide Italiano[PM] Port CrossDSOCFI to the new pass manager.
2016-07-09 George Burgess IV[CFLAA] Make a constant variable `const`. NFC.
2016-07-09 Sean Silva[PM] Fix a think-o. mv {Scalar,Vectorize}/SLPVectorize.h
2016-07-09 Davide Italiano[PM] Port LoopSimplify to the new pass manager.
2016-07-09 George Burgess IV[CFLAA] Move the graph builder out from CFLSteens....
2016-07-09 George Burgess IV[CFLAA] Simplify CFLGraphBuilder. NFC.
2016-07-09 Saleem AbdulrasoolCodeGen: tweak CFString section for COFF, ELF
2016-07-09 Matthias BraunLivePhysRegs: addLiveOuts() can skip addPristines(...
2016-07-09 Matt ArsenaultAMDGPU: Improve offset folding for register indexing
2016-07-09 Matt ArsenaultAMDGPU: Simplify isSchedulingBoundary
2016-07-09 Matthias BraunVirtRegMap: Replace some identity copies with KILL...
2016-07-09 Matthias BraunAsmPrinter: Fix emitKill() not flush()ing a raw_string_...
2016-07-08 Piotr PadlewskiAdded REQUIRES to TestingGuide documentation
2016-07-08 Greg ClaytonWhen calling "settings set target.source-map <old-path...
2016-07-08 Piotr PadlewskiAdd 'thinlto_src_module' md with asserts or -enable...
2016-07-08 Piotr PadlewskiRevert "Add 'thinlto_src_module' md with asserts or...
2016-07-08 Jacques Pienaar[lanai] Update test to use peephole-opt and not peephol...
2016-07-08 Alina SbirleaRevert "Add runtime support for __cpu_model (__builtin_...
2016-07-08 Anna ThomasRevert "InstCombine rule to fold truncs whose value...
2016-07-08 Duncan P. N... Lanai: Avoid implicit iterator conversions, NFC
2016-07-08 David Majnemer[MC, COFF] Permit a variable to be redefined
2016-07-08 Jingyue Wu[TTI] Expose TTI::getGEPCost and use it in SLSR and...
2016-07-08 Matt ArsenaultAMDGPU: Remove unused control flow intrinsic
2016-07-08 Piotr PadlewskiAdd 'thinlto_src_module' md with asserts or -enable...
2016-07-08 Matt ArsenaultReapply r274829 with fix for FP vectors
2016-07-08 Adam Nemet[BFI] Minor cleanup. NFC
2016-07-08 Adam Nemet[LAA] Port test to the new PM
2016-07-08 Xinliang David Li[PM] name the new PM LAA class LoopAccessAnalysis ...
2016-07-08 Duncan P. N... MSP430: Avoid implicit iterator conversions, NFC
2016-07-08 Sanjay Patel[InstCombine] don't form select from bitcasted logic...
2016-07-08 Duncan P. N... NVPTX: Avoid implicit iterator conversions, NFC
2016-07-08 Vassil VassilevTeach -ast-print to print constexpr variables.
2016-07-08 Sanjay Pateladd another multi-use test for logic->select transform
2016-07-08 Wei MiAllow dead insts to be kept in DeadRemat only when...
2016-07-08 Xinliang David LiRename LoopAccessAnalysis to LoopAccessLegacyAnalysis...
2016-07-08 Sanjay Patel[InstCombine] don't form select from logic ops if it...
2016-07-08 Sanjay Pateladjust test so it won't completely optimize away
2016-07-08 Duncan P. N... AArch64: Avoid implicit iterator conversions, NFC
2016-07-08 Yaxun Liu[OpenCL] Add missing -cl-no-signed-zeros option into...
2016-07-08 Sanjay Pateladd tests for multi-use folding to select
2016-07-08 Xinliang David LiRemove duplicate inclusion /NFC
2016-07-08 Duncan P. N... ARM: Remove implicit iterator conversions, NFC
2016-07-08 Justin BognerTableGen: Update style in CodeGenIntrinsics. NFC
2016-07-08 Dehao ChenRemove inline hints computation from SampleProfile.cpp
2016-07-08 Rui UeyamaAttempt to fix buildbots.
2016-07-08 Nico WeberRevert r274829, it caused PR28472.
2016-07-08 Simon Pilgrim[X86] Regenerated bitreverse tests to demonstrate what...
2016-07-08 Simon Pilgrim[X86] Added bitreverse tests for non-legal types
2016-07-08 Duncan P. N... Sparc: Avoid implicit iterator conversions, NFC
2016-07-08 Duncan P. N... WebAssembly: Avoid implicit iterator conversions, NFC
2016-07-08 Duncan P. N... AsmPrinter: Avoid implicit iterator conversions in...
2016-07-08 Davide Italiano[CrossDSOCFI] Change the pass so that it doesn't requir...
2016-07-08 Rafael Espindolafix use of uninitialized.
2016-07-08 Simon Pilgrim[X86][AVX2] Add support for target shuffle combining...
next