Skip to content
  1. Feb 24, 2010
    • John McCall's avatar
      Canonicalize parameter and return types before computing ABI info. Eliminates · 8ee376f0
      John McCall authored
      a common source of oddities and, in theory, removes some redundant ABI
      computations.  Also fixes a miscompile I introduced yesterday by refactoring
      some code and causing a slightly different code path to be taken that
      didn't perform *parameter* type canonicalization, just normal type
      canonicalization;  this in turn caused a bit of ABI code to misfire because
      it was looking for 'double' or 'float' but received 'const float'.
      
      llvm-svn: 97030
      8ee376f0
  2. Dec 15, 2009
  3. Nov 08, 2009
    • Daniel Dunbar's avatar
      Eliminate &&s in tests. · 8b576979
      Daniel Dunbar authored
       - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.
      
      llvm-svn: 86430
      8b576979
  4. Sep 09, 2009
  5. Jul 21, 2009
  6. Jun 23, 2009
  7. May 05, 2009
  8. Mar 24, 2009
  9. Mar 22, 2009
  10. Feb 19, 2009
  11. Feb 16, 2009
  12. Jul 31, 2008
  13. Dec 02, 2007
Loading