- d381818 [ConstantFolding] Properly support constant folding of vector powi intrinsic. The second argument is not a vector so needs special treatment. by Craig Topper · 8 years ago
- e869716 [InstSimplify] Add test case demonstrating that we fail to constant fold vector llvm.powi intrinsics due to the second argument not being a vector. by Craig Topper · 8 years ago
- 4572d38 Fixed warning: must specify at least one argument for '...' parameter. by Galina Kistanova · 8 years ago
- 34d05a5 Fixed warning: must specify at least one argument for '...' parameter. by Galina Kistanova · 8 years ago
- 8c1cc23 Make the Twine pretty-printer work with GDB 7.11 by David Blaikie · 8 years ago
- 653044e [PM] Add GVNSink to the pipeline. by Davide Italiano · 8 years ago
- 61a5551 ADT: handle special case of ARM environment for SUSE by Saleem Abdulrasool · 8 years ago
- 2a4cf84 [InstCombine] Add support for simplifying ctlz/cttz intrinsics based on known bits. by Craig Topper · 8 years ago
- 02c1af0 [ConstantFolding] Fix constant folding for vector cttz and ctlz intrinsics to understand that the second argument is still a scalar. by Craig Topper · 8 years ago
- a95cc20 [InstCombine][InstSimplify] Add various tests for ctlz/cttz with vectors, some showing missed optimizations. NFC by Craig Topper · 8 years ago
- fb1f3c0 [InstCombine] Use cttz instead of ctlz in the cttz_cmp_vec test case. Looks like a copy paste mistake. by Craig Topper · 8 years ago
- 110a2bc [AMDGPU] Untangle SDWA pass from SIShrinkInstructions by Stanislav Mekhanoshin · 8 years ago
- ec19378 Regenerate expectations for trunc-to-bool.ll . NFC by Amaury Sechet · 8 years ago
- 9c32ef6 [X86][SSE] Add SCALAR_TO_VECTOR(PEXTRW/PEXTRB) support to faux shuffle combining by Simon Pilgrim · 8 years ago
- 079f840 [LazyValueInfo] Use Type::getIntegerBitWidth instead of casting to IntegerType to call getBitWidth. NFC by Craig Topper · 8 years ago
- 09226ec [LazyValueInfo] Make solveBlockValueCast take a CastInst* instead of Instruction*. Makes getOpcode return the appropriate enum without a cast. NFC by Craig Topper · 8 years ago
- 539f901 Initialized BackedgeTakenInfo.MaxOrZero. by Galina Kistanova · 8 years ago
- cd680a1 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
- 7273b29 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
- 143302b Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
- 4c20f52 Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
- 4efa61f [WebAssembly] Refactor WasmObjectWriter::writeObject by Sam Clegg · 8 years ago
- 111f62d [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-8bit-counters. Experimental so far, not documenting yet. by Kostya Serebryany · 8 years ago
- c9a1489 AMDGPU/GlobalISel: Mark 1-bit integer constants as legal by Tom Stellard · 8 years ago
- b1bd480 [CodeGen] Fix Windows builds which treat warnings as errors, broken in r304621. by Eugene Zelenko · 8 years ago
- 0b656a1 Revert "[CFI] Remove LinkerSubsectionsViaSymbols." by Evgeniy Stepanov · 8 years ago
- ced381c [AMDGPU] Preserve operand order in SIFoldOperands by Stanislav Mekhanoshin · 8 years ago
- 239d957 [CodeGen] Fix Windows builds broken in r304621. by Eugene Zelenko · 8 years ago
- a5be24d [PDB] Fix use after free. by Zachary Turner · 8 years ago
- 70862df LiveRegUnits: Port recent LivePhysRegs bugfixes by Matthias Braun · 8 years ago
- 5067e6a [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- 9a4d5c4 [AMDGPU] V_DIV_FIXUP_F16 is not a commutable operation by Stanislav Mekhanoshin · 8 years ago
- c20deb6 [SLP] Improve comments and naming of functions/variables/members, NFC. by Alexey Bataev · 8 years ago
- 41c139a [SystemZ] Simplify test case. NFC by Quentin Colombet · 8 years ago
- d3d2aec [x86] fix over-specific triple; NFC by Sanjay Patel · 8 years ago
- 190b004 Canonicalize a test via utils/update_test_checks.py by Philip Reames · 8 years ago
- b2d54d6 [x86] add tests for unsigned vector compares with known signbits; NFC (PR33276) by Sanjay Patel · 8 years ago
- 6a66c94 [x86] simplify code for vector icmp pred transforms; NFCI by Sanjay Patel · 8 years ago
- fef6c49 [sanitizer-coverage] refactor the code to make it easier to add more sections in future. NFC by Kostya Serebryany · 8 years ago
- cb453a0 Revert "[SLP] Improve comments and naming of functions/variables/members, NFC." by Alexey Bataev · 8 years ago
- f6a51e4 Change code formatting to look like the surrounding code by Quentin Colombet · 8 years ago
- b72c011 [Statepoint] Be consistent about using deopt naming [NFCI] by Philip Reames · 8 years ago
- 3310b59 RegisterScavenging: Add ScavengerTest pass by Matthias Braun · 8 years ago
- 95f9057 InitializePasses: Sort initializer list (by ASCII) by Matthias Braun · 8 years ago
- 1067c96 [RABasic] Properly update the LiveRegMatrix when LR splitting occur by Quentin Colombet · 8 years ago
- 9f43f26 [RABasic] Properly initialize the pass by Quentin Colombet · 8 years ago
- 13596b2 Fix debug build test failure by Xinliang David Li · 8 years ago
- 118cef0 [PartialInlining] Minor cost anaysis tuning by Xinliang David Li · 8 years ago
- ffc893d FunctionAttrs: Skip it if the effective SCC (ignoring optnone functions) is empty by David Blaikie · 8 years ago
- 465de97 RegisterScavenging: Move scavenging logic from PEI to RegisterScavenging; NFC by Matthias Braun · 8 years ago
- efbf6a8 Fix build error on gcc. by Zachary Turner · 8 years ago
- 2961ee3 [InlineCost] Enable the new switch cost heuristic by Jun Bum Lim · 8 years ago
- 37aaa82 [SLP] Improve comments and naming of functions/variables/members, NFC. by Alexey Bataev · 8 years ago
- 3f86a85 [X86] Correctly broadcast NaN-like integers as float on AVX. by Ahmed Bougacha · 8 years ago
- c0160aa Fix build error with clang and gcc. by Zachary Turner · 8 years ago
- 42d60ef [CodeView] Support CodeView subsections in any order. by Zachary Turner · 8 years ago
- e84c1d8 [CMake][runtimes] Add install target for runtimes builtins by Petr Hosek · 8 years ago
- 43a958c Regenerate expectation for wide-fma-contraction.ll . NFC by Amaury Sechet · 8 years ago
- a1a3435 [SROA] Fix crash due to bad bitcast by Keno Fischer · 8 years ago
- 03ceeb1 [CFI] Remove LinkerSubsectionsViaSymbols. by Evgeniy Stepanov · 8 years ago
- 6cc5d91 BitcodeWriter: Removing unnecessary std::function in favor of template by David Blaikie · 8 years ago
- 93d430c Skip CFI for dead functions. by Evgeniy Stepanov · 8 years ago
- a667b70 Move summary dead stripping before regular LTO. by Evgeniy Stepanov · 8 years ago
- f1a1cf1 [x86] fix formatting; NFCI by Sanjay Patel · 8 years ago
- 7796b91 AMDGPU: Register AMDGPUAlwaysInline by Matt Arsenault · 8 years ago
- 8147ef1 Re-land "COFF: migrate def parser from LLD to LLVM" by Reid Kleckner · 8 years ago
- e0fcf72 AMDGPU: Make auto waitcnt before barrier a feature by Konstantin Zhuravlyov · 8 years ago
- d496b07 [TargetLowering] fix formatting; NFC by Sanjay Patel · 8 years ago
- 23873bb [LazyValueInfo] Fix formatting NFC. by Craig Topper · 8 years ago
- 29e59c3 Tidy up a bit of r304516, use SmallVector::assign rather than for loop by David Blaikie · 8 years ago
- 4b07d03 Verify a couple more fields in STATEPOINT instructions by Philip Reames · 8 years ago
- bfffaf7 Add placeholder for more extensive verification of psuedo ops by Philip Reames · 8 years ago
- fd6a4a5 [LazyValueInfo] Make solveBlockValueBinaryOp take a BinaryOperator* instead of Instruction*. This removes a cast of getOpcode to BinaryOps. by Craig Topper · 8 years ago
- 448aa4e [InstCombine] fix icmp with not op and constant to work with splat vector constant by Sanjay Patel · 8 years ago
- afe7c5a Revert "COFF: migrate def parser from LLD to LLVM" by Reid Kleckner · 8 years ago
- 1c790ae [LazyValueInfo] Fix typo in comment. NFC by Craig Topper · 8 years ago
- cbb8bc9 [InstSimplify][ConstantFolding] Teach constant folding how to handle icmp null, (inttoptr x) as well as it handles icmp (inttoptr x), null by Craig Topper · 8 years ago
- 17c16d5 [InstCombine] improve perf by not creating a known non-canonical instruction by Sanjay Patel · 8 years ago
- ec35ada Update select.ll expected results. NFC by Amaury Sechet · 8 years ago
- eece7bc [InstCombine] fix/add tests for icmp with not ops; NFC by Sanjay Patel · 8 years ago
- dfdb788 AMDGPUAnnotateUniformValue should always treat volatile loads as divergent by Alexander Timofeev · 8 years ago
- 7df090c [AArch64][Falkor] Model immediate forwarding. by Geoff Berry · 8 years ago
- 48e0515 [AMDGPU] Turn on the new waitcnt insertion pass. Adjust tests. by Mark Searles · 8 years ago
- 9c2941a [mips][microMIPS] Extending size reduction pass with LBU16, LHU16, SB16 and SH16 by Zoran Jovanovic · 8 years ago
- c4071bc [Hexagon] Return 0 from getDotNewPredOp when .new opcode does not exist by Krzysztof Parzyszek · 8 years ago
- f4b4c00 Regenerate sse3.ll test results. NFC by Amaury Sechet · 8 years ago
- 38e075d Regenerate and-sink.ll test results. NFC by Amaury Sechet · 8 years ago
- 397f7b2 Regenerate shrink-compare.ll test results. NFC by Amaury Sechet · 8 years ago
- 2118193 [OrderedBasicBlock] Return false for comesBefore(A, A) by Benjamin Kramer · 8 years ago
- c9c72aa [lit][macOS] Add a utility function to find the platform SDK version on macOS by Alex Lorenz · 8 years ago
- f4cc800 [X86] Don't fold into memory operands into insertps in the generated folding tables. by Benjamin Kramer · 8 years ago
- 0f1cadd [GlobalMerge] Don't merge globals that may be preempted by John Brawn · 8 years ago
- 899f9e9 [ARM] GlobalISel: Support struct params/returns by Diana Picus · 8 years ago
- 4253871 nits in TargetLowering.cpp . NFC by Amaury Sechet · 8 years ago
- 8f528aa [ARM] Cortex-A57 scheduling model for ARM backend (AArch32) by Javed Absar · 8 years ago
- e1e1269 Specify triple for xor-icmp.ll . by Amaury Sechet · 8 years ago
- 53e648c Regenerate expectations for xor-icmp.ll . NFC by Amaury Sechet · 8 years ago
- 2797af3 [SelectionDAG] Get rid of recursion in findNonImmUse by Max Kazantsev · 8 years ago
- d8a59f8 [TableGen] Remove a couple unused methods from Record that take a StringRef argument. NFC by Craig Topper · 8 years ago
- 1b0c4ab [coroutines] PR33271: Remove stray coro.save intrinsics during CoroSplit by Gor Nishanov · 8 years ago