- Nov 15, 2008
-
-
Oscar Fuentes authored
respective asm printers on MSVC. Based on a patch by Scott Graham. llvm-svn: 59379
-
Oscar Fuentes authored
well as 2 files that use "Registrator"s. These are to be used by the MSVC builds, as the Win32 linker does not include libs that are otherwise unreferenced, even if global constructors in the lib have side-effects. Patch by Scott Graham! llvm-svn: 59378
-
Chris Lattner authored
Patch by Fariborz! llvm-svn: 59377
-
Oscar Fuentes authored
llvm-svn: 59376
-
Anders Carlsson authored
llvm-svn: 59375
-
Oscar Fuentes authored
LLVM_MAIN_SRC_DIR and LLVM_BINARY_DIR are not the cmake top level directories when LLVM is embedded on the build of other project. Fixes PR #3072. llvm-svn: 59374
-
Nick Lewycky authored
llvm-svn: 59373
-
Anders Carlsson authored
llvm-svn: 59372
-
Anders Carlsson authored
llvm-svn: 59371
-
Nick Lewycky authored
llvm-svn: 59370
-
Zhongxing Xu authored
llvm-svn: 59362
-
Duncan Sands authored
use SHUFFLE_VECTOR instead. If not practical, fall back to the old scheme of building the split result by hand using a BUILD_VECTOR. llvm-svn: 59361
-
Zhongxing Xu authored
llvm-svn: 59359
-
Anders Carlsson authored
llvm-svn: 59358
-
Mon P Wang authored
and when loading/storing a widen vector, make sure that they are loaded and stored in consecutive order. llvm-svn: 59357
-
Zhongxing Xu authored
llvm-svn: 59356
-
Zhongxing Xu authored
llvm-svn: 59355
-
Ted Kremenek authored
llvm-svn: 59354
-
Ted Kremenek authored
llvm-svn: 59353
-
Ted Kremenek authored
Add a test case for compound assignments that lazily symbolicate the value of the LHS when the computation type is an integer of more bits. llvm-svn: 59352
-
Ted Kremenek authored
Reverted part of r59335: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20081110/009243.html In that patch I added a bogus type promotion for unary '!'. The real bug was more fallout from edges cases with compound assignments and conjured symbolic values. Now the conjured value has the type of the LHS expression, and we do a promotion to the computation type. We also now correctly do a conversion from the computation type back to the LHS type. llvm-svn: 59349
-
Ted Kremenek authored
llvm-svn: 59348
-
Oscar Fuentes authored
dummy library, `llvm_headers_do_not_build', is created for containing all header and TableGen files under include/llvm. llvm-svn: 59346
-
Anders Carlsson authored
llvm-svn: 59345
-
Evan Cheng authored
llvm-svn: 59344
-
Ted Kremenek authored
llvm-svn: 59343
-
Oscar Fuentes authored
include/llvm/CMakeLists.txt. Does it with the `tablegen' cmake macro. llvm-svn: 59342
-
Dan Gohman authored
llvm-svn: 59341
-
Dan Gohman authored
llvm-svn: 59340
-
Ted Kremenek authored
Implement FIXME in GRExprEngine::VisitUnaryOperator() to handle implicit conversions caused by the '!' operator. This required adding some logic to GRSimpleVals to reason about nonloc::LocAsInteger SVals. This code appears to work fine, but it should eventually be cleaned up. llvm-svn: 59335
-
Ted Kremenek authored
llvm-svn: 59334
-
Oscar Fuentes authored
llvm-svn: 59333
-
Zhongxing Xu authored
llvm-svn: 59332
-
Sebastian Redl authored
Thanks to Doug for the review. Actual effects of mutable to follow. llvm-svn: 59331
-
Argyrios Kyrtzidis authored
Thanks to Sebastian for the suggestion. llvm-svn: 59330
-
- Nov 14, 2008
-
-
Devang Patel authored
Strip debug information before stripping symbol names. llvm-svn: 59328
-
Oscar Fuentes authored
consistency. Patch by Kevin Andre! llvm-svn: 59326
-
Oscar Fuentes authored
files. llvm-svn: 59325
-
Dan Gohman authored
fairly conservative; it doesn't do alias-analysis queries and it doesn't attempt to break anti-dependencies. llvm-svn: 59324
-
Argyrios Kyrtzidis authored
llvm-svn: 59323
-