Skip to content
  1. Jan 30, 2012
  2. Jan 26, 2012
  3. Jan 25, 2012
  4. Jan 24, 2012
  5. Jan 20, 2012
  6. Jan 13, 2012
  7. Dec 20, 2011
  8. Dec 07, 2011
  9. Dec 06, 2011
    • Jakob Stoklund Olesen's avatar
      Use logarithmic units for basic block alignment. · 10e12522
      Jakob Stoklund Olesen authored
      This was actually a bit of a mess. TLI.setPrefLoopAlignment was clearly
      documented as taking log2(bytes) units, but the x86 target would still
      set a preferred loop alignment of '16'.
      
      CodePlacementOpt passed this number on to the basic block, and
      AsmPrinter interpreted it as bytes.
      
      Now both MachineFunction and MachineBasicBlock use logarithmic
      alignments.
      
      Obviously, MachineConstantPool still measures alignments in bytes, so we
      can emulate the thrill of using as.
      
      llvm-svn: 145889
      10e12522
  10. Dec 04, 2011
  11. Nov 15, 2011
    • Rafael Espindola's avatar
      We currently use a callback to handle an IL pass deleting a BB that still · f11e7f13
      Rafael Espindola authored
      has a reference to it. Unfortunately, that doesn't work for codegen passes
      since we don't get notified of MBB's being deleted (the original BB stays).
      
      Use that fact to our advantage and after printing a function, check if
      any of the IL BBs corresponds to a symbol that was not printed. This fixes
      pr11202.
      
      llvm-svn: 144674
      f11e7f13
  12. Nov 05, 2011
  13. Oct 27, 2011
  14. Oct 05, 2011
  15. Sep 29, 2011
  16. Sep 02, 2011
  17. Aug 31, 2011
    • David Greene's avatar
      Fix Size Typing · 7df940d6
      David Greene authored
      Stores sizes as uint64_t to avoid possible truncation.
      
      llvm-svn: 138901
      7df940d6
    • David Greene's avatar
      Compress Repeated Byte Output · cdef71f4
      David Greene authored
      Emit a repeated sequence of bytes using .zero.  This saves an enormous
      amount of asm file space for certain programs.
      
      llvm-svn: 138864
      cdef71f4
  18. Aug 28, 2011
  19. Aug 01, 2011
  20. Jul 20, 2011
  21. Jul 19, 2011
  22. Jul 18, 2011
  23. Jun 24, 2011
  24. Jun 22, 2011
  25. Jun 19, 2011
  26. Jun 15, 2011
  27. Jun 14, 2011
  28. Jun 12, 2011
  29. Jun 10, 2011
  30. May 28, 2011
Loading