Skip to content
  1. Mar 17, 2006
  2. Mar 08, 2006
  3. Mar 07, 2006
  4. Mar 03, 2006
  5. Feb 25, 2006
  6. Feb 23, 2006
    • Evan Cheng's avatar
      - Clean up the lowering and selection code of ConstantPool, GlobalAddress, · e0ed6ec1
      Evan Cheng authored
        and ExternalSymbol.
      - Use C++ code (rather than tblgen'd selection code) to match the above
        mentioned leaf nodes. Do not mutate and nodes and do not record the
        selection in CodeGenMap. These nodes should be safe to duplicate. This is
        a performance win.
      
      llvm-svn: 26335
      e0ed6ec1
    • Evan Cheng's avatar
      PIC related bug fixes. · 1f342c28
      Evan Cheng authored
      1. Various asm printer bug.
      2. Lowering bug. Now TargetGlobalAddress is wrapped in X86ISD::TGAWrapper.
      
      llvm-svn: 26324
      1f342c28
  7. Feb 22, 2006
  8. Feb 21, 2006
  9. Feb 20, 2006
  10. Feb 18, 2006
  11. Feb 17, 2006
  12. Feb 16, 2006
  13. Feb 15, 2006
  14. Feb 07, 2006
  15. Feb 04, 2006
  16. Feb 02, 2006
  17. Feb 01, 2006
    • Evan Cheng's avatar
      - Use xor to clear integer registers (set R, 0). · 9e350cd6
      Evan Cheng authored
      - Added a new format for instructions where the source register is implied
        and it is same as the destination register. Used for pseudo instructions
        that clear the destination register.
      
      llvm-svn: 25872
      9e350cd6
  18. Jan 31, 2006
  19. Jan 30, 2006
  20. Jan 29, 2006
  21. Jan 27, 2006
  22. Jan 26, 2006
  23. Jan 24, 2006
  24. Jan 21, 2006
Loading