Skip to content
  1. Jun 26, 2010
  2. Jun 25, 2010
    • Dale Johannesen's avatar
      The hasMemory argument is irrelevant to how the argument · ce97d55a
      Dale Johannesen authored
      for an "i" constraint should get lowered; PR 6309.  While
      this argument was passed around a lot, this is the only
      place it was used, so it goes away from a lot of other
      places.
      
      llvm-svn: 106893
      ce97d55a
    • Bob Wilson's avatar
      Add support for encoding 2-register NEON instructions. · e70c8b15
      Bob Wilson authored
      llvm-svn: 106891
      e70c8b15
    • Johnny Chen's avatar
      A simple testing framework for lldb using python's unit testing framework. · a765c28d
      Johnny Chen authored
      Tests for lldb are written as python scripts which take advantage of the script
      bridging provided by LLDB.framework to interact with lldb core.
      
      A specific naming pattern is followed by the .py script to be recognized as
      a module which implements a test scenario, namely, Test*.py.
      
      To specify the directories where "Test*.py" python test scripts are located,
      you need to pass in a list of directory names.  By default, the current
      working directory is searched if nothing is specified on the command line.
      
      An example:
      
      [14:10:20] johnny:/Volumes/data/lldb/svn/trunk/test $ ./dotest.py -v example
      test_choice (TestSequenceFunctions.TestSequenceFunctions) ... ok
      test_sample (TestSequenceFunctions.TestSequenceFunctions) ... ok
      test_shuffle (TestSequenceFunctions.TestSequenceFunctions) ... ok
      
      ----------------------------------------------------------------------
      Ran 3 tests in 0.000s
      
      OK
      
      llvm-svn: 106890
      a765c28d
    • Fariborz Jahanian's avatar
      Test case for pr7490. · 07b0a6e4
      Fariborz Jahanian authored
      llvm-svn: 106887
      07b0a6e4
    • Dan Gohman's avatar
      pcmpeqd and friends are Commutable. · 8de1fe3c
      Dan Gohman authored
      llvm-svn: 106886
      8de1fe3c
    • Jim Grosbach's avatar
      80-column and trailing whitespace cleanup · a1c1db38
      Jim Grosbach authored
      llvm-svn: 106885
      a1c1db38
    • Ted Kremenek's avatar
      Add "checker caching" to GRExprEngine::CheckerVisit to progressively build · fe97a1ac
      Ted Kremenek authored
      a winowed list of checkers that actually do something for a given StmtClass.
      As the number of checkers grows, this may potentially significantly reduce
      the number of checkers called at any one time.  My own measurements show that
      for the ~20 registered Checker objects, only ~5 of them respond at any one time
      to a give statement.  While this isn't a net performance win right now (there
      is a minor slowdown on sqlite.3) this improvement does greatly improve debugging
      when stepping through the checkers used to evaluate a given statement.
      
      llvm-svn: 106884
      fe97a1ac
Loading