summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lldb-server: add support for binary memory readsPavel Labath2015-10-146-14/+72
* Bring back r250262: PS4 toolchainFilipe Cabecinhas2015-10-1418-8/+751
* [llvm-readobj/ELF] fix: add correct test inputsIgor Kudrin2015-10-144-0/+0
* [llvm-readobj/ELF] Print GNU Hash sectionIgor Kudrin2015-10-1411-0/+132
* Revert "RenderScript command for printing allocation contents"Pavel Labath2015-10-145-471/+0
* Change ConstString to support massive multi-threaded accessTamas Berghammer2015-10-141-54/+46
* Use __SIZE_TYPE__ to fix buildbot failures.Angel Garcia Gomez2015-10-141-1/+1
* Fix warning in CommandObjectMemoryTamas Berghammer2015-10-141-0/+1
* Make use of lldv::Triple::isAndroidTamas Berghammer2015-10-143-13/+7
* [x86][FastISel] Teach how to select nontemporal stores.Andrea Di Biagio2015-10-142-16/+103
* Prevent modernize-use-auto from emitting a warning when 'auto' was already be...Angel Garcia Gomez2015-10-142-0/+8
* Support every kind of initialization.Angel Garcia Gomez2015-10-142-20/+118
* Fix compiler warnings in ScriptInterpreterPythonPavel Labath2015-10-141-1/+1
* RenderScript command for printing allocation contentsEwan Crawford2015-10-144-0/+470
* Mark TestBatchMode as flaky on linuxPavel Labath2015-10-141-0/+1
* Fix GCC atomic implementation in C++03Eric Fiselier2015-10-141-3/+8
* [CMake] Add LLVM_VERSION_PATCH to the -current_version flag for libclang.Chris Bieneman2015-10-141-1/+1
* [CMake] Add LLVM_VERSION_PATCH to the -current_version flag for libLTO and li...Chris Bieneman2015-10-142-2/+2
* [CMake] Fixing the bots I broke.Chris Bieneman2015-10-141-7/+7
* [CMake] Set Policy CMP0048 to NEWChris Bieneman2015-10-141-11/+21
* Add a instrumentation test for LinuxXinliang David Li2015-10-141-0/+1
* Revert-to-green r250262 (PS4 toolchain patch)Sean Silva2015-10-1418-749/+7
* [LLDB] Adding mips32 in the list of archs with watchpoint_exceptions_received...Mohit K. Bhakkad2015-10-141-1/+3
* Canonicalize some of the x86 builtin tests and either remove or commentEric Christopher2015-10-1431-56/+90
* Remove the optimization option from this test as it is unnecessaryEric Christopher2015-10-141-1/+1
* [X86] Update CPU detection to only enable XSAVE features if the OS has enable...Craig Topper2015-10-141-14/+16
* [X86] Add XSAVE feature flags to their various processors.Craig Topper2015-10-141-3/+23
* [LLDB][MIPS64] Adding mips64 reaturn address register for unwind planMohit K. Bhakkad2015-10-141-0/+1
* Use range-based for loops. NFCCraig Topper2015-10-141-9/+7
* [MSVC] Fix for http://llvm.org/PR24132: __declspec(property): double invocati...Alexey Bataev2015-10-142-11/+31
* Revert r250204 and r250240 due to bot failure. We failed to build PGO-ed clang.Manman Ren2015-10-147-235/+5
* I took care of the build problem in the commit 250252.Ekaterina Romanova2015-10-1418-7/+749
* Use __config_site when building libc++. Also cleanup ABI versioning docEric Fiselier2015-10-145-4/+10
* [msan] Fix crash on multiplication by a non-integer constant.Evgeniy Stepanov2015-10-142-9/+38
* [asan] Disabling speculative loads under asan. Patch by Mike AizatskyKostya Serebryany2015-10-142-1/+45
* Rename one of our two llvm::GCOVOptions classes to llvm::GCOV::Options. We usedRichard Smith2015-10-144-15/+11
* reverting my patch, cause build problemsEkaterina Romanova2015-10-1418-749/+7
* Workaround -pedantic flag added by LLVMEric Fiselier2015-10-131-0/+4
* Split -pedantic and -Wno-long-long into two separate flags so libc++ can remo...Eric Fiselier2015-10-131-1/+2
* ABI versioning macros for libc++.Evgeniy Stepanov2015-10-1311-12/+85
* ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala2015-10-1310-27/+85
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-10-1318-7/+749
* [SCEV] Use `SCEV::isAllOnesValue` directly; NFC.Sanjoy Das2015-10-131-8/+4
* [Sema/objc] When checking for unimplemented methods treat methods from class ...Argyrios Kyrtzidis2015-10-133-8/+17
* Remove definition of ~PlatformNetBSD(), since its declaration is marked as '=...Bruce Mitchener2015-10-131-13/+0
* Added tree panels.Greg Clayton2015-10-131-15/+281
* Fix use of libc++ <foo.h> headers from within an 'extern "C"' context in C++98.Richard Smith2015-10-132-0/+45
* [CMake]Getting rid of references to LLVM_SUBMIT_VERSION and LLVM_SUBMIT_SUBVE...Chris Bieneman2015-10-132-9/+3
* [CMake] Add compatibility and current versioning to libLTO to match autoconf ...Chris Bieneman2015-10-131-0/+10
* [CMake] libLLVM's compatibility version should be 1.Chris Bieneman2015-10-131-1/+1
OpenPOWER on IntegriCloud