| Commit message (Expand) | Author | Age | Files | Lines |
* | SmallVectorize. | Benjamin Kramer | 2010-10-23 | 1 | -1/+1 |
* | Add RegionPass support. | Tobias Grosser | 2010-10-20 | 1 | -0/+126 |
* | Move NoAA out of BasicAliasAnalysis.cpp into its own file, now that | Dan Gohman | 2010-10-19 | 2 | -9/+1 |
* | Reapply r116831 and r116839, converting AliasAnalysis to use | Dan Gohman | 2010-10-19 | 2 | -30/+30 |
* | Revert r116831 and r116839, which are breaking selfhost builds. | Dan Gohman | 2010-10-19 | 2 | -30/+30 |
* | Oops, check in all the files for converting AliasAnalysis to | Dan Gohman | 2010-10-19 | 2 | -30/+30 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 8 | -9/+27 |
* | Make the representation of AliasSets explicitly differentiate | Dan Gohman | 2010-10-18 | 1 | -13/+9 |
* | Don't pass the raw invalid pointer used to represent conflicting | Dan Gohman | 2010-10-18 | 1 | -1/+16 |
* | Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM. | Dan Gohman | 2010-10-18 | 1 | -12/+29 |
* | Remove noisy semicolon. | Benjamin Kramer | 2010-10-13 | 1 | -1/+1 |
* | Add Region::isTopLevelRegion(). | Tobias Grosser | 2010-10-13 | 1 | -0/+5 |
* | RegionInfo: Update RegionInfo after a BB was split. | Tobias Grosser | 2010-10-13 | 1 | -0/+6 |
* | RegioInfo: Add getExpandedRegion(). | Tobias Grosser | 2010-10-13 | 1 | -0/+8 |
* | RegionInfo: Allow to update exit and entry of a region. | Tobias Grosser | 2010-10-13 | 1 | -0/+12 |
* | RegionInfo: Enhance addSubregion. | Tobias Grosser | 2010-10-13 | 1 | -2/+4 |
* | RegionInfo: Allow to set the parent region of a basic block. | Tobias Grosser | 2010-10-13 | 1 | -0/+6 |
* | Now using a variant of the existing inlining heuristics to decide whether to ... | Kenneth Uildriks | 2010-10-09 | 1 | -0/+12 |
* | Start separating out code metrics into code size metrics and code performance... | Kenneth Uildriks | 2010-10-08 | 2 | -3/+10 |
* | Provie a clearner interface so that FE can decide whether a function has prot... | Devang Patel | 2010-10-07 | 1 | -1/+8 |
* | Add support for DW_TAG_unspecified_parameters. | Devang Patel | 2010-10-06 | 1 | -0/+5 |
* | Constify isReachableFromEntry. | Dan Gohman | 2010-10-06 | 1 | -2/+2 |
* | Add support to let FE mark explict methods as explict in debug info. | Devang Patel | 2010-10-01 | 1 | -1/+9 |
* | Let FE mark a variable as artificial variable. | Devang Patel | 2010-09-29 | 1 | -1/+9 |
* | Add support to let FE encode method access specifier. | Devang Patel | 2010-09-29 | 1 | -1/+14 |
* | Generalize DISubprogram element to encode various flags instead of just one b... | Devang Patel | 2010-09-29 | 1 | -13/+17 |
* | remove PointerTracking from mainline, Edwin is going to move it out to ClamAV | Chris Lattner | 2010-09-29 | 1 | -132/+0 |
* | Provide an interface to let FEs anchor debug info for types. | Devang Patel | 2010-09-28 | 1 | -0/+5 |
* | Constify properlyDominates in the same manner as dominates. | Dan Gohman | 2010-09-27 | 1 | -3/+22 |
* | Remove WriteGraph's Name argument, which it didn't use, and | Dan Gohman | 2010-09-27 | 1 | -1/+1 |
* | Avoid warnings about implicit conversions to `bool' in MSVC. This time | Oscar Fuentes | 2010-09-25 | 1 | -2/+2 |
* | Fix uninitialized TBAAFlag field values. | Dan Gohman | 2010-09-22 | 1 | -0/+2 |
* | Teach memdep about TBAA tags. | Dan Gohman | 2010-09-22 | 1 | -6/+28 |
* | Constify. | Dan Gohman | 2010-09-22 | 1 | -1/+1 |
* | Add some utility routines. | Dan Gohman | 2010-09-21 | 1 | -0/+12 |
* | Make CreateComplexVariable independent of SmallVector. | Benjamin Kramer | 2010-09-21 | 1 | -4/+3 |
* | Add a pass which prints out all the memdep dependencies. | Dan Gohman | 2010-09-16 | 1 | -0/+7 |
* | Revert r114097, adding back in the assertion against replacing an Instruction... | Owen Anderson | 2010-09-16 | 1 | -0/+2 |
* | Remove the experimental AliasAnalysis::getDependency interface, which | Dan Gohman | 2010-09-14 | 3 | -130/+111 |
* | typoes | Gabor Greif | 2010-09-10 | 1 | -2/+2 |
* | What the loop unroller cares about, rather than just not unrolling loops with... | Owen Anderson | 2010-09-09 | 1 | -1/+7 |
* | Extend the getDependence query with support for PHI translation. | Dan Gohman | 2010-09-09 | 1 | -2/+7 |
* | Fix this comment. | Dan Gohman | 2010-09-09 | 1 | -2/+3 |
* | Refactor code-size reduction estimation methods out of InlineCostAnalyzer and... | Owen Anderson | 2010-09-09 | 2 | -10/+12 |
* | Add a new experimental generalized dependence query interface to | Dan Gohman | 2010-09-08 | 1 | -0/+84 |
* | Tidy up the getModRefInfo declarations. | Dan Gohman | 2010-09-07 | 1 | -24/+40 |
* | pull a simple method out of LICM into a new | Chris Lattner | 2010-09-06 | 1 | -4/+3 |
* | Revert 112442 and 112440 until the compile time problems introduced | Dan Gohman | 2010-09-01 | 1 | -8/+5 |
* | Update the descriptions of NoModRef and ModRef to be consistent | Dan Gohman | 2010-08-30 | 1 | -5/+3 |
* | two changes: 1) make AliasSet hold the list of call sites with an | Chris Lattner | 2010-08-29 | 1 | -2/+8 |