Skip to content
  1. Nov 04, 2010
  2. Nov 03, 2010
    • Argyrios Kyrtzidis's avatar
      Implement -working-directory. · 71731d6b
      Argyrios Kyrtzidis authored
      When -working-directory is passed in command line, file paths are resolved relative to the specified directory.
      This helps both when using libclang (where we can't require the user to actually change the working directory)
      and to help reproduce test cases when the reproduction work comes along.
      
      --FileSystemOptions is introduced which controls how file system operations are performed (currently it just contains
       the working directory value if set).
      --FileSystemOptions are passed around to various interfaces that perform file operations.
      --Opening & reading the content of files should be done only through FileManager. This is useful in general since
       file operations will be abstracted in the future for the reproduction mechanism.
      
      FileSystemOptions is independent of FileManager so that we can have multiple translation units sharing the same
      FileManager but with different FileSystemOptions.
      
      Addresses rdar://8583824.
      
      llvm-svn: 118203
      71731d6b
    • Argyrios Kyrtzidis's avatar
      Fix an assertion. · ef43990b
      Argyrios Kyrtzidis authored
      llvm-svn: 118202
      ef43990b
    • Owen Anderson's avatar
      Add support for code generation of the one register with immediate form of vorr. · 07473070
      Owen Anderson authored
      We could be more aggressive about making this work for a larger range of constants,
      but this seems like a good start.
      
      llvm-svn: 118201
      07473070
Loading