summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ExternalASTMerger] Import Objective-C classesSean Callanan2017-07-254-13/+41
* [Frontend] Mark some ASTUnit methods as const. NFC.Vedant Kumar2017-07-252-17/+17
* [LTO] Prevent dead stripping and internalization of symbols with sectionsTeresa Johnson2017-07-258-5/+134
* [ubsan] -fsanitize=vptr now requires -fsanitize=null, update testsVedant Kumar2017-07-254-10/+19
* [ubsan] Null-check pointers in -fsanitize=vptr (PR33881)Vedant Kumar2017-07-2512-26/+109
* [StaticAnalyzer] Completely unrolling specific loops with known bound optionPeter Szecsi2017-07-2510-2/+459
* Revert "This patch enables the usage of constant Enum identifiers within Micr...Eric Christopher2017-07-252-71/+24
* Revert "This patch enables the usage of constant Enum identifiers within Micr...Eric Christopher2017-07-254-85/+15
* Attempt to fix lld tests on Windows after 308998.Nico Weber2017-07-251-9/+0
* [PowerPC] Pretty-print CR bits the way the binutils disassembler doesNemanja Ivanovic2017-07-257-37/+56
* Cleanup: __kmp_env_* variablesJonathan Peyton2017-07-254-44/+35
* Only scan global sections containing data in LSan on darwinFrancis Ricci2017-07-254-7/+40
* lld: only write .manifest files if /manifest is passed, PR33925Nico Weber2017-07-254-11/+28
* Introduce -nostdlib++ flag to disable linking the C++ standard library.Nico Weber2017-07-2523-51/+81
* [coroutines] Add serialization/deserialization of coroutinesGor Nishanov2017-07-256-30/+190
* [PowerPC] - Recommit r304907 now that the issue has been fixedNemanja Ivanovic2017-07-256-6/+593
* [docs] Fix a typo: iteratation -> iterationStephen Hines2017-07-251-1/+1
* [TypeSystem] Guard the global `ASTSourceMap` with a mutexSean Callanan2017-07-251-4/+12
* Fix unused variable warning with MemoryMappedSegment private dataFrancis Ricci2017-07-251-0/+2
* [analyzer] Add diagnostic text for generalized refcount annotations.Devin Coughlin2017-07-254-18/+33
* [X86][CGP] Reduce memcmp() expansion to 2 load pairs (PR33914)Simon Pilgrim2017-07-253-1311/+177
* This test case is causing all PPC and SystemZ bots to remain red.Nemanja Ivanovic2017-07-251-1/+1
* Revert "[compiler-rt] Include thread ID into sanitizers logs"Vitaly Buka2017-07-252-27/+4
* [DAG] Move DAGCombiner::GetDemandedBits to SelectionDAGSimon Pilgrim2017-07-253-62/+66
* [ScopInfo] Rename ScopStmt::contains(BB) to represents(BB). NFC.Michael Kruse2017-07-254-7/+7
* [X86] Regenerate test.Simon Pilgrim2017-07-251-3/+5
* [X86] Regenerate test with broadcast comments.Simon Pilgrim2017-07-251-3/+3
* [OPENMP] Codegen for 'task_reduction' clause.Alexey Bataev2017-07-259-42/+335
* [Sparc] invalid adjustments in TLS_LE/TLS_LDO relocations removedFedor Sergeev2017-07-252-8/+90
* Add address ranges for individual macho sections on darwinFrancis Ricci2017-07-253-12/+82
* [IslAst] Untangle IslAst lit-testcases from specifics of the legacy-PMPhilip Pfaffe2017-07-256-12/+4
* [clang-tidy] Fixup clang-apply-replacements/invalid-files testKevin Funk2017-07-251-1/+2
* [clang-tidy] clang-apply-replacements: Don't insert null entryKevin Funk2017-07-253-12/+27
* [ScopInfo] Fix assertion for PHIs not in a region stmts entry.Michael Kruse2017-07-252-1/+63
* X86 Asm uses assertions instead of proper diagnostic. This patch fixes that.Andrew V. Tischenko2017-07-254-24/+151
* [PPCGCodeGeneration] Skip arrays with empty extent.Siddharth Bhat2017-07-252-4/+103
* [clangd] Reuse compile commands during reparseKrasimir Georgiev2017-07-252-5/+8
* Fix spelling of FileCheck in test.Manuel Klimek2017-07-251-1/+1
* [LIR] Teach LIR to avoid extending the BE count prior to adding one toChandler Carruth2017-07-252-18/+106
* [PM] Setup TargetLibraryInfo correctly for the new pass manager.Chandler Carruth2017-07-252-0/+12
* This patch enables the usage of constant Enum identifiers within Microsoft st...Matan Haroush2017-07-252-24/+71
* This patch enables the usage of constant Enum identifiers within Microsoft st...Matan Haroush2017-07-254-15/+85
* [tests] Cleanup vect.omp.persistence.ll test.Michael Zolotukhin2017-07-252-67/+50
* [X86] Add 24-byte memcmp tests (PR33914)Simon Pilgrim2017-07-253-17/+304
* Fix incorrect use of current directory to find moved paths in ASTReader.Manuel Klimek2017-07-253-16/+74
* [analyzer] Treat throws as sinks for suppress-on-sink purposes.Artem Dergachev2017-07-252-2/+57
* Fix endianness bug in DAGCombiner::visitTRUNCATE and visitEXTRACT_VECTOR_ELTFrancois Pichet2017-07-252-4/+62
* [clangd] Workaround Windows test failures.Ilya Biryukov2017-07-251-3/+3
* [ELF] - Fix init_fini_priority.s test.George Rimar2017-07-251-6/+18
* [analyzer] Further improve suppress-on-sink behavior in incomplete analyses.Artem Dergachev2017-07-252-3/+93
OpenPOWER on IntegriCloud