Skip to content
  1. Jul 07, 2011
  2. Jul 01, 2011
  3. Jun 21, 2011
  4. Jun 09, 2011
  5. May 31, 2011
  6. May 24, 2011
  7. May 23, 2011
  8. Apr 15, 2011
  9. Apr 02, 2011
  10. Apr 01, 2011
  11. Mar 04, 2011
  12. Jan 10, 2011
  13. Dec 07, 2010
  14. Nov 18, 2010
  15. Nov 14, 2010
  16. Jul 20, 2010
    • Bruno Cardoso Lopes's avatar
      Fix PR7174, a couple o Mips fixes: · 160695fe
      Bruno Cardoso Lopes authored
      - Fix a typo for PIC check during jmp table lowering
      - Also fix the "first jump table basic block is not
      considered only reachable by fall through" problem, use this
      ad-hoc solution until I come up with something better.
      
      Patch by stetorvs@gmail.com
      
      llvm-svn: 108820
      160695fe
  17. Jun 02, 2010
  18. May 14, 2010
  19. Apr 28, 2010
  20. Apr 05, 2010
  21. Apr 04, 2010
  22. Mar 13, 2010
  23. Mar 12, 2010
  24. Feb 10, 2010
  25. Feb 03, 2010
  26. Jan 28, 2010
    • Chris Lattner's avatar
      convert the last 3 targets to use EmitFunctionBody() now that · cc9a6f05
      Chris Lattner authored
      it has before/end body hooks.
      
       lib/Target/Alpha/AsmPrinter/AlphaAsmPrinter.cpp |   49 ++-----------
       lib/Target/Mips/AsmPrinter/MipsAsmPrinter.cpp   |   87 ++++++------------------
       lib/Target/XCore/AsmPrinter/XCoreAsmPrinter.cpp |   56 +++------------
       test/CodeGen/XCore/ashr.ll                      |    2 
       4 files changed, 48 insertions(+), 146 deletions(-)
      
      llvm-svn: 94741
      cc9a6f05
Loading