| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a way for TargetLowering to specify what values can be used as the | Evan Cheng | 2006-03-16 | 4 | -13/+42 |
* | in functions that use a lot of callee saved regs, this can be more than | Chris Lattner | 2006-03-16 | 1 | -1/+1 |
* | Add support for copying registers. still needed: spilling and reloading them | Chris Lattner | 2006-03-16 | 3 | -1/+7 |
* | Add support for CopyFromReg from vector values. Note: this doesn't support | Chris Lattner | 2006-03-16 | 1 | -104/+119 |
* | Teach CreateRegForValue how to handle vector types. | Chris Lattner | 2006-03-16 | 1 | -23/+53 |
* | set TransformToType correctly for vector types. | Chris Lattner | 2006-03-16 | 1 | -0/+8 |
* | Add markers for the first and last vector value type. | Chris Lattner | 2006-03-16 | 1 | -2/+6 |
* | Another case we could do better on. | Nate Begeman | 2006-03-16 | 1 | -0/+11 |
* | New testcase, the new CFE compiles this into insertelement instructions, the | Chris Lattner | 2006-03-16 | 1 | -0/+11 |
* | Save/restore VRSAVE once per function, not once per block. | Chris Lattner | 2006-03-16 | 1 | -39/+52 |
* | Typo. | Jim Laskey | 2006-03-16 | 1 | -1/+1 |
* | Fix a typo Eric van Riet Paap noticed | Chris Lattner | 2006-03-16 | 1 | -1/+1 |
* | Add a RUN: line so this test doesn't fail. | Reid Spencer | 2006-03-16 | 1 | -1/+1 |
* | add support for the bitconvert node | Chris Lattner | 2006-03-16 | 1 | -0/+3 |
* | add support for vector->vector casts | Chris Lattner | 2006-03-15 | 2 | -35/+79 |
* | Add a note, this code should be moved to the dag combiner. | Chris Lattner | 2006-03-15 | 1 | -0/+1 |
* | minor changes so that GCC builtin can be specified before the Intrinsic info, | Chris Lattner | 2006-03-15 | 1 | -4/+14 |
* | Teach the strip pass to strip type names in addition to value names. This | Chris Lattner | 2006-03-15 | 1 | -0/+5 |
* | allow the GCCBuiltinName field to be optional | Chris Lattner | 2006-03-15 | 1 | -1/+2 |
* | Update doc to reflect changes in subprogram and block descriptors. | Jim Laskey | 2006-03-15 | 1 | -23/+55 |
* | Expand subprogram and added block descriptor. | Jim Laskey | 2006-03-15 | 3 | -40/+128 |
* | no heap is happening here | Andrew Lenharth | 2006-03-15 | 1 | -1/+1 |
* | better check | Andrew Lenharth | 2006-03-15 | 1 | -3/+15 |
* | remove qsort for now | Andrew Lenharth | 2006-03-15 | 1 | -9/+0 |
* | Also requires -mattr=-sse3 | Evan Cheng | 2006-03-15 | 3 | -3/+3 |
* | allow field sensitivity to be a tunable parameter | Andrew Lenharth | 2006-03-15 | 1 | -2/+6 |
* | Update scheduling info for vrsave instruction | Nate Begeman | 2006-03-15 | 1 | -2/+2 |
* | Handle one offset with growth case seen in povray. Namely, if we have an off... | Andrew Lenharth | 2006-03-15 | 1 | -10/+39 |
* | improve mem intrinsics and add a few things povray uses | Andrew Lenharth | 2006-03-15 | 1 | -3/+30 |
* | Fix VC++ build error. | Jeff Cohen | 2006-03-15 | 1 | -0/+1 |
* | remove typo | Chris Lattner | 2006-03-15 | 1 | -1/+1 |
* | Autogenerate a table of intrinsic names, so we can map from intrinsic ID to | Chris Lattner | 2006-03-15 | 2 | -4/+22 |
* | Autogenerate code to map from GCC builtin to LLVM intrinsic. | Chris Lattner | 2006-03-15 | 3 | -1/+59 |
* | Set TargetPrefix on target-specific intrinsics. That way, in theory, different | Chris Lattner | 2006-03-15 | 1 | -7/+7 |
* | Fixed a typo in the vsetfp examples. | Robert Bocchino | 2006-03-14 | 1 | -6/+6 |
* | Split the 'vset' instruction into two instructions, 'vsetint' and | Robert Bocchino | 2006-03-14 | 1 | -38/+73 |
* | Update this to match the documentation in the GC doc and to match actual | Chris Lattner | 2006-03-14 | 1 | -6/+10 |
* | Fix the gcread/gcwrite intrinsic specifications, fixing | Chris Lattner | 2006-03-14 | 1 | -5/+5 |
* | Bugfix, unbreaking CodeGen/PowerPC/cttz.ll | Chris Lattner | 2006-03-14 | 1 | -1/+1 |
* | Fix an et-forest memory leak. Patch by Daniel Berlin. | Chris Lattner | 2006-03-14 | 1 | -0/+1 |
* | add a note | Chris Lattner | 2006-03-14 | 1 | -0/+8 |
* | Reflect the fact that empty strings can be expressed as null. | Jim Laskey | 2006-03-14 | 1 | -5/+4 |
* | 1. Use null for serialized empty strings. | Jim Laskey | 2006-03-14 | 1 | -9/+17 |
* | Bring debugging information up to date. | Jim Laskey | 2006-03-14 | 1 | -636/+1166 |
* | Fix an off by one error that caused PPC LLC failures last night. | Chris Lattner | 2006-03-14 | 1 | -1/+1 |
* | Implement a FIXME, recusively reassociating | Chris Lattner | 2006-03-14 | 1 | -26/+65 |
* | new testcase from a FIXME in the code | Chris Lattner | 2006-03-14 | 2 | -2/+16 |
* | extract some code into a method, no functionality change | Chris Lattner | 2006-03-14 | 1 | -50/+56 |
* | transformation implemented | Chris Lattner | 2006-03-14 | 1 | -10/+0 |
* | Promote shifts by a constant to multiplies so that we can reassociate | Chris Lattner | 2006-03-14 | 1 | -13/+17 |