summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a note to the test explaining why it doesn't match gold's behaviour.Peter Collingbourne2016-04-251-0/+3
* Verifier: Verify that each inlinable callsite of a debug-info-bearing functionAdrian Prantl2016-04-244-2/+75
* Debug info: Apply an empty debug location for global OpenMP destructors.Adrian Prantl2016-04-242-2/+5
* clang-format: [JS] generator and async functions.Martin Probst2016-04-245-11/+69
* Also check the IR.Rafael Espindola2016-04-241-0/+4
* Add a test for how we handle protected visibility.Rafael Espindola2016-04-242-0/+22
* unwind: remove unnecessary headerSaleem Abdulrasool2016-04-241-3/+0
* unwind: unify _LIBUNWIND_ABORTSaleem Abdulrasool2016-04-241-18/+8
* Fix unwind failures when PC points beyond the end of a functionUlrich Weigand2016-04-242-6/+8
* [X86][AVX] Added PR24935 test caseSimon Pilgrim2016-04-241-0/+39
* ARM: fix __chkstk Frame Setup on WoASaleem Abdulrasool2016-04-246-11/+13
* Tweak comments to make it clear that these combines are for SSE scalar instru...Simon Pilgrim2016-04-241-4/+5
* [InstCombine][SSE] Reduce DIVSS/DIVSD to FDIV if only first element is requiredSimon Pilgrim2016-04-243-11/+11
* [ELF] Reinstate 'else' which was previously removed.Davide Italiano2016-04-241-1/+2
* [InstCombine][SSE] Demanded vector elements for scalar intrinsics (Part 2 of 2)Simon Pilgrim2016-04-245-183/+98
* [InstCombine][SSE] Demanded vector elements for scalar intrinsics (Part 1 of 2)Simon Pilgrim2016-04-244-145/+126
* [InstCombine] Avoid updating argument demanded elements in separate passes.Simon Pilgrim2016-04-241-7/+15
* Fix typo in comment. NFCNick Lewycky2016-04-241-1/+1
* Remove emacs mode markers from .cpp files. NFCNick Lewycky2016-04-242-2/+2
* [X86][InstCombine] Tidyup VPERMILVAR -> shufflevector conversion to helper fu...Simon Pilgrim2016-04-241-36/+47
* [X86][InstCombine] Tidyup PSHUFB -> shufflevector conversion to helper functi...Simon Pilgrim2016-04-241-40/+45
* [X86][SSE] getTargetShuffleMaskIndices - dropped (unused) UNDEF handlingSimon Pilgrim2016-04-241-5/+0
* [X86][SSE] Use range loop. NFCI.Simon Pilgrim2016-04-241-3/+2
* [Lanai] Use EVT::getEVTString() to print a type as a string instead of an enu...Craig Topper2016-04-241-1/+1
* [X86][SSE] Added SSSE3/AVX/AVX2 BITREVERSE testsSimon Pilgrim2016-04-241-52/+14603
* [X86][XOP] Fixed VPPERM permute op decoding (PR27472).Simon Pilgrim2016-04-242-2/+2
* BitcodeReader: Delay metadata parsing until reading a function bodyDuncan P. N. Exon Smith2016-04-241-3/+7
* [ThinLTO] Remove GlobalValueInfo class from indexTeresa Johnson2016-04-248-266/+197
* [X86][SSE] Improved support for decoding target shuffle masks through bitcastsSimon Pilgrim2016-04-243-33/+29
* ModuleSummaryIndex: Avoid enum bitfields for MSVC portabilityDuncan P. N. Exon Smith2016-04-241-2/+4
* Revert "Declare GlobalValue::LinkageTypes based on unsigned."Duncan P. N. Exon Smith2016-04-241-1/+1
* [SystemZ] [SSP] Add support for LOAD_STACK_GUARD.Marcin Koscielnicki2016-04-245-0/+87
* [X86][SSE] Demonstrate issue with decoding shuffle masks that have been lower...Simon Pilgrim2016-04-242-0/+37
* Improve diagnostic checking for va_start to also warn on other instances of u...Aaron Ballman2016-04-246-19/+44
* Silence two C4806 warnings ('|': unsafe operation: no value of type 'bool' pr...Aaron Ballman2016-04-241-2/+2
* Remove unused iterators [NFC]Johannes Doerfert2016-04-241-13/+0
* Declare GlobalValue::LinkageTypes based on unsigned.NAKAMURA Takumi2016-04-241-1/+1
* llvm/test/tools/gold/X86/thinlto.ll: Possible fix corresponding to r267318.NAKAMURA Takumi2016-04-241-0/+1
* [ELF] Simplify. Remove unneeded else. NFC.Davide Italiano2016-04-241-2/+1
* BitcodeReader: Fix some holes in upgrade from r267296Duncan P. N. Exon Smith2016-04-243-9/+31
* [X86] Merge LowerCTLZ and LowerCTLZ_ZERO_UNDEF into a single function that br...Craig Topper2016-04-241-38/+16
* [X86] Node need to check if AVX512 is supported when lowering vector CTLZ. Th...Craig Topper2016-04-241-7/+5
* Add "hasSection" flag in the SummaryMehdi Amini2016-04-244-5/+32
* [MachineCombiner] Support for floating-point FMA on ARM64 (re-commit r267098)Gerolf Hoflehner2016-04-2412-39/+892
* [ELF][MIPS] Add test case to check creation of GOT entries for weak symbols. NFCSimon Atanasyan2016-04-241-0/+172
* [X86] Remove isel patterns for selecting tzcnt/lzcnt from cmove/ne+cttz/ctlz....Craig Topper2016-04-241-80/+0
* [CodeGen] Teach DAG combine to fold select_cc seteq X, 0, sizeof(X), ctlz_zer...Craig Topper2016-04-241-0/+35
* Fix an assertion that can never fire because the condition ANDed with the str...Craig Topper2016-04-241-1/+1
* ELF: Simplify preemption logic. Do not include weak undefined symbols in non-...Peter Collingbourne2016-04-243-7/+55
* Revert "Verifier: Verify that each inlinable callsite of a debug-info-bearing...Adrian Prantl2016-04-244-75/+2
OpenPOWER on IntegriCloud