platform/upstream/llvm.git
2017-12-19 Matthias BraunTargetLowering: Fix off-by-one error
2017-12-19 Sam Clegg[llvm-readobj] Dump wasm init functions
2017-12-18 Matthias BraunTargetLoweringBase: Remove unnecessary watchos exceptio...
2017-12-18 Craig TopperAdjust test to account for llvm change where an empty...
2017-12-18 Justin Bognerupdate_mir_test_checks: Add "mir" to some states and...
2017-12-18 Craig Topper[X86] Don't use NOPL when the assembler is passed an...
2017-12-18 Matthias BraunLiveStacks: Rename LiveStack.{h|cpp} to LiveStacks...
2017-12-18 Matthias BraunX86/AArch64/ARM: Factor out common sincos_stret logic...
2017-12-18 Matthias BraunAArch64/X86: Factor out common bzero logic; NFC
2017-12-18 Krzysztof Parzyszek[Hexagon] Cache loads to select to avoid traversing...
2017-12-18 Craig TopperRevert part of r321026 "[X86] Don't use NOPL when the...
2017-12-18 Evandro Menezes[AArch64] Expand test coverage of vector element shuffl...
2017-12-18 Quentin Colombet[TableGen][GlobalISel] Make the arguments of the Instru...
2017-12-18 Bob HaarmanFix buffer overrun in WindowsResourceCOFFWriter::writeS...
2017-12-18 Reid KlecknerAdd test for .req directive starting with 'p'
2017-12-18 Jessica Paquette[MachineOutliner][NFC] Gardening: use std::any_of inste...
2017-12-18 Kostya Serebryany[hwasan] update the design doc
2017-12-18 Craig Topper[X86] Don't use NOPL when the assembler is passed an...
2017-12-18 Quentin Colombet[TableGen][GlobalISel] Refactor optimizeRules related...
2017-12-18 Reid KlecknerRevert "[AArch64][SVE] Asm" changes, they broke libjpeg...
2017-12-18 Rafael EspindolaDon't write preemptible symbol values to the .got.
2017-12-18 Shoaib Meenai[ELF] Fix typo in comment. NFC
2017-12-18 Rafael EspindolaAdd another test.
2017-12-18 Sam Clegg[WebAssebmly] Fix the single clang-format issue in...
2017-12-18 Ivan A. Kosarev[Analysis] Generate more precise TBAA tags when one...
2017-12-18 Teresa Johnson[PGO] Fix handling of cold entry count for instrumented PGO
2017-12-18 Quentin Colombet[TableGen][GlobalISel] Optimize MatchTable for faster...
2017-12-18 Dimitry AndricFix more inconsistent line endings. NFC.
2017-12-18 Craig Topper[X86] Minor formatting fix to getHostCPUFeatures. NFC
2017-12-18 Jessica Paquette[MachineOutliner] Recommit r320229
2017-12-18 Benjamin Kramer[PPC] Also disable the pre-emit version of reg+reg...
2017-12-18 Don Hinton[cmake] Update experimental target error message
2017-12-18 Paul RobinsonRecommit "[DWARFv5] Dump an MD5 checksum in the line...
2017-12-18 Benjamin Kramer[PPC] Disable reg+reg to reg+imm transformation.
2017-12-18 Dimitry AndricFix inconsistent line endings in HexagonVectorLoopCarri...
2017-12-18 Krzysztof Parzyszek[Hexagon] Higher versions of HVX imply presence of...
2017-12-18 Ivan A. Kosarev[IR] Support the new TBAA metadata format in IR verifier
2017-12-18 Dimitry AndricFix inconsistent line endings in ARCDisassembler.cpp...
2017-12-18 Krzysztof Parzyszeki[Hexagon] ANY_EXTEND_VECTOR_INREG should be Custom...
2017-12-18 Krzysztof Parzyszek[Hexagon] Generate HVX code for vector sign-, zero...
2017-12-18 Simon Pilgrim[X86] Regenerate test to improve codegen testing for...
2017-12-18 Krzysztof Parzyszek[Hexagon] Prefer to widen HVX vectors instead of promoting
2017-12-18 Matt ArsenaultRemoved unused DominanceFrontier
2017-12-18 Teresa Johnson[ThinLTO] Make distributed indexes test more robust
2017-12-18 Xinliang David Li[PGO] Test case changes for D41059
2017-12-18 Xinliang David Li[PGO] add MST min edge selection heuristic to ensure...
2017-12-18 Francis Visoiu... [YAML] Fix mustQuote return type changed in r320996
2017-12-18 Francis Visoiu... [YAML] Add support for non-printable characters
2017-12-18 Rafael EspindolaAdd a test.
2017-12-18 Ivan A. KosarevFix the reference to the now renamed member of TBAAStru...
2017-12-18 Ivan A. Kosarev[IR] Add MDBuilder helpers for the new TBAA metadata...
2017-12-18 Sander de Smalen[AArch64][SVE] Asm: Improve diagnostics further when...
2017-12-18 Simon DardisReland "[mips] Fix the target specific instruction...
2017-12-18 Maxim Ostapenko[asan] Add interceptor for printf_chk
2017-12-18 Sean Fertile[Memcpy Loop Lowering] Remove the fixed int8 lowering.
2017-12-18 Marc-Andre... [clangd] Update documentation page with new features...
2017-12-18 Peter Smith[ELF] Optimize Arm PLT sequences
2017-12-18 Sander de Smalen[TableGen][AsmMatcherEmitter] Only choose specific...
2017-12-18 Pavel LabathFix regression in jModulesInfo packet handling
2017-12-18 Pavel Labathllgs: Propagate the environment when launching the...
2017-12-18 Max Kazantsev[LVI] Support for ashr in LVI
2017-12-18 Stephan BergmannRevert r320978 "No -fsanitize=function warning when...
2017-12-18 Stephan BergmannRevert r320977 "No -fsanitize=function warning when...
2017-12-18 Diana Picus[ARM GlobalISel] Fix G_(UN)MERGE_VALUES handling after...
2017-12-18 Benjamin KramerConstexprify LaneBitmask factory methods.
2017-12-18 Stephan BergmannNo -fsanitize=function warning when calling noexcept...
2017-12-18 Stephan BergmannNo -fsanitize=function warning when calling noexcept...
2017-12-18 Max Kazantsev[ConstantRange] Support for ashr in ConstantRange compu...
2017-12-18 Simon DardisRevert "[mips] Fix the target specific instruction...
2017-12-18 Simon Dardis[mips] Fix the target specific instruction verifier
2017-12-18 Sander de Smalen[AArch64][SVE] Asm: Add ZIP1/ZIP2 instructions (predica...
2017-12-18 Sam McCall[clangd] in VSCode client, filter extensions properly...
2017-12-18 Martin Bohme[X86] Use {{.*}} instead of hardcoded %1 in knot test.
2017-12-18 Sander de Smalen[AArch64][SVE] Asm: Add SVE predicate register definiti...
2017-12-18 Pavel LabathFix FreeBSD build broken by r320966
2017-12-18 Eugene Leviant[ThinLTO] Remove unused code
2017-12-18 Pavel LabathAdd LLVMObject dependency to our ObjectFileELF plugin
2017-12-18 Pavel LabathReduce x86 register context boilerplate.
2017-12-18 Tim NorthoverAArch64: work around how Cyclone handles "movi.2d vD...
2017-12-18 Igor Laevsky[TargetLibraryInfo] Discard library functions with...
2017-12-18 Sam Parker[ARM] Adjust test checks
2017-12-18 Sam Parker[DAGCombine] Move AND nodes to multiple load leaves
2017-12-18 Pavel LabathNPL: Clean up handling of inferior exit
2017-12-18 Clement Courbet[NFC][CodeGen][ExpandMemCmp] Fix documentation.
2017-12-18 Craig Topper[X86] Use mattr instead of mcpu in some of the cost...
2017-12-18 Hiroshi Inoue[SROA] Disable non-whole-alloca splits by default
2017-12-18 Craig Topper[X86] Fix mistake that I made when splitting up the...
2017-12-18 Serguei Katkov[CGP] Fix the handling select inst in complex addressin...
2017-12-18 Sanjay Patel[x86] add tests for finite libcall lowering (PR35672...
2017-12-17 Benjamin KramerRefactor overridden methods iteration to avoid double...
2017-12-17 Bjorn SteinbrinkRe-commit "Properly handle multi-element and dynamicall...
2017-12-17 Davide Italiano[testsuite] Un-XFAIL the global variables tests.
2017-12-17 Craig Topper[X86] Add test cases that show cases where buildvector...
2017-12-17 Craig Topper[X86] Make the code that creates fmaddsub from build_ve...
2017-12-17 Simon Pilgrim[X86] Regenerate truncated rotation tests + add missing...
2017-12-17 Sam Clegg[WebAssembly] Move code for copying of data segment...
2017-12-17 Sam Clegguse uint32_t
2017-12-17 Sam Clegg[WebAssembly] Export some more info on wasm funtions
2017-12-17 Bjorn SteinbrinkRevert "Properly handle multi-element and dynamically...
2017-12-17 Bjorn SteinbrinkRevert "Treat sret arguments as being dereferenceable...
next