| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for __attribute__((hot)) and __attribute__((cold)). | Benjamin Kramer | 2012-05-12 | 1 | -0/+10 |
| Currently cold functions are marked with the "optsize" attribute in CodeGen so they are always optimized for size. The hot attribute is just ignored, LLVM doesn't have a way to express hotness at the moment. llvm-svn: 156723 | |||||

