- Sep 15, 2002
-
-
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
-
Chris Lattner authored
llvm-svn: 3694
-
Chris Lattner authored
llvm-svn: 3693
-
Chris Lattner authored
contributed by Tanya. llvm-svn: 3692
-
Chris Lattner authored
Thanks fly out to Nick for noticing it! :) llvm-svn: 3691
-
Chris Lattner authored
llvm-svn: 3690
-
Chris Lattner authored
methods that may be useful for BasicBlockPasses. llvm-svn: 3689
-
Chris Lattner authored
Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of methods that may be useful for BasicBlockPasses. llvm-svn: 3688
-
Chris Lattner authored
llvm-svn: 3687
-
Misha Brukman authored
flags are always the same anyway, who wants to see so much text on the screen? Compiling with "gmake VERBOSE=1" should produce all the output you're used to. Basically it checks for VERBOSE being defined, and if it is, sets VERB appropriately. VERB is then prepended in a bunch of key places such that when VERB is "@", the command is not echoed, when VERB is not set to anything, it's as before. One thing I could not get rid of is "gmake[1]: Entering directory <blah>", but running "gmake -s" suppresses it all, and shows just the interesting stuff. Now output (when running "gmake -s" will look something like): <snip> ======= Linking target debug library ======= Compiling Writer.cpp Compiling getLLVMinfo.cpp Compiling as.cpp Compiling dis.cpp Compiling opt.cpp Compiling gccas.cpp <snip> llvm-svn: 3686
-
Joel Stanley authored
- Added content to subsection "Creating and inserting new Instructions" llvm-svn: 3685
-
- Sep 11, 2002
-
-
Joel Stanley authored
llvm-svn: 3684
-
Chris Lattner authored
indexes for sequential types. llvm-svn: 3683
-