platform/upstream/llvm.git
2018-10-11 Kostya Serebryanymerge two near-identical functions createPrivateGlobalF...
2018-10-11 George Karpenkov[analyzer] Experiment with an iteration order only...
2018-10-11 George Karpenkov[analyzer] Avoid unneeded invalidation in RetainCountCh...
2018-10-11 George Karpenkov[analyzer] Retain count checker for OSObject: recognize...
2018-10-11 Tom StellardAMDGPU/GlobalISel: Implement select for G_INSERT
2018-10-11 Ana Pazos[RISCV] Fix disassembling of fence instruction with...
2018-10-11 Richard TrieuInline variable into assert to avoid unused variable...
2018-10-11 Alexander Shaposhnikov[llvm-objcopy] Factor out CopyConfig
2018-10-11 Aaron Smith[llvm-pdbutil] Add missing pdb for test
2018-10-11 Rui UeyamaRemove SymbolTable::addAbsolute().
2018-10-11 Wei Mi[SampleFDO][NFC] Remove debugging log left over in...
2018-10-11 Sanjay Patel[x86] add tests for extract_element; NFC
2018-10-11 Rui UeyamaRemove `else` after `return`.
2018-10-11 Sanjay Patel[x86] regenerate CHECKs; NFC
2018-10-11 Eli Friedman[ELF] Fix link failure with Android compressed relocati...
2018-10-11 Eugene Zelenko[Documentation] Rephrase modernize-deprecated-ios-base...
2018-10-11 Aaron Smith[llvm-pdbutil] Pretty print PDBSymbolUsingNamespace...
2018-10-11 Dan AlbertRevert "[Driver] Default Android toolchains to libc++."
2018-10-11 Dan Albert[Driver] Default Android toolchains to libc++.
2018-10-11 Dan Albert[Driver] Default to `-z now` and `-z relro` on Android.
2018-10-11 Rui UeyamaRename SymbolTable::addRegular -> SymbolTable::addDefined.
2018-10-11 Dan Albert[Driver] Fix --hash-style choice for Android.
2018-10-11 Rui UeyamaRemove unused default arguments.
2018-10-11 Craig Topper[X86] Type legalize v2f32 loads by using an f64 load...
2018-10-11 Rui UeyamaRemove SymbolTable::addUndefined<ELF32LE>(StringRef).
2018-10-11 Kostya Serebryany[hwasan] relax a test
2018-10-11 Michal Gorny[python] [tests] Fix calling tests on Windows
2018-10-11 Thomas Lively[WebAssembly][NFC] Remove repetition of Defs = [ARGUMEN...
2018-10-11 Warren RistowUpdate test of r344198 to work with release builds.
2018-10-11 Aaron Enye Shi[HIP] Remove unused irif bitcode from test
2018-10-11 Sumanth Gundapaneni[Hexagon] Restrict compound instructions with constant...
2018-10-11 Sumanth Gundapaneni[Pipeliner] Use the Index from Topo instead of relying...
2018-10-11 Sumanth Gundapaneni[Pipeliner] Fix the Schedule DAG topoligical order.
2018-10-11 Aaron Enye Shi[HIP] Replace irif library with hip.amdgcn.bc
2018-10-11 Thomas Lively[WebAssembly] Revert rL344180, which was breaking expen...
2018-10-11 Zachary TurnerRevert SymbolFileNativePDB plugin.
2018-10-11 Artem DergachevRevert r344197 "[MC][ELF] compute entity size for expli...
2018-10-11 Jason MolendaFix this comment so it is consistent with all the others.
2018-10-11 Sean FertileRevert "clang-cl: Add /showFilenames option (PR31957)"
2018-10-11 Jason MolendaDon't mark an LC_BUILD_VERSION as giving us a
2018-10-11 Leonard Chan[PassManager/Sanitizer] Port of AddresSanitizer pass...
2018-10-11 Alexey Bataev[OPENMP][NVPTX]Reduce memory use for globalized vars in
2018-10-11 Nirav Dave[DAG] Fix Big Endian in Load-Store forwarding
2018-10-11 Krzysztof Parzyszek[Hexagon] Eliminate potential sources of non-determinis...
2018-10-11 Craig Topper[X86] Restore X86ISelDAGToDAG::matchBEXTRFromAnd. Teach...
2018-10-11 Zachary TurnerBetter support for POSIX paths in PDBs.
2018-10-11 Jordan Rupprecht[llvm-nm] Fix crash when running with --print-armap...
2018-10-11 Eric LiuRevert "[Lex] TokenConcatenation now takes const Prepro...
2018-10-11 Eric Liuclang-cl: set output of lit-test to a tmp file after...
2018-10-11 Martin Storsjo[COFF] Add and use a Wordsize field in Config. NFCI.
2018-10-11 Martin Storsjo[COFF] Set proper pointer size alignment for LocalImpor...
2018-10-11 Michal Gorny[python] [tests] Retab CMakeLists.txt for consistency...
2018-10-11 Eric Liu[Lex] TokenConcatenation now takes const Preprocessor
2018-10-11 Marshall ClowRevert commit r344254; does not work with C++03
2018-10-11 Michal Gorny[tests] Remove Python tests from check-all due to breakage
2018-10-11 Aaron BallmanImprove -Wshadow warnings with enumerators.
2018-10-11 Michal Gorny[tests] Include Python binding tests in CMake rules
2018-10-11 Brad SmithSome improvements to the OpenBSD driver.
2018-10-11 Fangrui Song[clang-move] Remove clang:: qualifier
2018-10-11 Sanjay Patel[DAGCombiner] move comment closer to the corresponding...
2018-10-11 Marshall ClowPrefer to use the __is_XXX compiler intrinsics to the...
2018-10-11 Andrea Di Biagio[llvm-mca][BtVer2] Add tests for optimizable GPR regist...
2018-10-11 Eric Liu[lldb] Surpress copy-elison warning.
2018-10-11 Amara Emerson[InstCombine] Fix SimplifyLibCalls erasing an instructi...
2018-10-11 Eric Liu[lldb] rename MinOS::minor to MinOS::minor_version...
2018-10-11 Patrick LysterAdd support for 'dynamic_allocators' clause on 'require...
2018-10-11 Diogo N. Sampaio[AARCH64][FIX] Emit data symbol for constant pool data
2018-10-11 Sam McCall[Tooling] Move CompilationDatabasePlugin to the Registr...
2018-10-11 Andrew Savonichev[Sema][OpenCL] Improve diagnostics for not viable overl...
2018-10-11 Sam McCall[clangd] Remove no-op crash handler, we never set a...
2018-10-11 Aaron BallmanRevert r344241 as it broke multiple bots.
2018-10-11 Dylan McKayGeneralize an IR verifier check to work with non-zero...
2018-10-11 Kristof Umann[analyzer][UninitializedObjectChecker] Reports Loc...
2018-10-11 Michal Gorny[tests] Include Python binding tests in CMake rules
2018-10-11 Michal Gorny[python] [tests] Support overriding library path via...
2018-10-11 David Green[InstCombine] Demand bits of UMin
2018-10-11 Alex Bradbury[RISCV] Re-generate test/CodeGen/RISCV/vararg.ll after...
2018-10-11 David Green[InstCombine] Demand bits of UMax
2018-10-11 David Green[InstCombine] Add tests for demand bits of min/max...
2018-10-11 Andrea Di Biagio[tblgen][CodeGenSchedule] Add a check for invalid Regis...
2018-10-11 Hans Wennborgclang-cl: Add /showFilenames option (PR31957)
2018-10-11 Florian Hahn[LV] Use SmallVector instead of DenseMap in calculateRe...
2018-10-11 Florian Hahn[LV] Ignore more debug info.
2018-10-11 Roman Lebedev[compiler-rt][ubsan] Split Implicit Integer Truncation...
2018-10-11 Roman Lebedev[clang][ubsan] Split Implicit Integer Truncation Saniti...
2018-10-11 Calixte Denizet[profile] Fix the gcov tests after the patch in D49853...
2018-10-11 Calixte Denizet[gcov] Display the hit counter for the line of a functi...
2018-10-11 Max Kazantsev[NFC] Factor out getOrCreateAddRecExpr method
2018-10-11 George Rimar[ELF] - Set sh_info and sh_link for .rela.plt sections.
2018-10-11 Chandler CarruthFix the qualification of `IntrusiveRefCntPtr` to use...
2018-10-11 Roman Lebedev[X86][BMI1]: X86DAGToDAGISel: select BEXTR from x ...
2018-10-11 Max Kazantsev[IndVars] Drop "exact" flag from lshr and udiv when...
2018-10-11 Martin Storsjo[llvm-nm] Include the text "@FILE" in the output of...
2018-10-11 Marshall ClowAdd a test that shows what happens with throwing destru...
2018-10-11 Chris Bieneman[CMake] Temporarily remove the LLVM_ENABLE_IDE option
2018-10-11 Chris Bieneman[CMake] Unconditionally add .h and .td files to target...
2018-10-11 Chris Bieneman[Coverage] Apply filtered paths to summary
2018-10-11 Zachary TurnerUse fully qualified namespace name.
2018-10-11 Eric FiselierUse C++03 friendly version of alignof
2018-10-11 Eric FiselierFix use of removed _LIBCPP_HAS_NO_BUILTIN_ALIGNED_OPERA...
next