summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make test categories composablePavel Labath2015-12-143-18/+20
* Extend XFAIL on TestNamespaceLookup on linuxPavel Labath2015-12-141-1/+1
* [compiler-rt] [safestack] Silent overflow.c test on aarch64Adhemerval Zanella2015-12-142-0/+7
* XFAIL TestNamespaceLookup for linuxPavel Labath2015-12-141-0/+4
* Don't create unnecessary PHIsJames Molloy2015-12-143-4/+205
* [LLDB][MIPS] Mark TestConcurrentEvents.py expected failure, as MIPS atomic se...Mohit K. Bhakkad2015-12-141-0/+1
* [OPENMP] Fix debug info for 'atomic' construct.Alexey Bataev2015-12-142-5/+6
* clang-format: Add test for AlignAfterOpenBracket = AlwaysBreak in C++.Daniel Jasper2015-12-141-0/+20
* clang-format: Extend Linux-brace-wrapping test.Daniel Jasper2015-12-141-0/+2
* clang-format: Fix style default for WebKit and Linux styles.Daniel Jasper2015-12-141-2/+0
* Reformat to untabify.NAKAMURA Takumi2015-12-142-12/+11
* [llvm-dwp] Deduplicate type unitsDavid Blaikie2015-12-144-6/+47
* [llvm-dwp] Remove some unused test codeDavid Blaikie2015-12-142-5/+0
* [Docs] Fix underlines that were too short or too long.Akira Hatanaka2015-12-141-3/+3
* clang-tools-extra/test/clang-tidy/cppcoreguidelines-pro-bounds-constant-array...NAKAMURA Takumi2015-12-132-2/+2
* Rename addScalar(Read|Write)Access to addValue(Read|Write)AccessMichael Kruse2015-12-132-16/+16
* Check guaranteed execution by using DominatorTreeMichael Kruse2015-12-131-3/+4
* Store DominatorTree as a field in ScopInfoMichael Kruse2015-12-132-5/+8
* Always treat scalar writes as MUST_WRITEsMichael Kruse2015-12-136-10/+14
* [clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-indexMatthias Gehre2015-12-138-0/+346
* I Added a triple flag for x86-evenDirective test.Michael Zuckerman2015-12-131-1/+1
* ScopInfo: Split out invariant load hoisting into multiple functions [NFC]Tobias Grosser2015-12-132-78/+105
* ScopInfo: Harmonize the different array kindsTobias Grosser2015-12-134-209/+232
* Print "null" for ISL objects that are nullptrMichael Kruse2015-12-132-2/+3
* Reuse ScopStmt::isEmpty() functionMichael Kruse2015-12-132-7/+15
* Check if access relation is available before printingMichael Kruse2015-12-131-1/+2
* Revert r255460, which still causes test failures on some platforms.Cong Hou2015-12-133-176/+32
* [X86][inline asm] support even directive Michael Zuckerman2015-12-134-1/+76
* Fix a type issue in r255455. Should not use unsigned type as std::abs()'s tem...Cong Hou2015-12-131-1/+1
* [LoopVectorizer] Refine loop vectorizer's register usage calculator by ignori...Cong Hou2015-12-133-32/+176
* Fix line endingsSimon Pilgrim2015-12-131-14/+14
* Replace <cstdint> by llvm/Support/DataTypes.h for the typedef of uint64_t. NFC.Cong Hou2015-12-131-1/+1
* Add the missing header file <cstdint> needed by uint64_tCong Hou2015-12-131-0/+1
* Revert r255454 as it leads to several test failers on buildbots.Cong Hou2015-12-133-175/+32
* Normalize MBB's successors' probabilities in several locations.Cong Hou2015-12-1312-27/+68
* [LoopVectorizer] Refine loop vectorizer's register usage calculator by ignori...Cong Hou2015-12-133-32/+175
* [ELF][MIPS] Ignore R_MIPS_JALR relocation for nowSimon Atanasyan2015-12-132-0/+50
* [ELF][MIPS] Match paired relocation using relocation type and symbol indexSimon Atanasyan2015-12-133-5/+14
* [ELF][MIPS] Fix calculation of the R_MIPS_HI16 relocationSimon Atanasyan2015-12-132-4/+6
* [Sema] Add -Wparentheses warnings for '^' in '|' expressions and '&' in '^' e...Craig Topper2015-12-133-26/+41
* [Sema] Write some checks for groups of BinaryOperatorKinds in terms of the pr...Craig Topper2015-12-132-7/+8
* ARM: only emit EABI attributes on EABI targetsSaleem Abdulrasool2015-12-132-1/+12
* Revert r255445: adding a new test caseXinliang David Li2015-12-131-11/+0
* Revert r255444.Nico Weber2015-12-136-333/+0
* Resubmit new test case after adding more constraintXinliang David Li2015-12-131-0/+11
* Add a C++11 ThreadPool implementation in LLVMMehdi Amini2015-12-126-0/+333
* [llvm-objdump/MachoDump] Simplify.Davide Italiano2015-12-121-7/+3
* [X86][AVX512] Added support for VMOVQ shuffle commentsSimon Pilgrim2015-12-122-54/+26
* Partially fix memcpy / memset / memmove lowering in SelectionDAG construction...Manuel Jacob2015-12-123-22/+31
* Test case for "Fix scope-based lookup when more than one function is found."Dawn Perchik2015-12-121-0/+216
OpenPOWER on IntegriCloud