Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tobias/irdl generator 2 #9

Closed
wants to merge 22 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7a23e6b
[GlobalISel] Fix typo. NFC
darkbuck May 1, 2023
caf22ec
[UpdateTestChecks] More support for X86 exception handling
jayfoad May 5, 2023
226ff45
[X86] Generate checks for 2012-01-10-UndefExceptionEdge
jayfoad May 5, 2023
3551e0f
[RegisterCoalescer] Fix problem with IMPLICIT_DEF live-in to an invoke
jayfoad May 5, 2023
08c1150
[DAG] Add computeOverflowForSignedSub/computeOverflowForUnsignedSub/c…
RKSimon May 6, 2023
05a57fd
[X86] Add tests showing failure to simplify ssubsat/usubsat to sub
RKSimon May 6, 2023
8f82d8e
[DAG] visitSUBSAT - fold subsat(x,y) -> sub(x,y) if it never overflows
RKSimon May 6, 2023
e8e8707
Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""
mordante May 6, 2023
dd6a58b
[Sema] Avoid emitting warnings for constant destruction.
pkasting May 6, 2023
e6b5235
[lldb] Replace None with std::nullopt in comments (NFC)
kazutakahirata May 6, 2023
6b451c8
[mlir] Use std::optional instead of llvm::Optional (NFC)
kazutakahirata May 6, 2023
9ad45b4
[clang-tidy] Modernize HungarianNotationOption (NFC)
kazutakahirata May 6, 2023
c1ab198
[Clang][OpenMP]Solved the the always truth condition in Arm64
samuelmaina May 6, 2023
3f7ddc9
Add mlir-irdlgen
tobiasgrosser May 6, 2023
17c7fd5
Emit empty module
tobiasgrosser May 6, 2023
78fab05
Generate empty module
tobiasgrosser May 6, 2023
bfaada8
Emit all ops
tobiasgrosser May 6, 2023
c3bb701
Structure all ops
tobiasgrosser May 6, 2023
23e7d67
Print all operations
tobiasgrosser May 6, 2023
95bc14e
Things
tobiasgrosser May 6, 2023
87c64a4
Remove tablegen stuff
tobiasgrosser May 6, 2023
f4ff569
Remove tablegen stuff
tobiasgrosser May 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove tablegen stuff
tobiasgrosser committed May 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit f4ff56916f3af2d6d3b081c7b0f5e730fe8dcfd6
1 change: 1 addition & 0 deletions clang-tools-extra/clangd/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -148,6 +148,7 @@ add_clang_library(clangDaemon

DEPENDS
omp_gen
ClangDriverOptions
)

# Include generated CompletionModel headers.