Skip to content
  1. Sep 04, 2013
  2. Sep 03, 2013
    • Eric Christopher's avatar
      Add a hashing routine that handles hashing types. Add a test for · 25b7adc8
      Eric Christopher authored
      hashing the contents of DW_FORM_data1 on top of a type with attributes.
      
      llvm-svn: 189862
      25b7adc8
    • Eric Christopher's avatar
      Sentences end with periods. · b86e2ad8
      Eric Christopher authored
      llvm-svn: 189861
      b86e2ad8
    • Nadav Rotem's avatar
      Enable late-vectorization by default. · 5d78dba6
      Nadav Rotem authored
      This patch changes the default setting for the LateVectorization flag that controls where the loop-vectorizer is ran.
      
      Perf gains:
      SingleSource/Benchmarks/Shootout/matrix -37.33%
      MultiSource/Benchmarks/PAQ8p/paq8p  -22.83%
      SingleSource/Benchmarks/Linpack/linpack-pc  -16.22%
      SingleSource/Benchmarks/Shootout-C++/ary3 -15.16%
      MultiSource/Benchmarks/TSVC/NodeSplitting-flt/NodeSplitting-flt -10.34%
      MultiSource/Benchmarks/TSVC/NodeSplitting-dbl/NodeSplitting-dbl -7.12%
      
      Regressions:
      SingleSource/Benchmarks/Misc/lowercase  15.10%
      MultiSource/Benchmarks/TSVC/Equivalencing-flt/Equivalencing-flt 13.18%
      SingleSource/Benchmarks/Shootout-C++/matrix 8.27%
      SingleSource/Benchmarks/CoyoteBench/lpbench 7.30%
      
      llvm-svn: 189858
      5d78dba6
    • Matt Arsenault's avatar
      Fix grammar · ad3029a8
      Matt Arsenault authored
      llvm-svn: 189855
      ad3029a8
    • Matt Arsenault's avatar
      Teach InstCombineLoadCast about address spaces. · 3dfe54e9
      Matt Arsenault authored
      This is another one that doesn't matter much,
      but uses the right GEP index types in the first
      place.
      
      llvm-svn: 189854
      3dfe54e9
    • Matt Arsenault's avatar
      Use type form of getIntPtrType in alloca visitor. · e38e4cdc
      Matt Arsenault authored
      This doesn't actually matter, since alloca is always
      0 address space, but this is more consistent.
      
      llvm-svn: 189853
      e38e4cdc
Loading