| Age | Commit message (Expand) | Author |
| 2008-01-02 | Don't be rude, emit debugging info where asked to. | Nick Lewycky |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-12-29 | remove attribution from lib Makefiles. | Chris Lattner |
| 2007-12-19 | Adding bindings for memory buffers and module providers. Switching | Gordon Henriksen |
| 2007-12-14 | Add explicit keywords, and fix a minor typo that they uncovered. | Dan Gohman |
| 2007-12-13 | Make these loops follow GetGEPOperands() behavior. | Wojciech Matyjewicz |
| 2007-12-12 | Revert r44626, which turned off the use of readonly | Duncan Sands |
| 2007-12-12 | Fix a bug in my previous patch, thanks to Jay Foad for | Chris Lattner |
| 2007-12-12 | Changes from Curtis Dunham implementing lazy cycle detection algorithm. | Daniel Berlin |
| 2007-12-11 | Implement constant folding if vector<->vector bitcasts where the number | Chris Lattner |
| 2007-12-10 | Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp. | Chris Lattner |
| 2007-12-09 | Fix PR1782, patch by Wojtek Matyjewicz! | Chris Lattner |
| 2007-12-08 | Fix several cache coherence bugs in MemDep/GVN that were found. Also add som... | Owen Anderson |
| 2007-12-05 | Commit 44487 broke bootstrap of llvm-gcc-4.2. It is | Duncan Sands |
| 2007-12-03 | Rather than having special rules like "intrinsics cannot | Duncan Sands |
| 2007-12-01 | Integrate the readonly/readnone logic more deeply | Duncan Sands |
| 2007-11-30 | chain update requests properly. | Chris Lattner |
| 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-27 | Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T... | Owen Anderson |
| 2007-11-26 | Fix a silly bug that Nicholas noticed. | Owen Anderson |
| 2007-11-26 | Allow GVN to eliminate read-only function calls when it can detect that they ... | Owen Anderson |
| 2007-11-25 | Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops. | Nick Lewycky |
| 2007-11-23 | simplify some code. | Chris Lattner |
| 2007-11-23 | splice some lines together, no functionality change. | Chris Lattner |
| 2007-11-23 | Ding dong, the DoesntAccessMemoryFns and | Duncan Sands |
| 2007-11-23 | Fix a bug where we'd try to find a scev value for a bitcast operand, | Chris Lattner |
| 2007-11-22 | Teach alias analysis about readnone/readonly functions. | Duncan Sands |
| 2007-11-22 | Instead of calculating constant factors, calculate the number of trailing | Nick Lewycky |
| 2007-11-22 | Create nodes for inline asm so that we don't crash looking for the node later. | Nick Lewycky |
| 2007-11-20 | Small cleanup. Use APInt::getHighBitsSet method instead of shift left. | Nick Lewycky |
| 2007-11-20 | Be more careful when transforming | to +. Patch from Wojciech Matyjewicz. | Nick Lewycky |
| 2007-11-16 | Fix for PR1801 | Tanya Lattner |
| 2007-11-15 | Reverted r44163 per request | Anton Korobeynikov |
| 2007-11-15 | Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEV | Nick Lewycky |
| 2007-11-15 | More templatization. | Owen Anderson |
| 2007-11-14 | Start the process of making MachineLoopInfo possible by templating Loop. | Owen Anderson |
| 2007-11-06 | Fix PR1774 and BasicAA/2007-11-05-SizeCrash.ll | Chris Lattner |
| 2007-11-01 | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands |
| 2007-10-29 | Add explicit keywords. | Dan Gohman |
| 2007-10-26 | Make a comment better. | Owen Anderson |
| 2007-10-25 | Silenced a VC++ warning. | Hartmut Kaiser |
| 2007-10-25 | Fix for PR1741. | Owen Anderson |
| 2007-10-23 | Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than in... | Owen Anderson |
| 2007-10-22 | Move the SCEV object factors from being static members of the individual | Dan Gohman |
| 2007-10-16 | Template DominatorTreeBase by node type. This is the next major step towards | Owen Anderson |
| 2007-10-06 | Bindings for the verifier. | Gordon Henriksen |
| 2007-10-03 | Completely merge the implementation details of DomTree and PostDomTree. | Owen Anderson |
| 2007-10-03 | Use empty() member functions when that's what's being tested for instead | Dan Gohman |
| 2007-10-03 | Factor some code from the DomTree and PostDomTree calculate methods up into | Owen Anderson |