Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Sort a few more #include lines in tools/... unittests/... and utils/... | Chandler Carruth | 2013-01-02 | 1 | -1/+1 | |
| | | | | llvm-svn: 171363 | |||||
* | Quick build fix for c++03 clang. This needs a proper solution. Note that ↵ | Michael J. Spencer | 2012-12-05 | 1 | -4/+4 | |
| | | | | | | these offsets are guaranteed to be correct by Endian.h. llvm-svn: 169438 | |||||
* | Add dump of Win64 EH unwind data. | Michael J. Spencer | 2012-12-05 | 1 | -0/+355 | |
The new command line option -unwind-info dumps the Win64 EH unwind data to the console. This is a nice feature if you need to debug generated EH data (e.g. from LLVM). Includes a test case. Initial patch by João Matos, extensions and rework by Kai Nacke. llvm-svn: 169415 |