Go to file
Hal Finkel cc1eeda16d Note in PPCFunctionInfo VRSAVE spills
In preparation for using the new register scavenger capability for providing
more than one register simultaneously, specifically note functions that have
spilled VRSAVE (currently, this can happen only in functions that use the
setjmp intrinsic). As with CR spilling, such functions will need to provide two
emergency spill slots to the scavenger.

No functionality change intended.

llvm-svn: 177832
2013-03-23 22:06:03 +00:00
clang Make clang to mark static stack allocations with lifetime markers to enable a more aggressive stack coloring. 2013-03-23 06:43:35 +00:00
clang-tools-extra Fix Makefile. 2013-03-20 10:02:35 +00:00
compiler-rt Build and install .syms files alongside sanitizer runtimes. These are used to 2013-03-23 00:31:07 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Marshall Clow found some divide-by-zero warnings with UBSan in rand's binomial_distribution test. This eliminates the divide-by-zeros and describes in comments the numerical difficulties the test is having. Each of the problematic tests are exploring edge cases of the distribution. 2013-03-23 19:29:45 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [ELF][Hexagon][test] check .got.plt order 2013-03-20 23:39:43 +00:00
lldb Add two additional DNBLog's in places where we're about to kill 2013-03-23 05:35:57 +00:00
llvm Note in PPCFunctionInfo VRSAVE spills 2013-03-23 22:06:03 +00:00
polly RegisterPasses: Improve comments 2013-03-23 21:35:52 +00:00