Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use empty() member functions when that's what's being tested for instead | Dan Gohman | 2007-10-03 | 1 | -1/+1 | |
| | | | | | | of comparing begin() and end(). llvm-svn: 42585 | |||||
* | when merging two alias sets together, be sure to propagate the volatility of | Chris Lattner | 2007-05-23 | 1 | -3/+5 | |
| | | | | | | the inner set. This fixes PR1435 and Transforms/LICM/2007-05-22-VolatileSink.ll llvm-svn: 37305 | |||||
* | Fix typo in comment. | Nick Lewycky | 2007-05-06 | 1 | -1/+1 | |
| | | | | llvm-svn: 36873 | |||||
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -2/+2 | |
| | | | | llvm-svn: 36662 | |||||
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -2/+2 | |
| | | | | | | | Due to darwin gcc bug, one version of darwin linker coalesces static const int, which defauts PassID based pass identification. llvm-svn: 36652 | |||||
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -0/+4 | |
| | | | | llvm-svn: 36632 | |||||
* | Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce | Reid Spencer | 2007-02-05 | 1 | -1/+2 | |
| | | | | | | LLVM's footprint and speed up linking. llvm-svn: 33941 | |||||
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -3/+3 | |
| | | | | | | now cerr, cout, and NullStream resp. llvm-svn: 32298 | |||||
* | Removed some of the iostream #includes. Moved towards converting to using | Bill Wendling | 2006-11-28 | 1 | -4/+4 | |
| | | | | | | llvm streams llvm-svn: 31983 | |||||
* | Explain change with a comment. | Nick Lewycky | 2006-09-17 | 1 | -2/+2 | |
| | | | | llvm-svn: 30443 | |||||
* | Fix PR912. The input to erase() must not be a reference to the data | Nick Lewycky | 2006-09-17 | 1 | -1/+2 | |
| | | | | | | being erased. llvm-svn: 30442 | |||||
* | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner | 2006-08-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 29925 | |||||
* | Handle alias sets that have been unified, and thus can have other references | Chris Lattner | 2006-06-27 | 1 | -3/+3 | |
| | | | | | | to them. This fixes a regression in my previous checkin. llvm-svn: 28951 | |||||
* | Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValue | Chris Lattner | 2006-06-27 | 1 | -10/+22 | |
| | | | | | | | | | causes the pointer to be removed from the underlying alias analysis implementation as well. This impl of remove is also significantly faster than the old one. This fixes: Regression/Transforms/DeadStoreElimination/2006-06-27-AST-Remove.ll llvm-svn: 28950 | |||||
* | Fix a stale pointer issue that caused 300.twolf to fail to build on zion | Chris Lattner | 2006-06-26 | 1 | -0/+11 | |
| | | | | | | last night. llvm-svn: 28916 | |||||
* | Make the -print-alias-sets pass work for printing out something other than | Chris Lattner | 2006-01-03 | 1 | -11/+3 | |
| | | | | | | the default aa impl results. llvm-svn: 25062 | |||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -5/+5 | |
| | | | | llvm-svn: 21416 | |||||
* | Treat free operations as volatile, since they cannot be moved. This fixes | Chris Lattner | 2005-03-25 | 1 | -0/+3 | |
| | | | | | | Transforms/LICM/2005-03-24-LICM-Aggregate-Crash.ll llvm-svn: 20830 | |||||
* | Fix the missing symbols problem Bill was hitting. Patch contributed by | Chris Lattner | 2005-03-17 | 1 | -0/+1 | |
| | | | | | | Bill Wendling!! llvm-svn: 20649 | |||||
* | Adjust to new alias analysis interfaces | Chris Lattner | 2004-12-15 | 1 | -2/+3 | |
| | | | | llvm-svn: 18957 | |||||
* | For PR387:\ | Reid Spencer | 2004-12-07 | 1 | -1/+1 | |
| | | | | | | | Make only one print method to avoid overloaded virtual warnings when \ compiled with -Woverloaded-virtual llvm-svn: 18589 | |||||
* | When merging to alias sets, if they are both must alias, the result is not | Chris Lattner | 2004-11-27 | 1 | -8/+22 | |
| | | | | | | | a must alias set unless all of the pointers in the resultant set are must aliased together. llvm-svn: 18275 | |||||
* | Add a new interface | Chris Lattner | 2004-11-26 | 1 | -0/+12 | |
| | | | | llvm-svn: 18266 | |||||
* | Remove dead var | Chris Lattner | 2004-11-05 | 1 | -1/+0 | |
| | | | | llvm-svn: 17485 | |||||
* | Add some assertions | Chris Lattner | 2004-09-15 | 1 | -2/+3 | |
| | | | | llvm-svn: 16366 | |||||
* | Implement an AliasSetTracker::copyValue method | Chris Lattner | 2004-09-14 | 1 | -3/+30 | |
| | | | | llvm-svn: 16344 | |||||
* | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman | 2004-07-29 | 1 | -3/+1 | |
| | | | | llvm-svn: 15334 | |||||
* | Remove a bogus assertion | Chris Lattner | 2004-07-27 | 1 | -3/+0 | |
| | | | | llvm-svn: 15261 | |||||
* | Use context-sensitive alias analysis to avoid pessimization in clients of | Chris Lattner | 2004-07-27 | 1 | -5/+23 | |
| | | | | | | | AliasSetTracker (dse and licm). This implements DeadStoreElimination/context-sensitive.llx llvm-svn: 15254 | |||||
* | Add some new methods | Chris Lattner | 2004-07-26 | 1 | -0/+13 | |
| | | | | llvm-svn: 15230 | |||||
* | Fix a latent bug in the AliasSetTracker that was exposed by the FreeInst ↵ | Chris Lattner | 2004-07-25 | 1 | -1/+2 | |
| | | | | | | additions and broke a bunch of programs last night. llvm-svn: 15214 | |||||
* | Add support for free instructions | Chris Lattner | 2004-07-25 | 1 | -2/+18 | |
| | | | | llvm-svn: 15197 | |||||
* | Clean up reference counting to stop "leaking" alias sets | Chris Lattner | 2004-07-22 | 1 | -11/+13 | |
| | | | | llvm-svn: 15099 | |||||
* | Add capability to remove aliasing aliassets from an AST | Chris Lattner | 2004-07-21 | 1 | -0/+56 | |
| | | | | llvm-svn: 15066 | |||||
* | Make the AST interface a bit richer by returning whether an insertion caused | Chris Lattner | 2004-07-21 | 1 | -19/+32 | |
| | | | | | | an insertion or not (because the pointer set already existed). llvm-svn: 15064 | |||||
* | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 1 | -0/+1 | |
| | | | | llvm-svn: 14622 | |||||
* | Rename a method | Chris Lattner | 2004-05-23 | 1 | -2/+2 | |
| | | | | llvm-svn: 13676 | |||||
* | Changes to fix up the inst_iterator to pass to boost iterator checks. This | Chris Lattner | 2004-04-27 | 1 | -1/+1 | |
| | | | | | | patch was graciously contributed by Vladimir Prus. llvm-svn: 13185 | |||||
* | Fix a HORRIBLY NASTY bug that caused siod to stop working last night. | Chris Lattner | 2004-03-17 | 1 | -1/+1 | |
| | | | | llvm-svn: 12479 | |||||
* | Ok, the assertion was bogus. Calls that do not read/write memory should not | Chris Lattner | 2004-03-15 | 1 | -0/+6 | |
| | | | | | | have an alias set, just like adds and subtracts don't. llvm-svn: 12422 | |||||
* | This assertion is bogus now that calls do not necessarily read/write memory | Chris Lattner | 2004-03-15 | 1 | -2/+0 | |
| | | | | llvm-svn: 12421 | |||||
* | Don't be COMPLETELY pessimistic in the face of function calls | Chris Lattner | 2004-03-15 | 1 | -4/+20 | |
| | | | | llvm-svn: 12413 | |||||
* | Add a new AliassetTracker::remove method. Because we need to be able to remove | Chris Lattner | 2003-12-18 | 1 | -8/+36 | |
| | | | | | | | | a pointer from an AliasSet, maintain the pointer values on a doubly linked list instead of a singly linked list, to permit efficient removal from the middle of the list. llvm-svn: 10506 | |||||
* | Finegrainify namespacification | Chris Lattner | 2003-12-14 | 1 | -9/+12 | |
| | | | | | | | Add capability to represent volatile AliasSet's Propagate this information from loads&stores into the aliassets llvm-svn: 10457 | |||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -1/+4 | |
| | | | | llvm-svn: 9903 | |||||
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 | |
| | | | | | | Header files will be on the way. llvm-svn: 9298 | |||||
* | Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.ll | Chris Lattner | 2003-05-03 | 1 | -0/+1 | |
| | | | | llvm-svn: 5994 | |||||
* | ADd two new 'add' methods | Chris Lattner | 2003-03-03 | 1 | -0/+28 | |
| | | | | llvm-svn: 5691 | |||||
* | Make the aliassettracker much more precise by actually tracking size | Chris Lattner | 2003-02-26 | 1 | -20/+33 | |
| | | | | | | information for various accesses. What a concept. llvm-svn: 5647 | |||||
* | Convert to work with new AliasAnalysis interface by conservatively assuming ↵ | Chris Lattner | 2003-02-26 | 1 | -6/+8 | |
| | | | | | | all pointers are arbitrarily large accesses llvm-svn: 5636 |