- Aug 23, 2011
-
-
Jim Grosbach authored
It's not playing nicely in the coalescer with the tied operand. Disable commutability for now while we figure out the deeper fix. llvm-svn: 138278
-
- Aug 22, 2011
-
-
Owen Anderson authored
Provide operand encoding information for half-precision VCVT instructions. Found by randomized testing. llvm-svn: 138273
-
Bruno Cardoso Lopes authored
avoding scalarization of the compare. Reduces code from 59 to 6 instructions. Fix PR10712. llvm-svn: 138271
-
Bruno Cardoso Lopes authored
llvm-svn: 138270
-
Owen Anderson authored
Fix decoding of VMOVSRR and VMOVRRS, which account for the overwhelming majority of decoder crashes detected by randomized testing. llvm-svn: 138269
-
Jordy Rose authored
llvm-svn: 138260
-
Jim Grosbach authored
llvm-svn: 138258
-
Bill Wendling authored
llvm-svn: 138256
-
Owen Anderson authored
llvm-svn: 138255
-
Nick Lewycky authored
llvm-svn: 138252
-
Owen Anderson authored
llvm-svn: 138251
-
Jim Grosbach authored
llvm-svn: 138249
-
Owen Anderson authored
llvm-svn: 138246
-
Dan Gohman authored
llvm-svn: 138243
-
Dan Gohman authored
llvm-svn: 138242
-
- Aug 20, 2011
-
-
Benjamin Kramer authored
Patch by Aaron Ballman! llvm-svn: 138213
-
Jim Grosbach authored
rdar://9976729 llvm-svn: 138208
-
Nadav Rotem authored
Add constant folding support for bitcasts of splat vectors to integers. llvm-svn: 138206
-
NAKAMURA Takumi authored
lib/Support/CrashRecoveryContext.cpp: Add Win32 support to CrashRecoveryContext. Thanks to Aaron Ballman! llvm-svn: 138199
-
NAKAMURA Takumi authored
lib/Support/Windows/Windows.h: Require at least Windows XP(5.1) API. We will not support Windows 2000 any more. llvm-svn: 138198
-
Benjamin Kramer authored
llvm-svn: 138186
-
Chad Rosier authored
llvm-svn: 138177
-
Chad Rosier authored
llvm-svn: 138174
-
Jakob Stoklund Olesen authored
This pleases the register scavenger and brings test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll a little closer to working with -verify-machineinstrs. llvm-svn: 138164
-
Chad Rosier authored
Therefore, rather then generate a pseudo instruction, which is later expanded, generate the necessary instructions in place. llvm-svn: 138163
-
Bill Wendling authored
then don't split it a second time, since that block will be dead. llvm-svn: 138153
-
Devang Patel authored
Do not use named md nodes to track variables that are completely optimized. This does not scale while doing LTO with debug info. New approach is to include list of variables in the subprogram info directly. llvm-svn: 138145
-
Jim Grosbach authored
The irony is not lost that this is not a completely trivial patchset. llvm-svn: 138143
-
Akira Hatanaka authored
needed for Mips32. llvm-svn: 138132
-
Jim Grosbach authored
llvm-svn: 138131
-
Benjamin Kramer authored
llvm-svn: 138130
-
Jim Grosbach authored
llvm-svn: 138125
-
Jim Grosbach authored
llvm-svn: 138124
-
Bruno Cardoso Lopes authored
a bug and add a testcase! llvm-svn: 138123
-
Jim Grosbach authored
llvm-svn: 138116
-
Jim Grosbach authored
llvm-svn: 138108
-
- Aug 19, 2011
-
-
Bill Wendling authored
llvm-svn: 138102
-
Nick Lewycky authored
llvm-svn: 138091
-
Jim Grosbach authored
llvm-svn: 138076
-
Jim Grosbach authored
llvm-svn: 138072
-