Skip to content
  1. Jun 07, 2011
  2. Jun 02, 2011
  3. May 31, 2011
  4. May 28, 2011
  5. Apr 15, 2011
  6. Apr 04, 2011
  7. Apr 02, 2011
  8. Apr 01, 2011
  9. Mar 04, 2011
  10. Dec 23, 2010
  11. Dec 21, 2010
  12. Nov 12, 2010
  13. Sep 21, 2010
    • Chris Lattner's avatar
      fix a long standing wart: all the ComplexPattern's were being · 0e023ea0
      Chris Lattner authored
      passed the root of the match, even though only a few patterns
      actually needed this (one in X86, several in ARM [which should
      be refactored anyway], and some in CellSPU that I don't feel 
      like detangling).   Instead of requiring all ComplexPatterns to
      take the dead root, have targets opt into getting the root by
      putting SDNPWantRoot on the ComplexPattern.
      
      llvm-svn: 114471
      0e023ea0
  14. Sep 03, 2010
  15. Aug 19, 2010
  16. May 24, 2010
  17. Apr 17, 2010
    • Dan Gohman's avatar
      Use const qualifiers with TargetLowering. This eliminates several · 21cea8ac
      Dan Gohman authored
      const_casts, and it reinforces the design of the Target classes being
      immutable.
      
      SelectionDAGISel::IsLegalToFold is now a static member function, because
      PIC16 uses it in an unconventional way. There is more room for API
      cleanup here.
      
      And PIC16's AsmPrinter no longer uses TargetLowering.
      
      llvm-svn: 101635
      21cea8ac
  18. Mar 02, 2010
    • Chris Lattner's avatar
      Sink InstructionSelect() out of each target into SDISel, and rename it · f98f124a
      Chris Lattner authored
      DoInstructionSelection.  Inline "SelectRoot" into it from DAGISelHeader.
      Sink some other stuff out of DAGISelHeader into SDISel.
      
      Eliminate the various 'Indent' stuff from various targets, which dates
      to when isel was recursive.
      
       17 files changed, 114 insertions(+), 430 deletions(-)
      
      llvm-svn: 97555
      f98f124a
  19. Feb 09, 2010
  20. Feb 01, 2010
  21. Jan 19, 2010
  22. Jan 05, 2010
  23. Nov 25, 2009
  24. Nov 19, 2009
  25. Nov 16, 2009
  26. Nov 13, 2009
  27. Nov 05, 2009
  28. Oct 25, 2009
  29. Sep 25, 2009
  30. Sep 01, 2009
    • Bruno Cardoso Lopes's avatar
      Reapply 80278 · 0f20a5b3
      Bruno Cardoso Lopes authored
      Add MO flags to simplify the printing of relocations.
      Remove the support for printing large code model relocs (which
      aren't supported anyway).
      
      llvm-svn: 80691
      0f20a5b3
  31. Aug 27, 2009
Loading