| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -7/+0 | |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -1/+1 | |
| This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed. | ||||
| 2020-04-14 | Update the minimum external LLVM to 8 | Josh Stone | -1/+0 | |
| LLVM 8 was released on March 20, 2019, over a year ago. | ||||
| 2019-12-30 | Use function attribute "frame-pointer" instead of "no-frame-pointer-elim" | Fangrui Song | -1/+2 | |
| LLVM 8 (D56351) introduced "frame-pointer". In LLVM 10 (D71863), "no-frame-pointer-elim"/"no-frame-pointer-elim-non-leaf" will be ignored. | ||||
| 2019-03-31 | Fix test | Yuki OKUSHI | -1/+1 | |
| 2019-03-29 | Use platform dependent mcount function | Yuki OKUSHI | -0/+7 | |
