Skip to content
  1. Mar 07, 2012
  2. Mar 06, 2012
  3. Mar 05, 2012
  4. Mar 04, 2012
  5. Mar 02, 2012
  6. Mar 01, 2012
  7. Feb 29, 2012
    • Benjamin Kramer's avatar
      LegalizeIntegerTypes: Reorder operations in the "big shift by small amount"... · d05a0c6c
      Benjamin Kramer authored
      LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" optimization, making the lives of later passes easier.
      
      llvm-svn: 151722
      d05a0c6c
    • Jakob Stoklund Olesen's avatar
      Add an analyzeVirtReg() function. · 9e821456
      Jakob Stoklund Olesen authored
      This function does more or less the same as
      MI::readsWritesVirtualRegister(), but it supports bundles as well.
      
      It also determines if any constraint requires reading and writing
      operands to use the same register.  Most clients want to know.
      
      Use the more modern MO.readsReg() instead of trying to sort out undefs
      and partial redefines.  Stop supporting the extra full <imp-def> operand
      as an alternative to <def,undef> sub-register defines.
      
      llvm-svn: 151690
      9e821456
Loading