summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86][SSE] Added variable index tests for 128-bit integer vector typesSimon Pilgrim2016-05-151-0/+66
* Fixed typo in testSimon Pilgrim2016-05-151-8/+16
* add test to show missing optimizationSanjay Patel2016-05-151-0/+37
* [X86][SSE] Added extra extractelement testsSimon Pilgrim2016-05-151-29/+288
* Symbol: fix -Wcovered-switch warningSaleem Abdulrasool2016-05-151-101/+107
* Fix a few -Wformat-pedantic warningsSaleem Abdulrasool2016-05-152-3/+3
* [ELF][MIPS] Rename R_MIPS_GOT_xxx relocation expression kindsSimon Atanasyan2016-05-154-11/+12
* regenerate checksSanjay Patel2016-05-151-10/+16
* [X86][SSE] Regenerate extractelement testsSimon Pilgrim2016-05-151-22/+98
* [CostModel][X86] Added scalar bitreverse testsSimon Pilgrim2016-05-151-0/+51
* Reorganize the cpio archiver as CpioFile class. NFC.Rui Ueyama2016-05-155-67/+81
* Use __builtin_alloca with __GNUC__Xinliang David Li2016-05-152-7/+3
* Move helper classes into anonymous namespaces. NFC.Benjamin Kramer2016-05-156-2/+10
* Vector GEP - fixed a crash on InstSimplify Pass.Elena Demikhovsky2016-05-152-7/+25
* [PM/SCCP] Fix pass dependencies.Davide Italiano2016-05-151-1/+4
* ThinLTOCodeGenerator: fix race condition found using TSANMehdi Amini2016-05-151-0/+5
* Fix FreeBSD build failureXinliang David Li2016-05-151-0/+2
* Rename pass name to prepare to new PM porting /NFCXinliang David Li2016-05-156-14/+16
* Disable LIBCXX_ENABLE_ABI_LINKER_SCRIPT for static library builds.Asiri Rathnayake2016-05-141-1/+5
* Revert "Revert "Revert 220932.": "Removing the static initializer in ManagedS...Mehdi Amini2016-05-145-83/+4
* [PM] Add newline at the end of the file, for consistency. NFC.Davide Italiano2016-05-141-1/+1
* [PM] Refactor cross-registration of AM into an helper.Davide Italiano2016-05-143-10/+24
* [clang-tidy] TypeTraits - Type is not expensive to copy when it has a deleted...Felix Berger2016-05-143-3/+31
* [AVX512] Make the permd builtins take a 32-bit immediate to match the softwar...Craig Topper2016-05-141-4/+4
* [AVX512] Make the permd intrinsics take a 32-bit immediate to match the softw...Craig Topper2016-05-144-28/+28
* [SCCP] Use range-based for loops. NFC.Davide Italiano2016-05-141-10/+10
* Revert "Revert 220932.": "Removing the static initializer in ManagedStatic.cp...Mehdi Amini2016-05-145-4/+83
* [profile] Eliminate dynamic memory allocation for vp writingXinliang David Li2016-05-146-151/+226
* Revert r269546 "Added support to the ASTImporter for C++ constructor initiali...Oleksiy Vyalov2016-05-144-118/+0
* ARM: support export directives for WindowsSaleem Abdulrasool2016-05-142-0/+98
* [AArch64] Update local variable names to conform to coding standard. NFC.Chad Rosier2016-05-141-31/+31
* Warn when a reference is bound to an empty l-value (dereferenced null pointer).Nick Lewycky2016-05-148-15/+34
* [mips][ias] Two XFAIL's now pass on 32-bit MIPS.Daniel Sanders2016-05-142-2/+2
* [AVX512] Immediate for permd builtins should be an ICE.Craig Topper2016-05-141-4/+4
* Fixed lowering of _comi_ intrinsics from all sets - SSE/SSE2/AVX/AVX-512Elena Demikhovsky2016-05-146-242/+227
* Revert "[llc] New diagnostic handler"Renato Golin2016-05-1431-70/+34
* Re-enable llvm/test/ThinLTO/X86/cache.ll.NAKAMURA Takumi2016-05-141-3/+0
* [Docs] Add some requirements to the Testing GuideRenato Golin2016-05-141-0/+6
* CachePruning.cpp: Don't use errno.NAKAMURA Takumi2016-05-141-2/+3
* Revert changes after test commit.Dima Stepanov2016-05-141-0/+1
* [llc] New diagnostic handlerRenato Golin2016-05-1431-34/+70
* [LLDB] Adding lldb_private namespace to DiagnosticSeverity. NFC.Renato Golin2016-05-141-1/+1
* Rework r269548, "XFAIL ThinLTO Caching test on Windows.", not to use XFAIL, f...NAKAMURA Takumi2016-05-141-1/+1
* [mips] Enable IAS by default for 32-bit MIPS targets (O32).Daniel Sanders2016-05-147-31/+98
* ModuleMap.h: Fix a \param. [-Wdocumentation]NAKAMURA Takumi2016-05-141-1/+1
* Test commt: remove a blank line.Dima Stepanov2016-05-141-1/+0
* MSVCToolChain.cpp: Make version.dll generic for win32.NAKAMURA Takumi2016-05-142-2/+6
* MSVCToolChain.cpp: Use explicit constructor for SmallString from std::string,...NAKAMURA Takumi2016-05-141-1/+1
* llvm/Support/MachO.h: Fix warnings. [-Wpedantic]NAKAMURA Takumi2016-05-141-8/+8
* Update identifiers as needed when loading macros from serialized ASTs.Sean Callanan2016-05-141-2/+5
OpenPOWER on IntegriCloud