| Age | Commit message (Expand) | Author |
| 2009-08-23 | eliminate the std::ostream forms of the bitcode writing APIs. | Chris Lattner |
| 2009-08-23 | Change raw_fd_ostream to take flags as an optional bitmask | Chris Lattner |
| 2009-08-19 | Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo. | Benjamin Kramer |
| 2009-08-19 | Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren... | Benjamin Kramer |
| 2009-08-18 | Include valgrind in the steps to reproduce if valgrind was used to reproduce | Nick Lewycky |
| 2009-08-18 | Change bugpoint to use Triple to make runtime decisions. | Daniel Dunbar |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 2009-08-11 | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer |
| 2009-08-07 | MSVC warning fixes; patch by Stein Roger! | Daniel Dunbar |
| 2009-08-05 | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson |
| 2009-08-05 | Use (void *)(intptr_t) to cast function addresses to void* | Dan Gohman |
| 2009-08-05 | Fix FindExecutable to use sys::Path::GetMainExecutable instead of | Dan Gohman |
| 2009-08-05 | Pass user only if it's non-empty. Patch by Sandeep. | Anton Korobeynikov |
| 2009-08-05 | Add save-temps option to bugpoint to keep temporary stuff. | Anton Korobeynikov |
| 2009-08-04 | Factor some of the constants+context related code out into a separate header,... | Owen Anderson |
| 2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
| 2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
| 2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
| 2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
| 2009-07-28 | Add a bugpoint flag to disable block extraction. | David Goodwin |
| 2009-07-28 | Change ConstantArray to 2.5 API. | Owen Anderson |
| 2009-07-27 | Pass true to the Internalize parameter of createStandardLTOPasses, | Dan Gohman |
| 2009-07-27 | Move ConstantStruct back to 2.5 API. | Owen Anderson |
| 2009-07-26 | Remove Value::setName(const char*, unsigned). | Daniel Dunbar |
| 2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
| 2009-07-24 | Switch to getNameStr(). | Daniel Dunbar |
| 2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
| 2009-07-21 | 80 col violation. | Evan Cheng |
| 2009-07-20 | For remote execution, must cd to the executable directory since the exe expec... | David Goodwin |
| 2009-07-20 | Add -std-{compile,link}-opts to bugpoint. | Daniel Dunbar |
| 2009-07-19 | fix test | Chris Lattner |
| 2009-07-19 | DisambiguateGlobalSymbols should not mangle intrinsics. | Chris Lattner |
| 2009-07-18 | Require a remote command to exit with the exit status of the test program or ... | Viktor Kutuzov |
| 2009-07-16 | Convert more tools code from cerr and cout to errs() and outs(). | Dan Gohman |
| 2009-07-15 | To simplify the upcoming context-on-type change, switch all command line tool... | Owen Anderson |
| 2009-07-15 | Add a Force option to raw_fd_ostream to specify whether opening | 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 | control reaches end of non-void function. | Evan Cheng |
| 2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
| 2009-07-14 | Fix for bugpoint -remote-client | Viktor Kutuzov |
| 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 | #include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand. | Dan Gohman |
| 2009-07-13 | Fix the build. | Owen Anderson |
| 2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
| 2009-07-11 | Fix unused function warning. | Daniel Dunbar |
| 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 |