| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
| |
Also, instructions with any nodes that are SDNPMayLoad also read memory.
llvm-svn: 45817
|
| |
|
|
|
|
|
|
|
|
|
| |
instead of "ISD::STORE". This allows us to mark target-specific dag
nodes as storing (such as ppc byteswap stores). This allows us to remove
more explicit isStore flags from the .td files.
Finally, add a warning for when a .td file contains an explicit
isStore and tblgen is able to infer it.
llvm-svn: 45654
|
| |
|
|
|
|
| |
intrinsic that writes to memory.
llvm-svn: 45650
|
| |
|
|
| |
llvm-svn: 45646
|
| |
|
|
| |
llvm-svn: 45641
|
| |
|
|
| |
llvm-svn: 45639
|
| |
|
|
|
|
|
| |
The only difference in output is that we now print them in alphabetical
order instead of reverse alphabetical order.
llvm-svn: 45635
|
| |
|
|
| |
llvm-svn: 45634
|
|
|
Split the pattern parsing code out from the dag isel emitter into it's own file.
No functionality change.
llvm-svn: 45632
|