| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix EXTRACT_ELEMENT, EXTRACT_SUBVECTOR, and EXTRACT_VECTOR_ELT to | Dan Gohman | 2007-08-10 | 1 | -3/+5 |
* | propagate struct size and alignment of byval arguments to the DAG | Rafael Espindola | 2007-08-10 | 3 | -3/+25 |
* | For kicks, I though it would be fun to use the correct opcode. | Bill Wendling | 2007-08-10 | 1 | -31/+32 |
* | Adding SSSE3 intrinsics. | Bill Wendling | 2007-08-10 | 1 | -17/+284 |
* | minor simplifications. | Chris Lattner | 2007-08-10 | 1 | -10/+8 |
* | avoid copying strings. | Chris Lattner | 2007-08-10 | 1 | -4/+4 |
* | Remove unncessary duplication. | Devang Patel | 2007-08-10 | 1 | -14/+1 |
* | Calculate exit and start value of true loop and false loop respectively. | Devang Patel | 2007-08-10 | 1 | -2/+28 |
* | ExitCondition and Induction variable are loop constraints | Devang Patel | 2007-08-10 | 1 | -71/+145 |
* | unbreak the build | Chris Lattner | 2007-08-09 | 1 | -1/+1 |
* | Bug fix. ~1U marks the val# dead. | Evan Cheng | 2007-08-09 | 1 | -1/+1 |
* | Patch 10 for long double. Doing constants right needs expanding ConstantFP | Dale Johannesen | 2007-08-09 | 3 | -7/+28 |
* | Temporarily backing out this change until we know why some dejagnu tests are ... | Evan Cheng | 2007-08-09 | 1 | -3/+2 |
* | divb / mulb outputs to ah. Under x86-64 it's not legal to read ah if the inst... | Evan Cheng | 2007-08-09 | 2 | -4/+46 |
* | when we see a unaligned load from an insufficiently aligned global or | Chris Lattner | 2007-08-09 | 1 | -21/+39 |
* | GR16_ sub-register class should be GR8_, not GR8. That is, it should only be ... | Evan Cheng | 2007-08-09 | 1 | -3/+4 |
* | Update per review comments. | Dale Johannesen | 2007-08-09 | 1 | -30/+15 |
* | Make NonLocal and None const in the right way. :-) | Owen Anderson | 2007-08-09 | 4 | -26/+24 |
* | Traverse loop blocks' terminators to find split candidates. | Devang Patel | 2007-08-09 | 1 | -48/+106 |
* | long double 9 of N. This finishes up the X86-32 bits | Dale Johannesen | 2007-08-09 | 3 | -23/+61 |
* | Fix arguments for some Altivec instructions. From SWB. | Dale Johannesen | 2007-08-09 | 1 | -9/+15 |
* | If a target really needs to custom lower constants, it should be allowed | Scott Michel | 2007-08-08 | 1 | -3/+11 |
* | Add more comments to memdep. | Owen Anderson | 2007-08-08 | 1 | -1/+27 |
* | Add cost analysis. | Devang Patel | 2007-08-08 | 1 | -11/+41 |
* | Make memdep fit in 80 cols. | Owen Anderson | 2007-08-08 | 1 | -15/+26 |
* | Preserve dom info while processing one iteration loop. | Devang Patel | 2007-08-08 | 1 | -0/+17 |
* | Change the None and NonLocal markers in memdep to be const. | Owen Anderson | 2007-08-08 | 4 | -24/+24 |
* | Clear split info. | Devang Patel | 2007-08-08 | 1 | -0/+11 |
* | Handle multiple split conditions. | Devang Patel | 2007-08-08 | 1 | -60/+93 |
* | Make getSTDIN return null if the standard input is empty, as the header file | Reid Spencer | 2007-08-08 | 1 | -2/+4 |
* | Allow the filename "-" to be a place holder for stdin. This allows directing | Reid Spencer | 2007-08-08 | 1 | -0/+16 |
* | Global values also don't undead-ify pointers in our dead alloca's set. | Owen Anderson | 2007-08-08 | 1 | -0/+3 |
* | Make handleEndBlock significantly faster with one trivial improvement, | Owen Anderson | 2007-08-08 | 1 | -4/+30 |
* | Small improvement: if a function doesn't access memory, we don't need to scan | Owen Anderson | 2007-08-08 | 1 | -2/+8 |
* | Add some comments, remove a dead argument, and simplify some control flow. | Owen Anderson | 2007-08-08 | 1 | -19/+28 |
* | eliminate redundant conditions from the signless types conversion. | Chris Lattner | 2007-08-08 | 1 | -7/+4 |
* | Handle functions with no name better. | Chris Lattner | 2007-08-08 | 1 | -1/+2 |
* | Adding kill info to val#. | Evan Cheng | 2007-08-08 | 1 | -3/+10 |
* | significantly speed up constant folding of calls (and thus all clients that use | Chris Lattner | 2007-08-08 | 1 | -94/+131 |
* | Speed up updateDFSNumbers with two observations: | Chris Lattner | 2007-08-08 | 1 | -22/+17 |
* | A few more small cleanups. | Owen Anderson | 2007-08-08 | 1 | -9/+7 |
* | Clean up and bug fix. | Evan Cheng | 2007-08-08 | 1 | -1/+1 |
* | reimplement dfs number computation to be significantly faster. This speeds up | Chris Lattner | 2007-08-08 | 2 | -49/+36 |
* | First round of cleanups from Chris' feedback. | Owen Anderson | 2007-08-08 | 1 | -51/+58 |
* | - Each val# can have multiple kills. | Evan Cheng | 2007-08-08 | 3 | -12/+10 |
* | Embrace patch review feedback. | Devang Patel | 2007-08-08 | 1 | -23/+23 |
* | Remove a dead assertion. | Evan Cheng | 2007-08-08 | 1 | -1/+0 |
* | - LiveInterval value#'s now have 3 components: def instruction #, | Evan Cheng | 2007-08-07 | 3 | -26/+30 |
* | Fix new compare instruction's signness. Caught by Chris during review. | Devang Patel | 2007-08-07 | 1 | -5/+7 |
* | Don't insert nearly as many redundant phi nodes. | Owen Anderson | 2007-08-07 | 1 | -2/+25 |