Skip to content
  1. Apr 15, 2011
  2. Apr 02, 2011
  3. Apr 01, 2011
  4. Mar 04, 2011
  5. Jan 10, 2011
  6. Dec 07, 2010
  7. Nov 18, 2010
  8. Nov 14, 2010
  9. 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
  10. Jun 02, 2010
  11. May 14, 2010
  12. Apr 28, 2010
  13. Apr 05, 2010
  14. Apr 04, 2010
  15. Mar 13, 2010
  16. Mar 12, 2010
  17. Feb 10, 2010
  18. Feb 03, 2010
  19. Jan 28, 2010
  20. Jan 26, 2010
  21. Jan 25, 2010
  22. Jan 19, 2010
    • Chris Lattner's avatar
      Now that we have everything nicely factored (e.g. asmprinter is not · c7a062d1
      Chris Lattner authored
      doing global variable classification anymore) and hookized, sink almost
      all target targets global variable emission code into AsmPrinter and out
      of each target.
      
      Some notes:
      
      1. PIC16 does completely custom and crazy stuff, so it is not changed.
      2. XCore has some custom handling for extra directives.  I'll look at it next.
      3. This switches linux/ppc to use .globl instead of .global.  If .globl is
         actually wrong, let me know and I'll fix it.
      4. This makes linux/ppc get a lot of random cases right which were obviously
         wrong before, it is probably now a bit healthier.
      5. Blackfin will probably start getting .comm and other things that it didn't
         before.  If this is undesirable, it should explicitly opt out of these
         things by clearing the relevant fields of MCAsmInfo.
      
      This leads to a nice diffstat:
       14 files changed, 127 insertions(+), 830 deletions(-)
      
      llvm-svn: 93858
      c7a062d1
    • Chris Lattner's avatar
      simplify the mips target to print .size and .type for c strings · 9d749a2f
      Chris Lattner authored
      just like all other elf targets.  Bruno, if this isn't right, please
      let me know + why :)
      
      llvm-svn: 93856
      9d749a2f
  23. Jan 17, 2010
  24. Jan 16, 2010
  25. Nov 19, 2009
  26. Nov 13, 2009
    • David Greene's avatar
      · 659c1a9d
      David Greene authored
      Move DebugInfo checks into EmitComments and remove them from
      target-specific AsmPrinters.  Not all comments need DebugInfo.
      
      Re-enable the line numbers comment test.
      
      llvm-svn: 88697
      659c1a9d
Loading