summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [X86ISelLowering] Add additional support for multiplication-to-shift conversion.Chen Li2015-12-122-3/+70
* Fix test/CodeGen/PowerPC/ppc-shrink-wrapping.ll after r255398Hal Finkel2015-12-121-1/+1
* Decouple test execution and test finder logic in parallel test runner.Todd Fiala2015-12-121-16/+22
* [InstCombine] allow any pair of bitcasts to be combinedSanjay Patel2015-12-122-22/+18
* [PowerPC] Add Branch Hints for Highly-Biased BranchesHal Finkel2015-12-123-2/+209
* Attach maximum function count to Module when using PGO modeEaswaran Raman2015-12-122-0/+12
* [WebAssembly] Update test expectationsDerek Schuff2015-12-121-108/+49
OpenPOWER on IntegriCloud