Skip to content
  1. Sep 09, 2009
  2. Sep 08, 2009
  3. Sep 05, 2009
    • Daniel Dunbar's avatar
      Don't depend on arch specific global prefix. · b9a562b7
      Daniel Dunbar authored
      llvm-svn: 81084
      b9a562b7
    • Daniel Dunbar's avatar
      Eliminate uses of %prcontext. · b9ea94c9
      Daniel Dunbar authored
       - I'd appreciate it if someone else eyeballs my changes to make sure I captured
         the intent of the test.
      
      llvm-svn: 81083
      b9ea94c9
    • Bob Wilson's avatar
      Stabilize the order of live intervals in the priority_queue used by the · 7f200029
      Bob Wilson authored
      linear scan reg alloc.  This fixes a problem I ran into where extracting
      a function from a larger file caused the generated code to change (masking
      the problem I was trying to debug) because the allocator behaved differently.
      
      This changes the results for two X86 regression checks.  stack-color-with-reg
      is improved, with one less instruction, but pr3495 is worse, with one more
      copy.  As far as I can tell, these tests were just getting lucky or unlucky,
      so I've changed the expected results.
      
      llvm-svn: 81060
      7f200029
  4. Sep 04, 2009
  5. Sep 03, 2009
  6. Sep 02, 2009
  7. Sep 01, 2009
Loading