Skip to content
  1. Jul 23, 2003
  2. Jul 18, 2003
    • 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
  3. Jul 17, 2003
  4. Jun 30, 2003
  5. Jun 29, 2003
  6. Jun 22, 2003
  7. Jun 21, 2003
  8. Jun 05, 2003
  9. Jun 03, 2003
  10. Jun 01, 2003
  11. May 13, 2003
  12. May 12, 2003
  13. May 08, 2003
  14. May 07, 2003
  15. May 06, 2003
  16. May 03, 2003
  17. Apr 25, 2003
  18. Apr 23, 2003
  19. Apr 22, 2003
  20. Apr 21, 2003
  21. Jan 16, 2003
  22. Jan 14, 2003
  23. Jan 13, 2003
    • Chris Lattner's avatar
      * Adjust to use new interfaces, eliminating CurReg stuff · 6c0daf79
      Chris Lattner authored
      * Support arbitrary FP constants
      * Fix bugs in frame layout for function calls and incoming arguments
      * Insert copies for constant arguments to PHI nodes into the BOTTOM of
        predecessor blocks, not the top.
      * Implement _floating point_ support: setcc, return, load, store, cast
      * Fix several bugs in the cast instruction
      * Abstract out call emission and load/store for FP
      * Implement malloc/free without previous lowering pass.
      * Make use of new forms of MachineOperand
      * Implement _long_ support!
      * Fix many bugs in FP support
      * Change branch from je/jne to je/jmp
      * Simplify code generated for GEP instructions
      
      llvm-svn: 5223
      6c0daf79
  24. Dec 28, 2002
  25. Dec 25, 2002
  26. Dec 24, 2002
  27. Dec 18, 2002
Loading