Skip to content
  1. Apr 16, 2008
  2. Mar 31, 2008
  3. Feb 15, 2008
  4. Feb 13, 2008
  5. Jan 07, 2008
  6. 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
  7. 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
  8. Dec 30, 2007
  9. Dec 29, 2007
  10. Sep 14, 2007
  11. Jul 07, 2007
  12. Jul 05, 2007
  13. Jun 08, 2007
  14. May 29, 2007
  15. May 23, 2007
  16. May 17, 2007
  17. May 16, 2007
  18. Dec 08, 2006
  19. Dec 01, 2006
  20. Nov 30, 2006
  21. Nov 15, 2006
  22. Nov 02, 2006
  23. May 12, 2006
  24. May 04, 2006
  25. Apr 20, 2006
  26. Apr 22, 2005
  27. Jan 19, 2005
  28. Jul 27, 2004
  29. Feb 29, 2004
  30. Jan 15, 2004
  31. Nov 11, 2003
Loading