Skip to content
  1. Jan 01, 2014
  2. Dec 31, 2013
  3. Dec 30, 2013
  4. Dec 29, 2013
  5. Dec 28, 2013
    • Saleem Abdulrasool's avatar
      CodeGen: silence a C++11 feature warning · 7230b377
      Saleem Abdulrasool authored
      llvm-svn: 198133
      7230b377
    • Saleem Abdulrasool's avatar
      ARM IAS: handle errors more appropriately · 0c4b1026
      Saleem Abdulrasool authored
      Directive parsers must return false if the target assembler is interested in
      handling the directive.  The Error member function returns true always.  Using
      the 'return Error()' pattern would incorrectly indicate to the general parser
      that the target was not interested in the directive, when in reality it simply
      encountered a badly formed directive or some other error.  This corrects the
      behaviour to ensure that the parser behaves appropriately.
      
      llvm-svn: 198132
      0c4b1026
Loading