| Commit message (Expand) | Author | Age | Files | Lines |
* | Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u. | Dan Gohman | 2010-10-19 | 3 | -20/+29 |
* | Make the representation of AliasSets explicitly differentiate | Dan Gohman | 2010-10-18 | 1 | -2/+2 |
* | Don't pass the raw invalid pointer used to represent conflicting | Dan Gohman | 2010-10-18 | 1 | -3/+5 |
* | Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM. | Dan Gohman | 2010-10-18 | 1 | -24/+49 |
* | Fix BasicAA to pass TBAAInfo through to the chained analysis. | Dan Gohman | 2010-10-18 | 1 | -26/+47 |
* | Make TypeBasedAliasAnalysis default to doing nothing, with a command-line | Dan Gohman | 2010-10-18 | 1 | -0/+10 |
* | Use chaining in TypeBasedAliasAnalysis::pointsToConstantMemory. | Dan Gohman | 2010-10-18 | 1 | -1/+4 |
* | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman | 2010-10-18 | 1 | -11/+25 |
* | Eliminate some calls to Value::getNameStr. | Benjamin Kramer | 2010-10-16 | 1 | -1/+1 |
* | Tolerate a null parent pointer. | Dan Gohman | 2010-10-14 | 1 | -1/+1 |
* | add uadd_ov/usub_ov to apint, consolidate constant folding | Chris Lattner | 2010-10-14 | 1 | -32/+28 |
* | Analysis groups need to initialize their default implementations. | Owen Anderson | 2010-10-13 | 3 | -3/+3 |
* | Add Region::isTopLevelRegion(). | Tobias Grosser | 2010-10-13 | 1 | -3/+3 |
* | RegionInfo: Fix trivial error that slipped in last minute. | Tobias Grosser | 2010-10-13 | 1 | -1/+1 |
* | RegionInfo: Update RegionInfo after a BB was split. | Tobias Grosser | 2010-10-13 | 1 | -0/+13 |
* | RegioInfo: Add getExpandedRegion(). | Tobias Grosser | 2010-10-13 | 1 | -0/+32 |
* | RegionInfo: Allow to update exit and entry of a region. | Tobias Grosser | 2010-10-13 | 1 | -0/+9 |
* | RegionInfo: Enhance addSubregion. | Tobias Grosser | 2010-10-13 | 1 | -4/+29 |
* | RegionInfo: Allow to set the parent region of a basic block. | Tobias Grosser | 2010-10-13 | 1 | -1/+4 |
* | RegionInfo: Free the RegionNodes in cache. | Tobias Grosser | 2010-10-13 | 1 | -0/+5 |
* | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 16 | -17/+75 |
* | Support AA chaining. | Dan Gohman | 2010-10-11 | 1 | -6/+9 |
* | Now using a variant of the existing inlining heuristics to decide whether to ... | Kenneth Uildriks | 2010-10-09 | 1 | -0/+70 |
* | Start separating out code metrics into code size metrics and code performance... | Kenneth Uildriks | 2010-10-08 | 1 | -10/+53 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 34 | -51/+52 |
* | Add an implementation of the initialization routine for IPA. | Owen Anderson | 2010-10-07 | 1 | -0/+29 |
* | Add initialization routines for Analysis and IPA. | Owen Anderson | 2010-10-07 | 2 | -0/+57 |
* | Fix a warning when building with clang++. | Owen Anderson | 2010-10-07 | 1 | -2/+3 |
* | Move the pass initialization helper functions into the llvm namespace, and add | Owen Anderson | 2010-10-07 | 2 | -10/+11 |
* | Appease the clang self-host buildbot by providing a correct instantiation. | Owen Anderson | 2010-10-06 | 1 | -3/+3 |
* | Hide analysis group registration behind a macro, just like pass registration. | Owen Anderson | 2010-10-06 | 3 | -3/+3 |
* | Add support for DW_TAG_unspecified_parameters. | Devang Patel | 2010-10-06 | 1 | -1/+14 |
* | Don't add the operand count to SCEV uniquing data; FoldingSetNodeID | Dan Gohman | 2010-10-04 | 1 | -5/+0 |
* | Let FE mark a variable as artificial variable. | Devang Patel | 2010-09-29 | 1 | -3/+7 |
* | Generalize DISubprogram element to encode various flags instead of just one b... | Devang Patel | 2010-09-29 | 1 | -3/+3 |
* | Remove PointerTracking from cmakelists … | Benjamin Kramer | 2010-09-29 | 1 | -1/+0 |
* | remove PointerTracking from mainline, Edwin is going to move it out to ClamAV | Chris Lattner | 2010-09-29 | 1 | -316/+0 |
* | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes | 2010-09-28 | 1 | -2/+0 |
* | Provide an interface to let FEs anchor debug info for types. | Devang Patel | 2010-09-28 | 1 | -0/+8 |
* | Don't try to constant fold libm functions with non-finite arguments. | Jakob Stoklund Olesen | 2010-09-27 | 1 | -0/+7 |
* | Teach memdep about TBAA tags. | Dan Gohman | 2010-09-22 | 1 | -71/+95 |
* | Simplify code. | Benjamin Kramer | 2010-09-21 | 1 | -8/+6 |
* | Make CreateComplexVariable independent of SmallVector. | Benjamin Kramer | 2010-09-21 | 1 | -7/+6 |
* | Don't include <fenv.h> now that we have llvm/System/FEnv.h. | Jakob Stoklund Olesen | 2010-09-17 | 1 | -1/+0 |
* | Attempt to support platforms which don't have fenv.h. | Dan Gohman | 2010-09-17 | 1 | -12/+7 |
* | Fix the folding of floating-point math library calls, like sin(infinity), | Dan Gohman | 2010-09-17 | 1 | -2/+9 |
* | Add an #include of raw_ostream.h. Previously, this only compiled | Dan Gohman | 2010-09-17 | 1 | -0/+1 |
* | Update CMake build. | Benjamin Kramer | 2010-09-16 | 1 | -0/+1 |
* | Rename a variable to avoid a declaration conflict. | Dan Gohman | 2010-09-16 | 1 | -3/+3 |
* | Add a pass which prints out all the memdep dependencies. | Dan Gohman | 2010-09-16 | 1 | -0/+153 |