Skip to content
  1. Aug 27, 2009
  2. Aug 26, 2009
  3. Aug 25, 2009
  4. Aug 24, 2009
  5. Aug 23, 2009
  6. Aug 22, 2009
  7. Aug 21, 2009
  8. Aug 20, 2009
  9. Aug 19, 2009
  10. Aug 18, 2009
  11. Aug 17, 2009
  12. Aug 16, 2009
  13. Aug 15, 2009
    • Bill Wendling's avatar
      An overhaul of the exception handling code. This is arguably more correct than · b405803f
      Bill Wendling authored
      what was there before. In "no FP mode", we weren't generating labels and unwind
      table entries after each "push" instruction. While more than likely "okay", it's
      not technically correct. The major thing was that the ordering of when to define
      a new CFA register and at what offset wasn't correct. This would cause the
      exception handling to fail in ways most miserable to users.
      
      I also cleaned up some code a bit. There's one function which has a "return" at
      the beginning, so it's never used. Should I just remove it? :-)
      
      llvm-svn: 79139
      b405803f
Loading