Author: Caroline Tice
Date: 2023-10-06T22:23:02-07:00
New Revision: 859f2d032386632562521a99db20923217d98988
URL:
https://github.com/llvm/llvm-project/commit/859f2d032386632562521a99db20923217d98988
DIFF:
https://github.com/llvm/llvm-project/commit/859f2d032386632562521a99db20923217d98988.diff
Author: Caroline Tice
Date: 2023-05-05T23:37:30-07:00
New Revision: 5326c9e480d70e16c2504cb5143524aff3ee2605
URL:
https://github.com/llvm/llvm-project/commit/5326c9e480d70e16c2504cb5143524aff3ee2605
DIFF:
https://github.com/llvm/llvm-project/commit/5326c9e480d70e16c2504cb5143524aff3ee2605.diff
Author: Caroline Tice
Date: 2023-02-23T15:18:17-08:00
New Revision: 7c9b15fbaeb2846ad25e797d55ffe1ccef9e1379
URL:
https://github.com/llvm/llvm-project/commit/7c9b15fbaeb2846ad25e797d55ffe1ccef9e1379
DIFF:
https://github.com/llvm/llvm-project/commit/7c9b15fbaeb2846ad25e797d55ffe1ccef9e1379.diff
Author: ctice
Date: Sat Sep 22 11:25:58 2018
New Revision: 342812
URL: http://llvm.org/viewvc/llvm-project?rev=342812&view=rev
Log:
Fix codemodels.c test case (only test mcmodel=medium on X86).
aarch64 testing is broken because "medium" is not a valid
code-model on aarch64, and codemodels.c tests
Author: ctice
Date: Fri Sep 21 16:19:49 2018
New Revision: 342789
URL: http://llvm.org/viewvc/llvm-project?rev=342789&view=rev
Log:
Fix codemodels.c test case (only test mcmodel-kernel on x86)
A recent commit I made broke aarch64 testing, because "kernel"
apparently is not a valid code-model on a
Author: ctice
Date: Fri Sep 21 11:34:59 2018
New Revision: 342758
URL: http://llvm.org/viewvc/llvm-project?rev=342758&view=rev
Log:
Add necessary support for storing code-model to module IR.
Currently the code-model does not get saved in the module IR, so if a
code model is specified when compili