| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert tabs to spaces | Misha Brukman | 2005-03-16 | 1 | -5/+5 |
* | fix some 80 column violations | Chris Lattner | 2005-03-15 | 1 | -4/+11 |
* | consolidate LinkFiles into LinkItems, use lib_* iterators. | Chris Lattner | 2005-03-15 | 2 | -85/+61 |
* | consolidate LinkLibraries into LinkItems | Chris Lattner | 2005-03-15 | 2 | -76/+57 |
* | make sure to mark nodes in the globals graph incomplete after computing it | Chris Lattner | 2005-03-15 | 1 | -0/+1 |
* | fix crashes when we only have a prototype for main. | Chris Lattner | 2005-03-15 | 3 | -3/+3 |
* | Fix a crash that happens when mapping something like this: | Chris Lattner | 2005-03-15 | 1 | -6/+12 |
* | sure, I can set a flag, but if I never check it, why bother setting it? Shou... | Andrew Lenharth | 2005-03-15 | 2 | -3/+5 |
* | Make computeGGToGMapping compute an invnodemap | Chris Lattner | 2005-03-15 | 1 | -9/+11 |
* | Finally fix (the right way) the problem where functions like this: | Chris Lattner | 2005-03-15 | 1 | -0/+24 |
* | Start using retnodes_* for iteration. | Chris Lattner | 2005-03-15 | 6 | -39/+34 |
* | avoid varialbe name collisions | Chris Lattner | 2005-03-15 | 1 | -2/+3 |
* | stop using method. | Chris Lattner | 2005-03-15 | 1 | -1/+1 |
* | stop using arg_front | Chris Lattner | 2005-03-15 | 3 | -3/+3 |
* | stop using arg_back | Chris Lattner | 2005-03-15 | 2 | -2/+2 |
* | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 65 | -185/+185 |
* | Don't crash if computing a mapping to a node with zero size | Chris Lattner | 2005-03-15 | 1 | -0/+2 |
* | rename method, add counterpart | Chris Lattner | 2005-03-15 | 2 | -4/+16 |
* | FP 0.0 setcc optimization, and generate short branch sequence for setcc(FP) r... | Andrew Lenharth | 2005-03-14 | 2 | -19/+37 |
* | add a method to compute a commonly used mapping. | Chris Lattner | 2005-03-14 | 2 | -5/+16 |
* | regardless of whether or not the client things we should mark globals incompl... | Chris Lattner | 2005-03-13 | 1 | -7/+7 |
* | Make sure to remove incomplete markers before we add to them! :) | Chris Lattner | 2005-03-13 | 3 | -0/+3 |
* | The incoming arguments to main (the argv list) are not complete! | Chris Lattner | 2005-03-13 | 1 | -4/+3 |
* | After finishing BU analysis, move all global variables from the globals | Chris Lattner | 2005-03-13 | 3 | -6/+71 |
* | ADd support for printing eqgraphs. | Chris Lattner | 2005-03-13 | 2 | -2/+8 |
* | Replace linear search with logrithmic one. | Chris Lattner | 2005-03-13 | 1 | -4/+1 |
* | add a StructLayout::getElementContainingOffset method. | Chris Lattner | 2005-03-13 | 1 | -0/+17 |
* | Should fix mesa | Andrew Lenharth | 2005-03-13 | 1 | -1/+1 |
* | make sure to mark nodes returned from functions as incomplete | Chris Lattner | 2005-03-12 | 1 | -0/+1 |
* | remove this from the PA namespace, leaving it in the llvm ns | Chris Lattner | 2005-03-12 | 1 | -8/+7 |
* | Move this from the pool allocator project to here, where it logically belongs. | Chris Lattner | 2005-03-12 | 1 | -1/+1 |
* | remove a pseudo instruction and improve inline constant generation | Andrew Lenharth | 2005-03-11 | 2 | -6/+29 |
* | I didn't mean to check this in. :( | Chris Lattner | 2005-03-10 | 1 | -3/+1 |
* | Fix a bug where we would incorrectly do a sign ext instead of a zero ext | Chris Lattner | 2005-03-10 | 1 | -1/+1 |
* | yay for camel_cvs diff | Andrew Lenharth | 2005-03-10 | 1 | -1/+1 |
* | some typoes and .bss isn't liked, at all | Andrew Lenharth | 2005-03-10 | 1 | -4/+4 |
* | Allow the live interval analysis pass to be a bit more aggressive about | Chris Lattner | 2005-03-09 | 2 | -10/+62 |
* | minor correction for Register that isn't used | Andrew Lenharth | 2005-03-09 | 1 | -2/+2 |
* | constant fold FP_ROUND_INREG, ZERO_EXTEND_INREG, and SIGN_EXTEND_INREG | Chris Lattner | 2005-03-09 | 1 | -0/+12 |
* | correct the computation of the isAbstract bit for types. | Chris Lattner | 2005-03-09 | 1 | -3/+8 |
* | Fix Regression/Analysis/BasicAA/2005-03-09-BrokenBasicAA.ll, a miscompilation | Chris Lattner | 2005-03-09 | 1 | -2/+6 |
* | Fix a typo in an assertion comment. | Reid Spencer | 2005-03-09 | 1 | -1/+1 |
* | Export two methods for getting -X and A-B. | Chris Lattner | 2005-03-09 | 1 | -10/+11 |
* | get bugpoint working on ia64, by building .so's with -fpic. :) | Chris Lattner | 2005-03-09 | 1 | -0/+4 |
* | Fix a crash handling 'undef bool', fixing an llc crash on 186.crafty | Chris Lattner | 2005-03-08 | 1 | -1/+1 |
* | Patch to make assembly output compatible with mingw compilation (identical | Reid Spencer | 2005-03-08 | 1 | -2/+3 |
* | Make sure to remove all dead type names from the symbol table, not just | Chris Lattner | 2005-03-08 | 2 | -18/+16 |
* | Single characters should be printed out as chars, not strings. | Misha Brukman | 2005-03-08 | 2 | -4/+4 |
* | Fix an apparent ambiguity compiling on PPC | Chris Lattner | 2005-03-07 | 1 | -1/+1 |
* | fix a bug where we thought arguments were constants :( | Chris Lattner | 2005-03-06 | 1 | -3/+7 |