platform/upstream/llvm.git
2016-07-21 Enrico GranataFix an issue where LLDB would detect an empty shared...
2016-07-20 Eric Fiselier[libunwind] Properly align _Unwind_Exception.
2016-07-20 Eric FiselierUpdate .arcconfig
2016-07-20 Davide Italiano[MachO] Add a couple of missing braces.
2016-07-20 Adam Nemet[OptDiag,LV] Add hotness attribute to the derived analy...
2016-07-20 Sanjay Patel[InstSimplify][InstCombine] don't crash when folding...
2016-07-20 Eric FiselierDisable warning flags when running .fail.cpp tests.
2016-07-20 Xinliang David Li[Profile] Document new profile file name modifiers
2016-07-20 George Burgess IVMake help text more consistent. NFC.
2016-07-20 Tim NorthoverGlobalISel: Remove explicit enumerator values from...
2016-07-20 Kelvin Li[OpenMP] Sema and parsing for 'target simd' pragma
2016-07-20 Xinliang David LiFix test failure on Win
2016-07-20 George Burgess IV[CFLAA] Add offset tracking in CFLGraph.
2016-07-20 Eric FiselierUnbreak traits tests by handling differences between...
2016-07-20 Vedant Kumar[utils] Add script to check for code coverage regressions
2016-07-20 Xinliang David LiSync up with llvm copy /NFC
2016-07-20 Xinliang David LiReapply r276185
2016-07-20 Justin Lebar[NVPTX] Enable the load-store vectorizer on nvptx.
2016-07-20 Kostya Serebryany[sanitizers] split sanitizer_allocator.h into a number...
2016-07-20 Xinliang David LiRevert r276185 -- build bot failure
2016-07-20 Geoff Berry[AArch64] Register AArch64LoadStoreOptimizer so it...
2016-07-20 Adam Nemet[OptDiag,LV] Add hotness attribute to analysis remarks
2016-07-20 Adam Nemet[OptDiag] Take the IR Value as a const pointer
2016-07-20 Adam Nemet[OptDiag] Wrap a long line
2016-07-20 Artem Belevich[NVPTX] Renamed NVPTXLowerKernelArgs -> NVPTXLowerArgs...
2016-07-20 Richard SmithFix memory leak introduced in r276159.
2016-07-20 Etienne Bergeronrevert rL276179: [compiler-rt] Fix broken unittest...
2016-07-20 Hans WennborgRevert r276117 "[XRay] Basic initialization and flag...
2016-07-20 Xinliang David Li[Profile] support directory reading in profile merging
2016-07-20 Tim NorthoverGlobalISel: implement Legalization querying framework.
2016-07-20 Ahmed Bougacha[AArch64][FastISel] Select -O0 legal cmpxchg.
2016-07-20 Ahmed Bougacha[AArch64][FastISel] Select atomic stores into STLR.
2016-07-20 David Majnemer[GVNHoist] Don't hoist PHI nodes
2016-07-20 John McCallWhen copying an array into a lambda, destroy temporarie...
2016-07-20 Etienne Bergeron[compiler-rt] Fix broken unittest related to 64-bit...
2016-07-20 Kelvin Li[OpenMP] Allow negative lower bound in array sections...
2016-07-20 Simon Atanasyan[ELF][MIPS] Omit redundant arguments in the `getMipsEFl...
2016-07-20 Rafael EspindolaDelete EhInputSection::getOffset.
2016-07-20 Davide Italiano[SCCP] Zap multiple return values.
2016-07-20 Simon Atanasyan[ELF][MIPS] Create PLT entry specific for MIPS ABI...
2016-07-20 Simon Atanasyan[ELF][MIPS] Pick arch flag from the first input file.
2016-07-20 Justin Lebar[LSV] Don't move stores across may-load instrs, and...
2016-07-20 Justin Lebar[LSV] Vectorize up to side-effecting instructions.
2016-07-20 George Burgess IV[MSSA] Add an overload for getClobberingMemoryAccess.
2016-07-20 Rui Ueyama[pdbdump] Use the "flow" style to print out a sequence...
2016-07-20 Kelvin Li[OpenMP] Ignore parens in atomic capture
2016-07-20 Francis RicciFix typo in test runner
2016-07-20 Rui UeyamaFunction names should start with lowercase letters.
2016-07-20 Rui UeyamaReturn a vector from createPhdrs instead of return...
2016-07-20 Rui UeyamaReplace parallel arrays with a StringSwitch.
2016-07-20 Rui UeyamaRemove `else` after `break`.
2016-07-20 Yaxun Liu[OpenCL] AMDGCN target will generate images in constant...
2016-07-20 Tim NorthoverGlobalISel: properly conditionalize LLT use.
2016-07-20 Richard Smith[modules] Don't emit initializers for VarDecls within...
2016-07-20 Tim NorthoverGlobalISel: implement low-level type with just size...
2016-07-20 Rafael EspindolaAvoid use of uninitialized iterators.
2016-07-20 Alina SbirleaProperly ifdef the use of cpuid.
2016-07-20 Chandler CarruthAdd yet more explicit template instantiations. These...
2016-07-20 Artem Belevich[NVPTX] deal with all aggregate return types.
2016-07-20 Artem Belevich[NVPTX] Improve lowering of byval args of device functions.
2016-07-20 Richard SmithFix modules self-host: add missing include and forward...
2016-07-20 Francis Ricci[compiler-rt] Don't require c++ headers when configurin...
2016-07-20 Adam Nemet[OptDiag] Fix function comment
2016-07-20 Alina Sbirlea[cpu-detection] Cleanup of Host.cpp.
2016-07-20 Francis Ricci[compiler-rt] Fix target architecture matching
2016-07-20 Sanjay Patelminimize tests and auto-generate checks
2016-07-20 Rafael EspindolaCreate thunks before regular relocation scan.
2016-07-20 Jason HenlineAdd .clang-format to parallel-libs
2016-07-20 Rafael EspindolaUse iterators to avoid dereferencing end().
2016-07-20 Etienne Bergeronfix flaky test on windows sanitizer bots
2016-07-20 Jason HenlineUse HTTPS for arcconfig conduit URL
2016-07-20 Rui UeyamaSimplify output section ownership.
2016-07-20 Sanjay Patelmove decomposeBitTestICmp() to Transforms/Utils; NFC
2016-07-20 Wei MiFix test/Analysis/ScalarEvolution/scev-expander-existin...
2016-07-20 Tobias GrosserUpdate isl to isl-0.17.1-191-g540b2fd
2016-07-20 George Rimar[ELF] - Refactor of LinkerScript<ELFT>::getPhdrIndicesF...
2016-07-20 Wei MiUse ValueOffsetPair to enhance value reuse during SCEV...
2016-07-20 Sanjay Patelfix documentation comments; NFC
2016-07-20 Kostya Serebryany[asan] trying to fix the android bot
2016-07-20 Eugene Leviant[ELF] Attempt to fix FreeBSD build bot (no template...
2016-07-20 Jim InghamIf x/i is followed by x/g, the format should be reset...
2016-07-20 Reid KlecknerTry to deflake Windows/dll_host.cc test by not using...
2016-07-20 Matt ArsenaultAMDGPU: Add missing test coverage for control flow...
2016-07-20 Ed Mastelibunwind: limit stack usage in unwind cursor
2016-07-20 George RimarRemoved trailing whitespaces. NFC.
2016-07-20 Reid Kleckner[xray] Only build xray on Linux for now
2016-07-20 Peter SmithInitial support for the local dynamic model ARM TLS...
2016-07-20 Etienne Bergeron[compiler-rt/asan] Disable irrelevant unittest on win64
2016-07-20 Eugene Leviant[ELF] Create output sections in LinkerScript class
2016-07-20 Reid Kleckner[MS] Improve VPtrInfo field names and doc comments
2016-07-20 Yaxun LiuAMDGPU: Fix bug causing crash due to invalid opencl...
2016-07-20 George Rimar[ELF] - Fixed integral constant overflow warning under...
2016-07-20 Dean Michael... [compiler-rt] [XRay] Basic initialization and flag...
2016-07-20 Dmitry Vyukovtsan: fix windows build
2016-07-20 Matthias Gehreclang-tidy modernize-loop-convert: preserve type of...
2016-07-20 Kirill Bobyrev[clang-tidy] readability-identifier-naming - support...
2016-07-20 Renato Golin[docs] Fixing Sphinx warnings to unclog the buildbot
2016-07-20 Rafael EspindolaAvoid some binary searches.
2016-07-20 Dmitry Vyukovtsan: fix windows build
2016-07-20 Benjamin KramerRevert "[InstCombine] Enable cast-folding in logic...
next