platform/upstream/llvm.git
2016-12-02 Peter CollingbourneIR: Change the gep_type_iterator API to avoid always...
2016-12-02 Richard SmithUpdate implementation of ABI support for throwing noexc...
2016-12-02 Jason Henline[CUDA] Fix faulty test from rL288448
2016-12-02 Richard Smithp0012r1: define corresponding feature test macro
2016-12-02 Rafael EspindolaWrite the addent to got entries when using Elf_Rel.
2016-12-02 Paul Robinson[DWARF] Put linkage-name on abstract origin even when...
2016-12-02 Richard SmithRecover better from an incompatible .pcm file being...
2016-12-02 Jason Henline[CUDA] "Support" ASAN arguments in CudaToolChain
2016-12-02 Dan Gohman[WebAssembly] Add an -mdirect flag for the direct wasm...
2016-12-02 Teresa Johnson[ThinLTO] Stop importing constant global vars as copies...
2016-12-02 Matt ArsenaultAMDGPU: Use wider scalar spills for SGPR spilling
2016-12-02 Jonathan RoelofsDelete tautological assertion.
2016-12-02 Rui UeyamaFix undefined behavior.
2016-12-02 Wolfgang PiebWhen instructions are hoisted out of loops by MachineLI...
2016-12-02 Justin BognerSDAG: Avoid a large, usually empty SmallVector in a...
2016-12-01 John McCallStruct GEPs must use i32, not whatever size_t is. ...
2016-12-01 Geoff Berry[AArch64] Fold more spilled/refilled COPYs.
2016-12-01 Argyrios Kyrtzidis[libclang] Add APIs to check the result of an integer...
2016-12-01 Dan Gohman[MC] Refactor emitELFSize to make usage more consistent...
2016-12-01 Joerg SonnenbergerExtend CompilationDatabase by a field for the output...
2016-12-01 Peter Collingbournellvm-modextract: Call keep() on the output stream befor...
2016-12-01 Oleg Ranevskyy[ARM] Fix for 64-bit CAS expansion on ARM32 with -O0
2016-12-01 Artem BelevichRevert "[SLP] Fix for PR6246: vectorization for scalar...
2016-12-01 Matthias BraunRegisterCoalscer: Only coalesce complete reserved regis...
2016-12-01 Eugene ZelenkoFix broken buildbots because of r288424 (NFC).
2016-12-01 Eugene Zelenko[ADT, Support, TableGen] Fix some Clang-tidy modernize...
2016-12-01 David Blaikie[dsymutil] Simplify a lazy-init condition/expression
2016-12-01 Saleem Abdulrasoolbuild: fix building for Windows after SVN r287465
2016-12-01 David Blaikie[debug info] Minor cleanup from D27170/r288399
2016-12-01 Chih-Hung Hsieh[SelectionDAG] getRawSubclassData should not return...
2016-12-01 Rui UeyamaAdd an assert instead of ignoring an impossible condition.
2016-12-01 Tim NorthoverAArch64: fix 128-bit cmpxchg at -O0 (again, again).
2016-12-01 Mehdi AminiImprove documentation on MSVC workaround for AlignedCha...
2016-12-01 Benjamin KramerFix unused variable warning in Release builds. NFC.
2016-12-01 Philip Reames[PR29121] Don't fold if it would produce atomic vector...
2016-12-01 George Burgess IVAdd a space in a run line. NFC.
2016-12-01 Philip ReamesFactor out common parts of LVI and Float2Int into Const...
2016-12-01 Alexey Bataev[SLP] Fix for PR6246: vectorization for scalar ops...
2016-12-01 Dan Gohman[WebAssembly] Define more wasm binary encoding constants.
2016-12-01 David L KreitzerRefactored X86InterleavedAccess into a class. NFCI.
2016-12-01 Rui UeyamaUpdates file comments and variable names.
2016-12-01 Vedant Kumar[tablegen] Delete duplicates from a vector without...
2016-12-01 Vedant KumarRemove unused header, NFC.
2016-12-01 Artem BelevichSend compiler output to /dev/null in defsym.s test.
2016-12-01 Matthias BraunMove most EH from MachineModuleInfo to MachineFunction
2016-12-01 Akira Hatanaka[CodeGen][ARM] Make sure the value and type used to...
2016-12-01 Sean CallananHandle empty strings when looking for a CFString's...
2016-12-01 Kevin EnderbyFix a bug with llvm-size and the -m option with multipl...
2016-12-01 Benjamin KramerFix unused variable warning in Release builds. NFC.
2016-12-01 Mehdi AminiFix module map to create a module for the configured...
2016-12-01 Greg ClaytonThis change removes the dependency on DwarfDebug that...
2016-12-01 Alexey Bataev[SLP] Fixed cost model for horizontal reduction.
2016-12-01 Mandeep Singh... [clang] Implement support for -defsym assembler option
2016-12-01 Mandeep Singh... [llvm] Implement support for -defsym assembler option
2016-12-01 Simon Pilgrim[X86][SSE] Moved shuffle mask widening/narrowing helper...
2016-12-01 Arnold Schwaighoferswiftcc: Add an api to query whether a target ABI store...
2016-12-01 Hans WennborgFix VS2015 build of clang-format-vsix by using NuGet...
2016-12-01 Kostya Serebryany[libFuzzer] add a test for r288389 (-rss_limit_mb=0...
2016-12-01 Ulrich Weigand[SystemZ] Fix fallout from r288374
2016-12-01 Weiming Zhao[AsmParser] Diagnose empty symbol for .set directive
2016-12-01 Kostya Serebryany[libFuzzer] treat -rss_limit_mb=0 as no limit
2016-12-01 George Burgess IV[TableGen] Ignore fake args for parsing-related arg...
2016-12-01 Pavel LabathRemove another hack from the android toolchain file
2016-12-01 Sean CallananHandle UTF-16 and UTF-32 constant CFStrings
2016-12-01 Kuba MracekRecommit r287403 (reverted in r287804): [lit] When...
2016-12-01 Malcolm ParsonsAdd a blank line to make sphinx happy.
2016-12-01 Roger Ferrer... Protect sequences test under libcpp-no-exceptions
2016-12-01 Roger Ferrer... Protect futures test under libcpp-no-exceptions
2016-12-01 Adam Nemet[GVN, OptDiag] Print the interesting instructions invol...
2016-12-01 Adam Nemet[GVN, OptDiag] Include the value that is forwarded...
2016-12-01 Roger Ferrer... Protect optional test under libcpp-no-exceptions
2016-12-01 Roger Ferrer... Protect std::ostream::sentry test under libcpp-no-excep...
2016-12-01 Alexey Bataev[SLP] Additional tests with the cost of vector operations.
2016-12-01 Eric Liu[change-namespace] don't generate replacements for...
2016-12-01 Malcolm Parsons[clang-tidy] Rename modernize-use-default to modernize...
2016-12-01 Ulrich Weigand[SystemZ] Fix applyFixup for 12-bit fixups
2016-12-01 Rui UeyamaParallelize ICF to make LLD's ICF really fast.
2016-12-01 Dominic Chen[analyzer] Drop explicit mention of range constraint...
2016-12-01 Alexey BataevRevert "[SLP] Additional tests with the cost of vector...
2016-12-01 Adam Nemet[GVN] Basic optimization remark support
2016-12-01 Alexey Bataev[SLP] Additional tests with the cost of vector operations.
2016-12-01 Andrey Churbanovfixed type in Windows-specific code
2016-12-01 Simon Pilgrim[X86][SSE] Classify AND bitmasks as variable shuffle...
2016-12-01 Manuel KlimekAdds hasUnqualifiedDesugaredType to allow matching...
2016-12-01 Simon Pilgrim[X86][SSE] Add support for combining AND bitmasks to...
2016-12-01 Pavel LabathRemove iostream include from WasmObjectFile
2016-12-01 Asaf Badouh[LMT] Restrict nop length to one
2016-12-01 Simon Pilgrim[X86][SSE] Tidied up filecheck prefixes for uitofp...
2016-12-01 Daniel JasperSilence GCC's -Wenum-compare after r288335 in the same...
2016-12-01 Nicolai Haehnle[SelectionDAG] Rename and clarify visitFMULForFMADCombi...
2016-12-01 Simon Pilgrim[X86][SSE] Add support for combining target shuffles...
2016-12-01 Alex Lorenz[ObjC] Avoid a @try/@finally/@autoreleasepool fixit...
2016-12-01 Simon Pilgrim[X86][SSE] Add support for combining ISD::AND with...
2016-12-01 Joey Gouly[OpenCL] Refactor read_only/write_only pipes.
2016-12-01 Pavel LabathRemove a hack from the Android toolchain file
2016-12-01 Simon Pilgrim[X86][SSE] Added tests showing missed combines of shuff...
2016-12-01 Johannes Doerfert[NFC] Check for feasibility prior to the profitability...
2016-12-01 Johannes Doerfert[FIX] Do not try to hoist obviously overwritten loads
2016-12-01 Florian HahnFix crash with unsupported architectures in Linux/Gnu...
2016-12-01 Pavel LabathUse Timeout<> in Process::RunThreadPlan
next