aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added a way for TargetLowering to specify what values can be used as theEvan Cheng2006-03-164-13/+42
* in functions that use a lot of callee saved regs, this can be more thanChris Lattner2006-03-161-1/+1
* Add support for copying registers. still needed: spilling and reloading themChris Lattner2006-03-163-1/+7
* Add support for CopyFromReg from vector values. Note: this doesn't supportChris Lattner2006-03-161-104/+119
* Teach CreateRegForValue how to handle vector types.Chris Lattner2006-03-161-23/+53
* set TransformToType correctly for vector types.Chris Lattner2006-03-161-0/+8
* Add markers for the first and last vector value type.Chris Lattner2006-03-161-2/+6
* Another case we could do better on.Nate Begeman2006-03-161-0/+11
* New testcase, the new CFE compiles this into insertelement instructions, theChris Lattner2006-03-161-0/+11
* Save/restore VRSAVE once per function, not once per block.Chris Lattner2006-03-161-39/+52
* Typo.Jim Laskey2006-03-161-1/+1
* Fix a typo Eric van Riet Paap noticedChris Lattner2006-03-161-1/+1
* Add a RUN: line so this test doesn't fail.Reid Spencer2006-03-161-1/+1
* add support for the bitconvert nodeChris Lattner2006-03-161-0/+3
* add support for vector->vector castsChris Lattner2006-03-152-35/+79
* Add a note, this code should be moved to the dag combiner.Chris Lattner2006-03-151-0/+1
* minor changes so that GCC builtin can be specified before the Intrinsic info,Chris Lattner2006-03-151-4/+14
* Teach the strip pass to strip type names in addition to value names. ThisChris Lattner2006-03-151-0/+5
* allow the GCCBuiltinName field to be optionalChris Lattner2006-03-151-1/+2
* Update doc to reflect changes in subprogram and block descriptors.Jim Laskey2006-03-151-23/+55
* Expand subprogram and added block descriptor.Jim Laskey2006-03-153-40/+128
* no heap is happening hereAndrew Lenharth2006-03-151-1/+1
* better checkAndrew Lenharth2006-03-151-3/+15
* remove qsort for nowAndrew Lenharth2006-03-151-9/+0
* Also requires -mattr=-sse3Evan Cheng2006-03-153-3/+3
* allow field sensitivity to be a tunable parameterAndrew Lenharth2006-03-151-2/+6
* Update scheduling info for vrsave instructionNate Begeman2006-03-151-2/+2
* Handle one offset with growth case seen in povray. Namely, if we have an off...Andrew Lenharth2006-03-151-10/+39
* improve mem intrinsics and add a few things povray usesAndrew Lenharth2006-03-151-3/+30
* Fix VC++ build error.Jeff Cohen2006-03-151-0/+1
* remove typoChris Lattner2006-03-151-1/+1
* Autogenerate a table of intrinsic names, so we can map from intrinsic ID toChris Lattner2006-03-152-4/+22
* Autogenerate code to map from GCC builtin to LLVM intrinsic.Chris Lattner2006-03-153-1/+59
* Set TargetPrefix on target-specific intrinsics. That way, in theory, differentChris Lattner2006-03-151-7/+7
* Fixed a typo in the vsetfp examples.Robert Bocchino2006-03-141-6/+6
* Split the 'vset' instruction into two instructions, 'vsetint' andRobert Bocchino2006-03-141-38/+73
* Update this to match the documentation in the GC doc and to match actualChris Lattner2006-03-141-6/+10
* Fix the gcread/gcwrite intrinsic specifications, fixingChris Lattner2006-03-141-5/+5
* Bugfix, unbreaking CodeGen/PowerPC/cttz.llChris Lattner2006-03-141-1/+1
* Fix an et-forest memory leak. Patch by Daniel Berlin.Chris Lattner2006-03-141-0/+1
* add a noteChris Lattner2006-03-141-0/+8
* Reflect the fact that empty strings can be expressed as null.Jim Laskey2006-03-141-5/+4
* 1. Use null for serialized empty strings.Jim Laskey2006-03-141-9/+17
* Bring debugging information up to date.Jim Laskey2006-03-141-636/+1166
* Fix an off by one error that caused PPC LLC failures last night.Chris Lattner2006-03-141-1/+1
* Implement a FIXME, recusively reassociatingChris Lattner2006-03-141-26/+65
* new testcase from a FIXME in the codeChris Lattner2006-03-142-2/+16
* extract some code into a method, no functionality changeChris Lattner2006-03-141-50/+56
* transformation implementedChris Lattner2006-03-141-10/+0
* Promote shifts by a constant to multiplies so that we can reassociateChris Lattner2006-03-141-13/+17