| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the non-gcc 4.0 paths for countleadingzeros | Chris Lattner | 2005-08-02 | 1 | -29/+35 |
* | Fix inverted conditionals | Chris Lattner | 2005-08-02 | 1 | -2/+2 |
* | one more hunk that got dropped | Chris Lattner | 2005-08-02 | 1 | -3/+2 |
* | This hunk accidentally got dropped. Patch by Jim Laskey | Chris Lattner | 2005-08-02 | 1 | -67/+0 |
* | Update to use the new MathExtras.h support for log2 computation. | Chris Lattner | 2005-08-02 | 11 | -188/+108 |
* | Fix the non-gcc 4.0 path to compile | Chris Lattner | 2005-08-02 | 1 | -5/+7 |
* | Update to use the new MathExtras.h support for log2 computation. | Chris Lattner | 2005-08-02 | 1 | -22/+15 |
* | Consolidate all of the various log2 computing functions into MathExtras.h. | Chris Lattner | 2005-08-02 | 1 | -18/+131 |
* | Update a doc, patch contributed by Jim Laskey! | Chris Lattner | 2005-08-02 | 1 | -6/+3 |
* | add a pass name to make debugging dumps nicer | Chris Lattner | 2005-08-02 | 1 | -0/+4 |
* | Fix grammar: it's == "it is". | Misha Brukman | 2005-08-02 | 1 | -1/+1 |
* | Like the comment says, do not insert cast instructions before phi nodes | Chris Lattner | 2005-08-02 | 1 | -0/+4 |
* | It's dangerous coding on Mondays. | Jeff Cohen | 2005-08-02 | 1 | -8/+5 |
* | This code was very close, but not quite right. It did not take into | Chris Lattner | 2005-08-02 | 1 | -3/+10 |
* | New testcase that caused simplifycfg to crash | Chris Lattner | 2005-08-02 | 1 | -0/+96 |
* | Implement SetInterruptFunction for Windows. | Jeff Cohen | 2005-08-02 | 2 | -2/+27 |
* | add a comment, make a check more lenient | Chris Lattner | 2005-08-02 | 1 | -8/+10 |
* | Simplify for loop, clear a per-loop map after processing each loop | Chris Lattner | 2005-08-02 | 1 | -1/+2 |
* | When the user hits ctrl-c, bugpoint should attempt to stop reduction as | Chris Lattner | 2005-08-02 | 5 | -30/+59 |
* | Implement sys::SetInterruptFunction on Unix, stub it on win32 so that the | Chris Lattner | 2005-08-02 | 2 | -2/+22 |
* | add a new function proto | Chris Lattner | 2005-08-02 | 1 | -0/+9 |
* | Add a comment | Chris Lattner | 2005-08-02 | 1 | -0/+10 |
* | Fix an iterator invalidation problem | Chris Lattner | 2005-08-02 | 1 | -1/+3 |
* | 200.sixtrack prints FP numbers with a very strange notation that uses D | Chris Lattner | 2005-08-02 | 1 | -3/+21 |
* | make is the standard name, not gmake | Chris Lattner | 2005-08-02 | 1 | -1/+1 |
* | Mark these as V9 specific | Chris Lattner | 2005-08-01 | 1 | -5/+4 |
* | update function codes to reflect /su flags that have been added since this wa... | Andrew Lenharth | 2005-08-01 | 1 | -12/+12 |
* | Fix casts from long to sbyte on ppc | Chris Lattner | 2005-08-01 | 1 | -1/+1 |
* | use llabs not abs | Andrew Lenharth | 2005-08-01 | 1 | -3/+3 |
* | one cannot allocate a global, until one is done initializing the global pointers | Andrew Lenharth | 2005-08-01 | 1 | -5/+5 |
* | temporarily fail these two tests until LSR evolves to support them | Chris Lattner | 2005-08-01 | 2 | -0/+4 |
* | ConstantInt::get only works for arguments < 128. | Chris Lattner | 2005-08-01 | 1 | -2/+6 |
* | Keep tabs and trailing spaces out. | Jeff Cohen | 2005-07-30 | 8 | -61/+62 |
* | Fix VC++ build problems. | Jeff Cohen | 2005-07-30 | 2 | -0/+7 |
* | fix float->long conversions on x86 | Chris Lattner | 2005-07-30 | 1 | -3/+10 |
* | this tests every fp-to-integer conversion | Chris Lattner | 2005-07-30 | 1 | -0/+67 |
* | fix a typeo | Chris Lattner | 2005-07-30 | 1 | -1/+1 |
* | Ack, typo | Nate Begeman | 2005-07-30 | 1 | -1/+1 |
* | Change the fp to integer code to not perform 2-byte stores followed by | Chris Lattner | 2005-07-30 | 1 | -7/+4 |
* | Commit a new LoopStrengthReduce pass that can use scalar evolutions and | Nate Begeman | 2005-07-30 | 1 | -179/+517 |
* | Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that | Nate Begeman | 2005-07-30 | 3 | -238/+286 |
* | Use a custom expander for all FP to int conversions, as the X86 only has | Chris Lattner | 2005-07-30 | 1 | -71/+41 |
* | Allow targets to have custom expanders for FP_TO_*INT conversions where | Chris Lattner | 2005-07-30 | 1 | -3/+9 |
* | support near allocations for the JIT | Andrew Lenharth | 2005-07-29 | 4 | -38/+88 |
* | turn off GOT on archs that didn't use it (not that it appeard to harm them mu... | Andrew Lenharth | 2005-07-29 | 3 | -3/+3 |
* | Implement a FIXME: move a bunch of cruft for handling FP_TO_*INT operations | Chris Lattner | 2005-07-29 | 1 | -27/+17 |
* | Don't forget to diddle with the control word when performing an FISTP64. | Chris Lattner | 2005-07-29 | 1 | -8/+36 |
* | Use a custom expander to compile this: | Chris Lattner | 2005-07-29 | 1 | -13/+57 |
* | Allow targets to define custom expanders for FP_TO_*INT | Chris Lattner | 2005-07-29 | 1 | -0/+18 |
* | allow a target to request that unknown FP_TO_*INT conversion be promoted to | Chris Lattner | 2005-07-29 | 1 | -1/+74 |