Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use MapValue in the Linker instead of having a private function | Dan Gohman | 2010-08-24 | 1 | -29/+0 |
| | | | | | | | | which does the same thing. This eliminates redundant code and handles MDNodes better. MDNode linking still doesn't fully work yet though. llvm-svn: 111941 | ||||
* | Use ValueMap instead of DenseMap. | Devang Patel | 2010-06-24 | 1 | -2/+2 |
| | | | | | | The ValueMapper used by various cloning utility maps MDNodes also. llvm-svn: 106706 | ||||
* | Rename ValueMapTy as ValueToValueMapTy to clearly indicate that this has no ↵ | Devang Patel | 2010-04-20 | 1 | -3/+3 |
| | | | | | | replationship with ADT/ValueMap. llvm-svn: 101950 | ||||
* | There is no need to install ValueMapper.h header. | Devang Patel | 2010-04-20 | 1 | -0/+29 |
| | | | | llvm-svn: 101949 | ||||
* | And delete this one | Anton Korobeynikov | 2007-11-09 | 1 | -29/+0 |
| | | | | llvm-svn: 43939 | ||||
* | Switch inliner over to use DenseMap instead of std::map for ValueMap. This | Chris Lattner | 2007-02-03 | 1 | -2/+2 |
| | | | | | | speeds up the inliner 16%. llvm-svn: 33801 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -2/+2 |
| | | | | llvm-svn: 21427 | ||||
* | Move RemapInstruction() to ValueMapper, so that it can be shared with | Brian Gaeke | 2004-05-19 | 1 | -3/+7 |
| | | | | | | | | CloneTrace, and because it is primarily an operation on ValueMaps. It is now a global (non-static) function which can be pulled in using ValueMapper.h. llvm-svn: 13600 | ||||
* | Finegrainify namespacification | Chris Lattner | 2004-01-09 | 1 | -5/+2 |
| | | | | llvm-svn: 10727 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+5 |
| | | | | llvm-svn: 9903 | ||||
* | Added LLVM copyright header. | John Criswell | 2003-10-21 | 1 | -0/+7 |
| | | | | llvm-svn: 9321 | ||||
* | Initial checkin of Module cloning support stuff | Chris Lattner | 2002-11-20 | 1 | -0/+16 |
llvm-svn: 4788 |