summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Add remaining branch instructionsUlrich Weigand2016-11-2815-33/+860
* [SystemZ] Improve use of conditional instructionsUlrich Weigand2016-11-2826-171/+1803
* skip android in @skipIfHostIncompatibleWithRemotePavel Labath2016-11-281-1/+3
* Fix a crash in ProcessPOSIXLogPavel Labath2016-11-281-2/+2
* [Sema] Set range end of constructors and destructors in template instantiationsMalcolm Parsons2016-11-282-0/+22
* [InlineCost] Reduce inline thresholds to compensate for cost changesJames Molloy2016-11-283-13/+11
* [PM] Remove weird marking of invalidated analyses as "preserved".Chandler Carruth2016-11-284-49/+41
* [ELF] - Do not put non exec sections first when -no-rosegmentGeorge Rimar2016-11-282-2/+17
* [ELF] - Set Config->SingleRoRx differently. NFC.George Rimar2016-11-282-6/+6
* [ELF] - Implemented -no-rosegment.George Rimar2016-11-285-1/+98
* [ELF] Print file:line for 'undefined section' errorsEugene Leviant2016-11-286-12/+26
* [ThreadPool] Rollback recent changes until I figure out the breakage.Davide Italiano2016-11-283-12/+36
* [ThreadPool] Remove outdated comment after r288016.Davide Italiano2016-11-281-4/+2
* [ThreadPool] Simplify the interface. NFCI.Davide Italiano2016-11-283-32/+10
* Revert "Improve error handling in YAML parsing"Mehdi Amini2016-11-283-20/+9
* Improve error handling in YAML parsingMehdi Amini2016-11-283-9/+20
* [PM] Add an ASCII-art diagram for the call graph in the CGSCC unit test.Chandler Carruth2016-11-281-32/+49
* Always create a PT_ARM_EXIDX if needed.Rafael Espindola2016-11-282-7/+34
* [X86][FMA4] Remove isCommutable from FMA4 scalar intrinsics. They aren't comm...Craig Topper2016-11-271-1/+0
* [X86][FMA] Add missing Predicates qualifier around scalar FMA intrinsic patte...Craig Topper2016-11-271-6/+8
* [X86][FMA4] Add load folding support for FMA4 scalar intrinsic instructions.Craig Topper2016-11-272-32/+36
* [X86][FMA4] Add test cases to demonstrate missed folding opportunities for FM...Craig Topper2016-11-271-0/+129
* [X86] Add SHL by 1 to the load folding tables.Craig Topper2016-11-271-0/+4
* [X86][SSE] Add support for combining target shuffles to 128/256-bit PSLL/PSRL...Simon Pilgrim2016-11-273-61/+34
* [InstSimplify] allow integer vector types to use computeKnownBitsSanjay Patel2016-11-273-22/+10
* [AVX-512] Add integer and fp unpck instructions to load folding tables.Craig Topper2016-11-274-4/+202
* [X86][SSE] Split lowerVectorShuffleAsShift ready for combines. NFCI.Simon Pilgrim2016-11-271-31/+60
* Add paralell_for and use it where appropriate.Rui Ueyama2016-11-272-22/+50
* [X86] Add TB_NO_REVERSE to entries in the load folding table where the instru...Craig Topper2016-11-271-188/+206
* [X86][SSE] Added tests showing missed combines for shuffle to shifts.Simon Pilgrim2016-11-272-0/+84
* Adjust type-trait evaluation to properly handle Using(Shadow)DeclsHal Finkel2016-11-272-4/+22
* add tests to show missing analysis; NFCSanjay Patel2016-11-271-0/+71
* fix formatting; NFCSanjay Patel2016-11-271-13/+15
* Also skip regular symbol assignment at the start of a script.Rafael Espindola2016-11-272-11/+25
* [AVX-512] Add masked EVEX vpmovzx/sx instructions to load folding tables.Craig Topper2016-11-273-0/+148
* Don't put an orphan before the first . assignment.Rafael Espindola2016-11-272-3/+28
* [SLP] Add new and update existing lit testfor providing more context to incom...Mohammad Shahid2016-11-272-4/+103
* [X86] Remove alignment restrictions from load folding table for some instruct...Craig Topper2016-11-271-13/+13
* [DOXYGEN] Updated instruction names corresponding to avxintrin.h intrinsics.Ekaterina Romanova2016-11-261-166/+188
* [tsan] Fix the lit expansion of %deflake not to eat a spaceKuba Mracek2016-11-261-1/+1
* Implement conjuntion/disjuntion/negation for LFTS v2. Same code and tests for...Marshall Clow2016-11-264-0/+195
* [X86] Remove hasOneUse check that is redundant with the one in IsProfitableTo...Craig Topper2016-11-261-2/+0
* [X86] Fix the zero extending load detection in X86DAGToDAGISel::selectScalarS...Craig Topper2016-11-261-11/+12
* [X86] Simplify control flow. NFCICraig Topper2016-11-261-3/+2
* [ScopInfo] Use SCEVRewriteVisitor to simplify SCEVSensitiveParameterRewriter ...Tobias Grosser2016-11-261-53/+2
* [X86] Add a hasOneUse check to selectScalarSSELoad to keep the same load from...Craig Topper2016-11-262-17/+24
* [InstCombine] add test to show missing vector optimization; NFCSanjay Patel2016-11-261-3/+16
* Implement the 'detection idiom' from LFTS v2Marshall Clow2016-11-266-0/+309
* [InstCombine] don't drop metadata in FoldOpIntoSelect()Sanjay Patel2016-11-262-3/+14
* Change return types of split{Non,}Strings.Rui Ueyama2016-11-262-15/+10
OpenPOWER on IntegriCloud