Skip to content
  1. Aug 13, 2012
  2. Aug 12, 2012
  3. Aug 11, 2012
  4. Aug 10, 2012
  5. Aug 08, 2012
  6. Aug 07, 2012
    • Andrew Trick's avatar
      Allow x86 subtargets to use the GenericModel defined in X86Schedule.td. · e0c83b1f
      Andrew Trick authored
      This allows codegen passes to query properties like
      InstrItins->SchedModel->IssueWidth. It also ensure's that
      computeOperandLatency returns the X86 defaults for loads and "high
      latency ops". This should have no significant impact on existing
      schedulers because X86 defaults happen to be the same as global
      defaults.
      
      llvm-svn: 161370
      e0c83b1f
  7. Aug 06, 2012
  8. Aug 05, 2012
  9. Aug 03, 2012
    • Bob Wilson's avatar
      Fall back to selection DAG isel for calls to builtin functions. · 3e6fa462
      Bob Wilson authored
      Fast isel doesn't currently have support for translating builtin function
      calls to target instructions.  For embedded environments where the library
      functions are not available, this is a matter of correctness and not
      just optimization.  Most of this patch is just arranging to make the
      TargetLibraryInfo available in fast isel.  <rdar://problem/12008746>
      
      llvm-svn: 161232
      3e6fa462
  10. Aug 02, 2012
  11. Aug 01, 2012
  12. Jul 31, 2012
  13. Jul 30, 2012
Loading