| Age | Commit message (Expand) | Author |
| 2009-08-01 | Print the target flags as an int instead of a char, as they aren't | Dan Gohman |
| 2009-08-01 | Delete a redundant variable. | Dan Gohman |
| 2009-08-01 | Minor code simplifications. | Dan Gohman |
| 2009-08-01 | SelectionDAGISel no longer needs to check hasAvailableExternallyLinkage, | Dan Gohman |
| 2009-07-31 | SelectionDAGISel does not "preserve all", since it makes lots of changes | Dan Gohman |
| 2009-07-31 | Use a range insert instead of an explicit loop. | Dan Gohman |
| 2009-07-31 | Allow target intrinsics that return multiple values, i.e., struct types, | Bob Wilson |
| 2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
| 2009-07-31 | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman |
| 2009-07-31 | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson |
| 2009-07-31 | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar |
| 2009-07-31 | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman |
| 2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
| 2009-07-30 | Allow targets to define libcall names for mem(cpy,set,move) intrinsics, rathe... | Sanjiv Gupta |
| 2009-07-30 | Optimize some common usage patterns of atomic built-ins __sync_add_and_fetch(... | Evan Cheng |
| 2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
| 2009-07-29 | inline the global 'getInstrOperandRegClass' function into its callers | Chris Lattner |
| 2009-07-29 | Remove now unused Context variables. | Benjamin Kramer |
| 2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
| 2009-07-28 | Return ConstantVector to 2.5 API. | Owen Anderson |
| 2009-07-28 | Change ConstantArray to 2.5 API. | Owen Anderson |
| 2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
| 2009-07-27 | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson |
| 2009-07-26 | Reorganize code a bit to reduce indentation. No visible functionality | Eli Friedman |
| 2009-07-26 | Remove Value::getNameLen | Daniel Dunbar |
| 2009-07-25 | Convert a few more things to use raw_ostream. | Dan Gohman |
| 2009-07-25 | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar |
| 2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
| 2009-07-24 | Add support for promoting SETCC operations. | Jakob Stoklund Olesen |
| 2009-07-24 | Move more to raw_ostream, provide support for writing MachineBasicBlock, | Daniel Dunbar |
| 2009-07-24 | Switch to getNameStr(). | Daniel Dunbar |
| 2009-07-23 | "fix" PR4612, which is a crash on: | Chris Lattner |
| 2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
| 2009-07-21 | Remove shift amount flavor. It isn't actually complete enough to | Eli Friedman |
| 2009-07-21 | Rename getConstantInt{True|False} to get{True|False} at Chris' behest. | Owen Anderson |
| 2009-07-21 | Simplify / normalize some uses of Value::getName. | Daniel Dunbar |
| 2009-07-21 | Fix a dagga combiner bug: avoid creating illegal constant. | Evan Cheng |
| 2009-07-21 | Move a bit more state over to the LLVMContext. | Owen Anderson |
| 2009-07-20 | Move stripping of bitcasts in inline asm arguments | Dale Johannesen |
| 2009-07-19 | Fix some minor MSVC compiler warnings. | Daniel Dunbar |
| 2009-07-17 | Make promotion in operation legalization for SETCC work correctly. | Eli Friedman |
| 2009-07-16 | Add line numbers to OProfile. To do this, I added a processDebugLoc() | Jeffrey Yasskin |
| 2009-07-16 | Privatize the ConstantFP table. I'm on a roll! | Owen Anderson |
| 2009-07-16 | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson |
| 2009-07-16 | Propagate return result extension type | Anton Korobeynikov |
| 2009-07-15 | Move a few more convenience factory functions from Constant to LLVMContext. | Owen Anderson |
| 2009-07-15 | Lexically order files in CMakeLists.txt files. | Ted Kremenek |
| 2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |