aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-10[ADT] Fix another "oops" spotted by eddyb and reported in IRC.Chandler Carruth
2017-07-10llvm-profdata: Reduce memory usage by using Error callback rather than memberDavid Blaikie
2017-07-09CGSCCPassManagerTest.cpp: Fix warnings. [-Wunused-variable]NAKAMURA Takumi
2017-07-09[X86] Relax an assertion when legalizing vector types.Davide Italiano
2017-07-09[X86] Allow GHC calling convention to use YMM and ZMM registersSimon Pilgrim
2017-07-09[AVR] Fix test errors due to tied operands not matchingDylan McKay
2017-07-09Handle ConstantExpr correctly in SelectionDAGBuilderSimon Pilgrim
2017-07-09[X86][AVX512] Regenerate AVX512VL comparison tests. Simon Pilgrim
2017-07-09[PM] Fix a nasty bug in the new PM where we failed to properlyChandler Carruth
2017-07-09[PM] Add unittesting of the call graph update logic with complexChandler Carruth
2017-07-09[ADT] Fix a test case to use a correct escape for a null byte followedChandler Carruth
2017-07-09[X86] Remove check for AVX512 support from skylake-avx512 detection in getHos...Craig Topper
2017-07-09[GlobalISel][X86] Add legalizer tests for G_LOAD/G_STORE operations. NFC.Igor Breger
2017-07-09[PM] Teach PreservedAnalyses to have an `allInSet` static factoryChandler Carruth
2017-07-09[IR] Add Type::isIntOrIntVectorTy(unsigned) similar to the existing isInteger...Craig Topper
2017-07-09[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy...Craig Topper
2017-07-09[ADT] Add a default constructor and a bool conversion to function_ref.Chandler Carruth
2017-07-09[FastISel] fix a fallback diagnostic.Igor Breger
2017-07-09fix trivial typos; NFCHiroshi Inoue
2017-07-09[PM] Finish implementing and fix a chain of bugs uncovered by testingChandler Carruth
2017-07-09[InstCombine] Speculatively implement a fix for what might be the root cause ...Craig Topper
2017-07-08[AMDGPU] Fix -Wimplicit-fallthrough warning. NFCI.Simon Pilgrim
2017-07-08[AArch64] Fix -Wimplicit-fallthrough warnings. NFCI.Simon Pilgrim
2017-07-08[ARM] Fix -Wimplicit-fallthrough warning. NFCI.Simon Pilgrim
2017-07-08[Bash-autocompletion] Auto complete cc1 options if -cc1 is specifiedYuka Takahashi
2017-07-08Re-enable "[IndVars] Canonicalize comparisons between non-negative values and...Max Kazantsev
2017-07-08[LoopVectorize] partly revert r307475Sanjay Patel
2017-07-08[LoopVectorize] auto-generate complete checks; NFCSanjay Patel
2017-07-08Fix -Wimplicit-fallthrough warning. NFCI.Simon Pilgrim
2017-07-08[x86] add SBB optimization for SETBE (ule) condition codeSanjay Patel
2017-07-08[Solaris] get rid of _RESTRICT_KYWD warning during the buildKamil Rytarowski
2017-07-08[X86] In getHostCPUName, remove some code that changes some AMD CPU names bas...Craig Topper
2017-07-08[X86] Correct the BDVER4 model numbers to include 0x70-0x7f.Craig Topper
2017-07-08[X86] Minor formatting fix. NFCCraig Topper
2017-07-08[X86] Use 'unsigned' instead of 'unsigned int' for consistency in the X86 por...Craig Topper
2017-07-08[X86] Cleanup some CPUID usage in getAvailableFeatures.Craig Topper
2017-07-08Revert "Revert "Revert "Revert "Switch external cvtres.exe for llvm's own res...Eric Beckmann
2017-07-08Remove a variable that was only used in asserts and had a duplicate copy in s...Eric Christopher
2017-07-07Add name offset flags, for parity with cvtres.exe.Eric Beckmann
2017-07-07[InstCombine] Make InstCombine's IRBuilder be passed by reference everywhereCraig Topper
2017-07-07[PowerPC] NFC : Common up definitions of isIntS16Immediate and update paramet...Lei Huang
2017-07-07ProfData: Fix some unchecked Errors in unit testsDavid Blaikie
2017-07-07Increase the import-threshold for crtical functions.Dehao Chen
2017-07-07Add sample PGO support to ThinLTO new pass manager.Dehao Chen
2017-07-07[PDB] More changes to bring lld PDBs to parity with MSVC.Zachary Turner
2017-07-07[LoopUnrollRuntime] Support multiple exit blocks unrolling when prolog remain...Anna Thomas
2017-07-07[PatternMatch] Implemenet m_SignMask using Constant::isMinSignedValue instead...Craig Topper
2017-07-07[PatternMatch] Implement m_AnyZero using Constant::isZeroValue instead of ORi...Craig Topper
2017-07-07[PatternMatch] Implement m_One and m_AllOnes using Constant::isOneValue/isAll...Craig Topper
2017-07-07[APInt] Add a fastpath for the single word case of isOneValue to match isNull...Craig Topper