Skip to content
  1. Jan 29, 2009
  2. Jan 28, 2009
  3. Jan 27, 2009
  4. Jan 26, 2009
    • Duncan Sands's avatar
      Fix PR3393, which amounts to a bug in the expensive · d77e4769
      Duncan Sands authored
      checking logic.  Rather than make the checking more
      complicated, I've tweaked some logic to make things
      conform to how the checking thought things ought to
      be, since this results in a simpler "mental model".
      
      llvm-svn: 63048
      d77e4769
    • Dan Gohman's avatar
      ac272eaf
    • Evan Cheng's avatar
      Enhance logic in X86DAGToDAGISel::PreprocessForRMW which move load inside... · 6c7e8514
      Evan Cheng authored
      Enhance logic in X86DAGToDAGISel::PreprocessForRMW which move load inside callseq_start to allow it to be folded into a call. It was not considering the cases where a token factor is between the load and the callseq_start.
      
      llvm-svn: 63022
      6c7e8514
    • Scott Michel's avatar
      CellSPU: · 9e3e4a92
      Scott Michel authored
      - Rename fcmp.ll test to fcmp32.ll, start adding new double tests to fcmp64.ll
      - Fix select_bits.ll test
      - Capitulate to the DAGCombiner and move i64 constant loads to instruction
        selection (SPUISelDAGtoDAG.cpp).
      
        <rant>DAGCombiner will insert all kinds of 64-bit optimizations after
        operation legalization occurs and now we have to do most of the work that
        instruction selection should be doing twice (once to determine if v2i64
        build_vector can be handled by SelectCode(), which then runs all of the
        predicates a second time to select the necessary instructions.) But,
        CellSPU is a good citizen.</rant>
      
      llvm-svn: 62990
      9e3e4a92
    • Nate Begeman's avatar
      Map address space 256 to gs; similar mappings could be supported for the · 5eca2655
      Nate Begeman authored
      other x86 segments.  address space 0 is stack/default, 1-255 are reserved for
      client use.
      
      llvm-svn: 62980
      5eca2655
  5. Jan 25, 2009
  6. Jan 24, 2009
  7. Jan 23, 2009
  8. Jan 22, 2009
  9. Jan 21, 2009
  10. Jan 20, 2009
Loading