| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Actually remove ARMInstructionSelector.h... Forgot to stage the removal
in the previous commit.
llvm-svn: 301633
|
|
|
|
|
|
| |
minor fixes (NFC).
llvm-svn: 293229
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add the minimal support necessary to select a function that returns the sum of
two i32 values.
This includes some support for argument/return lowering of i32 values through
registers, as well as the handling of copy and add instructions throughout the
GlobalISel pipeline.
Differential Revision: https://reviews.llvm.org/D26677
llvm-svn: 289940
|
|
|
|
| |
llvm-svn: 287027
|
|
|
|
|
|
| |
This silences some warnings that I didn't see with my host compiler.
llvm-svn: 286981
|
|
Add GlobalISel skeleton, up to the point where we can select a ret void.
llvm-svn: 286573
|