- 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
-
-
Eli Friedman authored
Some minor wording updates and cross-linking for atomic docs. Explicitly note that we don't try to portably define what volatile in LLVM IR means. llvm-svn: 138274
-
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
-
Owen Anderson authored
llvm-svn: 138250
-
Jim Grosbach authored
llvm-svn: 138249
-
Owen Anderson authored
llvm-svn: 138246
-
Jim Grosbach authored
llvm-svn: 138245
-
Dan Gohman authored
llvm-svn: 138243
-
Dan Gohman authored
llvm-svn: 138242
-
Dan Gohman authored
llvm-svn: 138241
-
Duncan Sands authored
llvm-svn: 138231
-
Jay Foad authored
functionality into DEFINE_TRANSPARENT_OPERAND_ACCESSORS. A side-effect of this is that the operand accessors for Constants will tolerate NULL operands, fixing PR10663. llvm-svn: 138230
-
- Aug 20, 2011
-
-
Benjamin Kramer authored
Patch by Aaron Ballman! llvm-svn: 138213
-
Jim Grosbach authored
rdar://9976729 llvm-svn: 138208
-
Jim Grosbach authored
llvm-svn: 138207
-
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
-
NAKAMURA Takumi authored
Win32 GetTempPath() tends to pick up %WINDIR% when neither TEMP nor TMP was found. %WINDIR% should not be treated writable on recent Windows OS. llvm-svn: 138192
-
NAKAMURA Takumi authored
llvm-svn: 138191
-
Benjamin Kramer authored
llvm-svn: 138186
-
Eric Christopher authored
the empty directory. llvm-svn: 138181
-
Chad Rosier authored
llvm-svn: 138177
-
Eric Christopher authored
llvm-svn: 138176
-
Chad Rosier authored
llvm-svn: 138174
-
Eric Christopher authored
llvm-svn: 138173
-
Chad Rosier authored
-verify-machineinstrs can be enabled for this test case. llvm-svn: 138171
-
Eric Christopher authored
llvm-svn: 138170
-
Eric Christopher authored
llvm-svn: 138168
-
Eric Christopher authored
All tests have been updated and migrated into clang or were obsolete. llvm-svn: 138165
-
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
-