- Nov 01, 2011
-
-
Sebastian Pop authored
llvm-svn: 143501
-
Sebastian Pop authored
llvm-svn: 143500
-
Eli Friedman authored
Teach the x86 backend a couple tricks for dealing with v16i8 sra by a constant splat value. Fixes PR11289. llvm-svn: 143498
-
Jim Grosbach authored
They don't impact the MCJIT rtdyld, so just mask them off for now. llvm-svn: 143472
-
Daniel Dunbar authored
llvm-svn: 143468
-
Richard Osborne authored
This can happen if the address + addend is less than the start of the cp / dp. llvm-svn: 143459
-
Richard Osborne authored
llvm-svn: 143458
-
Richard Osborne authored
llvm-svn: 143457
-
Craig Topper authored
llvm-svn: 143455
-
Eli Friedman authored
llvm-svn: 143452
-
Eli Friedman authored
Make sure we use the right insertion point when instcombine replaces a PHI with another instruction. (Specifically, don't insert an arbitrary instruction before a PHI.) Fixes PR11275. llvm-svn: 143437
-
Eli Friedman authored
llvm-svn: 143435
-
Bill Wendling authored
llvm-svn: 143431
-
Eli Friedman authored
llvm-svn: 143424
-
Eli Friedman authored
llvm-svn: 143421
-
Eli Friedman authored
llvm-svn: 143420
-
Jim Grosbach authored
llvm-svn: 143413
-
Jakob Stoklund Olesen authored
No test case, spotted by inspection. llvm-svn: 143407
-
Eli Friedman authored
llvm-svn: 143406
-
Devang Patel authored
Patch by Kostya Serebryany. llvm-svn: 143405
-
Matt Beaumont-Gay authored
llvm-svn: 143404
-
Tanya Lattner authored
Also revert the change to CREATE_SUBDIRS as this is what caused the CSS to break on the website and generate the much longer URLs. llvm-svn: 143401
-
Matt Beaumont-Gay authored
llvm-svn: 143400
-
- Oct 31, 2011
-
-
Jim Grosbach authored
llvm-svn: 143369
-
Ted Kremenek authored
Update 'Getting Started' to suggest using GCC 4.2 or higher (or Clang). There is no reason to support older versions of GCC. llvm-svn: 143366
-
Galina Kistanova authored
llvm-svn: 143365
-
Nadav Rotem authored
Cleanup. Document. Make sure that this build_vector optimization only runs before the op legalizer and that the used type is legal. llvm-svn: 143358
-
Jim Grosbach authored
The _fixed variants have a writeback operand, but not a stride operand. Split the conditional flag to distinguish the cases. llvm-svn: 143356
-
Rafael Espindola authored
llvm-svn: 143352
-
Owen Anderson authored
llvm-svn: 143351
-
NAKAMURA Takumi authored
llvm-svn: 143349
-
NAKAMURA Takumi authored
llvm-svn: 143348
-
Craig Topper authored
llvm-svn: 143336
-
Craig Topper authored
llvm-svn: 143332
-
Craig Topper authored
llvm-svn: 143331
-
Nick Lewycky authored
llvm-svn: 143328
-
Nick Lewycky authored
-enable-dwarf-directory. llvm-svn: 143326
-
- Oct 30, 2011
-
-
Craig Topper authored
llvm-svn: 143319
-
Duncan Sands authored
with the given predicate, it matches any condition and returns the predicate - d'oh! Original commit message: The expression icmp eq (select (icmp eq x, 0), 1, x), 0 folds to false. Spotted by my super-optimizer in 186.crafty and 450.soplex. We really need a proper infrastructure for handling generalizations of this kind of thing (which occur a lot), however this case is so simple that I decided to go ahead and implement it directly. llvm-svn: 143318
-
Craig Topper authored
llvm-svn: 143317
-