Skip to content
Snippets Groups Projects
  1. Jan 05, 2013
  2. Dec 31, 2012
  3. Dec 30, 2012
  4. Oct 30, 2012
  5. Sep 04, 2012
  6. Aug 08, 2012
  7. Jul 02, 2012
    • Chandler Carruth's avatar
      Fix the remaining TCL-style quotes found in the testsuite. This is · ff123d5c
      Chandler Carruth authored
      another mechanical change accomplished though the power of terrible Perl
      scripts.
      
      I have manually switched some "s to 's to make escaping simpler.
      
      While I started this to fix tests that aren't run in all configurations,
      the massive number of tests is due to a really frustrating fragility of
      our testing infrastructure: things like 'grep -v', 'not grep', and
      'expected failures' can mask broken tests all too easily.
      
      Essentially, I'm deeply disturbed that I can change the testsuite so
      radically without causing any change in results for most platforms. =/
      
      llvm-svn: 159547
      ff123d5c
    • Chandler Carruth's avatar
      Convert the uses of '|&' to use '2>&1 |' instead, which works on old · 5da53436
      Chandler Carruth authored
      versions of Bash. In addition, I can back out the change to the lit
      built-in shell test runner to support this.
      
      This should fix the majority of fallout on Darwin, but I suspect there
      will be a few straggling issues.
      
      llvm-svn: 159544
      5da53436
    • Chandler Carruth's avatar
      Convert all tests using TCL-style quoting to use shell-style quoting. · a5a29f97
      Chandler Carruth authored
      This was done through the aid of a terrible Perl creation. I will not
      paste any of the horrors here. Suffice to say, it require multiple
      staged rounds of replacements, state carried between, and a few
      nested-construct-parsing hacks that I'm not proud of. It happens, by
      luck, to be able to deal with all the TCL-quoting patterns in evidence
      in the LLVM test suite.
      
      If anyone is maintaining large out-of-tree test trees, feel free to poke
      me and I'll send you the steps I used to convert things, as well as
      answer any painful questions etc. IRC works best for this type of thing
      I find.
      
      Once converted, switch the LLVM lit config to use ShTests the same as
      Clang. In addition to being able to delete large amounts of Python code
      from 'lit', this will also simplify the entire test suite and some of
      lit's architecture.
      
      Finally, the test suite runs 33% faster on Linux now. ;]
      For my 16-hardware-thread (2x 4-core xeon e5520): 36s -> 24s
      
      llvm-svn: 159525
      a5a29f97
  8. May 01, 2012
  9. Feb 16, 2012
  10. Dec 15, 2011
  11. Nov 27, 2011
  12. Nov 08, 2011
  13. Aug 15, 2011
  14. Aug 13, 2011
  15. Jul 20, 2011
  16. Jul 06, 2011
    • Tobias Grosser's avatar
      LICM: Do not loose alignment on promotion · 4a5d9a9c
      Tobias Grosser authored
      The promotion code lost any alignment information, when hoisting loads and
      stores out of the loop. This lead to incorrect aligned memory accesses. We now
      use the largest alignment we can prove to be correct.
      
      llvm-svn: 134520
      4a5d9a9c
  17. Jun 17, 2011
  18. Apr 09, 2011
  19. Apr 07, 2011
  20. Mar 08, 2011
  21. Feb 11, 2011
  22. Dec 19, 2010
  23. Oct 18, 2010
  24. Oct 08, 2010
  25. Sep 14, 2010
  26. Sep 06, 2010
  27. Sep 04, 2010
  28. Sep 03, 2010
  29. Sep 01, 2010
  30. Aug 29, 2010
  31. Jan 05, 2010
    • Devang Patel's avatar
      Remove dead debug info intrinsics. · be94f239
      Devang Patel authored
       Intrinsic::dbg_stoppoint
       Intrinsic::dbg_region_start 
       Intrinsic::dbg_region_end 
       Intrinsic::dbg_func_start
      AutoUpgrade simply ignores these intrinsics now.
      
      llvm-svn: 92557
      be94f239
  32. Dec 14, 2009
  33. Dec 10, 2009
  34. Nov 19, 2009
  35. Oct 26, 2009
Loading