Skip to content
  1. Apr 28, 2005
  2. Apr 27, 2005
    • Andrew Lenharth's avatar
      Implement Value* tracking for loads and stores in the selection DAG. This... · 4a73c2cf
      Andrew Lenharth authored
      Implement Value* tracking for loads and stores in the selection DAG.  This enables one to use alias analysis in the backends.
      
      (TRUNK)Stores and (EXT|ZEXT|SEXT)Loads have an extra SDOperand which is a SrcValueSDNode which contains the Value*.  Note that if the operation is introduced by the backend, it will still have the operand, but the value* will be null.
      
      llvm-svn: 21599
      4a73c2cf
  3. Apr 22, 2005
  4. Apr 21, 2005
  5. Apr 16, 2005
    • Nate Begeman's avatar
      Make pattern isel default for ppc · 779c5cbb
      Nate Begeman authored
      Add new ppc beta option related to using condition registers
      Make pattern isel control flag (-enable-pattern-isel) global and tristate
        0 == off
        1 == on
        2 == target default
      
      llvm-svn: 21309
      779c5cbb
  6. Apr 13, 2005
  7. Apr 09, 2005
  8. Apr 07, 2005
  9. Apr 06, 2005
  10. Apr 02, 2005
  11. Mar 30, 2005
  12. Mar 26, 2005
  13. Mar 24, 2005
  14. Mar 17, 2005
  15. Mar 15, 2005
  16. Mar 08, 2005
  17. Feb 27, 2005
  18. Feb 23, 2005
  19. Jan 25, 2005
  20. Jan 24, 2005
  21. Jan 23, 2005
  22. Jan 21, 2005
  23. Jan 20, 2005
  24. Jan 19, 2005
Loading