summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [x86] Move the AVX v4i64 test cases down to group them together.Chandler Carruth2014-09-221-92/+92
* Add some documentation stating that the memory allocated by the ASTContext.h ...Ehsan Akhgari2014-09-221-6/+6
* Add two thresholds lvi-overdefined-BB-threshold and lvi-overdefined-thresholdJiangning Liu2014-09-221-2/+32
* ms-inline-asm: Scope inline asm labels to functionsEhsan Akhgari2014-09-2215-24/+205
* ms-inline-asm: Add a sema callback for looking up label namesEhsan Akhgari2014-09-224-8/+46
* [x86] Back out a bad choice about lowering v4i64 and pave the way forChandler Carruth2014-09-222-264/+138
* run-clang-tidy.py: don't fail when running without -checks=.Alexander Kornienko2014-09-221-2/+5
* [x86] Teach the new vector shuffle lowering how to cleverly lower singleChandler Carruth2014-09-212-50/+118
* Disable most of the google-readability-casting check for non-C++ files (onlyAlexander Kornienko2014-09-213-1/+18
* [x86] Add a bunch of test cases where we have different shuffle patternsChandler Carruth2014-09-211-0/+151
* Fix typoMatt Arsenault2014-09-211-4/+3
* Use llvm_unreachable instead of assert(!)Matt Arsenault2014-09-211-2/+2
* R600/SI: Don't use strings for single charactersMatt Arsenault2014-09-211-18/+18
* Remove redundant if test.Lang Hames2014-09-211-4/+1
* Refactor reciprocal square root estimate into target-independent function; NFC.Sanjay Patel2014-09-214-58/+69
* mop up: "Don’t duplicate function or class name at the beginning of the com...Sanjay Patel2014-09-213-59/+45
* [x86] With the stronger canonicalization of shuffles added in r218216,Chandler Carruth2014-09-211-4/+0
* [x86] Teach the new vector shuffle lowering to re-use the SHUFPSChandler Carruth2014-09-212-15/+28
* [x86] Refactor the logic to form SHUFPS instruction patterns to lowerChandler Carruth2014-09-211-89/+108
* [x86] Teach the new vector shuffle lowering the basics about insertionChandler Carruth2014-09-212-0/+67
* [x86] Teach the new vector shuffle lowering how to lower to UNPCKLPS andChandler Carruth2014-09-212-8/+8
* [x86] Add test cases for UNPCK instructions with v8f32 AVX vectors inChandler Carruth2014-09-211-0/+22
* [x86] Begin teaching the new vector shuffle lowering among the mostChandler Carruth2014-09-212-86/+49
* [x86] Regenerate this test case now that I've improved my script forChandler Carruth2014-09-211-74/+74
* [x86] Explicitly lower to a blend early if it is trivial to do so forChandler Carruth2014-09-211-0/+5
* [x86] Teach the new vector shuffle lowering of v4f64 to prefer a directChandler Carruth2014-09-212-2/+7
* [x86] Add some more comprehensive tests for v4f64 blending.Chandler Carruth2014-09-211-0/+45
* [x86] Re-generate a bunch of the v4f64 test cases with my new script.Chandler Carruth2014-09-211-111/+249
* [x86] Switch the blend implementation to use a MVT switch rather thanChandler Carruth2014-09-211-18/+25
* [x86] Remove some essentially lying comments from the v4f64 path of theChandler Carruth2014-09-211-6/+0
* [x86] Fix a helper to reflect that what we actually care about isChandler Carruth2014-09-211-9/+12
* [x86] Teach the new vector shuffle lowering the first step toward moreChandler Carruth2014-09-212-35/+68
* MC: Support aligned COMMON symbols for COFFDavid Majnemer2014-09-214-8/+31
* [x86] Add some more test cases covering specific blend patterns.Chandler Carruth2014-09-211-0/+91
* [x86] Add the beginnings of some tests for our v8f32 shuffle loweringChandler Carruth2014-09-211-0/+345
* Modified per David Blakie suggestion.Yaron Keren2014-09-212-5/+2
* Silence these C4715 warnings from Visual C++ (NFC)Yaron Keren2014-09-212-0/+5
* Enable libcxx map test on FreeBSD againEd Maste2014-09-211-1/+0
* RTDyldMemoryManager::getSymbolAddress(): Make sure to return 0 if symbol name...NAKAMURA Takumi2014-09-201-0/+2
* mop up: "Don’t duplicate function or class name at the beginning of the com...Sanjay Patel2014-09-201-25/+21
* [x86] Teach the new vector shuffle lowering to use VPERMILPD forChandler Carruth2014-09-203-7/+35
* [x86] Add an AVX run to the 128-bit v2 tests, teach them to haveChandler Carruth2014-09-201-38/+75
* Update tests which broke from r218189David Majnemer2014-09-209-19/+19
* [x86] Teach the new vector shuffle lowering to use the AVX VPERMILPSChandler Carruth2014-09-202-24/+90
* MC: Fix MCSectionCOFF::PrintSwitchToSectionDavid Majnemer2014-09-202-7/+18
* [x86] Start moving to a fancier check syntax to reduce the need forChandler Carruth2014-09-201-174/+102
* [MCJIT] Make RTDyldMemoryManager::getSymbolAddress's behaviour more consistent.Lang Hames2014-09-202-15/+21
* Fix lldb-gdbserver build.Todd Fiala2014-09-201-3/+3
* llvm-cov: Allow creating CoverageMappings from filenamesJustin Bogner2014-09-203-19/+20
* llvm-cov: Disentangle the coverage data logic from the display (NFC)Justin Bogner2014-09-2014-479/+542
OpenPOWER on IntegriCloud