Skip to content
  1. May 23, 2008
  2. May 14, 2008
    • Roman Levenstein's avatar
      Do not generate by TableGen the hard-coded standard, target-independent part of · 52a005ac
      Roman Levenstein authored
      DAG instruction selectors. Introudce a dedicated header file for this part:
      include/llvm/CodeGen/DAGISelHeader.h
      
      TableGen now only generates the include preprocessor directive to include this
      new header.
      
      This is a preparation for supporting multiple implementations of instruction
      selectors in the future.
      
      Reviewed and approved by Evan and Dan.
      
      llvm-svn: 51102
      52a005ac
  3. May 12, 2008
  4. May 09, 2008
  5. May 08, 2008
  6. May 07, 2008
  7. May 06, 2008
  8. Apr 27, 2008
    • Bill Wendling's avatar
      Added support for: · d8c2d293
      Bill Wendling authored
      - defm and multiclass
      - imbricatable multiline C style comment
      - FIXME/TODO highlight in comment
      - binary and hexadecimal number
      - code using [{ }] is no highlighted as special (perhaps not the best
      choice)
      Patch by Cedric Venet!
      
      llvm-svn: 50319
      d8c2d293
  9. Apr 15, 2008
  10. Apr 11, 2008
  11. Apr 10, 2008
  12. Apr 09, 2008
  13. Apr 06, 2008
  14. Apr 03, 2008
    • Dan Gohman's avatar
      Move instruction flag inference out of InstrInfoEmitter and into · fc4ad7de
      Dan Gohman authored
      CodeGenDAGPatterns, where it can be used in other tablegen backends.
      This allows the inference to be done for DAGISelEmitter so that it
      gets accurate mayLoad/mayStore/isSimpleLoad flags. 
      
      This brings MemOperand functionality back to where it was before
      48329. However, it doesn't solve the problem of anonymous patterns
      which expand to code that does loads or stores.
      
      llvm-svn: 49123
      fc4ad7de
  15. Apr 02, 2008
  16. Apr 01, 2008
Loading