Skip to content
  1. Apr 02, 2005
  2. Apr 01, 2005
  3. Mar 31, 2005
    • Andrew Lenharth's avatar
      PCMarker support for DAG and Alpha · dec53920
      Andrew Lenharth authored
      llvm-svn: 20965
      dec53920
    • Duraid Madina's avatar
      Assorted fixes: · 21ce5f7a
      Duraid Madina authored
        * Stop being pessimistic about output register allocation
        * Start to handle function descriptors: compute target GPs and so on
        when doing indirect calls etc. Not there yet, though. For the moment,
        we try to use _indirect_ branches wherever possible, to stress test
        function descriptors.
        * FP divide-by-zero should work now
        * add varargs (it doesn't work, though)
      
      At this point, all of SingleSource passes (modulo C++ tests that are due
      to issues with the CFE, see note in the README.) Much of MultiSource also
      passes although there's still a ton of bugs around. Something for me to
      work on tomorrow, then. :)
      
      llvm-svn: 20960
      21ce5f7a
    • Duraid Madina's avatar
      * declare local common symbols as such (.lcomm, not merely .common) · ffb9d14b
      Duraid Madina authored
      * begin great adventure into correct function descriptor materialization
      
      llvm-svn: 20956
      ffb9d14b
    • Duraid Madina's avatar
      daintyness · 8106f12d
      Duraid Madina authored
      llvm-svn: 20955
      8106f12d
    • Duraid Madina's avatar
      add what we need to fudge a 'floating point conditional move', this is · 73c2777a
      Duraid Madina authored
      used to get FP div-by-zero working properly (shunt the right answer
      depending on how frcpa sets its predicate output)
      
      llvm-svn: 20954
      73c2777a
Loading