| Age | Commit message (Expand) | Author |
| 2010-09-01 | Make tool_output_file's raw_ostream instance a member variable instead | Dan Gohman |
| 2010-09-01 | COFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few constants. | Michael J. Spencer |
| 2010-09-01 | Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexport) on | Duncan Sands |
| 2010-08-29 | Stop explicitly scheduling domfrontier before the loop passes, | Chris Lattner |
| 2010-08-26 | add m_BitCast for matching a bitcast. | Chris Lattner |
| 2010-08-23 | Trailing whitespace. | Mikhail Glushenkov |
| 2010-08-23 | formatted_tool_output_file::close needs to flush its buffer before | Dan Gohman |
| 2010-08-21 | MC: Add partial x86-64 support to COFF. | Michael J. Spencer |
| 2010-08-20 | Delete SlowOperationInformer, which is no longer used. | Dan Gohman |
| 2010-08-20 | Add include guards to Support/Regex.h. | Mikhail Glushenkov |
| 2010-08-20 | Trailing whitespace. | Mikhail Glushenkov |
| 2010-08-20 | Delete raw_stdout_ostream and raw_stderr_ostream, which are unused | Dan Gohman |
| 2010-08-20 | Add an inspirational quote. | Dan Gohman |
| 2010-08-20 | Add a comment. | Dan Gohman |
| 2010-08-20 | Move raw_ostream's Error flag into raw_fd_ostream, as that's the only | Dan Gohman |
| 2010-08-20 | Export error-handling functions in formatted_tool_output_file. | Dan Gohman |
| 2010-08-20 | Disambiguate calls to WriteGraph() to disable ADL. | Mikhail Glushenkov |
| 2010-08-20 | Trailing whitespace. | Mikhail Glushenkov |
| 2010-08-20 | Introduce a new tool_output_file class, which extends raw_ostream with | Dan Gohman |
| 2010-08-18 | Make raw_fd_ostream consider itself the owner of STDOUT_FILENO when | Dan Gohman |
| 2010-08-18 | Introduce a ScopedFatalErrorHandler class to make it easy to register | Dan Gohman |
| 2010-08-17 | CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th... | Daniel Dunbar |
| 2010-08-17 | CrashRecovery: Make CrashRecoveryContext static methods thread safe. | Daniel Dunbar |
| 2010-08-17 | Add some win64 coff goodness. | Anton Korobeynikov |
| 2010-08-17 | Sketch i386 relocations handling, from Roman Divacky. | Benjamin Kramer |
| 2010-08-17 | There is this new "LLVM" compiler that supports __builtin_bswap but thinks it... | Benjamin Kramer |
| 2010-08-16 | Add ELF ObjectWriter and Streamer support. | Matt Fleming |
| 2010-08-11 | Clean up ConstantRange a bit: | Nick Lewycky |
| 2010-08-10 | Trailing whitespace. | Mikhail Glushenkov |
| 2010-08-07 | Roll back my last two commits, valgrind complains. | Benjamin Kramer |
| 2010-08-07 | A reference to the Timer's name is safe, it outlives the contents of the vector. | Benjamin Kramer |
| 2010-08-07 | Shrink PassNameParser's binary size with array_pod_sort. | Benjamin Kramer |
| 2010-08-07 | Remove layering violation. | Owen Anderson |
| 2010-08-07 | Add an inverse() method to ConstantRange. | Owen Anderson |
| 2010-08-07 | Delete this explicit assignment operator; it's equivalent to | Dan Gohman |
| 2010-08-07 | Add a convenience constructor. | Owen Anderson |
| 2010-08-06 | Some cleanup. Use a class (OptionInfo) instead of a pair of a pair and remove | Rafael Espindola |
| 2010-08-05 | remove the private hack from CallInst, it was not supposed to hit the branch ... | Gabor Greif |
| 2010-08-05 | Give ConstantRange an operator= | Owen Anderson |
| 2010-08-04 | Fix build of DataFlow.h | Torok Edwin |
| 2010-08-04 | Don't construct a std::string with a literal "". | Dan Gohman |
| 2010-08-04 | Don't print the filename twice in file-not-found errors. | Dan Gohman |
| 2010-08-03 | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman |
| 2010-07-29 | remove a layer of cruft | Gabor Greif |
| 2010-07-28 | Support: Add CrashRecoveryContext helper object. | Daniel Dunbar |
| 2010-07-28 | we are supposed to only create proper CallSites from an instruction (esp. Cal... | Gabor Greif |
| 2010-07-27 | reintroduce original (asserting) semantics of CallSite(Instruction *II) | Gabor Greif |
| 2010-07-27 | remove bogus assert, use static_cast for additional checking | Gabor Greif |
| 2010-07-26 | Add a comment. | Dan Gohman |
| 2010-07-26 | Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogus | Dan Gohman |