- Oct 31, 2011
-
-
Argyrios Kyrtzidis authored
make sure that we keep track of locations of replaced decls as well. llvm-svn: 143341
-
Argyrios Kyrtzidis authored
local DeclIDs came from. llvm-svn: 143340
-
Argyrios Kyrtzidis authored
llvm-svn: 143339
-
Argyrios Kyrtzidis authored
that contains them. llvm-svn: 143338
-
Argyrios Kyrtzidis authored
llvm-svn: 143337
-
Craig Topper authored
llvm-svn: 143336
-
Richard Smith authored
materialized temporaries. llvm-svn: 143335
-
Richard Smith authored
arbitrary pointers, if those pointers don't point to weak objects or literals. llvm-svn: 143334
-
Craig Topper authored
llvm-svn: 143332
-
Craig Topper authored
llvm-svn: 143331
-
Tobias Grosser authored
Another batch of ternary operators and some whitespace fixes (Getting in sync with the clang_complete version of this file) llvm-svn: 143330
-
Richard Smith authored
result is not unspecified. llvm-svn: 143329
-
Nick Lewycky authored
llvm-svn: 143328
-
Nick Lewycky authored
llvm-svn: 143327
-
Nick Lewycky authored
-enable-dwarf-directory. llvm-svn: 143326
-
Tobias Grosser authored
This change is necessary to make this file python 2.4 compatible. llvm-svn: 143324
-
Peter Collingbourne authored
instead of replacing it. llvm-svn: 143323
-
Tobias Grosser authored
We add a constructor to create a SourceLocation from a position in a file and we use this SourceLocation to retrieve a cursor. llvm-svn: 143322
-
Tobias Grosser authored
llvm-svn: 143321
-
Richard Smith authored
llvm-svn: 143320
-
- 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
-
Peter Collingbourne authored
llvm-svn: 143316
-
Benjamin Kramer authored
X86: Emit logical shift by constant splat of <16 x i8> as a <8 x i16> shift and zero out the bits where zeros should've been shifted in. llvm-svn: 143315
-
Peter Collingbourne authored
-mlink-bitcode-file flag), and more generally llvm::Modules, before running optimisations. llvm-svn: 143314
-
Craig Topper authored
Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector of 8-bit integers, but produces a vector of 16-bit integers. llvm-svn: 143313
-
Roman Divacky authored
llvm-svn: 143312
-
Nadav Rotem authored
Fix pr11266. On x86: (shl V, 1) -> add V,V Hardware support for vector-shift is sparse and in many cases we scalarize the result. Additionally, on sandybridge padd is faster than shl. llvm-svn: 143311
-
Jim Goodnow II authored
type constructors. llvm-svn: 143309
-
Benjamin Kramer authored
llvm-svn: 143308
-
Nadav Rotem authored
llvm-svn: 143307
-
Roman Divacky authored
llvm-svn: 143306
-
Roman Divacky authored
llvm-svn: 143305
-
rdar://problem/10175391Bob Wilson authored
The integrated assembler seems to be working pretty well for -static code now, so remove the hacks to disable it. llvm-svn: 143304
-
Bill Wendling authored
Do a relative path ln command instead of an absolute path one. Some people strangely enough have different directory layouts... llvm-svn: 143302
-
NAKAMURA Takumi authored
llvm-svn: 143300
-
Richard Smith authored
integer-cast pointer value. llvm-svn: 143299
-
- Oct 29, 2011
-
-
Richard Smith authored
just integers and floating point types. Since we don't support evaluating class types or performing lvalue-to-rvalue conversions on array elements yet, this just means pointer types right now. llvm-svn: 143298
-
Nadav Rotem authored
If all of the inputs are zero/any_extended, create a new simple BV which can be further optimized by other BV optimizations. llvm-svn: 143297
-