summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bitcasts between FP and INT values using direct movesNemanja Ivanovic2015-12-103-92/+334
* Macro debug info support in LLVM IRAmjad Aboud2015-12-1020-40/+509
* [NFC] Improve a comment from my previous commit (r255221)Faisal Vali2015-12-101-1/+1
* [clang-tidy] Sort includes case-sensitively.Alexander Kornienko2015-12-101-4/+1
* [asan] Use atomic_uintptr_t instead of atomic_uint64_t in SuppressErrorReport.Yury Gribov2015-12-101-2/+2
* [LLE] Use the PredicatedScalarEvolution interface to query SCEVs for dependencesSilviu Baranga2015-12-101-16/+15
* Switch to gold linker on android x86, x86_64, armTamas Berghammer2015-12-101-0/+7
* [RenderScript] Refactor condition deciding when to JIT RS runtimeEwan Crawford2015-12-101-9/+19
* Differential Revision: http://reviews.llvm.org/D15333Aidan Dodds2015-12-101-9/+7
* [analyzer] Fix symbolic element index lifetime.Artem Dergachev2015-12-108-7/+189
* [ELF] - Implemented --print-gc-sections command line argument.George Rimar2015-12-105-1/+41
* [PostRA scheduling] Allow a target to do scheduling when it wants post RA.Jonas Paulsson2015-12-104-5/+29
* [ELF] - Resolve R_386_PLT32 statically in some cases.George Rimar2015-12-102-35/+51
* [Sema] Use UnaryOperatorKind and BinaryOperatorKind in parameter lists instea...Craig Topper2015-12-103-31/+27
* Add parentheses to suppress a -Wparentheses warning.Craig Topper2015-12-101-2/+2
* [asan] Move halt_on_error_suppress_equal_pcs.cc to Posix directory.Yury Gribov2015-12-101-0/+0
* [OPENMP] Fixed processing of predetermined data-sharing attributesAlexey Bataev2015-12-1022-78/+67
* [asan] Suppress duplicated errors in ASan recovery mode.Yury Gribov2015-12-105-2/+83
* Revert r255137.Akira Hatanaka2015-12-102-59/+8
* Add arg_begin() and arg_end() to CallInst and InvokeInst; NFCISanjoy Das2015-12-106-42/+58
* libclang: correct inverted logicSaleem Abdulrasool2015-12-102-8/+7
* [X86] Fix a couple cases were bitwise and logical operations were being mixed...Craig Topper2015-12-102-2/+2
* [OPENMP] Make -fopenmp to turn on OpenMP support by default, clang partAlexey Bataev2015-12-102-3/+3
* [OPENMP] Make -fopenmp to turn on OpenMP support by default.Alexey Bataev2015-12-105-53/+25
* Fix PR24694 (CWG1591): Deducing array bound and element type from initializer...Faisal Vali2015-12-102-13/+103
* [WebAssembly] Implement mixed-type ISD::FCOPYSIGN.Dan Gohman2015-12-103-1/+35
* [WebAssembly] Implement fma.Dan Gohman2015-12-103-1/+19
* [MSVC] Fix for http://llvm.org/PR25636: indexed accessor property not support...Alexey Bataev2015-12-104-12/+42
* AMDGPU/SI: Fix warning introduced by r255204Tom Stellard2015-12-101-2/+1
* AMDGPU/SI: Emit constant arrays in the .text sectionTom Stellard2015-12-1016-90/+113
* AMDGPU/SI: Add support for sgpr and vgpr inline assembly constraintsTom Stellard2015-12-103-6/+71
* [WebAssembly] Fix legalization of f32->f64 EXTLOAD.Dan Gohman2015-12-102-1/+21
* Mark MS inline ASM 'nodplicate' it it has labels (PR23715)Hans Wennborg2015-12-102-2/+14
* Fix a typo in the clang user manual.Yunzhong Gao2015-12-101-2/+2
* There were problems if a relative path is used for an include path, the path ...John Thompson2015-12-101-2/+2
* PR25416: Improve performance of processing inline assembly consisting of manyRichard Smith2015-12-103-17/+50
* [WebAssembly] Update known test failuresDerek Schuff2015-12-101-10/+1
* [Lit Test] Updated 20 Lit tests to be C++11 compatible.Charles Li2015-12-1020-66/+291
* RegisterPressure: Factor out liveness dead-def detection logic; NFCIMatthias Braun2015-12-102-42/+43
* [WebAssembly] Also legalize sign_extend_inreg of i32->i64.Dan Gohman2015-12-102-1/+10
* [WebAssembly] Update test failure expectationsDerek Schuff2015-12-101-28/+10
* Replace cmake check for printf with a check for fopen.Evgeniy Stepanov2015-12-101-1/+1
* Replace cmake check for printf with a check for fopen.Evgeniy Stepanov2015-12-101-1/+1
* Replace cmake check for printf with a check for fopen.Evgeniy Stepanov2015-12-101-1/+1
* Replace cmake check for printf with a check for fopen.Evgeniy Stepanov2015-12-101-1/+1
* Remove redundant _LIBCPP_ALWAYS_INLINE attribute from __convert_to_integral o...Eric Fiselier2015-12-101-9/+9
* Revert "[CMake] Provide options for toggling on and off various runtime libra...Chris Bieneman2015-12-1010-98/+113
* [CMake] [Darwin] Log architecture test failures to CMakeError.logChris Bieneman2015-12-101-0/+4
* PeepholeOptimizer: Ignore dead implicit defsDan Gohman2015-12-102-0/+34
* [WebAssembly] Fix legalization of shift operators with illegal types.Dan Gohman2015-12-102-1/+31
OpenPOWER on IntegriCloud