| Commit message (Expand) | Author | Age | Files | Lines |
* | 80 col / tabs fixes | Nate Begeman | 2008-05-13 | 1 | -4/+5 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 18 | -83/+100 |
* | Fix a type and formatting. | Duncan Sands | 2008-05-09 | 1 | -2/+2 |
* | Improve pass documentation and comments. | Gordon Henriksen | 2008-05-08 | 2 | -4/+15 |
* | Check linkage. | Devang Patel | 2008-05-08 | 1 | -1/+1 |
* | Make several variable declarations static. | Dan Gohman | 2008-05-06 | 3 | -4/+4 |
* | Delete the IPO simplify-libcalls and completely reimplement it as | Chris Lattner | 2008-05-01 | 1 | -2214/+0 |
* | use string length computation to generalize several xforms. | Chris Lattner | 2008-04-30 | 1 | -36/+39 |
* | Implement more aggressive support for analyzing string length. This | Chris Lattner | 2008-04-29 | 1 | -10/+136 |
* | When SRoA'ing a global variable, make sure the new globals get the | Chris Lattner | 2008-04-26 | 1 | -5/+32 |
* | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky | 2008-04-25 | 1 | -17/+2 |
* | simplify code for propagation of constant arguments into | Chris Lattner | 2008-04-23 | 1 | -46/+49 |
* | Fix a number of bugs in ipconstantprop, simplify the code, fit in 80 cols, | Chris Lattner | 2008-04-23 | 1 | -41/+39 |
* | don't assume that the argument passed to fprintf("%s" is a string. This | Chris Lattner | 2008-04-21 | 1 | -1/+1 |
* | Allow argpromote to promote struct arguments with a specified number | Chris Lattner | 2008-04-19 | 1 | -10/+17 |
* | Disable an xform we've had for a long time, pow(x,0.5) -> sqrt. | Chris Lattner | 2008-04-10 | 1 | -0/+8 |
* | Generalize getUnaryFloatFunction to handle any FP unary function, automatically | Chris Lattner | 2008-04-09 | 1 | -17/+33 |
* | use the new ConstantFP::get method to make this work with | Chris Lattner | 2008-04-09 | 1 | -11/+4 |
* | many cleanups to the pow optimizer. Allow it to handle powf, | Chris Lattner | 2008-04-09 | 1 | -34/+50 |
* | Use Intrinsic::getDeclaration in more places. | Duncan Sands | 2008-04-07 | 1 | -21/+7 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 10 | -126/+125 |
* | 1. Drop default inline threshold back down to 200. | Evan Cheng | 2008-04-01 | 1 | -2/+2 |
* | Increasing the inline limit from (overly conservative) 200 to 300. Given each... | Evan Cheng | 2008-03-24 | 2 | -4/+9 |
* | Don't include <map> in Pass.h, which doesn't need it. This requires | Dan Gohman | 2008-03-21 | 4 | -0/+4 |
* | FunctionExtractorPass has been superceded by GVExtractorPass | Andrew Lenharth | 2008-03-21 | 1 | -147/+0 |
* | Incorporate feedback. | Devang Patel | 2008-03-20 | 1 | -24/+24 |
* | Take the old function's name. | Zhou Sheng | 2008-03-20 | 1 | -0/+1 |
* | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner | 2008-03-12 | 5 | -87/+63 |
* | Check multiple return values. | Devang Patel | 2008-03-12 | 1 | -1/+2 |
* | Fix attribute handling. | Devang Patel | 2008-03-12 | 1 | -14/+14 |
* | Handle multiple ret values. | Devang Patel | 2008-03-11 | 1 | -21/+59 |
* | Initialize. | Devang Patel | 2008-03-11 | 1 | -2/+2 |
* | Turn unwind_to into "unwinds to". | Nick Lewycky | 2008-03-10 | 1 | -1/+1 |
* | Fix some compilation errors on msvc: | Ted Kremenek | 2008-03-09 | 1 | -0/+1 |
* | And again. | Nick Lewycky | 2008-03-09 | 1 | -1/+2 |
* | Braces belong here. No functionality change. | Nick Lewycky | 2008-03-09 | 1 | -1/+2 |
* | Prune the unwind_to labels on BBs that don't need them. Another step in the | Nick Lewycky | 2008-03-09 | 1 | -3/+16 |
* | add a pass that can extract all kinds of global values, not just functions. ... | Andrew Lenharth | 2008-03-07 | 1 | -0/+174 |
* | Skip, for now, callsites where use of sret argument is not dominated by calls... | Devang Patel | 2008-03-05 | 1 | -0/+4 |
* | Filter nested structs | Devang Patel | 2008-03-04 | 1 | -0/+16 |
* | Use appropriate index to get the result value. | Devang Patel | 2008-03-04 | 1 | -1/+3 |
* | Skip sret attribute while preparing attribute list for | Devang Patel | 2008-03-04 | 1 | -11/+21 |
* | Increment counter that keeps track of total number of sret promoted. | Devang Patel | 2008-03-04 | 1 | -0/+1 |
* | Skip declarations. | Devang Patel | 2008-03-04 | 1 | -1/+1 |
* | Process externally visible functions also. Later on code generator will do th... | Devang Patel | 2008-03-04 | 1 | -2/+1 |
* | Collect statistics. | Devang Patel | 2008-03-04 | 1 | -5/+11 |
* | s/isReturnStruct()/hasStructRetAttr()/g | Devang Patel | 2008-03-03 | 2 | -2/+2 |
* | Preserve paramater attributes. | Devang Patel | 2008-03-03 | 1 | -2/+31 |
* | allow specified inline threshold to be negative, as the value is | Chris Lattner | 2008-03-01 | 1 | -1/+1 |
* | Fix cut-n-pasto. | Devang Patel | 2008-02-29 | 1 | -19/+1 |