Skip to content

Commit

Permalink
[mips][ias] Stream macro expansions to output instead of buffering th…
Browse files Browse the repository at this point in the history
…em. NFC.

Summary:
This will allows us to eliminate some magic numbers from the offset operand of
branch instructions in favour of symbols and makes it possible to avoid
double-filling delay slots when clang is given -save-temps.

parseDirectiveCpRestore() is calling isIntegratedAssemblerRequired() for the
moment since correctly pushing the generation of these instructions into the
ELF target streamer is tricky enough to warrant a separate patch.

Reviewers: sdardis, vkalintiris

Subscribers: dsanders, llvm-commits, sdardis

Differential Revision: http://reviews.llvm.org/D19164

llvm-svn: 266602
  • Loading branch information
dsandersllvm committed Apr 18, 2016
1 parent 3c20fb4 commit c6924fa
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 353 deletions.

0 comments on commit c6924fa

Please sign in to comment.