| Age | Commit message (Expand) | Author |
| 2008-03-06 | Treat BBs that use BBs as proper predecessors and successors in the CFG. | Nick Lewycky |
| 2008-02-22 | Pass alignment on ByVal parameters, from FE, all | Dale Johannesen |
| 2008-02-20 | Add explicit keywords. | Dan Gohman |
| 2008-02-20 | Add 'sink' cmdline option. Patch by Mikhail Glushenkov! | Anton Korobeynikov |
| 2008-02-19 | Add GetResultInst. First step for multiple return value support. | Devang Patel |
| 2008-02-19 | Expand ParameterAttributes to 32 bits (in preparation | Dale Johannesen |
| 2008-02-18 | Simplify caller updating using a CallSite, as | Duncan Sands |
| 2008-02-18 | Add support for setting parameters to CallSite. | Owen Anderson |
| 2008-02-13 | Add count{Leading,Trailing}Ones_{32,64} functions with simple implementations. | Dan Gohman |
| 2008-02-11 | Added "Profile" method to APFloat for use with FoldingSet. | Ted Kremenek |
| 2008-01-26 | make this 64-bit safe | Chris Lattner |
| 2008-01-23 | Added special escape sequences "\{", "\}", and "\|" when processing | Ted Kremenek |
| 2008-01-22 | Silence a warning. Should we turn this into configure-time check? | Anton Korobeynikov |
| 2008-01-15 | Fix a memory correctness error noticed by valgrind (harmless in practice). | Gordon Henriksen |
| 2008-01-08 | add match support for casts. | Chris Lattner |
| 2008-01-02 | Split param attr implementation out from Function.cpp into its | Chris Lattner |
| 2007-12-29 | remove attribution from a variety of miscellaneous files. | Chris Lattner |
| 2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
| 2007-12-20 | Add m_Zero(). | Chris Lattner |
| 2007-12-19 | When inlining through an 'nounwind' call, mark inlined | Duncan Sands |
| 2007-12-18 | Rename isNoReturn to doesNotReturn, and isNoUnwind to | Duncan Sands |
| 2007-12-17 | Add cast operators in LLVMFoldingBuilder. | Devang Patel |
| 2007-12-16 | Make instcombine promote inline asm calls to 'nounwind' | Duncan Sands |
| 2007-12-16 | Constify graph arguments | Anton Korobeynikov |
| 2007-12-14 | Fix a typo in a comment. | Dan Gohman |
| 2007-12-10 | Delete the CollectorNamePool if it should become empty. | Gordon Henriksen |
| 2007-12-09 | Fix a very silly typo. | Gordon Henriksen |
| 2007-12-08 | Incorporating review feedback from Reid. | Gordon Henriksen |
| 2007-12-08 | Adding a StringPool data structure, which GC will use. | Gordon Henriksen |
| 2007-12-03 | Rather than having special rules like "intrinsics cannot | Duncan Sands |
| 2007-11-28 | Add some convenience methods for querying attributes, and | Duncan Sands |
| 2007-11-27 | Fix PR1146: parameter attributes are longer part of | Duncan Sands |
| 2007-11-18 | Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN r... | Chris Lattner |
| 2007-11-09 | Move MinAlign to MathExtras.h. | Duncan Sands |
| 2007-10-28 | The guaranteed alignment of ptr+offset is only the minimum of | Duncan Sands |
| 2007-10-18 | remove dead file | Chris Lattner |
| 2007-10-18 | Changed the return type of type-specific Allocate() methods to return | Ted Kremenek |
| 2007-10-17 | Removed inclusion of cassert, which is no longer needed. | Ted Kremenek |
| 2007-10-17 | Added template function alignof() which provides a clean | Ted Kremenek |
| 2007-10-17 | Added member template functions to MallocAllocator and | Ted Kremenek |
| 2007-10-17 | Added llvm::AlignOf, a template class whose purpose is to portably | Ted Kremenek |
| 2007-10-17 | Updated VC++ build system. | Hartmut Kaiser |
| 2007-10-11 | Add a new use_iterator::atEnd() method, which allows us to shrink | Chris Lattner |
| 2007-10-09 | Add new MemoryBuffer::getMemBufferCopy method. | Chris Lattner |
| 2007-10-09 | Fix indentation. | Devang Patel |
| 2007-10-09 | Add LLVMFoldingBuilder | Devang Patel |
| 2007-10-09 | Remove an unnecessary friend declaration. | Dan Gohman |
| 2007-10-09 | update prototype, fixing build error | Chris Lattner |
| 2007-10-09 | Pass argc by value, not by reference, since it isn't modified. | Dan Gohman |
| 2007-10-08 | Fix grammar in a comment. | Dan Gohman |