Skip to content
  1. Feb 25, 2011
    • Jakob Stoklund Olesen's avatar
      Tweak the register allocator priority queue some more. · e68a27ee
      Jakob Stoklund Olesen authored
      New live ranges are assigned in long -> short order, but live ranges that have
      been evicted at least once are deferred and assigned in short -> long order.
      
      Also disable splitting and spilling for live ranges seen for the first time.
      
      The intention is to create a realistic interference pattern from the heavy live
      ranges before starting splitting and spilling around it.
      
      llvm-svn: 126451
      e68a27ee
    • Nick Lewycky's avatar
      Remove dead variable. · 1db7b187
      Nick Lewycky authored
      llvm-svn: 126450
      1db7b187
    • Johnny Chen's avatar
      The lldb-enhanced gud.el does not work on emacs 22.1.1 (dumb terminal). · e1e020dc
      Johnny Chen authored
      This is the error I got:
      
      Debugger entered--Lisp error: (void-function split-string-and-unquote)
        (split-string-and-unquote command-line)
        (let* ((words ...) (program ...) (dir default-directory) (file-word ...) (file-subst ...) (args ...) (file ...) (filepart ...) (existing-buffer ...)) (pop-to$
        gud-common-init("/Volumes/data/lldb/svn/trunk/build/Debug/lldb" nil gud-lldb-marker-filter)
        lldb("/Volumes/data/lldb/svn/trunk/build/Debug/lldb")
        call-interactively(lldb)
        execute-extended-command(nil)
        call-interactively(execute-extended-command)
      
      The gud-common-init elisp function references split-string-and-unquote function
      which is not defined there.
      
      llvm-svn: 126449
      e1e020dc
    • Ted Kremenek's avatar
      Don't warn about using PredefinedExprs as format string literals. These never... · a8890833
      Ted Kremenek authored
      Don't warn about using PredefinedExprs as format string literals.  These never can be a real security issue.
      
      Fixes PR 9314.
      
      llvm-svn: 126447
      a8890833
  2. Feb 24, 2011
Loading