- May 27, 2004
-
-
John Criswell authored
My apologies for changing config.h.in. Now you will all have to re-configure. llvm-svn: 13846
-
Chris Lattner authored
llvm-svn: 13844
-
Reid Spencer authored
planes. A SymbolTable could still have types in it! This fixes problems with two regression tests that failed because a symbol table that only contained types was being omitted from bytecode files. Thanks to Chris for the reduced test case that helped find this immediately. llvm-svn: 13842
-
Chris Lattner authored
llvm-svn: 13840
-
Chris Lattner authored
(such as plan 9) without mmap. Of course it won't RUN... but that's another step. :) llvm-svn: 13839
-
Chris Lattner authored
in the tree llvm-svn: 13838
-
Chris Lattner authored
llvm-svn: 13837
-
Chris Lattner authored
llvm-svn: 13836
-
Chris Lattner authored
llvm-svn: 13835
-
Chris Lattner authored
This code hadn't been updated after the "structs with more than 256 elements" related changes to the GEP instruction. Also it was not handling the ConstantAggregateZero class. Now it does! llvm-svn: 13834
-
Chris Lattner authored
llvm-svn: 13833
-
Reid Spencer authored
optimization pasess fail. This is necessary to avoid breaking feature tests in the tests suite that depend on this behavior. *sigh* llvm-svn: 13832
-
Reid Spencer authored
llvm-svn: 13829
-
Reid Spencer authored
output produces confusing results in TestRunner.sh llvm-svn: 13828
-
Chris Lattner authored
llvm-svn: 13827
-
Chris Lattner authored
llvm-svn: 13826
-
Chris Lattner authored
llvm-svn: 13825
-
Chris Lattner authored
llvm-svn: 13824
-
Chris Lattner authored
llvm-svn: 13823
-
Chris Lattner authored
llvm-svn: 13822
-
Chris Lattner authored
Add support for acos/asin/atan. 188.ammp contains three calls to acos with constant arguments. Constant folding it allows elimination of those 3 calls and three FP divisions of the results. llvm-svn: 13821
-
Chris Lattner authored
llvm-svn: 13820
-
Chris Lattner authored
llvm-svn: 13819
-
Chris Lattner authored
llvm-svn: 13818
-
Chris Lattner authored
llvm-svn: 13817
-
Chris Lattner authored
llvm-svn: 13816
-
Chris Lattner authored
llvm-svn: 13815
-
Chris Lattner authored
it seems to work :) llvm-svn: 13814
-
Chris Lattner authored
llvm-svn: 13813
-
Chris Lattner authored
llvm-svn: 13812
-
Chris Lattner authored
but not right now. llvm-svn: 13811
-
Chris Lattner authored
llvm-svn: 13810
-
Chris Lattner authored
llvm-svn: 13806
-
Alkis Evlogimenos authored
variant. llvm-svn: 13802
-
John Criswell authored
a hack that allows users to fight through a build if they don't have mmap(). When I get into the office, I'll make something better. llvm-svn: 13801
-
Alkis Evlogimenos authored
the llvm::Instruction hierarchy. llvm-svn: 13800
-
Chris Lattner authored
are doing is certainly correct, its just that we didn't have the capability to do it when the testcase was written (no select instr) llvm-svn: 13799
-
Alkis Evlogimenos authored
appended anywhere. llvm-svn: 13798
-
Alkis Evlogimenos authored
llvm-svn: 13797
-
- May 26, 2004
-
-
Reid Spencer authored
initialization so we don't scan large Modules/Functions needlessly, tighten up restrictions on what can be put in SlotMachine (no Constants that aren't GlobalValues). llvm-svn: 13796
-