| Age | Commit message (Expand) | Author |
| 2010-10-28 | Backward compatibility. Gracefully handle older versions of debug info. | Devang Patel |
| 2010-10-28 | Do not work too hard to find type's file info. There is a special field to re... | Devang Patel |
| 2010-10-28 | Fix indentation. | Devang Patel |
| 2010-10-28 | Do not rely on context to find file info. It is already provided as a separat... | Devang Patel |
| 2010-10-27 | Give a name to nameless argument. | Devang Patel |
| 2010-10-23 | SmallVectorize. | Benjamin Kramer |
| 2010-10-20 | Add RegionPass support. | Tobias Grosser |
| 2010-10-19 | Move NoAA out of BasicAliasAnalysis.cpp into its own file, now that | Dan Gohman |
| 2010-10-19 | Reapply r116831 and r116839, converting AliasAnalysis to use | Dan Gohman |
| 2010-10-19 | Revert r116831 and r116839, which are breaking selfhost builds. | Dan Gohman |
| 2010-10-19 | Oops, check in all the files for converting AliasAnalysis to | Dan Gohman |
| 2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
| 2010-10-18 | Make the representation of AliasSets explicitly differentiate | Dan Gohman |
| 2010-10-18 | Don't pass the raw invalid pointer used to represent conflicting | Dan Gohman |
| 2010-10-18 | Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM. | Dan Gohman |
| 2010-10-13 | Remove noisy semicolon. | Benjamin Kramer |
| 2010-10-13 | Add Region::isTopLevelRegion(). | Tobias Grosser |
| 2010-10-13 | RegionInfo: Update RegionInfo after a BB was split. | Tobias Grosser |
| 2010-10-13 | RegioInfo: Add getExpandedRegion(). | Tobias Grosser |
| 2010-10-13 | RegionInfo: Allow to update exit and entry of a region. | Tobias Grosser |
| 2010-10-13 | RegionInfo: Enhance addSubregion. | Tobias Grosser |
| 2010-10-13 | RegionInfo: Allow to set the parent region of a basic block. | Tobias Grosser |
| 2010-10-09 | Now using a variant of the existing inlining heuristics to decide whether to ... | Kenneth Uildriks |
| 2010-10-08 | Start separating out code metrics into code size metrics and code performance... | Kenneth Uildriks |
| 2010-10-07 | Provie a clearner interface so that FE can decide whether a function has prot... | Devang Patel |
| 2010-10-06 | Add support for DW_TAG_unspecified_parameters. | Devang Patel |
| 2010-10-06 | Constify isReachableFromEntry. | Dan Gohman |
| 2010-10-01 | Add support to let FE mark explict methods as explict in debug info. | Devang Patel |
| 2010-09-29 | Let FE mark a variable as artificial variable. | Devang Patel |
| 2010-09-29 | Add support to let FE encode method access specifier. | Devang Patel |
| 2010-09-29 | Generalize DISubprogram element to encode various flags instead of just one b... | Devang Patel |
| 2010-09-29 | remove PointerTracking from mainline, Edwin is going to move it out to ClamAV | Chris Lattner |
| 2010-09-28 | Provide an interface to let FEs anchor debug info for types. | Devang Patel |
| 2010-09-27 | Constify properlyDominates in the same manner as dominates. | Dan Gohman |
| 2010-09-27 | Remove WriteGraph's Name argument, which it didn't use, and | Dan Gohman |
| 2010-09-25 | Avoid warnings about implicit conversions to `bool' in MSVC. This time | Oscar Fuentes |
| 2010-09-22 | Fix uninitialized TBAAFlag field values. | Dan Gohman |
| 2010-09-22 | Teach memdep about TBAA tags. | Dan Gohman |
| 2010-09-22 | Constify. | Dan Gohman |
| 2010-09-21 | Add some utility routines. | Dan Gohman |
| 2010-09-21 | Make CreateComplexVariable independent of SmallVector. | Benjamin Kramer |
| 2010-09-16 | Add a pass which prints out all the memdep dependencies. | Dan Gohman |
| 2010-09-16 | Revert r114097, adding back in the assertion against replacing an Instruction... | Owen Anderson |
| 2010-09-14 | Remove the experimental AliasAnalysis::getDependency interface, which | Dan Gohman |
| 2010-09-10 | typoes | Gabor Greif |
| 2010-09-09 | What the loop unroller cares about, rather than just not unrolling loops with... | Owen Anderson |
| 2010-09-09 | Extend the getDependence query with support for PHI translation. | Dan Gohman |
| 2010-09-09 | Fix this comment. | Dan Gohman |
| 2010-09-09 | Refactor code-size reduction estimation methods out of InlineCostAnalyzer and... | Owen Anderson |
| 2010-09-08 | Add a new experimental generalized dependence query interface to | Dan Gohman |