| Age | Commit message (Expand) | Author |
| 2009-07-16 | Convert more tools code from cerr and cout to errs() and outs(). | Dan Gohman |
| 2009-07-15 | Use errs() instead of std::cerr. | Dan Gohman |
| 2009-07-15 | eliminate the Mangler::PreserveAsmNames bit, the sole client of this | Chris Lattner |
| 2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
| 2009-07-14 | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner |
| 2009-07-14 | Revert r7561{9,8,7,6}, which depend on r75610. | Daniel Dunbar |
| 2009-07-14 | rename getValueName -> getMangledName | Chris Lattner |
| 2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
| 2009-07-10 | Support remote execute for ARM. | David Goodwin |
| 2009-07-09 | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson |
| 2009-07-08 | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson |
| 2009-07-08 | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson |
| 2009-07-01 | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson |
| 2009-04-22 | Use CloneModule's ValueMap in more places, instead of looking | Dan Gohman |
| 2008-12-08 | Generalize bugpoint's concept of a "safe" backend, and add options | Dan Gohman |
| 2008-07-14 | Reformat this message to fit in 80 cols. | Dan Gohman |
| 2008-05-15 | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif |
| 2008-04-14 | Revert r49614. As Dan pointed out, some of these aren't correct. | Owen Anderson |
| 2008-04-13 | Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), | Owen Anderson |
| 2008-04-06 | API changes for class Use size reduction, wave 1. | Gabor Greif |
| 2008-04-06 | -fPIC is required on x86-64 when building shared objects. | Torok Edwin |
| 2007-12-29 | remove attributions from tools. | Chris Lattner |
| 2007-12-17 | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb |
| 2007-12-03 | Rather than having special rules like "intrinsics cannot | Duncan Sands |
| 2007-11-14 | Allow the block extractor take to take a list of basic blocks to not extract | Nick Lewycky |
| 2007-08-01 | New CallInst interface to address GLIBCXX_DEBUG errors caused by | David Greene |
| 2007-07-04 | Pretty straightforward replacement of "bytecode" by "bitcode" | Gabor Greif |
| 2007-02-19 | remove use of deprecated apis | Chris Lattner |
| 2007-02-13 | eliminate use of vector-related ctors | Chris Lattner |
| 2007-02-05 | For PR411: | Reid Spencer |
| 2007-02-05 | For PR411: | Reid Spencer |
| 2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
| 2007-01-07 | relax type | Chris Lattner |
| 2006-12-31 | For PR950: | Reid Spencer |
| 2006-12-23 | For PR950: | Reid Spencer |
| 2006-11-27 | For PR950: | Reid Spencer |
| 2006-11-11 | Minor style fixes from review. | Reid Spencer |
| 2006-11-11 | Add a -disable-loop-extraction option to bugpoint. | Reid Spencer |
| 2006-11-02 | For PR786: | Reid Spencer |
| 2006-09-07 | Change DisambiguateGlobalSymbols to not rename asm globals, which breaks | Chris Lattner |
| 2006-08-23 | For PR797: | Reid Spencer |
| 2006-05-04 | wrap long line | Chris Lattner |
| 2005-12-14 | Fix printing of the instructions. | Chris Lattner |
| 2005-12-06 | This solves the problem of the CBE renaming symbols that start with . but the... | Andrew Lenharth |
| 2005-10-23 | When a function takes a variable number of pointer arguments, with a zero | Jeff Cohen |
| 2005-08-02 | If the user interrupts bugpoint, don't extract loops | Chris Lattner |
| 2005-08-02 | When the user hits ctrl-c, bugpoint should attempt to stop reduction as | Chris Lattner |
| 2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
| 2005-07-12 | Fix PR576. | Chris Lattner |
| 2005-07-08 | Final Changes For PR495: | Reid Spencer |