summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix scope-based lookup when more than one function is found.Dawn Perchik2015-12-129-2/+417
* test infra: adds book-keeping for rerunnable testsTodd Fiala2015-12-127-45/+165
* Revert 255436 : remove test that needs to be refinedXinliang David Li2015-12-121-13/+0
* [PGO] add a test case with -no-integrated-asXinliang David Li2015-12-121-0/+13
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-126-8/+8
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-124-10/+30
* [InstCombine] canonicalize (bitcast (extractelement X)) --> (extractelement(b...Sanjay Patel2015-12-122-30/+19
* [X86][AVX] Tests tidyupSimon Pilgrim2015-12-122-69/+68
* [clang-tidy] Fix PR25812.Gabor Horvath2015-12-122-26/+27
* ScopInfo: Add helper function to invalidate a scopTobias Grosser2015-12-122-7/+19
* Try to appease sphinxDavid Majnemer2015-12-121-0/+1
* Minor formatting cleanup. NFCCraig Topper2015-12-121-1/+1
* [Sema] Simplify a couple if statements. Explicitly check up front that only o...Craig Topper2015-12-121-3/+3
* Move catchpad-phi-cast.ll to the X86 specific subdirectoryDavid Majnemer2015-12-121-0/+0
* Try to appease a buildbotDavid Majnemer2015-12-121-0/+1
* Try to appease a buildbot.David Majnemer2015-12-121-2/+2
* Update clang to use the updated LLVM EH instructionsDavid Majnemer2015-12-1218-265/+168
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-12106-6086/+3078
* Fix the L1 cache search in MemoryCache::Read to use the Jason Molenda2015-12-121-17/+9
* Preserve source location information for qualified names used in a constructorRichard Smith2015-12-122-2/+17
* Remove unused mips typedefs.Oleksiy Vyalov2015-12-121-3/+1
* [PowerPC] OutStreamer cleanup in PPCAsmPrinterHal Finkel2015-12-121-23/+19
* When supplying memory to expedite the unwinds in the T packet,Jason Molenda2015-12-121-1/+1
* Revert r254647.Easwaran Raman2015-12-122-12/+0
OpenPOWER on IntegriCloud