Skip to content
  1. Dec 01, 2012
  2. Nov 30, 2012
    • Pedro Artigas's avatar
      · 00b83c9b
      Pedro Artigas authored
      reversed the logic of the log2 detection routine to reduce the number of nested ifs
      
      llvm-svn: 169049
      00b83c9b
    • Nadav Rotem's avatar
      minor cleanups · 3ae24ee0
      Nadav Rotem authored
      llvm-svn: 169048
      3ae24ee0
    • Alexey Samsonov's avatar
      Fix a bug in APFloat.cpp: declare APFloat after fltSemantics it · 2b431d97
      Alexey Samsonov authored
      uses. APFloat::convert() takes the pointer to the fltSemantics
      variable, which is later accessed it in ~APFloat() desctructor.
      That is, semantics must still be alive at the moment we delete
      APFloat.
      
      Found by experimental AddressSanitizer use-after-scope checker.
      
      llvm-svn: 169047
      2b431d97
Loading