platform/upstream/llvm.git
2015-07-20 Reid KlecknerDon't try to instrument allocas used by outlined SEH...
2015-07-20 Rafael EspindolaRemove duplicated code.
2015-07-20 Matthias BraunAArch64: Add aditional Cyclone macroop fusion opportunities
2015-07-20 Matthias BraunMachineScheduler: Restrict macroop fusion to data-depen...
2015-07-20 Dimitry AndricAvoid early pipefail exits due to grep failures in...
2015-07-20 Dimitry AndricSince BSD cmp(1) does not support the --ignore-initial...
2015-07-20 Krzysztof ParzyszekAdd 'const' to a few more functions in MachineFrameInfo
2015-07-20 Geoff BerryFix comment typo (test commit). NFC
2015-07-20 Artem Belevich[CUDA] Moved device-side triple calculation to buildCud...
2015-07-20 Chaoren LinFix whitespace in Android.cmake.
2015-07-20 Chaoren Lin[Android] Only enable evil libdl.a hack when building...
2015-07-20 Rafael EspindolaSimplify now that we can iterate backwards. NFC.
2015-07-20 Quentin Colombet[ARM] Refactor the prologue/epilogue emission to be...
2015-07-20 Jingyue Wu[NVPTX] make load on global readonly memory to use ldg
2015-07-20 Rafael EspindolaSimplify iterating over the dynamic section and report...
2015-07-20 Krzysztof Parzyszek[Hexagon] Generate MUX from conditional transfers when...
2015-07-20 Reid KlecknerFix code completion tests to use an explicit modules...
2015-07-20 Greg ClaytonFix the yellow colorizing and fix some logic in the...
2015-07-20 Aaron BallmanSuppress two warnings from MSVC 2015 that are triggered...
2015-07-20 Alex LorenzMIR Serialization: Initial serialization of machine...
2015-07-20 Hans Wennborgtest-release.sh: don't include /usr/local prefix in...
2015-07-20 Chris Bieneman[CMake] Cleanup tools/CMakeLists.txt to take advantage...
2015-07-20 Reid KlecknerFix a case where we forgot to make a static local varia...
2015-07-20 Sanjoy Das[ImplicitNullChecks] Work with implicit defs.
2015-07-20 Alex LorenzMIR Parser: Add support for quoted named global value...
2015-07-20 Rafael EspindolaUpdate for llvm api change.
2015-07-20 Rafael EspindolaRemove Elf_Rela_Iter and Elf_Rel_Iter.
2015-07-20 Ying ChenEnable timeout on Windows
2015-07-20 Artem BelevichFixed style issues pointed out by Justin Bogner.
2015-07-20 Reid Kleckner[lit] Implement 'env' in the internal shell
2015-07-20 Marshall ClowMark new tests as unsupported before C++11
2015-07-20 Chad Rosier[AArch64] Change EON pattern to match more often.
2015-07-20 Daniel BerlinMiscellaneous Fixes for SparseBitVector
2015-07-20 Yunzhong GaoFix quoting of #pragma comment for PS4.
2015-07-20 Chaoren LinRevert static Android build until build master restarts.
2015-07-20 Sean CallananEliminated a potential infinite recursion in structure...
2015-07-20 Marshall ClowImplement the default searcher for std::experimental...
2015-07-20 Pavel Labath[NativeProcessLinux] Bugfix in the monitor thread
2015-07-20 Bill SchmidtAdd missing test for r242296 (vec_sld)
2015-07-20 Marshall ClowImplement the plugin-based version of std::search....
2015-07-20 Benjamin Kramer[CodeGen] Flip lanes when lowering __builtin_palignr...
2015-07-20 Kuba Brecka[asan] Speed up ASan unit tests by turning off symbolic...
2015-07-20 Rafael EspindolaReport errors an invalid virtual addresses.
2015-07-20 Charlie TurnerAdd some missing 'F' flags to libm/libc builtins.
2015-07-20 Rafael EspindolaRemove unnecessary code.
2015-07-20 Tom StellardAMDGPU/SI: Add VI patterns to select FLAT instructions...
2015-07-20 Rafael EspindolaSimplify the search for which segment has a virtual...
2015-07-20 Tamas BerghammerImprove aarch64 instruction emulation
2015-07-20 Aaron BallmanSilence a -Wtype-limits warning; NFC.
2015-07-20 Rafael EspindolaSimplify iterating over program headers and detect...
2015-07-20 Yaron KerenRemove erroneous space in "lib64" string constant.
2015-07-20 Vasileios Kalintiris[mips] Added support for the ERETNC instruction.
2015-07-20 Alexey Bataev[X86, inlineasm] Improve analysis of x,Y0,Yi,Ym,Yt...
2015-07-20 Gabor BallabasAllow case-insensitive values for -mtune for AArch64...
2015-07-20 Yaron KerenFix typo found by Joerg Sonnenberger.
2015-07-20 Richard SmithAttempt to fix greendragon buildbot failures; apparentl...
2015-07-20 Yaron KerenSupport mingw toolchain include and lib directories...
2015-07-20 Daniel JasperExtend misc-unused-parameters to delete parameters...
2015-07-20 Rafael Espindolallvm-readobj: Handle invalid references to the string...
2015-07-20 Rafael EspindolaMove CHECKs closer to the RUN line.
2015-07-20 Rafael Espindolallvm-readobj: call exit(1) on error.
2015-07-20 Rafael EspindolaRefactor duplicated code. NFC.
2015-07-20 Daniel JasperInitial version of clang-tidy check to find and fix...
2015-07-19 Richard Smith[modules] Add (already passing) test for template defau...
2015-07-19 Davide Italiano[Sema] Make an assertion stricter.
2015-07-19 Dmitry Vyukovasan: fix a test
2015-07-19 Richard Smith[modules] Don't save uninteresting identifiers, and...
2015-07-19 Nico WeberRemove two unused includes, part 2...
2015-07-19 Nico WeberRemove two unused includes.
2015-07-19 Evgeniy Stepanov[sanitizer] De-flake one test.
2015-07-19 Arnold SchwaighoferRevert "MergeFuncs: Transfer the function parameter...
2015-07-19 Simon Pilgrim[X86][SSE] Tidied up vector CTLZ/CTTZ. NFCI.
2015-07-19 Yaron KerenNarrow Callee scope, suggestion from David Blaikie.
2015-07-19 Simon Pilgrim[X86][SSE] Reordered cast vectorization costs. NFCI.
2015-07-19 Logan Chienlibunwind: Introduce __libunwind_config.h.
2015-07-19 Yaron KerenDe-duplicate CS.getCalledFunction() expression.
2015-07-19 Simon Pilgrim[DAGCombiner] Fixed minor typo that was missed in D9097.
2015-07-19 Michael Kuperstein[X86] Add support for tbyte memory operand size for...
2015-07-19 Simon PilgrimRemove TargetInstrInfo::canFoldMemoryOperand
2015-07-19 Elena DemikhovskyAVX-512: Floating point conversions for SKX - DAG Lowering.
2015-07-19 Simon PilgrimUse SDValue bool check. NFCI.
2015-07-19 Asaf Badouh[X86][AVX512BW] add clang intrinsics for pmulhrsw ...
2015-07-19 Eric FiselierFix warnings in unordered_map
2015-07-19 Eric FiselierFix warnings in forwardlist
2015-07-19 Eric FiselierFix warnings in deque tests
2015-07-19 Eric Fiselier[LIT] Allow for executeCommand to take the stdin input.
2015-07-19 Eric FiselierCommit file missing from r242629
2015-07-18 Eric FiselierFix warnings in array and assoc containers
2015-07-18 Eric FiselierRemove unused typedefs in random and regex
2015-07-18 Eric FiselierCleanup warnings in test/std/depr
2015-07-18 Eric FiselierFix warnings in test/std/algorithms
2015-07-18 Eric FiselierFix unused variable warnings in atomic tests
2015-07-18 Eric FiselierFix warnings in test/std/language.support
2015-07-18 Eric FiselierEnable and fix warnings during the build.
2015-07-18 Benjamin Kramer[CodeGen] Don't dereference vector::end if the vector...
2015-07-18 Simon Pilgrim[X86][SSE] Updated SHL/LSHR i64 vectorization costs.
2015-07-18 Benjamin Kramer[AggressiveAntiDepBreaker] Use range loops for multimap...
2015-07-18 Yaron KerenRangify for loops in GlobalDCE, NFC.
2015-07-18 Marshall ClowFix up typos in a couple of tests; due to agressive...
2015-07-18 Eric FiselierAdd missing instrumentation in vector::insert - Patch...
next