aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Gabor points out that we can't spell. :)Chris Lattner2006-03-243-5/+5
* Remove a spurious <table> tag.Reid Spencer2006-03-241-2/+0
* All v2f64 shuffle cases can be handled.Evan Cheng2006-03-242-1/+8
* Fix headersJeff Cohen2006-03-242-2/+2
* Minor corrections.Jeff Cohen2006-03-243-3/+6
* Minor corrections.Jeff Cohen2006-03-242-1/+3
* More efficient v2f64 shuffle using movlhps, movhlps, unpckhpd, and unpcklpd.Evan Cheng2006-03-243-12/+128
* A new entryEvan Cheng2006-03-241-0/+11
* Add a v2f64 shuffle case.Evan Cheng2006-03-241-1/+9
* Get JIT/Interpreter working on Windows again.Jeff Cohen2006-03-245-1/+90
* legalize vbit_convert nodes whose result is a legal type.Chris Lattner2006-03-241-0/+38
* Lower target intrinsics into an INTRINSIC nodeChris Lattner2006-03-241-4/+80
* Ignore the lexer output.Reid Spencer2006-03-241-0/+1
* Ignore the burg output files.Reid Spencer2006-03-241-0/+3
* fix some bogus assertions: noop bitconverts are legalChris Lattner2006-03-241-10/+4
* Get Visual Studio happy again.Jeff Cohen2006-03-242-0/+6
* Add a vector shuffle test caseEvan Cheng2006-03-241-0/+10
* Handle more shuffle cases with SHUFP* instructions.Evan Cheng2006-03-243-44/+77
* Lower BUILD_VECTOR to VECTOR_SHUFFLE if there are two distinct nodes (and ifEvan Cheng2006-03-241-8/+49
* extract some more information from the intrinsic tableChris Lattner2006-03-242-1/+25
* Remove the interpreter component as its not working at the moment.Reid Spencer2006-03-242-10/+2
* Identify the INTRINSIC nodeChris Lattner2006-03-241-0/+1
* add a new intrinsic nodeChris Lattner2006-03-241-0/+8
* Add a couple simple intrinsics for intel. Fix the v2f64 definition.Chris Lattner2006-03-241-1/+19
* Add llvm-config to the index.Reid Spencer2006-03-241-0/+3
* Ignored generated files.Reid Spencer2006-03-231-0/+4
* Ignore generated files.Reid Spencer2006-03-232-0/+8
* Ignore generated file Intrinsics.genReid Spencer2006-03-231-0/+1
* Add new generated files.Reid Spencer2006-03-231-0/+3
* Add a .cvsignore file to get rid of notices about gram.tab.[ch]Reid Spencer2006-03-231-0/+2
* Add new generated files to be ignored.Reid Spencer2006-03-231-0/+4
* Ignore temporary files generated by building.Reid Spencer2006-03-232-0/+10
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-2371-1/+214
* TypoEvan Cheng2006-03-231-1/+1
* Ignore some files that occur when srcdir = objdir.Reid Spencer2006-03-231-0/+5
* Documentation for llvm-config by Eric Kidd.Reid Spencer2006-03-231-0/+113
* Update to llvm-config tool, by Erik Kidd:Reid Spencer2006-03-2312-73/+205
* Unneeded forward.Jim Laskey2006-03-231-1/+0
* A little script to find LLVM symbols. Ideally this would use c++filt forReid Spencer2006-03-231-0/+34
* Make sure types are allocated in the scope of their use.Jim Laskey2006-03-232-116/+62
* Don't print out ugly command line when building LibDeps.txt.Reid Spencer2006-03-232-2/+6
* add a noteChris Lattner2006-03-231-0/+10
* add support for splitting casts. This implementsChris Lattner2006-03-231-1/+41
* add some tests for typecasts and extract_elementChris Lattner2006-03-231-0/+23
* TypoEvan Cheng2006-03-231-1/+1
* Add some more bulletproofing to auto upgrade of llvm.dbg intrinsics.Jim Laskey2006-03-231-13/+9
* Add PPC vector bit-convert supportChris Lattner2006-03-231-0/+3
* Add support to locate local variables in frames (early version.)Jim Laskey2006-03-2313-0/+91
* Strip changes to llvm.dbg intrinsics.Jim Laskey2006-03-231-7/+34
* Can't combine anymore - we don't have a chain through llvm.dbg intrinsics.Jim Laskey2006-03-231-10/+0