| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
* | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner | 2009-08-23 | 1 | -7/+8 |
* | Fix some problems with ASTCallbackVH in its use as a DenseMap key. | Dan Gohman | 2009-07-31 | 1 | -4/+6 |
* | Use CallbackVH in AliasSetTracker to avoid getting stuck with | Dan Gohman | 2009-07-30 | 1 | -4/+20 |
* | Make AliasAnalysis and related classes use | Dan Gohman | 2009-07-25 | 1 | -5/+4 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -1/+1 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -1/+2 |
* | getEntryFor() may invalidate DenseMap iterator. | Devang Patel | 2009-03-30 | 1 | -0/+1 |
* | reimplement AliasSetTracker in terms of DenseMap instead of hash_map, | Chris Lattner | 2009-03-09 | 1 | -36/+52 |
* | Ignore the debug info intrinsics when adding instructions into alias sets. | Zhou Sheng | 2009-03-03 | 1 | -0/+3 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
* | Free and vaarg are not really volatile. | Chris Lattner | 2008-05-22 | 1 | -9/+2 |
* | Fix PR2346 by marking vaarg as volatile so that licm doesn't try to | Chris Lattner | 2008-05-20 | 1 | -1/+4 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -2/+4 |
* | Fix the way AliasSet::print prints "may alias". | Dan Gohman | 2008-04-21 | 1 | -1/+1 |
* | Teach AliasSetTracker about VAArgInst. | Dan Gohman | 2008-04-14 | 1 | -0/+17 |
* | Restore isCFGOnly property of various analysis passes. | Devang Patel | 2008-03-20 | 1 | -1/+1 |
* | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel | 2008-03-19 | 1 | -2/+2 |
* | Do not use virtual function to identify an analysis pass. | Devang Patel | 2008-03-19 | 1 | -4/+1 |
* | Identify Analysis pass. | Devang Patel | 2008-03-18 | 1 | -0/+3 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Integrate the readonly/readnone logic more deeply | Duncan Sands | 2007-12-01 | 1 | -23/+15 |
* | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands | 2007-11-01 | 1 | -4/+5 |
* | Use empty() member functions when that's what's being tested for instead | Dan Gohman | 2007-10-03 | 1 | -1/+1 |
* | when merging two alias sets together, be sure to propagate the volatility of | Chris Lattner | 2007-05-23 | 1 | -3/+5 |
* | Fix typo in comment. | Nick Lewycky | 2007-05-06 | 1 | -1/+1 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -2/+2 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -2/+2 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -0/+4 |
* | Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce | Reid Spencer | 2007-02-05 | 1 | -1/+2 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -3/+3 |
* | Removed some of the iostream #includes. Moved towards converting to using | Bill Wendling | 2006-11-28 | 1 | -4/+4 |
* | Explain change with a comment. | Nick Lewycky | 2006-09-17 | 1 | -2/+2 |
* | Fix PR912. The input to erase() must not be a reference to the data | Nick Lewycky | 2006-09-17 | 1 | -1/+2 |
* | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
* | Handle alias sets that have been unified, and thus can have other references | Chris Lattner | 2006-06-27 | 1 | -3/+3 |
* | Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValue | Chris Lattner | 2006-06-27 | 1 | -10/+22 |
* | Fix a stale pointer issue that caused 300.twolf to fail to build on zion | Chris Lattner | 2006-06-26 | 1 | -0/+11 |
* | Make the -print-alias-sets pass work for printing out something other than | Chris Lattner | 2006-01-03 | 1 | -11/+3 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -5/+5 |
* | Treat free operations as volatile, since they cannot be moved. This fixes | Chris Lattner | 2005-03-25 | 1 | -0/+3 |
* | Fix the missing symbols problem Bill was hitting. Patch contributed by | Chris Lattner | 2005-03-17 | 1 | -0/+1 |
* | Adjust to new alias analysis interfaces | Chris Lattner | 2004-12-15 | 1 | -2/+3 |
* | For PR387:\ | Reid Spencer | 2004-12-07 | 1 | -1/+1 |
* | When merging to alias sets, if they are both must alias, the result is not | Chris Lattner | 2004-11-27 | 1 | -8/+22 |
* | Add a new interface | Chris Lattner | 2004-11-26 | 1 | -0/+12 |
* | Remove dead var | Chris Lattner | 2004-11-05 | 1 | -1/+0 |
* | Add some assertions | Chris Lattner | 2004-09-15 | 1 | -2/+3 |
* | Implement an AliasSetTracker::copyValue method | Chris Lattner | 2004-09-14 | 1 | -3/+30 |
* | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman | 2004-07-29 | 1 | -3/+1 |