Go to file
Toma Tabacu 9db22db963 [mips] Add assembler support for .set push/pop directive.
Summary:
These directives are used to save the current assembler options (in the case of ".set push") and restore the previously saved options (in the case of ".set pop").

Contains work done by Matheus Almeida.

Reviewers: dsanders

Reviewed By: dsanders

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

llvm-svn: 217432
2014-09-09 10:15:38 +00:00
clang Allow empty statements in naked functions in addition to ASM statements 2014-09-09 02:49:40 +00:00
clang-tools-extra Fixed a typo. 2014-09-08 15:04:35 +00:00
compiler-rt Remove extra semicolon [-Wpedantic] 2014-09-08 23:37:09 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc add isordered builtin 2014-09-05 13:59:15 +00:00
libcxx PR20546: Fix tests for compare_exchange_weak. 2014-09-06 20:38:25 +00:00
libcxxabi Remove an unused typedef from __class_type_info::search_below_dst 2014-09-08 13:56:36 +00:00
lld [mach-o] add testing coverage for -single_module 2014-09-09 02:20:34 +00:00
lldb Quiet unused variable warning that only occurs 2014-09-09 08:57:33 +00:00
llvm [mips] Add assembler support for .set push/pop directive. 2014-09-09 10:15:38 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly Added arcanist (arc) unit test support 2014-09-08 19:30:09 +00:00