| Age | Commit message (Expand) | Author |
| 2009-07-12 | Make this clearer for the mathematically inclined. Thanks to Duncan Sands for | Nick Lewycky |
| 2009-07-11 | Fix comment. | Torok Edwin |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-11 | Clarify and simplify. | Nick Lewycky |
| 2009-07-11 | Move a method that creates constant ranges relative to another constant range | Nick Lewycky |
| 2009-07-10 | Make changes suggested by Chris and eliminate newly-added raw_ostream | David Greene |
| 2009-07-10 | Fix unit tests. | Owen Anderson |
| 2009-07-10 | Push LLVMContext through the TypeBuilder API. There are no users for this in... | Owen Anderson |
| 2009-07-10 | Push LLVMContext through the PatternMatch API. | Owen Anderson |
| 2009-07-10 | Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface. | Owen Anderson |
| 2009-07-09 | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson |
| 2009-07-09 | Add some hooks that a redesigned AsmStream needs to do its job. These | David Greene |
| 2009-07-09 | Revert the part of 75177 that split ConstantRange into two classes, and | Dan Gohman |
| 2009-07-09 | Add a ConstantSignedRange class, which does for signed integers | Dan Gohman |
| 2009-07-09 | Resolve undefined behaviour when ManagedStatic is instantiated with a fixed-l... | Alisdair Meredith |
| 2009-07-09 | Add support for other GraphViz display tools. This can help | David Greene |
| 2009-07-09 | Work around an ICE in gcc-4.2.4. | Jeffrey Yasskin |
| 2009-07-08 | Allow users of GraphWriter to display graphs asynchronously. This | David Greene |
| 2009-07-08 | Implement changes from Chris's feedback. | Torok Edwin |
| 2009-07-08 | Push LLVMContext _back_ through IRBuilder. | Owen Anderson |
| 2009-07-08 | Convert more abort() calls to llvm_report_error(). | Torok Edwin |
| 2009-07-08 | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson |
| 2009-07-08 | Start converting to new error handling API. | Torok Edwin |
| 2009-07-08 | convert comments to doxygen style | Chris Lattner |
| 2009-07-08 | Trial first commit | Alisdair Meredith |
| 2009-07-08 | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky |
| 2009-07-08 | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson |
| 2009-07-07 | Disable loop index split for now and let nightly tester verify its usefulness. | Devang Patel |
| 2009-07-07 | Introduce new error handling API. | Torok Edwin |
| 2009-07-06 | "LLVMContext* " --> "LLVMContext *" | Owen Anderson |
| 2009-07-06 | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson |
| 2009-07-02 | switch the .ll parser to use SourceMgr. | Chris Lattner |
| 2009-07-02 | add an explicit class for holding llvm::SourceMgr diagnostics and use | Chris Lattner |
| 2009-07-01 | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner |
| 2009-06-30 | Normalize SourceMgr messages. | Daniel Dunbar |
| 2009-06-29 | Add SMLoc::isValid method. | Daniel Dunbar |
| 2009-06-24 | Get rid of the global CFGOnly flag by threading a ShortNames parameters throu... | Owen Anderson |
| 2009-06-23 | Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses... | Owen Anderson |
| 2009-06-23 | Revert my last series of commits related to Timer and 64-bit atomics. Not al... | Owen Anderson |
| 2009-06-23 | Actually, these need to be signed integers, not unsigned. | Owen Anderson |
| 2009-06-23 | Use 64-bit integer counters for tracking time, rather than doubles. This wil... | Owen Anderson |
| 2009-06-23 | Revert r73923, which broke clang. | Owen Anderson |
| 2009-06-22 | Add guards around timer groups, which can be shared. | Owen Anderson |
| 2009-06-21 | rename SourceMgr::PrintError to PrintMessage. | Chris Lattner |
| 2009-06-21 | move include searching logic from TGLexer to SourceMgr. | Chris Lattner |
| 2009-06-21 | Rename TGSourceMgr -> SourceMgr. | Chris Lattner |
| 2009-06-21 | rename TGLoc -> SMLoc. | Chris Lattner |
| 2009-06-21 | move TGSourceMgr class out of TableGen into libsupport. | Chris Lattner |
| 2009-06-19 | mv CodeGen/DebugLoc.h Support/DebugLoc.h | Devang Patel |
| 2009-06-19 | Fences are expensive. Avoid doing them when we're not in multithreaded mode. | Owen Anderson |