Skip to content
  1. Aug 13, 2013
  2. Aug 12, 2013
  3. Aug 09, 2013
  4. Aug 08, 2013
  5. Aug 07, 2013
  6. Aug 06, 2013
  7. Aug 05, 2013
  8. Aug 02, 2013
  9. Aug 01, 2013
  10. Jul 30, 2013
  11. Jul 27, 2013
  12. Jul 26, 2013
  13. Jul 24, 2013
  14. Jul 22, 2013
  15. Jul 17, 2013
  16. Jul 16, 2013
  17. Jul 15, 2013
  18. Jul 14, 2013
  19. Jul 11, 2013
    • Hal Finkel's avatar
      Initialize AsmPrinter::MF in the constructor · 6161b940
      Hal Finkel authored
      MF is normally initialized in AsmPrinter::SetupMachineFunction, but if the file
      contains only globals (no functions), then we need this to be initialized
      because, when encountering an error, lowerConstant() references it.
      
      This should fix the non-deterministic failures of
      test/CodeGen/X86/nonconst-static-iv.ll, etc.
      
      llvm-svn: 186068
      6161b940
  20. Jul 10, 2013
  21. Jul 09, 2013
Loading