Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-20Merging in from mainlinerelease/1.7.xTanya Lattner
2006-04-20Merging in from mainlineTanya Lattner
2006-04-20Checking in updates from mainline for 1.7 release.Tanya Lattner
2006-04-14Removing from releaseTanya Lattner
2006-04-14Removing from release.Tanya Lattner
2006-04-14Merging in fix from mainlineTanya Lattner
2006-04-14Removing unimplemented vector operations for the release docs.Tanya Lattner
2006-04-14Include corrected documentation on class hierarchy of GlobalValue (derivedReid Spencer
2006-04-14Remove "cvs" suffix from 1.7 version number, on the release_17 branch.Reid Spencer
2006-04-14Remove the .cvsignore file so this directory gets pruned.Reid Spencer
2006-04-14Remove the .cvsignore file so the SparcV8 directory gets pruned withReid Spencer
2006-04-14Make sure we distribute the "tests" directory too.Reid Spencer
2006-04-14Merge head changes needed for release (correction of dg variable quoting)Reid Spencer
2006-04-13This commit was manufactured by cvs2svn to create branch 'release_17'.CVS to SVN Conversion
2006-04-13from the linux kernelAndrew Lenharth
2006-04-13Fix this regex to match what llvmgcc4 produces alsoChris Lattner
2006-04-13Handle some kernel code than ends in [0 x sbyte]. I think this is safeAndrew Lenharth
2006-04-13Expand some code with temporary variables to rid ourselves of the warningReid Spencer
2006-04-13Fix an incorrect prototype for this intrinsic, fixingChris Lattner
2006-04-13Try xfailing thisChris Lattner
2006-04-13Doh. PANDrm, etc. are not commutable.Evan Cheng
2006-04-13fix this for the more restrictive linkageAndrew Lenharth
2006-04-13These tests are now xfailed for llvmgcc4. This is PR735, unlikely to beChris Lattner
2006-04-13Only look at .ll files in this directoryChris Lattner
2006-04-13This file is an invalid C file, test that it is properly rejectedChris Lattner
2006-04-13Another case where a dead cast was causing the test to spuriouslyChris Lattner
2006-04-13Don't get confused by dead casts.Chris Lattner
2006-04-13Fix an accidental commit.Chris Lattner
2006-04-13This test fails and I don't know why, xfail it until andrew gets a chance toChris Lattner
2006-04-13Oops, move misplaced testChris Lattner
2006-04-13These are only XFAILs with llvmgcc3, they pass with llvmgcc4Chris Lattner
2006-04-13Force non-darwin targets to use a static relo model. This fixes PR734,Chris Lattner
2006-04-13Add a run with an unusual target triple, revert the patch that sent output toChris Lattner
2006-04-13Update a count, this test now passes.Chris Lattner
2006-04-13add a note, move an altivec todo to the altivec list.Chris Lattner
2006-04-13linear -> constant timeAndrew Lenharth
2006-04-13Add the README files to the distribution.Reid Spencer
2006-04-13Add missing things to the distribution.Reid Spencer
2006-04-13Distribute the Stacker samples directory.Reid Spencer
2006-04-13psad, pmax, pmin intrinsics.Evan Cheng
2006-04-13pmin, pmax, and psad intrinsics.Evan Cheng
2006-04-13Various SSE2 packed integer intrinsics: pmulhuw, pavgw, etc.Evan Cheng
2006-04-13X86 SSE2 supports v8i16 multiplicationEvan Cheng
2006-04-13UpdateEvan Cheng
2006-04-13pmul*, pmadd*, and pavg* intrinsics.Evan Cheng
2006-04-13one too many l'sChris Lattner
2006-04-13quick updateAndrew Lenharth
2006-04-13padds{b|w}, paddus{b|w}, psubs{b|w}, psubus{b|w} intrinsics.Evan Cheng
2006-04-13Naming inconsistency.Evan Cheng
2006-04-13SSE / SSE2 conversion intrinsics.Evan Cheng