Skip to content
  1. Jun 26, 2012
    • Tim Northover's avatar
      Teach TableGen to put chains on more instructions · e5629966
      Tim Northover authored
      When generating selection tables for Pat instances, TableGen relied on
      an output Instruction's Pattern field being set to infer whether a
      chain should be added.
      
      This patch adds additional logic to check various flag fields so that
      correct code can be generated even if Pattern is unset.
      
      llvm-svn: 159217
      e5629966
  2. Jun 23, 2012
    • Jim Grosbach's avatar
      TableGen: AsmMatcher support for better operand diagnostics. · 3a8a0fa8
      Jim Grosbach authored
      "Invalid operand" may be a completely correct diagnostic, but it's often
      insufficiently specific to really help identify and fix the problem in
      assembly source. Allow a target to specify a more-specific diagnostic kind
      for each AsmOperandClass derived definition and use that to provide
      more detailed diagnostics when an operant of that class resulted in a
      match failure.
      
      rdar://8987109
      
      llvm-svn: 159050
      3a8a0fa8
  3. Jun 22, 2012
  4. Jun 18, 2012
  5. Jun 12, 2012
  6. Jun 11, 2012
  7. Jun 08, 2012
  8. Jun 06, 2012
  9. Jun 05, 2012
    • Andrew Trick's avatar
      misched: Added MultiIssueItineraries. · 73d7736b
      Andrew Trick authored
      This allows a subtarget to explicitly specify the issue width and
      other properties without providing pipeline stage details for every
      instruction.
      
      llvm-svn: 157979
      73d7736b
  10. Jun 02, 2012
  11. May 31, 2012
  12. May 30, 2012
  13. May 29, 2012
  14. May 28, 2012
  15. May 27, 2012
  16. May 25, 2012
  17. May 24, 2012
  18. May 23, 2012
  19. May 22, 2012
  20. May 17, 2012
  21. May 16, 2012
Loading