Skip to content
  1. Jun 16, 2008
  2. Apr 16, 2008
  3. Mar 31, 2008
  4. Feb 15, 2008
  5. Feb 13, 2008
  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
  30. Feb 29, 2004
  31. Jan 15, 2004
Loading