Skip to content
  1. Jul 03, 2009
  2. Jul 01, 2009
  3. Jun 30, 2009
    • Daniel Dunbar's avatar
      Normalize SourceMgr messages. · c9dc78ae
      Daniel Dunbar authored
       - Don't print "Parsing" in front of every message.
      
       - Take additional "type" argument which is prepended to the message (with ": ")
         if given.
      
       - Update clients to print errors (warnings) as:
      <filename>:<line number>: error(warning): ...
      
      llvm-svn: 74489
      c9dc78ae
    • David Greene's avatar
      · 371ca49b
      David Greene authored
      Remove commented code.
      
      llvm-svn: 74471
      371ca49b
  4. Jun 29, 2009
    • David Greene's avatar
      · efa19619
      David Greene authored
      Implement !cast<string>.
      
      llvm-svn: 74444
      efa19619
    • David Greene's avatar
      · fd42c8a5
      David Greene authored
      Improve TableGen error reporting.
      
      llvm-svn: 74443
      fd42c8a5
    • David Greene's avatar
      · f92ba97c
      David Greene authored
      Add more vector ValueTypes for AVX and other extended vector instruction
      sets.
      
      llvm-svn: 74427
      f92ba97c
  5. Jun 27, 2009
  6. Jun 26, 2009
  7. Jun 25, 2009
  8. Jun 23, 2009
    • Mikhail Glushenkov's avatar
      Make llvmc work again. · 248c4140
      Mikhail Glushenkov authored
      Chris recently broke llvmc with his Makefile changes (r75379). That patch made
      the global change .o -> .a, which caused built-in llvmc plugins to stop working
      since plugin initialization in llvmc is based on static variables not referenced
      from the main executable. This patch implements auto-generated forced references
      to the plugin libraries.
      
      llvm-svn: 74000
      248c4140
    • Mikhail Glushenkov's avatar
      A little bit nicer formatting. · ae3b1a8b
      Mikhail Glushenkov authored
      llvm-svn: 73998
      ae3b1a8b
    • Mikhail Glushenkov's avatar
      Typo. · beecd51f
      Mikhail Glushenkov authored
      llvm-svn: 73997
      beecd51f
  9. Jun 21, 2009
  10. Jun 20, 2009
  11. Jun 19, 2009
  12. Jun 18, 2009
  13. Jun 17, 2009
  14. Jun 14, 2009
  15. Jun 12, 2009
  16. Jun 09, 2009
  17. Jun 08, 2009
    • David Greene's avatar
      · 8618f95c
      David Greene authored
      Make IntInits and ListInits typed.  This helps deduce types of !if and
      other operators.  For the rare cases where a list type cannot be
      deduced, provide a []<type> syntax, where <type> is the list element
      type.
      
      llvm-svn: 73078
      8618f95c
    • David Greene's avatar
      · b0354455
      David Greene authored
      Make !if short-circuit when possible.
      
      llvm-svn: 73076
      b0354455
    • David Greene's avatar
      · 07eba05a
      David Greene authored
      Add a !regmatch operator to do pattern matching in TableGen.
      
      llvm-svn: 73074
      07eba05a
  18. Jun 05, 2009
Loading