Go to file
Daniel Sanders e2982adc0b [mips] Add assembler support for the .cprestore directive.
Summary:
This assembler directive is used in O32 PIC to restore the current function's $gp after executing JAL's. The $gp is first stored on the stack at a user-specified offset.
It has the following format: ".cprestore 8" (where 8 is the offset).

This fixes llvm.org/PR20967.

Patch by Toma Tabacu.

Reviewers: seanbruno, tomatabacu

Subscribers: brooks, seanbruno, emaste, llvm-commits

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

llvm-svn: 247897
2015-09-17 16:08:39 +00:00
clang Fix a typo. 2015-09-17 15:58:54 +00:00
clang-tools-extra [clang-tidy] install helper scripts 2015-09-17 14:37:26 +00:00
compiler-rt [Windows] xfail a test that uses C++ EH 2015-09-16 20:32:22 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc integer: Update integer limits to comply with spec 2015-09-15 03:56:21 +00:00
libcxx Add endianness configuration block for GCC. 2015-09-16 18:10:47 +00:00
libcxxabi Convert LIBCXXABI_BUILD_32_BITS to LLVM_BUILD_32_BITS. 2015-09-01 01:02:06 +00:00
libunwind unwind: cleanup -Wunused-parameter 2015-09-01 04:29:03 +00:00
lld Add support of Elf_Rel dynamic relocations. 2015-09-17 14:02:10 +00:00
lldb XFAIL step after crash tests on android-aarch64 API 21 2015-09-17 10:05:21 +00:00
llgo [llgo] drop debug/DIBuilder.Declare 2015-09-01 11:52:37 +00:00
llvm [mips] Add assembler support for the .cprestore directive. 2015-09-17 16:08:39 +00:00
openmp Force the readelf call to be in English 2015-09-16 12:01:14 +00:00
polly Extract function that derives the index expressions of a GEP instruction [NFC] 2015-09-17 15:47:52 +00:00