Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AsmPrinter: mark the beginning and the end of a function in verbose mode | Francis Visoiu Mistrih | 2017-05-23 | 1 | -0/+1 |
| | | | | llvm-svn: 303690 | ||||
* | ARM: fix fast-isel assertion failure | Tim Northover | 2014-02-04 | 1 | -0/+11 |
Missing braces on if meant we inserted both ARM and Thumb load for a litpool entry. This didn't end well. rdar://problem/15959157 llvm-svn: 200752 |