platform/upstream/llvm.git
2015-12-10 Bill Seurer[power] Fix test case target checks
2015-12-10 Sanjay Patel[InstCombine] fold bitcasts around an extractelement...
2015-12-10 Tamas BerghammerAdd modules downloaded by ModuleCache to the global...
2015-12-10 Teresa Johnson[ThinLTO] Debug message cleanup (NFC)
2015-12-10 Rafael EspindolaAvoid undefined behavior when vector is empty.
2015-12-10 Sanjay Patelremove duplicated comments and don't repeat function...
2015-12-10 Teresa Johnson[ThinLTO] Release files in gold plugin during combined...
2015-12-10 Dan Gohman[WebAssembly] Tighten up several CHECK tests.
2015-12-10 Rafael EspindolaSlit lib/Linker in two.
2015-12-10 Dan Gohman[WebAssembly] Make WebAssemblyStoreResults only return...
2015-12-10 Dan Gohman[WebAssembly] Fix WebAssemblyPeephole to set Changed...
2015-12-10 Dan Gohman[WebAssembly] Declare that WebAssemblyPeephole does...
2015-12-10 Dan Gohman[WebAssembly] Remove an unneeded getAnalysisUsage override.
2015-12-10 Ed MasteAdd --version-script= alias for --version-script
2015-12-10 Aaron BallmanAdd a license clarification for use of links and titles...
2015-12-10 Chad Rosier[DeadStoreElimination] Add support for non-local DSE.
2015-12-10 Nemanja IvanovicBitcasts between FP and INT values using direct moves
2015-12-10 Amjad AboudMacro debug info support in LLVM IR
2015-12-10 Faisal Vali[NFC] Improve a comment from my previous commit (r255221)
2015-12-10 Alexander Kornienko[clang-tidy] Sort includes case-sensitively.
2015-12-10 Yury Gribov[asan] Use atomic_uintptr_t instead of atomic_uint64_t...
2015-12-10 Silviu Baranga[LLE] Use the PredicatedScalarEvolution interface to...
2015-12-10 Tamas BerghammerSwitch to gold linker on android x86, x86_64, arm
2015-12-10 Ewan Crawford[RenderScript] Refactor condition deciding when to...
2015-12-10 Aidan DoddsDifferential Revision: reviews.llvm.org/D15333
2015-12-10 Artem Dergachev[analyzer] Fix symbolic element index lifetime.
2015-12-10 George Rimar[ELF] - Implemented --print-gc-sections command line...
2015-12-10 Jonas Paulsson[PostRA scheduling] Allow a target to do scheduling...
2015-12-10 George Rimar[ELF] - Resolve R_386_PLT32 statically in some cases.
2015-12-10 Craig Topper[Sema] Use UnaryOperatorKind and BinaryOperatorKind...
2015-12-10 Craig TopperAdd parentheses to suppress a -Wparentheses warning.
2015-12-10 Yury Gribov[asan] Move halt_on_error_suppress_equal_pcs.cc to...
2015-12-10 Alexey Bataev[OPENMP] Fixed processing of predetermined data-sharing...
2015-12-10 Yury Gribov[asan] Suppress duplicated errors in ASan recovery...
2015-12-10 Akira HatanakaRevert r255137.
2015-12-10 Sanjoy DasAdd arg_begin() and arg_end() to CallInst and InvokeIns...
2015-12-10 Saleem Abdulrasoollibclang: correct inverted logic
2015-12-10 Craig Topper[X86] Fix a couple cases were bitwise and logical opera...
2015-12-10 Alexey Bataev[OPENMP] Make -fopenmp to turn on OpenMP support by...
2015-12-10 Alexey Bataev[OPENMP] Make -fopenmp to turn on OpenMP support by...
2015-12-10 Faisal ValiFix PR24694 (CWG1591): Deducing array bound and element...
2015-12-10 Dan Gohman[WebAssembly] Implement mixed-type ISD::FCOPYSIGN.
2015-12-10 Dan Gohman[WebAssembly] Implement fma.
2015-12-10 Alexey Bataev[MSVC] Fix for llvm.org/PR25636: indexed accessor prope...
2015-12-10 Tom StellardAMDGPU/SI: Fix warning introduced by r255204
2015-12-10 Tom StellardAMDGPU/SI: Emit constant arrays in the .text section
2015-12-10 Tom StellardAMDGPU/SI: Add support for sgpr and vgpr inline assembl...
2015-12-10 Dan Gohman[WebAssembly] Fix legalization of f32->f64 EXTLOAD.
2015-12-10 Hans WennborgMark MS inline ASM 'nodplicate' it it has labels (PR23715)
2015-12-10 Yunzhong GaoFix a typo in the clang user manual.
2015-12-10 John ThompsonThere were problems if a relative path is used for...
2015-12-10 Richard SmithPR25416: Improve performance of processing inline assem...
2015-12-10 Derek Schuff[WebAssembly] Update known test failures
2015-12-10 Charles Li[Lit Test] Updated 20 Lit tests to be C++11 compatible.
2015-12-10 Matthias BraunRegisterPressure: Factor out liveness dead-def detectio...
2015-12-10 Dan Gohman[WebAssembly] Also legalize sign_extend_inreg of i32...
2015-12-10 Derek Schuff[WebAssembly] Update test failure expectations
2015-12-10 Evgeniy StepanovReplace cmake check for printf with a check for fopen.
2015-12-10 Evgeniy StepanovReplace cmake check for printf with a check for fopen.
2015-12-10 Evgeniy StepanovReplace cmake check for printf with a check for fopen.
2015-12-10 Evgeniy StepanovReplace cmake check for printf with a check for fopen.
2015-12-10 Eric FiselierRemove redundant _LIBCPP_ALWAYS_INLINE attribute from...
2015-12-10 Chris BienemanRevert "[CMake] Provide options for toggling on and...
2015-12-10 Chris Bieneman[CMake] [Darwin] Log architecture test failures to...
2015-12-10 Dan GohmanPeepholeOptimizer: Ignore dead implicit defs
2015-12-10 Dan Gohman[WebAssembly] Fix legalization of shift operators with...
2015-12-10 Dan Gohman[WebAssembly] Fix copy+pastos.
2015-12-10 Dan Gohman[WebAssembly] Implement anyext.
2015-12-10 Lang Hames[lld][MachO] Always reserve space for the empty string...
2015-12-09 Evgeniy StepanovRemove visibility attributes from out-of-class method...
2015-12-09 Reid KlecknerFix crash on invalid initialization with std::initializ...
2015-12-09 Quentin Colombet[X86] Enable shrink-wrapping by default, but keep it...
2015-12-09 Douglas GregorObjective-C properties: loosen 'atomic' checking for...
2015-12-09 Xinliang David Li[PGO] Add cmake check to determine atomics op availability
2015-12-09 Chris Bieneman[CMake] Pass CMAKE_MAKE_PROGRAM through to compiler...
2015-12-09 Sanjay Pateluse range-based for loops; NFCI
2015-12-09 Chris Bieneman[CMake] Provide options for toggling on and off various...
2015-12-09 Rafael EspindolaSynchronize the logic for deciding to link a gv.
2015-12-09 Yabin Cui[tsan] Move emptyset/oldset to ThreadSignalContext.
2015-12-09 Yabin Cui[tsan] Use REAL(malloc) instead of __libc_malloc for...
2015-12-09 Evgeniy StepanovAdd 3 more missing inline/visibility attributes.
2015-12-09 Sumanth GundapaneniFix the target specific "-msse3" flag check in CMake...
2015-12-09 Yabin Cui[tsan] Disable interceptors not supported in Android.
2015-12-09 Sanjay Patelfix typos; NFC
2015-12-09 Eric FiselierUse __make_integer_seq builtin for std::make_integer_se...
2015-12-09 Todd Fialaenable timeout/exceptional exit support for xUnit formatter
2015-12-09 Hans Wennborgasan_win_dynamic_runtime_thunk.cc: declare atexit
2015-12-09 Zachary TurnerPut progress.py back, apparently this can't be deleted.
2015-12-09 Rong Xu[PGO] Rename the profdata filename to avoid the conflic...
2015-12-09 Justin BognerIR: Make ConstantDataArray::getFP actually return a...
2015-12-09 Teresa Johnson[ThinLTO] Release files read when creating combined...
2015-12-09 Reid Kleckner[Float2Int] Don't operate on vector instructions
2015-12-09 David Blaikie[llvm-dwp] Sink debug_types.dwo emission into the code...
2015-12-09 Zachary TurnerRemove the -P option from dotest.py
2015-12-09 Zachary TurnerDelete the -n command line option from dotest.py.
2015-12-09 Zachary TurnerRemove the -i command line option from dotest.py.
2015-12-09 Zachary TurnerDelete the -F command line option from dotest.py.
2015-12-09 Rafael EspindolaDon't assign a temporary string to a StringRef.
2015-12-09 Sanjoy DasUse WeakVH to keep track of calls with operand bundles...
2015-12-09 Sanjoy DasDelete trailing whitespace; NFC
next