Skip to content
  1. Feb 02, 2010
  2. Oct 25, 2009
  3. Oct 06, 2009
  4. Sep 28, 2009
  5. Sep 20, 2009
  6. Aug 23, 2009
  7. Jul 17, 2009
  8. Jul 14, 2009
  9. Jul 08, 2009
  10. Jul 06, 2009
  11. Jun 01, 2009
  12. May 30, 2009
  13. Oct 03, 2008
  14. Sep 04, 2008
  15. Sep 02, 2008
  16. Mar 17, 2008
  17. Mar 15, 2008
  18. Jan 03, 2008
  19. 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
  20. Dec 30, 2007
  21. Dec 29, 2007
  22. May 03, 2007
  23. May 02, 2007
  24. May 01, 2007
  25. Dec 19, 2006
  26. Dec 07, 2006
  27. Dec 06, 2006
  28. Nov 02, 2006
    • Reid Spencer's avatar
      For PR786: · de46e484
      Reid Spencer authored
      Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
      fall out by removing unused variables. Remaining warnings have to do with
      unused functions (I didn't want to delete code without review) and unused
      variables in generated code. Maintainers should clean up the remaining
      issues when they see them. All changes pass DejaGnu tests and Olden.
      
      llvm-svn: 31380
      de46e484
  29. Jul 27, 2006
  30. Jul 25, 2006
  31. May 03, 2006
  32. May 02, 2006
Loading