- Dec 11, 2003
-
-
Chris Lattner authored
that it needs. This is pretty scary code! This fixes Regression.Transforms.LevelRaise.2002-07-16-SourceAndDestCrash Regression.Transforms.LevelRaise.2002-07-31-AssertionFailure llvm-svn: 10406
-
Chris Lattner authored
llvm-svn: 10404
-
Chris Lattner authored
llvm-svn: 10403
-
Chris Lattner authored
llvm-svn: 10402
-
Chris Lattner authored
llvm-svn: 10400
-
Chris Lattner authored
This is a partial fix for PR 86 llvm-svn: 10399
-
Chris Lattner authored
llvm-svn: 10398
-
Brian Gaeke authored
is included. llvm-svn: 10397
-
Brian Gaeke authored
is included. llvm-svn: 10396
-
Brian Gaeke authored
llvm-svn: 10395
-
Brian Gaeke authored
llvm-svn: 10394
-
Chris Lattner authored
llvm-svn: 10393
-
Brian Gaeke authored
beginning of the archive member data as an argument. Get rid of ParseLongFilenameSection(), which is dead. In ReadArchiveBuffer(), implement support for 4.4BSD/MacOSX long filenames. This is kind of invasive, because they prepend the long filename to the archive member data, and then lie about the size. So we have to keep track of the real size. llvm-svn: 10392
-
Brian Gaeke authored
warning whenever it sees it. llvm-svn: 10391
-
Brian Gaeke authored
llvm-svn: 10390
-
Brian Gaeke authored
interpreting them. Move support for getting the value of a ConstantExpr into getConstantExprValue(), and add support for the rest of the different kinds of ConstantExprs. (I don't think I like ConstantExprs!) This requires separate procedures executeShlInst() and executeShrInst(). Reduce the number of references to TheEE. Get rid of an old comment mentioning annotations. Fix exitCalled(), which was crashing the Interpreter. This was a leftover from the return-value code refactoring. llvm-svn: 10389
-
- Dec 10, 2003
-
-
John Criswell authored
regression tests. llvm-svn: 10388
-
Chris Lattner authored
Thanks for pointing this out John :) llvm-svn: 10387
-
Chris Lattner authored
llvm-svn: 10386
-
Chris Lattner authored
llvm-svn: 10385
-
Chris Lattner authored
llvm-svn: 10384
-
Chris Lattner authored
Fix bug: LowerInvoke/2003-12-10-Crash.llx llvm-svn: 10382
-
Chris Lattner authored
llvm-svn: 10381
-
John Criswell authored
Added the --disable-threads option to GCC configure (to avoid pthread errors when building code with LLVM). llvm-svn: 10380
-
Brian Gaeke authored
llvm-svn: 10378
-
John Criswell authored
This makes LLVM and the generated C code more portable. llvm-svn: 10377
-
Chris Lattner authored
Reorder #includes Implement: IndVarsSimplify/2003-12-10-IndVarDeadCode.ll llvm-svn: 10376
-
John Criswell authored
the write() system call because it returns 64 bits on Solaris 64 bit, and an implicit return value of int says it returns 32 bits. Admittedly, this is a bit of a hack. llvm-svn: 10375
-
Chris Lattner authored
llvm-svn: 10374
-
Chris Lattner authored
Fix bug: LoopSimplify/2003-12-10-ExitBlocksProblem.ll llvm-svn: 10373
-
Chris Lattner authored
aggressive LICM llvm-svn: 10372
-
Chris Lattner authored
llvm-svn: 10371
-
Chris Lattner authored
llvm-svn: 10370
-
Chris Lattner authored
Make LICM itself a bit more efficient, and make the generated code more efficient too: don't insert a store in every exit block, because a particular block may be exited to more than once by a loop llvm-svn: 10369
-
John Criswell authored
what it's supposed to do. Just leave this library as a dummy library for now until we have time to port a real pthread library (or get glibc working). llvm-svn: 10368
-
Chris Lattner authored
llvm-svn: 10367
-
Chris Lattner authored
Provide a context module to WriteAsOperand llvm-svn: 10366
-
John Criswell authored
llvm-svn: 10364
-
John Criswell authored
This is needed since libstdc++ uses pthread_once(). llvm-svn: 10360
-
Chris Lattner authored
llvm-svn: 10359
-