Skip to content
  1. Nov 15, 2010
  2. Nov 06, 2010
  3. Nov 01, 2010
  4. Oct 13, 2010
  5. Oct 11, 2010
  6. Sep 24, 2010
  7. Aug 08, 2010
  8. Aug 06, 2010
  9. Jul 31, 2010
  10. Jun 21, 2010
  11. Mar 27, 2010
  12. Mar 18, 2010
  13. Feb 28, 2010
  14. Feb 10, 2010
  15. Jan 11, 2010
  16. Dec 16, 2009
  17. Dec 15, 2009
  18. Oct 29, 2009
  19. Oct 01, 2009
    • Evan Cheng's avatar
      Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. When · 46668e09
      Evan Cheng authored
      set, these flags indicate the instructions source / def operands have special
      register allocation requirement that are not captured in their register classes.
      Post-allocation passes (e.g. post-alloc scheduler) should not change their
      allocations. e.g. ARM::LDRD require the two definitions to be allocated
      even / odd register pair.
      
      llvm-svn: 83196
      46668e09
  20. Aug 27, 2009
  21. Apr 23, 2009
    • David Greene's avatar
      · 196ac3c6
      David Greene authored
      Make BinOps typed and require a type specifier for !nameconcat.  This
      allows binops to be used in typed contexts such as when passing
      arguments to classes.
      
      llvm-svn: 69921
      196ac3c6
  22. Apr 22, 2009
    • David Greene's avatar
      · a9c6c5d3
      David Greene authored
      Implement !nameconcat to concatenate strings and look up the resulting
      name in the symbol table, returning an object.
      
      llvm-svn: 69822
      a9c6c5d3
  23. Dec 03, 2008
  24. Oct 27, 2008
Loading