| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | | | | discussion of this change. llvm-svn: 45410 | ||||
| * | Converted uses of scoped_ptr to OwningPtr. | Ted Kremenek | 2007-12-20 | 1 | -2/+2 |
| | | | | | llvm-svn: 45265 | ||||
| * | implement HeaderMap::LookupFile. I think headermaps are done now. All that is | Chris Lattner | 2007-12-17 | 1 | -2/+55 |
| | | | | | | | left is this crazy thing called "testing". llvm-svn: 45124 | ||||
| * | implement enough helper functions to successfully dump out the | Chris Lattner | 2007-12-17 | 1 | -7/+105 |
| | | | | | | | | contents of the header map. Look ma, no assumptions about input data here (aka, corrupt header maps can't crash the compiler - crazy thought). llvm-svn: 45122 | ||||
| * | simplify some code, using new scoped_ptr support. Fix a bug in the | Chris Lattner | 2007-12-17 | 1 | -11/+10 |
| | | | | | | | | | cross-endianness case, where we checked the version in the wrong endianness. Amusingly, the GCC logic that detects mixed endianness hmaps and rejects them is dead for this very reason. llvm-svn: 45113 | ||||
| * | Finish hooking up the scaffolding for headermaps. They can now do everything | Chris Lattner | 2007-12-17 | 1 | -5/+18 |
| | | | | | | | except resolve lookups. llvm-svn: 45111 | ||||
| * | Start reading the headermap header, drop the 'errorstr' argument to | Chris Lattner | 2007-12-17 | 1 | -2/+52 |
| | | | | | | | the create method. llvm-svn: 45109 | ||||
| * | add headermap.cpp | Chris Lattner | 2007-12-17 | 1 | -0/+29 |
| llvm-svn: 45095 | |||||

