summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: use a pseudo-instruction for cmpxchg at -O0.Tim Northover2016-04-189-8/+475
* Fix trip count calculation for parallel loops in runtimeJonathan Peyton2016-04-183-26/+109
* Additional test for use-after-scopeKostya Serebryany2016-04-181-0/+14
* Runtime support for untied tasksJonathan Peyton2016-04-182-2/+37
* Fix for pthread_setspecific (TLS and shutdown) problemJonathan Peyton2016-04-183-14/+20
* [sanitizer-coverage] make sure coverage flags are not passed to clang if the ...Kostya Serebryany2016-04-182-0/+3
* [sanitizer-coverage] better docs for -fsanitize-coverage=trace-bbKostya Serebryany2016-04-181-1/+17
* [Hexagon] V60/HVX builtin definitions for clangKrzysztof Parzyszek2016-04-182-13/+3536
* [libFuzzer] warn if the corpus is emptyKostya Serebryany2016-04-182-1/+5
* [X86][SSE] Test case for PR2585Simon Pilgrim2016-04-181-0/+32
* Rename LocationNode -> SectionsCommand.Rui Ueyama2016-04-182-14/+14
* Remove redundant curly braces.Rui Ueyama2016-04-181-3/+3
* Refactor LinkerScript::assignAddresses. NFC.Rui Ueyama2016-04-182-26/+22
* [Orc] Explicitly delete RPC::SequenceNumberManager's copy-constructor andLang Hames2016-04-181-0/+3
* ensure lldbinline remembers .py extensionTodd Fiala2016-04-182-6/+20
* [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.Lang Hames2016-04-1812-464/+873
* [X86][AVX] Added extra memory folding tests for D19228Simon Pilgrim2016-04-181-0/+25
* try to make comments more meaningful; NFCSanjay Patel2016-04-181-9/+7
* [ValueTracking] Correct lit test comments. NFC.Chad Rosier2016-04-181-2/+2
* Fix shared build of LLVMPasses.Marcin Koscielnicki2016-04-181-1/+1
* Add missing dependency.Rafael Espindola2016-04-181-1/+1
* [BPI] Consider deoptimize calls as "unreachable"Sanjoy Das2016-04-182-1/+26
* lli: avoid global variables, use a local unique_ptr insteadMehdi Amini2016-04-181-24/+11
* [libFuzzer] add fresh openssl trophiesKostya Serebryany2016-04-181-1/+1
* Block: Fix a crash when we have type attributes or qualifiers with omittedManman Ren2016-04-184-10/+104
* [Hexagon] Define macros __HVX__ and __HVXDBL__ when appropriateKrzysztof Parzyszek2016-04-182-0/+32
* [MSan] [PowerPC] Add loadable library name for testing.Marcin Koscielnicki2016-04-181-0/+4
* [Parser][ObjC] Make sure c++11 in-class initialization is done when theAkira Hatanaka2016-04-182-0/+19
* Clarifying the wording of this diagnostic; it confused parameter and argument.Aaron Ballman2016-04-184-10/+11
* NFC: unify clang / LLVM atomic orderingJF Bastien2016-04-183-110/+81
* NFC: unify clang / LLVM atomic orderingJF Bastien2016-04-183-118/+160
* Add missing new file for r266637Xinliang David Li2016-04-181-0/+204
* Update InstrProf pass creator API referenceXinliang David Li2016-04-181-1/+1
* Port InstrProfiling pass to the new pass managerXinliang David Li2016-04-1814-91/+55
* [CMake] Fix misleading error message in CMakeLists.txt.Eugene Zelenko2016-04-181-1/+1
* [STATS] Remove timePair class and unused functionsJonathan Peyton2016-04-182-47/+0
* [STATS] print Total_* stats on their own lineJonathan Peyton2016-04-181-1/+4
* [X86][AVX] Added zero+blend vs vperm2f128 optsize tests cases (PR22984)Simon Pilgrim2016-04-181-0/+69
* Revert r266488.Easwaran Raman2016-04-181-1/+1
* Lanai: fix debug buildJF Bastien2016-04-181-1/+1
* [AMDGPU] Add insert nops pass based on subtarget features instead of cl::optKonstantin Zhuravlyov2016-04-186-14/+118
* [ARM] predefines __ELF__ macro for arm-none-eabiWeiming Zhao2016-04-182-0/+7
* fix a race is the LLDB test suite results collectionTodd Fiala2016-04-184-6/+32
* [X86][AVX] Renamed vperm2f128 test to make it quicker to reviewSimon Pilgrim2016-04-181-23/+23
* SCoPValidator: Use SCEVTraversal to simplify SCEVInRegionDependencesTobias Grosser2016-04-181-101/+33
* [X86][AVX] Renamed vperm2f128 tests to make it quicker to reviewSimon Pilgrim2016-04-181-79/+79
* Reapply "[Coverage] Prevent detection of false instantiations in case of macr...Igor Kudrin2016-04-187-19/+102
* Revert "Replace the use of MaxFunctionCount module flag"Eric Liu2016-04-187-188/+20
* [ELF] - Avoid using memset for zero-initialization of struct member. NFC.George Rimar2016-04-182-2/+1
* [AMDGPU][llvm-mc] s_setreg* - Fix order of operandsArtem Tamazov2016-04-183-10/+10
OpenPOWER on IntegriCloud