| Age | Commit message (Expand) | Author |
| 2009-07-24 | make Constant::getRelocationInfo return an enum, as suggested by Duncan. | Chris Lattner |
| 2009-07-22 | Constify the key in Mi2IndexMap. | David Greene |
| 2009-07-22 | Put comment printing under asm-verbose. | David Greene |
| 2009-07-22 | Make some changes suggested by Bill and Evan. | David Greene |
| 2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
| 2009-07-21 | no really, I can spell! | Chris Lattner |
| 2009-07-21 | add an API so target-independent codegen can determine if a constant | Chris Lattner |
| 2009-07-21 | revert r76602, 76603, and r76615, pending design discussions. | Chris Lattner |
| 2009-07-21 | Prefix IR dumps with LiveInterval indices when possible. This turns | David Greene |
| 2009-07-21 | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner |
| 2009-07-21 | Add PrefixPrinter arguments to the dump routines for MachineFunction and | David Greene |
| 2009-07-20 | implement a new magic global "llvm.compiler.used" which is like llvm.used, but | Chris Lattner |
| 2009-07-17 | remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead. | Chris Lattner |
| 2009-07-17 | Untangle a snarl that I discovered when updating the mangler, | Chris Lattner |
| 2009-07-16 | Add line numbers to OProfile. To do this, I added a processDebugLoc() | Jeffrey Yasskin |
| 2009-07-16 | Tidy up #includes. | Dan Gohman |
| 2009-07-15 | Remove mismatched and unnecessary declaration. | Daniel Dunbar |
| 2009-07-15 | Get rid of postInstructionAction and call EmitComments directly. | David Greene |
| 2009-07-15 | Remove the v3i32 and v3f32 value types: they are not | Duncan Sands |
| 2009-07-15 | remove printSuffixedName. | Chris Lattner |
| 2009-07-14 | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene |
| 2009-07-14 | Remove some tabs and fix other whitespace. No functional changes. | Bob Wilson |
| 2009-07-14 | Fix a comment. | Bob Wilson |
| 2009-07-14 | New VNInfo alignment patch by Ryan Flynn. | Lang Hames |
| 2009-07-14 | Unbroke LiveInterval. | Lang Hames |
| 2009-07-14 | Tidy up VNInfo alignment code. Patch contributed by Ryan Flynn. | Lang Hames |
| 2009-07-14 | Do not use Mangler to remove '1' from linkage name. | Devang Patel |
| 2009-07-14 | Revert 75308. | Bob Wilson |
| 2009-07-13 | Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable, | Dan Gohman |
| 2009-07-13 | Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, | Dan Gohman |
| 2009-07-13 | Use AsmPrinter's Mangler to remove leading '1' from linkage names. | Devang Patel |
| 2009-07-13 | Add infrastructure to allow post instruction printing action triggers. | David Greene |
| 2009-07-13 | Make some more changes suggested by Chris. Manipulators go away. | David Greene |
| 2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
| 2009-07-10 | Add new vector types for 192-bit, 348-bit and 512-bit sizes. | Bob Wilson |
| 2009-07-10 | Make changes suggested by Chris and eliminate newly-added raw_ostream | David Greene |
| 2009-07-10 | Fix #include specification. | David Greene |
| 2009-07-09 | Redesign this to avoid standard stream classes. This stream class | David Greene |
| 2009-07-09 | Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned | Eli Friedman |
| 2009-07-09 | As Chris pointed out, we don't actually need to pass the context around here. | Owen Anderson |
| 2009-07-09 | back out r75156 for now. | Chris Lattner |
| 2009-07-09 | Add some classes to produce pretty-printed asm. We'll use these | David Greene |
| 2009-07-09 | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson |
| 2009-07-09 | add default ctor. | Chris Lattner |
| 2009-07-09 | Improved tracking of value number kills. VN kills are now represented | Lang Hames |
| 2009-07-08 | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin |
| 2009-07-08 | Reformat. | David Greene |
| 2009-07-08 | Implement changes from Chris's feedback. | Torok Edwin |
| 2009-07-08 | Convert more abort() calls to llvm_report_error(). | Torok Edwin |
| 2009-07-08 | dag combine sext(setcc) -> vsetcc before legalize. To make this safe, | Chris Lattner |