summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Relax testcase: Newer versions of LLDB don't necessarily print the "{".Adrian Prantl2014-02-271-1/+1
* [XCore] Support functions returning more than 4 words.Richard Osborne2014-02-276-26/+160
* [XCore] Make LowerCallResult a static function.Richard Osborne2014-02-272-33/+24
* Split FileEntry name vs. isValidBen Langmuir2014-02-274-7/+12
* Fix build break due to signature change on ASTContext' setExternalSource para...Todd Fiala2014-02-276-7/+7
* [ASan] Make sure IOC_DIRMASK is undefined before redefining it.Alexander Potapenko2014-02-271-0/+3
* Assert that the name of some internal variables start with \01L or \01l.Rafael Espindola2014-02-271-47/+55
* Remove MCPureStreamer.Rafael Espindola2014-02-274-238/+0
* More LWG issues. Mark #2182, #2323 and #2213 as complete. Add a test for #233...Marshall Clow2014-02-273-4/+6
* libclang: New functions clang_Type_getNumTemplateArguments,Dmitri Gribenko2014-02-275-32/+140
* tsan: another attempt to fix the tls_get_addr crashDmitry Vyukov2014-02-272-13/+16
* Re-apply r200853, which should not crash after Clang plugins were converted t...Alexander Kornienko2014-02-272-9/+15
* tsan: work around known bug in libstdc++Dmitry Vyukov2014-02-271-8/+13
* Rewrite compiler-rt.llvm.org to make it relevantAlexey Samsonov2014-02-271-96/+67
* [sanitizer] do not acquire a global mutex in deadlock detector when dealing w...Kostya Serebryany2014-02-273-14/+18
* tsan: intercept vforkDmitry Vyukov2014-02-272-0/+69
* Made the ClangTidyTest helper class independent of the testing framework.Alexander Kornienko2014-02-273-57/+59
* Revert r202396, r202397.Richard Osborne2014-02-276-172/+48
* [XCore] Support functions returning more than 4 words.Richard Osborne2014-02-276-26/+159
* [XCore] Make LowerCallResult a static function.Richard Osborne2014-02-272-33/+24
* [XCore] Target optimized library function __memcpy_4()Richard Osborne2014-02-274-1/+75
* [XCore] Add dag combines for instructions that ignore some input bits.Richard Osborne2014-02-272-0/+83
* [XCore] Provide information about known zero bits of resource instructions.Richard Osborne2014-02-272-0/+80
* Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.Alexander Kornienko2014-02-278-37/+33
* [asan] fix a pair of silly typosKostya Serebryany2014-02-271-2/+2
* [asan] disable asan-detect-invalid-pointer-pair (was enabled by mistake)Kostya Serebryany2014-02-271-1/+1
* [asan] *experimental* implementation of invalid-pointer-pair detector (finds ...Kostya Serebryany2014-02-275-0/+103
* Add myself as a c-rt owner of ASan/WinTimur Iskhodzhanov2014-02-271-0/+4
* tsan: 2 more deadlock detector benchmarksDmitry Vyukov2014-02-271-0/+50
* Fix Howard's e-mailAlexey Samsonov2014-02-271-1/+1
* Add CODE_OWNERS.TXTAlexey Samsonov2014-02-271-0/+53
* update the declaration from llvm::OwningPtr to llvm::IntrusiveRefCntPtr to ma...Sylvestre Ledru2014-02-271-1/+1
* [docs] Actually spell out the new version requirements for the host C++Chandler Carruth2014-02-271-79/+19
* [sanitizer] Fix iOS build.Evgeniy Stepanov2014-02-271-0/+3
* [docs] Clean up some of the required software to not mention irrelevantChandler Carruth2014-02-271-12/+7
* [docs] Switch this table to the simple form as well. No content changed.Chandler Carruth2014-02-271-23/+14
* [docs] Switch to the incredibly simpler "simple table" form. It nowChandler Carruth2014-02-271-29/+17
* [docs] Delete tons of bad information in the requirements section of theChandler Carruth2014-02-271-45/+14
* Stop test/CodeGen/X86/v4i32load-crash.ll targeting non-X86-64 targets.Daniel Sanders2014-02-271-2/+3
* tsan: fix deadlock detector lit test outputDmitry Vyukov2014-02-271-1/+1
* [CMake] Teach build system to build/test compiler-rt with a just-built ClangAlexey Samsonov2014-02-271-1/+65
* tsan: add another deadlock detector benchmarkDmitry Vyukov2014-02-271-0/+29
* tsan: fix internal deadlock detector for external deadlock detectorDmitry Vyukov2014-02-273-3/+4
* [sanitizer] Sizes and layouts for sanitizers on FreeBSD.Evgeniy Stepanov2014-02-272-186/+346
* [CMake] Introduce LLVM_BUILD_EXTERNAL_COMPILER_RT optionAlexey Samsonov2014-02-272-1/+6
* [asan] Install asan_device_setup to bin/ when targetting Android.Evgeniy Stepanov2014-02-274-0/+22
* tsan: add recursive deadlock detector benchmarkDmitry Vyukov2014-02-271-3/+30
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-2724-57/+461
* [asan] Don't disable SEGV handler on Android by default.Evgeniy Stepanov2014-02-271-5/+1
* tsan: improve deadlock detector testDmitry Vyukov2014-02-271-18/+51
OpenPOWER on IntegriCloud