- Jan 31, 2012
-
-
Bill Wendling authored
llvm-svn: 149322
-
Eli Friedman authored
llvm-svn: 149321
-
Ted Kremenek authored
llvm-svn: 149320
-
Ted Kremenek authored
llvm-svn: 149319
-
Bill Wendling authored
llvm-svn: 149318
-
Bill Wendling authored
llvm-svn: 149317
-
Bill Wendling authored
llvm-svn: 149316
-
Eli Friedman authored
Use the correct ShiftAmtTy for creating shifts after legalization. PR11881. Not committing a testcase because I think it will be too fragile. llvm-svn: 149315
-
Bill Wendling authored
The eh.selector and eh.resume intrinsics aren't used anymore. Get rid of some calls to them. llvm-svn: 149314
-
Fariborz Jahanian authored
llvm-svn: 149313
-
Bill Wendling authored
llvm-svn: 149312
-
Ted Kremenek authored
Convert ProgramStateRef to a smart pointer for managing the reference counts of ProgramStates. This leads to a slight memory improvement, and a simplification of the logic for managing ProgramState objects. llvm-svn: 149311
-
Ted Kremenek authored
llvm-svn: 149310
-
Ted Kremenek authored
llvm-svn: 149309
-
Ted Kremenek authored
llvm-svn: 149308
-
Bill Wendling authored
llvm-svn: 149307
-
Kostya Serebryany authored
llvm-svn: 149306
-
Johnny Chen authored
llvm-svn: 149305
-
Johnny Chen authored
environment variable before starting the test runner which executes the test cases and may spawn child processes. An example: ./dotest.py -u MY_ENV1 -u MY_ENV2 -v -p TestWatchLocationWithWatchSet.py llvm-svn: 149304
-
Bill Wendling authored
llvm-svn: 149303
-
Kostya Serebryany authored
llvm-svn: 149302
-
Nico Weber authored
llvm-svn: 149301
-
Kostya Serebryany authored
llvm-svn: 149300
-
Chandler Carruth authored
vectors of all one bits to be printed more cleverly in the AsmPrinter. Unfortunately, the byte value for all one bits is the same with -fsigned-char as the error return of '-1'. Force this to be the unsigned byte value when returning it to avoid this problem, and update the test case for the shiny new behavior. Yay for building LLVM and Clang with -funsigned-char. Chris, please review, and let me know if there is any reason to not desire this change. It seems good on the surface, and certainly intended based on the code written. llvm-svn: 149299
-
Fariborz Jahanian authored
argument. twik to support the test case. // rdar://10444476 llvm-svn: 149298
-
Johnny Chen authored
llvm-svn: 149297
-
Kostya Serebryany authored
llvm-svn: 149296
-
Johnny Chen authored
llvm-svn: 149295
-
Evan Cheng authored
llvm-svn: 149294
-
Dan Gohman authored
llvm-svn: 149293
-
- Jan 30, 2012
-
-
Johnny Chen authored
llvm-svn: 149292
-
Devang Patel authored
Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,sd,ps,pd}, for intel syntax. llvm-svn: 149291
-
Tobias Grosser authored
llvm-svn: 149290
-
Chad Rosier authored
llvm-svn: 149289
-
Tobias Grosser authored
Due to our gist simplifications, limiting the constant term does not seem to be necessary any more. Pointed out by Sven Verdoolaege llvm-svn: 149288
-
Tobias Grosser authored
Found by Sebastian Pop. llvm-svn: 149287
-
Richard Smith authored
expressions in C++11. llvm-svn: 149286
-
Nico Weber authored
Fixes PR11867. Patch from Jeremy Huddleston! llvm-svn: 149285
-
Douglas Gregor authored
cyclic module dependency due to its inclusion of math.h and complex.h. I'll take another shot at it later. llvm-svn: 149283
-
Kostya Serebryany authored
llvm-svn: 149281
-