Skip to content
  1. Jul 23, 2003
  2. Jul 22, 2003
  3. Jul 21, 2003
  4. Jul 20, 2003
  5. Jul 19, 2003
  6. Jul 18, 2003
    • Anand Shukla's avatar
      Added check for inlinable function · 1db75a0f
      Anand Shukla authored
      llvm-svn: 7206
      1db75a0f
    • Brian Gaeke's avatar
      Please, save your applause^H^H^H^H^H^H^H^Hflames for the end... · 26bb3c1d
      Brian Gaeke authored
      Avoid a fall-through in the (stubby) treatment of the longjmp intrinsic
      call which causes llc & lli to core-dump.
      
      Add a sort-of treatment of cast double to ulong. I am not really sure
      what a user should expect to see upon casting a negative FP value to
      unsigned long long. But with what is given here, I was able to write
      a program that could cast -123.456 to ulong and back and get -123.0,
      which seems like a step in the right direction.  GCC seems to give you
      0. I don't know if I'd consider that useful.
      
      These cases were coming up in GNU coreutils-5.0.
      
      llvm-svn: 7205
      26bb3c1d
Loading