Skip to content
  1. Dec 28, 2003
  2. Dec 26, 2003
  3. Dec 24, 2003
  4. Dec 23, 2003
  5. Dec 22, 2003
  6. Dec 21, 2003
  7. Dec 20, 2003
    • John Criswell's avatar
      Fix PR#193. · d8c7a7fb
      John Criswell authored
      Modified ReadArchiveBuffer() so that it dynamically allocates the
      std::string object used to hold the bytecode object file's name.  This is
      necessary because it is passed by reference to the new Module that is
      allocated to represent the bytecode object, and previously we were
      using a std::string that disappeared on function exit.
      
      llvm-svn: 10565
      d8c7a7fb
    • Alkis Evlogimenos's avatar
      Move FP_REG_KILL closer to the actual branch instruction. · 27437e33
      Alkis Evlogimenos authored
      llvm-svn: 10563
      27437e33
    • Alkis Evlogimenos's avatar
      Remove floating point killer pass. This is now implemented in the · 68cff6bf
      Alkis Evlogimenos authored
      instruction selector by adding a new pseudo-instruction
      FP_REG_KILL. This instruction implicitly defines all x86 fp registers
      and is a terminator so that passes which add machine code at the end
      of basic blocks (like phi elimination) do not add instructions between
      it and the branch or return instruction.
      
      llvm-svn: 10562
      68cff6bf
Loading