[llvm-branch-commits] [clang] 0057cc5 - Revert "[Clang] Move assembler into a separate file"

2021-01-23 Thread Ayke van Laethem via llvm-branch-commits
Author: Ayke van Laethem Date: 2021-01-23T15:04:27+01:00 New Revision: 0057cc5a215e5a26cfbd7e1707b55bf05fa9b6bf URL: https://github.com/llvm/llvm-project/commit/0057cc5a215e5a26cfbd7e1707b55bf05fa9b6bf DIFF: https://github.com/llvm/llvm-project/commit/0057cc5a215e5a26cfbd7e1707b55bf05fa9b6bf.di

[llvm-branch-commits] [clang] 2325157 - [Clang] Move assembler into a separate file

2021-01-23 Thread Ayke van Laethem via llvm-branch-commits
Author: Ayke van Laethem Date: 2021-01-23T14:34:23+01:00 New Revision: 2325157c0568ffd16f3318ad54f947e4e2109ef6 URL: https://github.com/llvm/llvm-project/commit/2325157c0568ffd16f3318ad54f947e4e2109ef6 DIFF: https://github.com/llvm/llvm-project/commit/2325157c0568ffd16f3318ad54f947e4e2109ef6.di

[llvm-branch-commits] [llvm-branch] r369210 - [bindings/go] Add ParseIR

2019-08-20 Thread Ayke van Laethem via llvm-branch-commits
Author: aykevl Date: Sun Aug 18 08:40:39 2019 New Revision: 369210 URL: http://llvm.org/viewvc/llvm-project?rev=369210&view=rev Log: [bindings/go] Add ParseIR This commit adds a single method to the Context object to parse a textual IR file. This is useful for reading input IR in unit tests. Dif