Skip to content
  1. Sep 12, 2002
    • Chris Lattner's avatar
      · bae3c670
      Chris Lattner authored
      Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of
      methods that may be useful for BasicBlockPasses.
      
      llvm-svn: 3688
      bae3c670
    • Chris Lattner's avatar
      Make sure to print a message when linking a tool · 500f0649
      Chris Lattner authored
      llvm-svn: 3687
      500f0649
    • Misha Brukman's avatar
      Compiling with "gmake" should produce less output. The compilation/linking · 1326a7c7
      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
      1326a7c7
    • Joel Stanley's avatar
      - Added content to use-def/def-use section · 3ce479c1
      Joel Stanley authored
      - Added content to subsection "Creating and inserting new Instructions"
      
      llvm-svn: 3685
      3ce479c1
  2. Sep 11, 2002
  3. Sep 10, 2002
Loading