platform/upstream/llvm.git
2016-08-30 Sjoerd MeijerFix for commit 280064 that break the build.
2016-08-30 Sjoerd MeijerThis adds new options -fdenormal-fp-math and passes...
2016-08-30 Miklos Vajnaclang-rename: fix formatting in USRFinder
2016-08-30 Miklos Vajnaclang-rename: improve error message when -old-name...
2016-08-30 Ying Yi[llvm-cov] Use the native path in the coverage report.
2016-08-30 Tobias Grosserwww: Add IMPACT 2017 announcement to news page
2016-08-30 Lang Hames[Support][Error] Suppress warning about unused result.
2016-08-30 Lang Hames[Support] Add a conditionally defined default construct...
2016-08-30 Richard SmithCombine two FileCheck patterns to prevent overzealous...
2016-08-30 James Y KnightReplace incorrect "#ifdef DEBUG" with "#ifndef NDEBUG".
2016-08-30 Akira Hatanaka[asan] Mark failing test as UNSUPPORTED.
2016-08-30 Kostya Serebryany[libFuzzer] use bits instead of bytes for memcmp/strcmp...
2016-08-30 Hal Finkel[PowerPC] Update the DWARF register-size table
2016-08-30 Anna Thomas[RewriteStatepointsForGC] Update comment for same PHI...
2016-08-30 Lang Hames[ORC][RPC] Reword 'async' to 'non-blocking' to better...
2016-08-30 Eric FiselierAdd "FLAKY_TEST" test directive to support re-running...
2016-08-30 Hal Finkel[PowerPC] Force entry alignment in .got2
2016-08-30 Sanjoy DasFix coding style; NFC
2016-08-30 Duncan P. N... ADT: Explode include/llvm/ADT/{ilist,ilist_node}.h...
2016-08-30 Kostya Serebryany[libFuzzer] use trace-div and trace-gep for guided...
2016-08-30 Kostya Serebryany[sanitizer-coverage] add two more modes of instrumentat...
2016-08-30 Kostya Serebryany[sanitizer-coverage] add two more modes of instrumentat...
2016-08-30 Kostya Serebryany[sanitizer-coverage] add two more modes of instrumentat...
2016-08-30 Eric FiselierFix syntax error in recent CMake change.
2016-08-30 Hal Finkel[PowerPC] Add support for -mlongcall
2016-08-30 Hal Finkel[PowerPC] Add support for -mlongcall
2016-08-30 Jason MolendaUpdate debugserver project to pull in StdStringExtracto...
2016-08-30 Vitaly Buka[asan] Disable test on darwin bot
2016-08-30 Eric FiselierFix PR28831 - Bad logic around CMAKE_OSX_SYSROOT and...
2016-08-30 Piotr PadlewskiNFC: add early exit in ModuleSummaryAnalysis
2016-08-30 Richard SmithC++ Modules TS: driver support for building modules.
2016-08-30 Hal Finkel[PowerPC] Add triple to test/CodeGen/PowerPC/atomic...
2016-08-30 Duncan P. N... Rename unittests/ADT/ilistTestTemp.cpp => IListTest.cpp
2016-08-30 Duncan P. N... ADT: Give ilist<T>::reverse_iterator a handle to the...
2016-08-29 Evgeniy Stepanov[cfi] Export __cfi_check when linking with -fsanitize...
2016-08-29 Jan VeselyAMDGPU/R600: Cleanup DAGCombine
2016-08-29 Evgeniy StepanovFix typo in test.
2016-08-29 Lang Hames[ORC] Fix unit-test breakage from r280016.
2016-08-29 Vitaly Buka[asan] Attempt to fix test on darwin bot
2016-08-29 Michael KupersteinFix typo in comment. NFC.
2016-08-29 Teresa Johnson[ThinLTO] Indirect call promotion fixes for promoted...
2016-08-29 Chris Bieneman[CMake] Trying to fix the bots I broke
2016-08-29 Hal Finkel[PowerPC] Fix i8/i16 atomics for little-Endian targets...
2016-08-29 Chris Bieneman[CMake] Use -std=c++11 if supported
2016-08-29 Chad Rosier[SLP] Return a boolean value for these static helpers...
2016-08-29 Jan VeselyAMDGPU/R600: Remove MergeVectorStores from legalization
2016-08-29 Rui UeyamaMake lld actually compatible with gold in terms of...
2016-08-29 Lang Hames[ORC][RPC] Fix typo in RPC comments: call primitives...
2016-08-29 Lang Hames[ORC][RPC] Make the future type of an Orc RPC call...
2016-08-29 Saleem Abdulrasoollibc++: perform configuration checks with -nodefaultlibs
2016-08-29 Saleem AbdulrasoolCOFF: disambiguate make_unique (NFC)
2016-08-29 Chris Bieneman[CMake] Make LLVMConfig.cmake variable names match...
2016-08-29 Saleem AbdulrasoolCOFF: add beginnings of debug directory creation
2016-08-29 Tim NorthoverGlobalISel: use multi-dimensional arrays for legalize...
2016-08-29 Adrian PrantlFix a bug preventing the cause for a module file-not...
2016-08-29 Adrian PrantlFix a bug preventing the cause of a module-out-of-date...
2016-08-29 Easwaran RamanFix a thinko in r278189.
2016-08-29 Eric FiselierFix or suppress GCC warnings during build.
2016-08-29 Saleem AbdulrasoolAMDGPU: fix mismatch tags, NFC
2016-08-29 Saleem AbdulrasoolExecutionEngine: fix a bug in the movt/movw relocator
2016-08-29 Chris Bieneman[CMake] Builtins build needs LLVM_*_OUTPUT_INTDIR variables
2016-08-29 Matthew Simpson[LV] Move insertelement sequence after scalar definitions
2016-08-29 Zachary TurnerConvert GetNameColonValue to return StringRefs.
2016-08-29 Eric FiselierTurn On -DLIBCXX_ENABLE_BENCHMARKS by default.
2016-08-29 Krzysztof ParzyszekPropagate TBAA info in SelectionDAG::getIndexedLoad
2016-08-29 Zachary TurnerCopy StringExtractor to StdStringExtractor.
2016-08-29 Douglas Katzman[Myriad]: add missing 'mcpu' values
2016-08-29 Tom StellardAMDGPU/SI: Implement a custom MachineSchedStrategy
2016-08-29 Zachary TurnerRemove std::atomic from lldb::Address.
2016-08-29 Vitaly Buka[asan] Enable new stack poisoning with store instructio...
2016-08-29 Tim NorthoverGlobalISel: switch to SmallVector for pending legalizat...
2016-08-29 Tom StellardAMDGPU/SI: Improve SILoadStoreOptimizer and run it...
2016-08-29 Tim NorthoverASan: remove variable only used in assertions build
2016-08-29 Eric FiselierUpdate Google Benchmark library.
2016-08-29 Tim NorthoverGlobalISel: legalize frem to a libcall on AArch64.
2016-08-29 Tim NorthoverGlobalISel: rework CallLowering so that it can be used...
2016-08-29 Matt ArsenaultAMDGPU/R600: Fix fixups used for constant arrays
2016-08-29 Kyle ButtIfConversion: Fix branch predication bug.
2016-08-29 Vitaly BukaUse store operation to poison allocas for lifetime...
2016-08-29 Kostya Serebryany[scudo] use 32 bits of ASLR entropy instead of just...
2016-08-29 Vitaly Buka[asan] Separate calculation of ShadowBytes from calcula...
2016-08-29 Vitaly Buka[asan] Remove runtime flag detect_stack_use_after_scope
2016-08-29 David Majnemer[SimplifyCFG] Hoisting invalidates metadata
2016-08-29 Reid KlecknerMake vec_fabs.ll pass with MSVC 2013
2016-08-29 Reid KlecknerTry to fix clang-offload-bunder.c test once more
2016-08-29 Teresa Johnson[gold] Fix test accidentally regressed for newer gold
2016-08-29 Evandro Menezes[AArch64] Adjust the scheduling model for Exynos M1.
2016-08-29 Anna Thomas[StatepointsForGC] Rematerialize in the presence of...
2016-08-29 Teresa Johnson[LTO] Remove extraneous output
2016-08-29 Sanjay Patel[Constant] remove fdiv and frem from canTrap()
2016-08-29 Sanjay Patel[SimplifyCFG] rename test file, regenerate checks,...
2016-08-29 Gor Nishanov[Coroutines] Part 9: Add cleanup subfunction.
2016-08-29 Sanjay Patel[TargetLowering] remove fdiv and frem from canOpTrap...
2016-08-29 Krzysztof ParzyszekDo not use MRI::getMaxLaneMaskForVReg as a mask coverin...
2016-08-29 Tom StellardAMDGPU/SI: Improve register allocation hints for sopk...
2016-08-29 Rafael EspindolaUse the correct ctor/dtor section for dynamic-no-pic.
2016-08-29 Benjamin KramerMark test as XFAIL instead of disabling it everywhere.
2016-08-29 Rafael EspindolaMove code only used by codegen out of MC. NFC.
2016-08-29 Haojian WuFix -Wunused-but-set-variable warning.
2016-08-29 Tom StellardAMDGPU/SI: Query AA, if available, in areMemAccessesTri...
next