Skip to content
  1. Aug 24, 2012
  2. Aug 22, 2012
  3. Aug 21, 2012
  4. Aug 20, 2012
  5. Aug 19, 2012
  6. Aug 18, 2012
  7. Aug 17, 2012
  8. Aug 16, 2012
    • Jush Lu's avatar
      [arm-fast-isel] Add support for fastcc. · 26088cb3
      Jush Lu authored
      Without fastcc support, the caller just falls through to CallingConv::C
      for fastcc, but callee still uses fastcc, this inconsistency of calling
      convention is a problem, and fastcc support can fix it.
      
      llvm-svn: 162013
      26088cb3
    • Akira Hatanaka's avatar
      Test case for r162008. · 269d3fd1
      Akira Hatanaka authored
      llvm-svn: 162009
      269d3fd1
    • Jakob Stoklund Olesen's avatar
      Fold predicable instructions into MOVCC / t2MOVCC. · 6cb96120
      Jakob Stoklund Olesen authored
      The ARM select instructions are just predicated moves. If the select is
      the only use of an operand, the instruction defining the operand can be
      predicated instead, saving one instruction and decreasing register
      pressure.
      
      This implementation can turn AND/ORR/EOR instructions into their
      corresponding ANDCC/ORRCC/EORCC variants. Ideally, we should be able to
      predicate any instruction, but we don't yet support predicated
      instructions in SSA form.
      
      llvm-svn: 161994
      6cb96120
  9. Aug 15, 2012
  10. Aug 14, 2012
  11. Aug 13, 2012
Loading