Skip to content
  1. Aug 22, 2009
  2. Aug 02, 2009
  3. Jul 29, 2009
  4. May 05, 2009
  5. Apr 09, 2009
    • Bob Wilson's avatar
      Fix pr3954. The register scavenger asserts for inline assembly with · 51856173
      Bob Wilson authored
      register destinations that are tied to source operands.  The
      TargetInstrDescr::findTiedToSrcOperand method silently fails for inline
      assembly.  The existing MachineInstr::isRegReDefinedByTwoAddr was very
      close to doing what is needed, so this revision makes a few changes to
      that method and also renames it to isRegTiedToUseOperand (for consistency
      with the very similar isRegTiedToDefOperand and because it handles both
      two-address instructions and inline assembly with tied registers).
      
      llvm-svn: 68714
      51856173
  6. Jan 07, 2008
  7. Jan 01, 2008
    • Chris Lattner's avatar
      Fix a problem where lib/Target/TargetInstrInfo.h would include and use · 25568e4c
      Chris Lattner authored
      a header file from libcodegen.  This violates a layering order: codegen
      depends on target, not the other way around.  The fix to this is to 
      split TII into two classes, TII and TargetInstrInfoImpl, which defines
      stuff that depends on libcodegen.  It is defined in libcodegen, where 
      the base is not.
      
      llvm-svn: 45475
      25568e4c
  8. Dec 31, 2007
    • Chris Lattner's avatar
      Add new shorter predicates for testing machine operands for various types: · a5bb370a
      Chris Lattner authored
      e.g. MO.isMBB() instead of MO.isMachineBasicBlock().  I don't plan on 
      switching everything over, so new clients should just start using the 
      shorter names.
      
      Remove old long accessors, switching everything over to use the short
      accessor: getMachineBasicBlock() -> getMBB(), 
      getConstantPoolIndex() -> getIndex(), setMachineBasicBlock -> setMBB(), etc.
      
      llvm-svn: 45464
      a5bb370a
  9. Dec 30, 2007
  10. Dec 29, 2007
  11. Sep 14, 2007
  12. Jul 07, 2007
  13. Jul 05, 2007
  14. Jun 08, 2007
  15. May 29, 2007
  16. May 23, 2007
  17. May 17, 2007
  18. May 16, 2007
  19. Dec 08, 2006
  20. Dec 01, 2006
  21. Nov 30, 2006
  22. Nov 15, 2006
  23. Nov 02, 2006
  24. May 12, 2006
  25. May 04, 2006
  26. Apr 20, 2006
  27. Apr 22, 2005
  28. Jan 19, 2005
  29. Jul 27, 2004
Loading