| Commit message (Expand) | Author | Age | Files | Lines |
* | remove attributions from tools. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb | 2007-12-17 | 1 | -3/+3 |
* | Rather than having special rules like "intrinsics cannot | Duncan Sands | 2007-12-03 | 1 | -1/+1 |
* | Allow the block extractor take to take a list of basic blocks to not extract | Nick Lewycky | 2007-11-14 | 1 | -1/+1 |
* | New CallInst interface to address GLIBCXX_DEBUG errors caused by | David Greene | 2007-08-01 | 1 | -5/+5 |
* | Pretty straightforward replacement of "bytecode" by "bitcode" | Gabor Greif | 2007-07-04 | 1 | -25/+25 |
* | remove use of deprecated apis | Chris Lattner | 2007-02-19 | 1 | -2/+1 |
* | eliminate use of vector-related ctors | Chris Lattner | 2007-02-13 | 1 | -4/+7 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -2/+2 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -4/+7 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -6/+6 |
* | relax type | Chris Lattner | 2007-01-07 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -3/+3 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -2/+2 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -3/+3 |
* | Minor style fixes from review. | Reid Spencer | 2006-11-11 | 1 | -3/+2 |
* | Add a -disable-loop-extraction option to bugpoint. | Reid Spencer | 2006-11-11 | 1 | -2/+9 |
* | For PR786: | Reid Spencer | 2006-11-02 | 1 | -1/+1 |
* | Change DisambiguateGlobalSymbols to not rename asm globals, which breaks | Chris Lattner | 2006-09-07 | 1 | -0/+1 |
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -4/+22 |
* | wrap long line | Chris Lattner | 2006-05-04 | 1 | -1/+2 |
* | Fix printing of the instructions. | Chris Lattner | 2005-12-14 | 1 | -1/+1 |
* | This solves the problem of the CBE renaming symbols that start with . but the... | Andrew Lenharth | 2005-12-06 | 1 | -0/+2 |
* | When a function takes a variable number of pointer arguments, with a zero | Jeff Cohen | 2005-10-23 | 1 | -1/+1 |
* | If the user interrupts bugpoint, don't extract loops | Chris Lattner | 2005-08-02 | 1 | -2/+6 |
* | When the user hits ctrl-c, bugpoint should attempt to stop reduction as | Chris Lattner | 2005-08-02 | 1 | -8/+13 |
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -6/+6 |
* | Fix PR576. | Chris Lattner | 2005-07-12 | 1 | -21/+36 |
* | Final Changes For PR495: | Reid Spencer | 2005-07-08 | 1 | -5/+5 |
* | For PR495: | Reid Spencer | 2005-07-07 | 1 | -5/+5 |
* | If loopextract breaks the program provide output so that we can repro the | Chris Lattner | 2005-05-08 | 1 | -1/+9 |
* | Eliminate tabs and trailing spaces | Jeff Cohen | 2005-04-22 | 1 | -1/+1 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 1 | -23/+23 |
* | Replace more a*'s with arg_*'s, thanks to Gabor Greif! | Chris Lattner | 2005-03-15 | 1 | -1/+1 |
* | Use arg_iterator and arg_begin and arg_end functions. | Alkis Evlogimenos | 2005-03-15 | 1 | -4/+5 |
* | Fix spelling, patch contributed by Gabor Greif! | Chris Lattner | 2005-02-27 | 1 | -1/+1 |
* | Improve output precision. | Chris Lattner | 2005-01-15 | 1 | -2/+12 |
* | For PR351: | Reid Spencer | 2004-12-16 | 1 | -5/+5 |
* | For PR351: | Reid Spencer | 2004-12-15 | 1 | -13/+19 |
* | LinkModules is now in the Linker class | Reid Spencer | 2004-12-13 | 1 | -3/+3 |
* | Fix a bug in the checkin where I adjusted this code to work when | Chris Lattner | 2004-11-19 | 1 | -7/+8 |
* | Make this code not depend on LinkModules leaving the second argument unmolested. | Chris Lattner | 2004-11-16 | 1 | -20/+30 |
* | Linker.h has a new home. | Reid Spencer | 2004-11-14 | 1 | -1/+1 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -2/+2 |
* | * Convert "\n" -> '\n' | Misha Brukman | 2004-07-23 | 1 | -10/+10 |
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -2/+1 |
* | Linker.h moved to include/llvm/Support | Misha Brukman | 2004-06-23 | 1 | -1/+1 |
* | Turn the block extractor on by default now that it basically works, eliminati... | Chris Lattner | 2004-05-12 | 1 | -7/+0 |
* | Check to see if all blocks are extractible first. | Chris Lattner | 2004-05-12 | 1 | -8/+19 |
* | Implement the final missing bits for block extractor support. Now bugpoint | Chris Lattner | 2004-05-12 | 1 | -2/+35 |