Go to file
Charles Davis 84d28de627 Target/X86: Save Win64 non-volatile registers in a Win64 ABI function.
Summary:
This change causes us to actually save non-volatile registers in a Win64
ABI function that calls a System V ABI function, and vice-versa.

Reviewers: rnk

Subscribers: llvm-commits

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

llvm-svn: 230714
2015-02-27 00:57:01 +00:00
clang [modules] When loading in multiple canonical definitions of a template, 2015-02-27 00:25:58 +00:00
clang-tools-extra Fixed canonical path function. 2015-02-26 19:31:10 +00:00
compiler-rt [CMake] Effectively revert r230683. 2015-02-27 00:07:04 +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 libclc/math: Add cospi 2015-02-26 15:42:00 +00:00
libcxx Add self to CREDITS.txt 2015-02-26 00:48:22 +00:00
libcxxabi Add remote testing support to the lit config 2015-02-26 15:55:01 +00:00
lld PECOFF: allow more than one /alternatename for the same symbol. 2015-02-26 23:43:04 +00:00
lldb Fixed an infinite recursion bug that could happen when using python operating system plug-ins where we would ask the operating system plug-in to update its threads and this would cause the plugin to run an expression which would eventually run IRForTarget::CreateResultVariable() which would try to get the selected thread and cause re-entrant bug. 2015-02-27 00:12:22 +00:00
llgo Build cgo and llgo-go 2015-02-14 01:46:01 +00:00
llvm Target/X86: Save Win64 non-volatile registers in a Win64 ABI function. 2015-02-27 00:57:01 +00:00
openmp Removed all header files for OpenMP 2.5 2015-02-25 18:38:08 +00:00
polly Change argument "class" keyword to "const" 2015-02-26 19:33:42 +00:00