- Sep 23, 2002
-
-
Chris Lattner authored
llvm-svn: 3882
-
- Sep 22, 2002
-
-
Chris Lattner authored
llvm-svn: 3881
-
Chris Lattner authored
llvm-svn: 3880
-
Chris Lattner authored
the -debug-pass=Arguments option * Run instcombining BEFORE mem2reg so that getelementptr X, long 0's are cleaned up. This is also important because scalar replacement of aggr. will want instcombine to run before it goes as well. llvm-svn: 3879
-
Chris Lattner authored
is only a single return from the function! llvm-svn: 3878
-
Chris Lattner authored
* Build burg as a utility now, change its location * Clean up other rules llvm-svn: 3876
-
Chris Lattner authored
llvm-svn: 3875
-
Chris Lattner authored
gram.y to gram.yc so that we don't try to turn it into a .cpp file. llvm-svn: 3874
-
- Sep 21, 2002
-
-
Anand Shukla authored
llvm-svn: 3873
-
Anand Shukla authored
llvm-svn: 3872
-
Chris Lattner authored
This fixes a number of FP precision problems, making the output of the power benchmark closer to the right answer. Unfortunately, this only addresses FP constants used directly in functions. Constants referred to by global constants (such as an array of FP values) aren't helped by this. Until this happens power won't work. llvm-svn: 3871
-
Chris Lattner authored
llvm-svn: 3870
-
Chris Lattner authored
llvm-svn: 3869
-
Chris Lattner authored
llvm-svn: 3868
-
- Sep 20, 2002
-
-
Nick Hildenbrandt authored
llvm-svn: 3867
-
Anand Shukla authored
Changed uchar to unsigned char in function ParseBytecodeBuffer, because seemingly it affects opt in uncertain ways :) llvm-svn: 3866
-
Vikram S. Adve authored
llvm-svn: 3865
-
Anand Shukla authored
llvm-svn: 3864
-
Vikram S. Adve authored
llvm-svn: 3863
-
Vikram S. Adve authored
for different architectures. llvm-svn: 3862
-
Vikram S. Adve authored
llvm-svn: 3861
-
Chris Lattner authored
* We now can correctly Cify the Olden-power benchmark llvm-svn: 3860
-
Chris Lattner authored
* _FIX_ infinite recursion problem, due to typedefs of a structure being printed before the structure. llvm-svn: 3859
-
Chris Lattner authored
at types in the symbol table, only traverse the type plane, saving a loop nest. llvm-svn: 3858
-
Chris Lattner authored
rename parseStruct to printContainedStructs llvm-svn: 3857
-
Chris Lattner authored
indentation llvm-svn: 3856
-
Chris Lattner authored
llvm-svn: 3855
-
Vikram S. Adve authored
into a Profile/ directory to keep them separate from the Debug/ and Release/ versions. Also, it turns on ENABLE_OPTIMIZED automatically. llvm-svn: 3854
-
Vikram S. Adve authored
source or some of our tests. llvm-svn: 3853
-
Vikram S. Adve authored
right compilers and paths. llvm-svn: 3852
-
Vikram S. Adve authored
llvm-svn: 3851
-
Vikram S. Adve authored
llvm-svn: 3850
-
Vikram S. Adve authored
llvm-svn: 3849
-
Vikram S. Adve authored
of two nodes, excluding duplicates. llvm-svn: 3848
-
Vikram S. Adve authored
llvm-svn: 3847
-
Vikram S. Adve authored
llvm-svn: 3846
-
Vikram S. Adve authored
routines supporting machine code optimization. Also added method MachineInstrInfo::getNOPOpCode(). llvm-svn: 3845
-
Vikram S. Adve authored
llvm-svn: 3844
-
Vikram S. Adve authored
llvm-svn: 3843
-
Vikram S. Adve authored
than #available regs, compute the sum excluding duplicates and if that is less than #regs, go ahead and coalesce. Add method IGNode::getCombinedDegree to count excluding duplicates. llvm-svn: 3842
-