Skip to content
  1. Nov 13, 2003
  2. Nov 12, 2003
  3. Nov 11, 2003
  4. Nov 10, 2003
  5. Nov 09, 2003
  6. Nov 08, 2003
  7. Nov 07, 2003
  8. Nov 05, 2003
  9. Nov 04, 2003
    • Alkis Evlogimenos's avatar
      Change all machine basic block modifier functions in MRegisterInfo to · 9118a426
      Alkis Evlogimenos authored
      return the number of instructions added to/removed from the basic block
      passed as their first argument.
      
      Note: This is only needed because we use a std::vector instead of an
      ilist to keep MachineBasicBlock instructions. Inserting an instruction
      to a MachineBasicBlock invalidates all iterators to the basic
      block. The return value can be used to update an index to the machine
      basic block instruction vector and circumvent the iterator elimination
      problem but this is really not needed if we move to a better
      representation.
      
      llvm-svn: 9704
      9118a426
    • Chris Lattner's avatar
      New file, for use by the pool allocator project · ee0ba89d
      Chris Lattner authored
      llvm-svn: 9702
      ee0ba89d
  10. Nov 03, 2003
  11. Nov 02, 2003
  12. Oct 31, 2003
Loading