- Jun 21, 2004
-
-
Misha Brukman authored
llvm-svn: 14298
-
Misha Brukman authored
llvm-svn: 14297
-
Misha Brukman authored
llvm-svn: 14296
-
Misha Brukman authored
* Doxygenify function comments * Wrap code at 80 cols llvm-svn: 14295
-
Misha Brukman authored
llvm-svn: 14294
-
Misha Brukman authored
llvm-svn: 14293
-
Misha Brukman authored
llvm-svn: 14292
-
Misha Brukman authored
llvm-svn: 14291
-
Misha Brukman authored
Intrinsic::isunordered has arrived, and we just use the standard lowering pass for it. llvm-svn: 14290
-
Misha Brukman authored
llvm-svn: 14289
-
Misha Brukman authored
llvm-svn: 14288
-
Misha Brukman authored
llvm-svn: 14287
-
Misha Brukman authored
llvm-svn: 14283
-
Misha Brukman authored
llvm-svn: 14282
-
Chris Lattner authored
existing llvm::Interval class. Patch contributed by Vladimir Prus! http://mail.cs.uiuc.edu/pipermail/llvmbugs/2004-June/000710.html llvm-svn: 14281
-
Chris Lattner authored
code. Patch contributed by Vladimir Prus. llvm-svn: 14280
-
Reid Spencer authored
llvm-svn: 14279
-
Chris Lattner authored
since May 1st. In this code, the pred iterator was being invalidated sometimes causing the wrong entries to be added to PHI nodes. The fix for this is to defererence and safe the *PI value before we hack on branch instructions, which changes use/def chains, which SOMETIMES invalidates the iterator. llvm-svn: 14278
-
Chris Lattner authored
breaking the build on sparc is not acceptable. llvm-svn: 14277
-
Chris Lattner authored
of ConstantInt objects in memory used to determine which order arguments were added in in some cases. llvm-svn: 14276
-
- Jun 20, 2004
-
-
Chris Lattner authored
llvm-svn: 14275
-
Reid Spencer authored
llvm-svn: 14274
-
Chris Lattner authored
llvm-svn: 14273
-
Chris Lattner authored
llvm-svn: 14270
-
Chris Lattner authored
llvm-svn: 14269
-
Chris Lattner authored
llvm-svn: 14268
-
Chris Lattner authored
llvm-svn: 14267
-
Chris Lattner authored
llvm-svn: 14266
-
Chris Lattner authored
llvm-svn: 14265
-
Chris Lattner authored
llvm-svn: 14264
-
Chris Lattner authored
by address. This prevents the resultant SCEV objects from depending on where in memory other scev objects happen to live. llvm-svn: 14263
-
Chris Lattner authored
llvm-svn: 14262
-
Chris Lattner authored
before. llvm-svn: 14261
-
Chris Lattner authored
relative location of Function objects in memory. llvm-svn: 14260
-
Chris Lattner authored
llvm-svn: 14259
-
Chris Lattner authored
Fix another non-deterministic behavior, this one should actually speed up the code though as it was doing silly things. llvm-svn: 14258
-
- Jun 19, 2004
-
-
Reid Spencer authored
replacement for getsrcs.sh which now generates too much text to put on a Linux command line. The approach taken with llvmgrep is to execute a find command and execute a grep on each file that matches the name pattern. The arguments to this script are the same as those of egrep. Note that the -H and -n options to egrep will always be passed so that you always get the file and line number of matches. llvm-svn: 14255
-
Chris Lattner authored
can go away llvm-svn: 14254
-
Chris Lattner authored
on the address of BasicBlock objects in memory. This eliminates stuff like this: Inorder Dominator Tree: [1] %entry [2] %loopentry - [3] %loopexit [3] %no_exit - [4] %endif [4] %then + [4] %endif + [3] %loopexit [3] %return llvm-svn: 14253
-
Chris Lattner authored
of BasicBlock objects llvm-svn: 14252
-