summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix libc++ test experimental/algorithms/alg.random.sample/sample.pass.cpp whe...Mehdi Amini2017-03-021-5/+9
* CMake: Clean up VersionFromVCS.cmakeTom Stellard2017-03-021-33/+29
* [BypassSlowDivision] Refactor fast division insertion logic (NFC)Nikolai Bozhenov2017-03-021-160/+218
* Forgot about local variable lookup. Jim Ingham2017-03-021-0/+18
* [DAGCombiner] Fix DebugLoc propagation when folding !(x cc y) -> (x !cc y)Taewook Oh2017-03-026-24/+93
* [DAG] early exit to improve readability and formatting of visitMemCmpCall(); ...Sanjay Patel2017-03-021-64/+53
* Work around GCC linking errors within libc++abi due to missing new/delete def...Eric Fiselier2017-03-021-1/+5
* Work around GCC linking errors within libc++abi due to missing new/delete def...Eric Fiselier2017-03-021-1/+6
* [Hexagon] Pick the right branch opcode depending on branch probabilitiesKrzysztof Parzyszek2017-03-022-15/+113
* Revert "AMDGPU: Re-do update for branch-relaxation test"Tobias Grosser2017-03-021-9/+6
* Add a reference to the projects in the Get involved section.Jim Ingham2017-03-021-0/+2
* CodeGen: MachineBlockPlacement: Remove the unused outlining heuristic.Kyle Butt2017-03-022-175/+1
* Revert "Currently broken by recent LLVM upstream changes"Tobias Grosser2017-03-021-2/+0
* Goals->Projects.Jim Ingham2017-03-021-1/+1
* [ARM] Fix insert point for store rescheduling.Eli Friedman2017-03-023-25/+76
* Added a list of outstanding projects that would benefit lldb.Jim Ingham2017-03-022-0/+380
* Fix test failures caused by new/delete calls getting optimized awayEric Fiselier2017-03-025-5/+13
* Revert "Fix PR 24415 (at least), by making our post-dominator tree behavior s...Tobias Grosser2017-03-0216-196/+105
* [PPC] Fix code generation for bswap(int32) followed by store16Guozhi Wei2017-03-022-2/+26
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-0278-161/+162
* [AArch64] Extend redundant copy elimination pass to handle non-zero stores.Chad Rosier2017-03-022-77/+455
* [DAG] improve documentation comments; NFCSanjay Patel2017-03-022-90/+48
* [MSP430] Add SRet support to MSP430 targetVadzim Dambrouski2017-03-0226-172/+277
* Promote ConstantInitBuilder to be a public CodeGen API; it'sJohn McCall2017-03-0212-107/+159
* Update ABI list for 4.0 releaseEric Fiselier2017-03-022-1905/+1906
* The patch fixes r296770Evgeny Stupachenko2017-03-021-2/+2
* [libc++] Add option to disable new/delete overloads when libc++abi provides t...Eric Fiselier2017-03-022-2/+17
* [libc++abi] Add option to enable definitions for the new/delete overloads.Eric Fiselier2017-03-022-5/+10
* Pass a callback to resolveReloc. NFC.Rafael Espindola2017-03-021-13/+15
* [libc++abi] Update new/delete definitions to match libc++Eric Fiselier2017-03-021-71/+157
* Simplify test by producing an executable.Rafael Espindola2017-03-021-11/+5
* [NVPTX] Reduce amount of boilerplate code used to select load instruction opc...Artem Belevich2017-03-021-1781/+587
* [NVPTX] Added missing LDU/LDG intrinsics for f16.Artem Belevich2017-03-022-2/+19
* Fix some Wdocumentation warningsSimon Pilgrim2017-03-021-2/+2
* [X86][MMX] Fixed i32 extraction on 32-bit targetsSimon Pilgrim2017-03-022-21/+16
* Add coding and shebang.Vassil Vassilev2017-03-022-0/+6
* Mark function as llvm dump method.Vassil Vassilev2017-03-021-7/+1
* Cast to the right type on Windows.Vassil Vassilev2017-03-021-1/+1
* [Hexagon] Skip blocks that define vector predicate registers in early-ifKrzysztof Parzyszek2017-03-022-2/+45
* Document that code inlined into a nodebug function also won't get anyAdrian Prantl2017-03-021-1/+2
* Remove redundant include.Vassil Vassilev2017-03-021-2/+0
* Reland r296442 with modifications reverted in r296463.Vassil Vassilev2017-03-023-0/+35
* Simplify. NFC.Rui Ueyama2017-03-021-13/+8
* [Hexagon] Properly handle 'q' constraint in 128-byte vector modeKrzysztof Parzyszek2017-03-022-22/+25
* [PowerPC][ELFv2ABI] Allocate parameter area on-demand to reduce stack frame sizeNemanja Ivanovic2017-03-022-5/+129
* The patch turns on epilogue unroll for loops with constant recurency start.Evgeny Stupachenko2017-03-025-21/+65
* Serialization: use the PCH chain to check PCH modeSaleem Abdulrasool2017-03-021-1/+2
* [DAGCombiner] avoid assertion when folding binops with opaque constantsSanjay Patel2017-03-023-3/+81
* New tool: opt-diff.pyAdam Nemet2017-03-023-3/+88
* [opt-viewer] Treat remarks with different attributes as differentAdam Nemet2017-03-021-1/+16
OpenPOWER on IntegriCloud