| Age | Commit message (Expand) | Author |
| 2009-07-24 | Convert several more passes to use getAnalysisIfAvailable<TargetData>() | Dan Gohman |
| 2009-07-24 | Switch to getNameStr(). | Daniel Dunbar |
| 2009-07-22 | Remove unnecessary store to temporary std::string. | Daniel Dunbar |
| 2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
| 2009-07-21 | Rename getConstantInt{True|False} to get{True|False} at Chris' behest. | Owen Anderson |
| 2009-07-21 | Update CMake files. | Ted Kremenek |
| 2009-07-20 | implement a new magic global "llvm.compiler.used" which is like llvm.used, but | Chris Lattner |
| 2009-07-20 | Add plumbing for the `linker_private' linkage type. This type is meant for | Bill Wendling |
| 2009-07-18 | Add line breaks to make the debug output a bit more readable. | Eli Friedman |
| 2009-07-16 | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson |
| 2009-07-15 | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson |
| 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 | Move more functionality over to LLVMContext. | Owen Anderson |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 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-06 | "LLVMContext* " --> "LLVMContext *" | Owen Anderson |
| 2009-07-06 | Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr... | Owen Anderson |
| 2009-07-06 | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson |
| 2009-07-06 | More LLVMContext-ification. | Owen Anderson |
| 2009-07-03 | Add newline at end of file. | Duncan Sands |
| 2009-07-01 | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner |
| 2009-06-26 | Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms | Devang Patel |
| 2009-06-17 | >> What if my global variable was into a different address space than stack? | Sanjiv Gupta |
| 2009-06-15 | Merge PartialInliner changes. | Owen Anderson |
| 2009-06-14 | Fix old-style type names in comments. | Dan Gohman |
| 2009-06-14 | Fix CMake build. Patch from Ingmar Vanhassel. | Torok Edwin |
| 2009-06-14 | Add an early implementation of a partial inlining pass. The idea behind this | Owen Anderson |
| 2009-06-13 | Unlike the other instructions, GEP really does need to look at the type of a | Nick Lewycky |
| 2009-06-12 | Give Instruction::isSameOperationAs a corresponding comment to note | Dan Gohman |
| 2009-06-12 | Keep callers of a weak function calling it, instead of the non-weak equivalent. | Nick Lewycky |
| 2009-06-12 | Don't forget to match the calling convention when producing a thunk. | Nick Lewycky |
| 2009-06-12 | Given two identical weak functions, produce one internal function and two weak | Nick Lewycky |
| 2009-06-12 | Add an "are types equivalent" operation that ignores the types that a pointer | Nick Lewycky |
| 2009-06-10 | Implement and use new method Function::hasAddressTaken(). | Jay Foad |
| 2009-06-09 | Remove an unused function SafeToDestroyConstant(). Rename an almost | Jay Foad |
| 2009-06-06 | Use cast<> instead of dyn_cast<> for things that are known to be | Jay Foad |
| 2009-06-02 | Avoid infinite looping in AllGlobalLoadUsesSimpleEnoughForHeapSRA(). This can... | Evan Cheng |
| 2009-05-23 | available_externall linkage is not local, this was confusing the codegenerator, | Torok Edwin |
| 2009-05-09 | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands |
| 2009-05-06 | Fix PR3754: don't mark functions that wrap MallocInst with | Duncan Sands |
| 2009-05-03 | Revert r70630. Go back to appending ".b" to internal globals when shrinking | Nick Lewycky |
| 2009-05-02 | The second argument to RecursivelyDeleteTriviallyDeadInstructions has | Dan Gohman |
| 2009-05-02 | Don't append ".b" to the names of globals that are being shrunk to booleans. | Nick Lewycky |
| 2009-04-17 | Use a safer iterator interface and get rid of std C++ library misuse. | David Greene |
| 2009-04-13 | eliminate unneeded parens. | Chris Lattner |
| 2009-03-23 | Use a SmallPtrSet instead of std::set. | Dale Johannesen |
| 2009-03-19 | Clear the cached cost when removing a function in | Dale Johannesen |