Skip to content
  1. Nov 18, 2013
    • Arnaud A. de Grandmaison's avatar
      test-release.sh: tweak RPATH for the binary packages. · 69690e41
      Arnaud A. de Grandmaison authored
      libtool sets RPATH to "$ORIGIN/../lib:/the/directory/where/it/was/built/lib" so that a developper can use the built or the installed version seamlessly. Our binary packages should not have this developer friendly tweak, as the users of the binaries will not have the build tree.
      
      Beside, in case the development tree is a possibly on an automounted share, this can create very bad user experience : they will incur an automount timeout penalty and will get a very bad feeling of llvm/clang's speed.
      
      llvm-svn: 194999
      69690e41
    • Alexey Samsonov's avatar
      Unbreak the build after r194997 · 88134e9b
      Alexey Samsonov authored
      llvm-svn: 194998
      88134e9b
    • Alexey Samsonov's avatar
      Revert r194865 and r194874. · 49109a27
      Alexey Samsonov authored
      This change is incorrect. If you delete virtual destructor of both a base class
      and a subclass, then the following code:
        Base *foo = new Child();
        delete foo;
      will not cause the destructor for members of Child class. As a result, I observe
      plently of memory leaks. Notable examples I investigated are:
      ObjectBuffer and ObjectBufferStream, AttributeImpl and StringSAttributeImpl.
      
      llvm-svn: 194997
      49109a27
    • Kevin Qin's avatar
      [AArch64 NEON]Add mov alias for simd copy instructions. · 6588c1a6
      Kevin Qin authored
      Set some unspecified bits of INS/DUP to zero as ARMARM requested.
      
      llvm-svn: 194996
      6588c1a6
    • Hao Liu's avatar
      Implement the newly added ACLE functions for ld1/st1 with 2/3/4 vectors. · 5a4e4e10
      Hao Liu authored
      The functions are like: vst1_s8_x2 ...
      
      llvm-svn: 194990
      5a4e4e10
    • Manman Ren's avatar
      Debug Info Verifier: disable it by default. · 101d3452
      Manman Ren authored
      Debug info verifier is part of the verifier which is a Function Pass.
      Tot currently tries to pull all reachable debug info MDNodes in each function,
      which is too time-consuming. The correct fix seems to be separating debug info
      verification to its own module pass.
      
      I will disable the debug info verifier until a correct fix is found.
      
      For Bill's testing case, enabling debug info verifier increase compile
      time from 11s to 11m.
      
      llvm-svn: 194986
      101d3452
    • Matt Arsenault's avatar
      Fix spacing, forward declare order. · 3aa9b039
      Matt Arsenault authored
      llvm-svn: 194985
      3aa9b039
  2. Nov 17, 2013
  3. Nov 16, 2013
Loading