- Sep 16, 2002
-
-
Vikram S. Adve authored
introduced by InstrSelection. llvm-svn: 3735
-
Vikram S. Adve authored
llvm-svn: 3734
-
Anand Shukla authored
llvm-svn: 3733
-
Anand Shukla authored
llvm-svn: 3732
-
- Sep 15, 2002
-
-
Vikram S. Adve authored
are now longs and not unsigned ints. llvm-svn: 3731
-
Vikram S. Adve authored
llvm-svn: 3730
-
Vikram S. Adve authored
Also, add -h option to print usage information. llvm-svn: 3729
-
Vikram S. Adve authored
llvm-svn: 3728
-
Vikram S. Adve authored
llvm-svn: 3727
-
Vikram S. Adve authored
llvm-svn: 3726
-
Chris Lattner authored
here. llvm-svn: 3725
-
Vikram S. Adve authored
debug output. llvm-svn: 3724
-
Vikram S. Adve authored
llvm-svn: 3723
-
Vikram S. Adve authored
llvm-svn: 3722
-
- Sep 14, 2002
-
-
Nick Hildenbrandt authored
Fixed problem with printing struct definitions in the correct order. This allows for the Regression/Transforms/ScalarReplacement/scalarize.c to run correctly. llvm-svn: 3721
-
Chris Lattner authored
llvm-svn: 3720
-
Chris Lattner authored
llvm-svn: 3719
-
Vikram S. Adve authored
llvm-svn: 3718
-
Vikram S. Adve authored
llvm-svn: 3717
-
Misha Brukman authored
Function.h is unnecessary when Module.h is included. llvm-svn: 3716
-
Misha Brukman authored
On the quest of eliminating unnecessary includes. llvm-svn: 3715
-
Misha Brukman authored
Again, including Module makes Function unnecessary. llvm-svn: 3714
-
Misha Brukman authored
Following Chris's advice, I'm pruning some unnecessary .h includes that I'm noticing. Since Module includes Function, and eventually, BasicBlock and GlobalVariable, the last three are unnecessary to be included directly. llvm-svn: 3713
-
Chris Lattner authored
test/Regression/Transforms/DecomposeMultiDimRefs/mixedindices.c * Eliminate unneccesary #include llvm-svn: 3712
-
Chris Lattner authored
pointer type returned. llvm-svn: 3711
-
Chris Lattner authored
Change the MallocInst & AllocaInst ctors to take the allocated type, not the pointer type returned. llvm-svn: 3710
-
Chris Lattner authored
include/llvm/DataTypes.h includes this #define so we don't need it anymore llvm-svn: 3709
-
Chris Lattner authored
llvm-svn: 3708
-
Chris Lattner authored
llvm-svn: 3707
-
Chris Lattner authored
llvm-svn: 3706
-
Chris Lattner authored
fragments. This is gross, but having tons of confusing conditionals all throughout the build system seems worst. Credits got to Casey Carter for the idea. llvm-svn: 3705
-
- Sep 13, 2002
-
-
Chris Lattner authored
llvm-svn: 3704
-
Chris Lattner authored
llvm-svn: 3703
-
Chris Lattner authored
llvm-svn: 3702
-
Chris Lattner authored
autoconfiscated, but for now this is sufficient. llvm-svn: 3701
-
Chris Lattner authored
ISSUE: Linux doesn't have any steenking SIGEMT signal, as referred to in lib/Support/Signals.cpp. ACTION: Wrap the use with a #ifdef SIGEMT / #endif. llvm-svn: 3700
-
Chris Lattner authored
ISSUE: getTimeRecord in lib/VMCore/Pass.cpp uses timeval and gettimeofday() without including sys/time.h. ACTION: Include sys/time.h. llvm-svn: 3699
-
Chris Lattner authored
llvm-svn: 3698
-
Chris Lattner authored
compiler. llvm-svn: 3697
-
- Sep 12, 2002
-
-
Chris Lattner authored
llvm-svn: 3695
-