llvm-project/llvm/lib
Daniel Sanders c6924fa5d6 [mips][ias] Stream macro expansions to output instead of buffering them. 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
2016-04-18 12:06:15 +00:00
..
Analysis [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
AsmParser [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
Bitcode [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
CodeGen [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DebugInfo [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
ExecutionEngine [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
Fuzzer [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
IR [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
IRReader Remove autoconf support 2016-01-26 21:29:08 +00:00
LTO [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
LibDriver LibDriver: Silently do nothing when provided no inputs. 2016-04-13 19:36:04 +00:00
LineEditor Fix Clang-tidy modernize-deprecated-headers warnings in some files; other minor fixes. 2016-03-28 17:40:08 +00:00
Linker Linker: Share a single Metadata map for the lifetime of IRMover 2016-04-17 23:30:31 +00:00
MC [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
Object [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
ObjectYAML [lanai] Add Lanai backend. 2016-03-28 13:09:54 +00:00
Option Option parser: class for consuming a joined arg in addition to all remaining args 2016-04-15 00:23:30 +00:00
Passes [PM] Rename the CRTP mixin base classes for the new pass manager to 2016-03-11 10:33:22 +00:00
ProfileData [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
Support [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
TableGen [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
Target [mips][ias] Stream macro expansions to output instead of buffering them. NFC. 2016-04-18 12:06:15 +00:00
Transforms [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
CMakeLists.txt Move ObjectYAML code to a new library. 2016-03-01 19:15:06 +00:00
LLVMBuild.txt Add LLVMBuild for ObjectYAML. 2016-03-01 21:29:33 +00:00