Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A couple of big refactorings: 1) Move most attributes of Atom down to ↵ | Nick Kledzik | 2012-01-11 | 1 | -44/+0 |
| | | | | | | DefinedAtom, so only atoms representing definitions need to implement them. 2) Remove definitionTentative, definitionWeak, mergeDuplicates, and autoHide. Replace with merge and interposable attributes. 3) Make all methods on Atom be virtual so that future object file readers can lazily generated attributes llvm-svn: 147903 | ||||
* | Cleaned up Atom attribues some more. Added lots of doxygen comments | Nick Kledzik | 2011-12-21 | 1 | -11/+0 |
| | | | | llvm-svn: 147105 | ||||
* | Refactor and comment Atom attributes. Replace combine() with internalName() ↵ | Nick Kledzik | 2011-12-20 | 1 | -0/+4 |
| | | | | | | and mergeDuplicates() llvm-svn: 146958 | ||||
* | Initial commit. Code by Nick Kledzik. Cleanups and build system by me. | Michael J. Spencer | 2011-12-18 | 1 | -0/+51 |
llvm-svn: 146844 |