Skip to content
  1. Oct 15, 2008
    • Evan Cheng's avatar
      - Add target lowering hooks that specify which setcc conditions are illegal, · 3b0f5e4d
      Evan Cheng authored
      i.e. conditions that cannot be checked with a single instruction. For example,
      SETONE and SETUEQ on x86.
      - Teach legalizer to implement *illegal* setcc as a and / or of a number of
      legal setcc nodes. For now, only implement FP conditions. e.g. SETONE is
      implemented as SETO & SETNE, SETUEQ is SETUO | SETEQ.
      - Move x86 target over.
      
      llvm-svn: 57542
      3b0f5e4d
    • Dan Gohman's avatar
      FastISel support for exception-handling constructs. · e7ced745
      Dan Gohman authored
       - Move the EH landing-pad code and adjust it so that it works
         with FastISel as well as with SDISel.
       - Add FastISel support for @llvm.eh.exception and
         @llvm.eh.selector.
      
      llvm-svn: 57539
      e7ced745
  2. Oct 14, 2008
  3. Oct 13, 2008
  4. Oct 12, 2008
  5. Oct 11, 2008
  6. Oct 10, 2008
  7. Oct 09, 2008
  8. Oct 08, 2008
  9. Oct 07, 2008
  10. Oct 06, 2008
  11. Oct 04, 2008
  12. Oct 03, 2008
Loading