platform/upstream/llvm.git
2016-02-13 Argyrios Kyrtzidis[RecursiveASTVisitor] Introduce dataTraverseStmtPre...
2016-02-13 Matt ArsenaultAMDGPU: Cleanup includes and random macros
2016-02-13 Matt ArsenaultAMDGPU: Add sin/cos builtins
2016-02-13 Matt ArsenaultAMDGPU: Add intrinsics for sin/cos
2016-02-13 Matt ArsenaultAMDGPU: Update builtin for intrinsic change
2016-02-13 Matt ArsenaultAMDGPU: Rename intrinsic to better match instruction...
2016-02-13 Alexey SamsonovDisable two tests that use a lot of stack under ASan.
2016-02-13 Matt ArsenaultUpdate page to list supported targets
2016-02-13 Matt ArsenaultSplit sources for amdgcn and r600
2016-02-13 Richard TrieuMake -Wnull-conversion more useful.
2016-02-13 Alexey Samsonov[TSan] Adjust expectation for check_analyze.sh
2016-02-13 Tom StellardAMDGPU/SI: Add instruction defs for VOP1 DPP instructions
2016-02-13 Matt ArsenaultAMDGPU: Fix broken condition causing warning
2016-02-13 Jim InghamAdding an SBThread::StepInto that takes an end-line...
2016-02-13 Tom StellardAMDGPU/SI: Organize intrinsics by subtarget
2016-02-13 Siva Chandra[TestLibCxxAtomic] Fix Makefile so that the test builds...
2016-02-13 Pirama Arumuga... Don't combine fp_round (fp_round x) if f80 to f16 is...
2016-02-13 Sean CallananRemoved many JIT workarounds from IRForTarget.
2016-02-12 Sean CallananFix stripping of _ when looking for symbols in IRExecut...
2016-02-12 Alexey SamsonovFix Windows buildbot breakage.
2016-02-12 Tom StellardAMDGPU/SI: Detect uniform branches and emit s_cbranch...
2016-02-12 Yunzhong GaoDisable the vzeroupper insertion pass on PS4.
2016-02-12 Justin Bognercmake: Simplify the iOS.cmake toolchain
2016-02-12 Argyrios Kyrtzidis[index] Add llvm/Support/DataTypes.h header to fix...
2016-02-12 Enrico GranataRemove an unnecessary include
2016-02-12 Argyrios Kyrtzidis[libclang] Separate the underlying indexing functionali...
2016-02-12 Derek Schuff[WebAssembly] Report more meaningful error messages...
2016-02-12 Krzysztof Parzyszek[Hexagon] Optimize stack slot spills
2016-02-12 Eugene ZelenkoFix remaining Clang-tidy readability-redundant-control...
2016-02-12 Tim NorthoverDarwin: pass -stdlib=libc++ down to cc1 whenever we...
2016-02-12 David Majnemer[llvm-pdbdump] Start to decode some streams
2016-02-12 Krzysztof Parzyszek[Hexagon] Mark HVX registers as volatile
2016-02-12 Enrico GranataData formatter support for libc++ std::atomic<T>
2016-02-12 Sanjay Patelfix test to use FileCheck
2016-02-12 Derek Schuff[WebAssembly] Update test expectations after r260737
2016-02-12 Evgeniy StepanovFix MemorySanitizer.ptrtoint test on big-endian targets.
2016-02-12 Krzysztof Parzyszek[Hexagon] Recognize more cases in copyPhysReg and stack...
2016-02-12 Sean CallananDisable recognition of "using" declarations at translat...
2016-02-12 Reid Kleckner[codeview] Describe local variables in registers
2016-02-12 Rui UeyamaELF: Add wildcard pattern matching to SECTIONS linker...
2016-02-12 Chris Bieneman[CMake] Fixing bots I broke.
2016-02-12 Rafael EspindolaTrying to fix the MSVC build.
2016-02-12 Chris Bieneman[CMake] Improve the clang order-file generation workflow
2016-02-12 Rong Xu[PGO] Add another interface for annotateValueSite
2016-02-12 Dan Gohman[WebAssembly] Fix byval for empty types.
2016-02-12 Chad Rosier[AArch64] Enable post-RA MI scheduler for Kryo.
2016-02-12 Dan Gohman[WebAssembly] Fix insertion of a BLOCK in a loop header...
2016-02-12 Rafael EspindolaTry to fix the build in some bots.
2016-02-12 Sean CallananIRInterpreter now recognizes expressions with constants...
2016-02-12 Sean CallananCentralized symbol lookup in IRExecutionUnit, and fixed...
2016-02-12 Andrew Kaylor[WinEH] Prevent EH state numbering from skipping nested...
2016-02-12 Chad Rosier[LIR] Allow merging of memsets in negatively strided...
2016-02-12 Justin LebarFix typo in comment.
2016-02-12 Justin Lebar[SimplifyCFG] Don't fold conditional branches that...
2016-02-12 Justin Lebar[LoopRotate] Don't perform loop rotation if the loop...
2016-02-12 Justin LebarAdd convergent property to CodeMetrics.
2016-02-12 Justin LebarInitialize CodeMetrics' member variables inline with...
2016-02-12 Rafael EspindolaAdd initial LTO support.
2016-02-12 Krzysztof Parzyszek[Hexagon] Recognize more instructions in isLoadFromStac...
2016-02-12 Rui UeyamaELF: Remove use of MapVector from LinkerScript.
2016-02-12 Quentin ColombetGet rid of some GLOBAL_ISEL ifdefs that should be harml...
2016-02-12 David MajnemerRemove unused variable
2016-02-12 Siva ChandraAdjust for Python-3.
2016-02-12 Benjamin KramerRemove LLVMGetTargetMachineData leftovers.
2016-02-12 Artem BelevichAdded missing '__'.
2016-02-12 Alexey Samsonov[LSan] Print more helpful error message if LSan crashes...
2016-02-12 Sean CallananObjective-C++ is a kind of C++.
2016-02-12 Argyrios Kyrtzidis[ADT] Revert the llvm/ADT/OptionSet.h header and unit...
2016-02-12 Sean CallananMake Target::CalculateProcess() return a sensible result.
2016-02-12 Samuel Benzaquen[clang-tidy] Add check performance-faster-string-find
2016-02-12 Philip Reames[GVN] Common code for local and non-local load availabi...
2016-02-12 Hubert Tongtest/Headers/float.c: fix theoretical edge values
2016-02-12 David Majnemer[AST] Fix typos in RecordLayoutBuilder
2016-02-12 Chris Bieneman[CMake] Pass stage1 tools through to stage2 when buildi...
2016-02-12 Chad Rosier[LIR] Partially revert r252926(NFC), which introduced...
2016-02-12 Philip Reames[LVI] Exploit nsw/nuw when computing constant ranges
2016-02-12 Hans Wennborg[CMake] don't build libLTO when LLVM_ENABLE_PIC is OFF
2016-02-12 Mehdi AminiGlobalISel is always built since r260566, reflect it...
2016-02-12 Mehdi Aminillvm-config: replace assertions with a helpful error...
2016-02-12 Sean CallananRenamed TestRdar12991846 to the more descriptive TestUn...
2016-02-12 Krzysztof Parzyszek[Hexagon] Add utility functions to detect sign- and...
2016-02-12 Artem Belevich[CUDA] Tweak attribute-based overload resolution to...
2016-02-12 Krzysztof Parzyszek[Hexagon] Replace expansion of spill pseudo-instruction...
2016-02-12 David Majnemer[InstCombine] Don't aggressively replace xor with icmp
2016-02-12 Tom Stellard[AMDGPU] Assembler: Swap operands of flat_store instruc...
2016-02-12 Changpeng FangAMDGPU/SI: Annotate Loops with Constant Condition in...
2016-02-12 Krzysztof Parzyszek[Hexagon] Remove HexagonExpandPredSpillCode pass
2016-02-12 Krzysztof Parzyszek[Hexagon] Eliminate pseudo instructions for circ/brev...
2016-02-12 Geoff Berry[AArch64] Reduce number of callee-save save/restores.
2016-02-12 Krzysztof Parzyszek[Hexagon] Handle out-of-range offsets in eliminateFrame...
2016-02-12 Chad Rosier[AArch64] Add support for Qualcomm Kryo CPU.
2016-02-12 Rafael Espindolamake needsPlt a pure predicate.
2016-02-12 Rafael EspindolaDelete the deprecated LLVMLinkModules.
2016-02-12 Jun Bum Lim[AArch64] Merge two adjacent str WZR into str XZR
2016-02-12 Aaron BallmanReapply r260096.
2016-02-12 Krzysztof Parzyszek[Hexagon] Specify vector alignment in DataLayout string
2016-02-12 Daniel SandersRe-commit r260230 with a fix for clang-cmake-aarch64...
2016-02-12 Krzysztof Parzyszek[Hexagon] Specify vector alignment in DataLayout string
2016-02-12 Adhemerval... [lld] [ELF/AArch64] Add support to some GD/LE/IS TLS...
2016-02-12 Benjamin KramerFix uninitialized memory read.
next