Age | Commit message (Expand) | Author |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-01 | Integrate the readonly/readnone logic more deeply | Duncan Sands |
2007-11-01 | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands |
2007-10-03 | Use empty() member functions when that's what's being tested for instead | Dan Gohman |
2007-05-23 | when merging two alias sets together, be sure to propagate the volatility of | Chris Lattner |
2007-05-06 | Fix typo in comment. | Nick Lewycky |
2007-05-03 | Drop 'const' | Devang Patel |
2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
2007-02-05 | Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce | Reid Spencer |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-11-28 | Removed some of the iostream #includes. Moved towards converting to using | Bill Wendling |
2006-09-17 | Explain change with a comment. | Nick Lewycky |
2006-09-17 | Fix PR912. The input to erase() must not be a reference to the data | Nick Lewycky |
2006-08-27 | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner |
2006-06-27 | Handle alias sets that have been unified, and thus can have other references | Chris Lattner |
2006-06-27 | Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValue | Chris Lattner |
2006-06-26 | Fix a stale pointer issue that caused 300.twolf to fail to build on zion | Chris Lattner |
2006-01-03 | Make the -print-alias-sets pass work for printing out something other than | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-03-25 | Treat free operations as volatile, since they cannot be moved. This fixes | Chris Lattner |
2005-03-17 | Fix the missing symbols problem Bill was hitting. Patch contributed by | Chris Lattner |
2004-12-15 | Adjust to new alias analysis interfaces | Chris Lattner |
2004-12-07 | For PR387:\ | Reid Spencer |
2004-11-27 | When merging to alias sets, if they are both must alias, the result is not | Chris Lattner |
2004-11-26 | Add a new interface | Chris Lattner |
2004-11-05 | Remove dead var | Chris Lattner |
2004-09-15 | Add some assertions | Chris Lattner |
2004-09-14 | Implement an AliasSetTracker::copyValue method | Chris Lattner |
2004-07-29 | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman |
2004-07-27 | Remove a bogus assertion | Chris Lattner |
2004-07-27 | Use context-sensitive alias analysis to avoid pessimization in clients of | Chris Lattner |
2004-07-26 | Add some new methods | Chris Lattner |
2004-07-25 | Fix a latent bug in the AliasSetTracker that was exposed by the FreeInst addi... | Chris Lattner |
2004-07-25 | Add support for free instructions | Chris Lattner |
2004-07-22 | Clean up reference counting to stop "leaking" alias sets | Chris Lattner |
2004-07-21 | Add capability to remove aliasing aliassets from an AST | Chris Lattner |
2004-07-21 | Make the AST interface a bit richer by returning whether an insertion caused | Chris Lattner |
2004-07-04 | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer |
2004-05-23 | Rename a method | Chris Lattner |
2004-04-27 | Changes to fix up the inst_iterator to pass to boost iterator checks. This | Chris Lattner |
2004-03-17 | Fix a HORRIBLY NASTY bug that caused siod to stop working last night. | Chris Lattner |
2004-03-15 | Ok, the assertion was bogus. Calls that do not read/write memory should not | Chris Lattner |
2004-03-15 | This assertion is bogus now that calls do not necessarily read/write memory | Chris Lattner |
2004-03-15 | Don't be COMPLETELY pessimistic in the face of function calls | Chris Lattner |
2003-12-18 | Add a new AliassetTracker::remove method. Because we need to be able to remove | Chris Lattner |
2003-12-14 | Finegrainify namespacification | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-05-03 | Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.ll | Chris Lattner |