Skip to content
  1. Aug 11, 2006
  2. Aug 09, 2006
  3. Aug 08, 2006
  4. Aug 07, 2006
  5. Aug 06, 2006
  6. Aug 04, 2006
  7. Aug 03, 2006
  8. Aug 02, 2006
  9. Aug 01, 2006
  10. Jul 31, 2006
  11. Jul 29, 2006
    • Andrew Lenharth's avatar
      fix externals · e3cbd4b9
      Andrew Lenharth authored
      llvm-svn: 29409
      e3cbd4b9
    • Evan Cheng's avatar
      Split each select function for a particular opcode into multiple ones. One · 149130ad
      Evan Cheng authored
      per possible ValueType of the node. e.g. Select_add is split into Select_add_i8,
      Select_add_i16, etc.
      
      For opcodes which do not produce a non-chain result, it is split on the
      ValueType of its first non-chain operand. e.g. Select_store.
      
      On X86 / Mac OS X, Select_store used to be the largest function. It had a stack
      frame size of 8.5k. Now the largest one is Store_i32 with a frame size of 3.1k.
      
      llvm-svn: 29404
      149130ad
  12. Jul 28, 2006
  13. Jul 27, 2006
Loading