- May 07, 2009
-
-
Bill Wendling authored
checking for bcopy... no checking for getc_unlocked... Assertion failed: (0 && "Unknown SCEV kind!"), function operator(), file /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvmCore.roots/llvmCore~obj/src/lib/Analysis/ScalarEvolution.cpp, line 511. /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvmgcc42.roots/llvmgcc42~obj/src/libdecnumber/decUtility.c:360: internal compiler error: Abort trap Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://developer.apple.com/bugreporter> for instructions. make[4]: *** [decUtility.o] Error 1 make[4]: *** Waiting for unfinished jobs.... Assertion failed: (0 && "Unknown SCEV kind!"), function operator(), file /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvmCore.roots/llvmCore~obj/src/lib/Analysis/ScalarEvolution.cpp, line 511. /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvmgcc42.roots/llvmgcc42~obj/src/libdecnumber/decNumber.c:5591: internal compiler error: Abort trap Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://developer.apple.com/bugreporter> for instructions. make[4]: *** [decNumber.o] Error 1 make[3]: *** [all-stage2-libdecnumber] Error 2 make[3]: *** Waiting for unfinished jobs.... llvm-svn: 71165
-
Sebastian Redl authored
llvm-svn: 71163
-
Douglas Gregor authored
llvm-svn: 71162
-
Douglas Gregor authored
llvm-svn: 71161
-
Dan Gohman authored
to sorting SCEVs by their kind, sort SCEVs of the same kind according to their operands. This helps avoid things like (a+b) being a distinct expression from (b+a). llvm-svn: 71160
-
Dan Gohman authored
headers due to library dependencies. llvm-svn: 71159
-
Dan Gohman authored
array and the add is within range. This helps simplify expressions expanded by ScalarEvolutionExpander. llvm-svn: 71158
-
Dan Gohman authored
SCEVAddRecExpr. This eliminates redundant code for visiting all the operands of an expression. llvm-svn: 71157
-
Argyrios Kyrtzidis authored
No functionality change. llvm-svn: 71156
-
Douglas Gregor authored
specialization type for a dependent template name. llvm-svn: 71153
-
Douglas Gregor authored
improves type identity with dependent types. llvm-svn: 71152
-
Evan Cheng authored
llvm-svn: 71151
-
Evan Cheng authored
llvm-svn: 71150
-
Evan Cheng authored
llvm-svn: 71149
-
Chris Lattner authored
llvm-svn: 71148
-
Jakob Stoklund Olesen authored
llvm-svn: 71147
-
Chris Lattner authored
llvm-svn: 71146
-
Mike Stump authored
llvm-svn: 71145
-
Bill Wendling authored
llvm-svn: 71142
-
Bill Wendling authored
llvm-svn: 71140
-
Bill Wendling authored
llvm-svn: 71138
-
Ted Kremenek authored
llvm-svn: 71135
-
Ted Kremenek authored
isFeasible to false. This is something we may wish to do further validation on. llvm-svn: 71134
-
Argyrios Kyrtzidis authored
-Have it return a label ID -Remove the unused Instruction parameter No functionality change. llvm-svn: 71132
-
Sebastian Redl authored
Back out r70506 (exception spec in AST) again. We won't have exception specs until we've had a lot more discussion. llvm-svn: 71125
-
Dan Gohman authored
trivially different code on different hosts (due to differing std::sort implementations). llvm-svn: 71124
-
- May 06, 2009
-
-
Daniel Dunbar authored
- x86 target feature handling should not be feature complete, even if the code quality is lacking. llvm-svn: 71123
-
Ted Kremenek authored
'BugReporterVisitor'. This simplifies callbacks from BugReporter to BugReports (via VisitNode). It also lays the foundation for arbitrary visitor "call backs" that can be registered to a BugReporterContext as a PathDiagnostic is constructed. These call backs can help operate as separate "experts" that can work on constructed pieces of a PathDiagnostic for which they possess special knowledge. llvm-svn: 71121
-
Daniel Dunbar authored
look at COLUMNS. llvm-svn: 71120
-
Bill Wendling authored
change. - Reformatting. llvm-svn: 71118
-
Daniel Dunbar authored
- Apologies for the extremely gross code duplication, I want to get this working and then decide how to get this information out of the back end. - This replaces -m[no-]sse4[12] by -m[no-]sse4, it appears gcc doesn't distinguish them? - -msse, etc. now properly disable/enable related features. - Don't always define __SSE3__... - The main missing functionality bit here is that we don't initialize the features based on the CPU for all -march options. llvm-svn: 71117
-
Oscar Fuentes authored
llvm-svn: 71116
-
Oscar Fuentes authored
llvm-svn: 71115
-
Ted Kremenek authored
llvm-svn: 71112
-
Daniel Dunbar authored
isn't yet supported... lazy developers). llvm-svn: 71109
-
Dale Johannesen authored
more place. This fixes a bunch of x86-64 JIT regressions. (Introduced when the value of the magic constant changed in 68645. At the time apparently nobody noticed; failures were hidden in 70343-70439 by an unrelated bug, so showed up again as "new" failures in 70440.) llvm-svn: 71106
-
Evan Cheng authored
llvm-svn: 71098
-
Ted Kremenek authored
- Update the old StoreManager::CastRegion to strip off 'ElementRegions' when casting to void* (Zhongxing: please validate) - Pass-by-reference argument invalidation logic in CFRefCount.cpp: - Strip ElementRegions when the ElementRegion is just a 'raw data' view on top of the underlying typed region. llvm-svn: 71094
-
Evan Cheng authored
llvm-svn: 71091
-
David Greene authored
Make sure to use signed arithmetic in APInt to fix a regression. llvm-svn: 71090
-