platform/upstream/llvm.git
2018-09-14 Adrian PrantlAttempt to unbreak the build after r342286.
2018-09-14 Fangrui Songtest/Driver/output-file-cleanup.c: delete non-readable...
2018-09-14 Sanjay Patel[InstCombine] add/use overflowing math helper functions...
2018-09-14 Lion Yang[PowerPC] Fix the calling convention for i1 arguments...
2018-09-14 Thomas Lively[WebAssembly][NFC] Move SIMD encoding tests to dedicate...
2018-09-14 Zachary TurnerAdd missing include.
2018-09-14 Reid Kleckner[codeview] Remove dead code
2018-09-14 Zachary Turner[PDB] Refactor a little of the Symbol creation code.
2018-09-14 Wei Mi[SampleFDO] Add FunctionOffsetTable in compact binary...
2018-09-14 Reid KlecknerMark index-tools.test as REQUIRES: shell so that it...
2018-09-14 Reid KlecknerRelax assumption about default method calling conventio...
2018-09-14 Davide Italiano[IRInterpreter] Minor cleanups, add comments. NFCI.
2018-09-14 Fangrui Songtest/Other/can-execute.txt: delete %t after the test
2018-09-14 Sanjay Patel[InstCombine] refactor add narrowing folds; NFCI
2018-09-14 Sebastian PopHotColdSplit: fix invalid SSA due to outlining
2018-09-14 Sebastian PopHotColdSplit: fix isSingleEntrySingleExit
2018-09-14 Sebastian PopHotColdSplit: add back propagation to extend cold regions
2018-09-14 Sanjay Patel[InstCombine] add more tests for add narrowing folds...
2018-09-14 Thomas Lively[WebAssembly][NFC] Fix unconventional test names
2018-09-14 Reid KlecknerRemove unused DIASession field
2018-09-14 Shuai Wang[analyzer] Handle forwarding reference better in ExprMu...
2018-09-14 Konstantin... AMDGPU: Clear the bits before they are being set in...
2018-09-14 Alex LangfordFix lit/example/many-tests pickling issue
2018-09-14 Lion YangTest commit access
2018-09-14 Jonas Toth[NFC][clangd] silence pedantic extra ';' warning
2018-09-14 Alex LangfordFix lldb-vscode README.md
2018-09-14 Reid KlecknerRevert r342183 "[DAGCombine] Fix crash when store mergi...
2018-09-14 Adrian PrantlFix debug info for SelectionDAG legalization of DAG...
2018-09-14 Steven Wu[ThinLTOCodeGenerator] Avoid Rehash StringMap in ThreadPool
2018-09-14 Davide Italiano[IRInterpreter] Fall back to JIT with 128-bit values.
2018-09-14 Sam McCall[clangd] Work around compiler macro expansion bugs...
2018-09-14 Reid KlecknerRevert r342210 "[ARM] bottom-top mul support in ARMPara...
2018-09-14 Jim InghamMake the eSearchDepthFunction searches work, add tests
2018-09-14 Simon PilgrimRevert a line-endings change that somehow got included...
2018-09-14 Simon Pilgrim[X86][SSE] Lower shuffles to permute(unpack(x,y)) ...
2018-09-14 Craig Topper[X86] Re-generate test checks using current version...
2018-09-14 Matt Morehouse[libFuzzer] Disable value-profile-strncmp.test on aarch64.
2018-09-14 Sanjay Patel[InstCombine] rename test file to better describe the...
2018-09-14 Sanjay Patel[InstCombine] remove unnecessary target constraints...
2018-09-14 Benjamin Kramer[modernize-use-transparent-functors] TypeLocs can be...
2018-09-14 Sanjay Patel[InstCombine] move test next to related tests; NFC
2018-09-14 Sanjay Patel[InstCombine] remove stall comment from test file; NFC
2018-09-14 Sanjay Patel[InstCombine] regenerate test checks; NFC
2018-09-14 Nico WeberIntroduce explicit add_unittest_with_input_files target...
2018-09-14 Adrian Prantlfix noasserts build
2018-09-14 Shuai WangRemove PseudoConstantAnalysis
2018-09-14 Adrian PrantlSelectionDAG: Add compact SDDbgValue representation...
2018-09-14 James HendersonRevert r342233.
2018-09-14 Adrian Prantlfix typos
2018-09-14 Hans Wennborg[clang-cl] Fix PR38934: failing to dllexport class...
2018-09-14 Ed Mastelld: add -z interpose support
2018-09-14 Louis Dionne[clang] Make sure attributes on member classes are...
2018-09-14 Sanjay Patel[InstCombine] add more tests for x86 blendv (PR38814...
2018-09-14 Ulrich Weigand[asan] Fix test case failure on SystemZ
2018-09-14 Simon Pilgrim[X86][BMI1] Fix BLSI/BLSMSK/BLSR BMI1 scheduling on...
2018-09-14 Simon Pilgrim[X86][BMI1] Add scheduler class for BLSI/BLSMSK/BLSR...
2018-09-14 James Henderson[ThinLTO]Allow setting of maximum cache size with 64...
2018-09-14 Sam McCall[VFS] vfs::directory_iterator yields path and file...
2018-09-14 Kristina Brooks[Driver] Fix missing MultiArch include dir on powerpcspe
2018-09-14 Sam McCall[clangd] Don't override the preamble while completing...
2018-09-14 Sam McCall[clangd] Don't double-infer compile commands after...
2018-09-14 Sam McCall[Tooling] JSONCompilationDatabasePlugin infers compile...
2018-09-14 Kirill Bobyrev[clangd] NFC: Fix IndexBenchmark CLI arguments handling
2018-09-14 Ilya Biryukov[clangd] Update IndexerMain.cpp file comment after...
2018-09-14 Ilya Biryukov[analyzer] Restore final on NeedsCastLocField. NFC
2018-09-14 Kristof Umann[analyzer] Attempt to make a windows buildbot happy.
2018-09-14 David Stuttard[AMDGPU] Ensure trig range reduction only used for...
2018-09-14 Kristof Umann[analyzer][UninitializedObjectChecker] Support for...
2018-09-14 Kristof Umann[analyzer][UninitializedObjectChecker] New flag to...
2018-09-14 Kristof Umann[analyzer][UninitializedObjectChecker] Refactored check...
2018-09-14 Wolfgang Pieb[DWARF] reposting r342048, which was reverted in r34205...
2018-09-14 Kristof Umann[analyzer][UninitializedObjectChecker] Correct dynamic...
2018-09-14 Sylvestre LedruUse Chrome and Firefox as example of success for clang
2018-09-14 Kristof Umann[analyzer][UninitializedObjectChecker] Updated comments
2018-09-14 Sylvestre Ledruremove 11 years old videos from the homepage. if you...
2018-09-14 Kristof Umann[analyzer][UninitializedObjectChecker] Fixed dereferencing
2018-09-14 Sylvestre Ledruupdate the doc to compare with gcc 4.9 instead of 4.2
2018-09-14 Sylvestre Ledrugcc is now returning the same output on this example...
2018-09-14 Sam Parker[ARM] bottom-top mul support in ARMParallelDSP
2018-09-14 Florian Hahn[LoopInterchange] Preserve ScalarEvolution, by forgetti...
2018-09-14 Aleksandr Urakov[PDB] Use the raw PDB symbol interface more accurately
2018-09-14 Jonas Paulsson[SystemZ] Adjust cost functions for subtargets that...
2018-09-14 Martin Storsjo[COFF] Allow embedded directives to be separated by...
2018-09-14 Martin Storsjo[COFF] Avoid copying of chunk vectors. NFC.
2018-09-14 Martin Storsjo[Support] Treat null bytes as separator in windows...
2018-09-14 Craig Topper[InstCombine] Add some test cases for (add (sext x...
2018-09-14 Max Kazantsev[NFC] Remove meaningless code from GVN
2018-09-14 Hideki SaitoFix for the buildbot failure lab.llvm.org:8011/builders...
2018-09-14 Dean Michael... [XRay][clang] Emit "never-instrument" attribute
2018-09-14 Richard Trieu[ODRHash] Fix early exit that skipped code.
2018-09-14 Fangrui Song[clangd] Fix TUScheduler typos
2018-09-14 Hideki Saito[VPlan] Implement initial vector code generation suppor...
2018-09-14 Vedant KumarRelax alignment assumptions in a test after r342194
2018-09-13 Vedant KumarUpdate a clang-tidy test for r342194
2018-09-13 Vedant Kumar[Sema] Remove location from implicit capture init expr
2018-09-13 Richard Diamond[NFC] Link LLVMCore into LLVMExegesisARMTests.
2018-09-13 Richard SmithFix crash on call to __builtin_memcpy with a null point...
2018-09-13 Rui UeyamaCOFF: Add support for /force:multiple option
2018-09-13 Jim Inghamsvn add the new files...
2018-09-13 Tim Renouf[AMDGPU] Removed unused method
next