- Sep 22, 2002
-
-
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
-
Vikram S. Adve authored
llvm-svn: 3841
-
Vikram S. Adve authored
llvm-svn: 3840
-
Vikram S. Adve authored
llvm-svn: 3839
-
Vikram S. Adve authored
Original logs for PreSelection.cpp: revision 1.2 date: 2002/09/17 23:50:32; author: lattner; state: Exp; lines: +1 -3 Don't put default parameter values into .cpp files, it breaks 3.x compilers revision 1.1 date: 2002/09/16 15:31:13; author: vadve; state: Exp; New preselection pass that specializes LLVM code for a target machine, while remaining in legal portable LLVM form and preserving type information and type safety. llvm-svn: 3838
-
- Sep 19, 2002
-
-
Chris Lattner authored
Conditionalizing them on DISABLE_LLC means they aren't enabled under linux. llvm-svn: 3837
-
Chris Lattner authored
llvm-svn: 3836
-