Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| | | | | | | | | | | Add header guards to files that were missing guards. Remove #endif comments as they don't seem common in LLVM (we can easily add them back if we decide they're useful) Changes made by clang-tidy with minor tweaks. llvm-svn: 215558 | ||||
* | Remove weak vtables. No functional change. | Juergen Ributzka | 2013-12-14 | 1 | -1/+1 |
| | | | | llvm-svn: 197323 | ||||
* | 80-col. | Eric Christopher | 2013-12-10 | 1 | -1/+2 |
| | | | | llvm-svn: 196848 | ||||
* | Fix a typo in a comment | Timur Iskhodzhanov | 2013-12-03 | 1 | -1/+1 |
| | | | | llvm-svn: 196304 | ||||
* | Reland 196270 "Generalize debug info / EH emission in AsmPrinter" | Timur Iskhodzhanov | 2013-12-03 | 1 | -0/+56 |
| | | | | | | Addressing the existense AMDGPUAsmPrinter and other subclasses of AsmPrinter llvm-svn: 196288 | ||||
* | Revert r196270, "Generalize debug info / EH emission in AsmPrinter" | NAKAMURA Takumi | 2013-12-03 | 1 | -53/+0 |
| | | | | | | It broke CodeGen/R600 tests with +Asserts. llvm-svn: 196272 | ||||
* | Generalize debug info / EH emission in AsmPrinter | Timur Iskhodzhanov | 2013-12-03 | 1 | -0/+53 |
llvm-svn: 196270 |