search for: filemanag

Displaying 20 results from an estimated 118 matches for "filemanag".

Did you mean: filemanager
2011 Nov 28
4
[LLVMdev] LLVM & Clang file management
...llvm we found the file system abstractions in clang/llvm to be one of the points that could be nicer to integrate with. I’m writing this mail to propose a strawman and get some feedback on what you guys think the right way forward is (or whether we should just leave things as they are). First, the FileManager we have in clang has helped us a lot for our tooling - when we run clang in a mapreduce we don’t need to lay out files on a disk, we can just map files into memory and happily clang over them. We’re also using the same mechanism to map builtin includes; in short, the FileManager has made it possi...
2011 Dec 04
5
[LLVMdev] [cfe-dev] LLVM & Clang file management
...n clang/llvm to be one of the points that could be nicer >> to integrate with. I’m writing this mail to propose a strawman and get >> some feedback on what you guys think the right way forward is (or >> whether we should just leave things as they are). >> >> First, the FileManager we have in clang has helped us a lot for our >> tooling - when we run clang in a mapreduce we don’t need to lay out >> files on a disk, we can just map files into memory and happily clang >> over them. We’re also using the same mechanism to map builtin >> includes; in shor...
2011 Dec 06
2
[LLVMdev] [cfe-dev] LLVM & Clang file management
...could be nicer >>>> to integrate with. I’m writing this mail to propose a strawman and get >>>> some feedback on what you guys think the right way forward is (or >>>> whether we should just leave things as they are). >>>> >>>> First, the FileManager we have in clang has helped us a lot for our >>>> tooling - when we run clang in a mapreduce we don’t need to lay out >>>> files on a disk, we can just map files into memory and happily clang >>>> over them. We’re also using the same mechanism to map builtin &g...
2011 Dec 06
0
[LLVMdev] [cfe-dev] LLVM & Clang file management
...ne of the points that could be nicer >>> to integrate with. I’m writing this mail to propose a strawman and get >>> some feedback on what you guys think the right way forward is (or >>> whether we should just leave things as they are). >>> >>> First, the FileManager we have in clang has helped us a lot for our >>> tooling - when we run clang in a mapreduce we don’t need to lay out >>> files on a disk, we can just map files into memory and happily clang >>> over them. We’re also using the same mechanism to map builtin >>> i...
2011 Dec 03
0
[LLVMdev] [cfe-dev] LLVM & Clang file management
...> abstractions in clang/llvm to be one of the points that could be nicer > to integrate with. I’m writing this mail to propose a strawman and get > some feedback on what you guys think the right way forward is (or > whether we should just leave things as they are). > > First, the FileManager we have in clang has helped us a lot for our > tooling - when we run clang in a mapreduce we don’t need to lay out > files on a disk, we can just map files into memory and happily clang > over them. We’re also using the same mechanism to map builtin > includes; in short, the FileManag...
2011 Nov 28
2
[LLVMdev] [cfe-dev] LLVM & Clang file management
...ad various thoughts in this direction as well (although no implementation). See: http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-July/009903.html for my RFC from last year (focused at bug reporting, but involved defining a VFS layer). My one main implementation level comment is I don't think FileManager is the right API layer to abstract at (it is too specific to Clang's usage, and too hard to propagate through the rest of LLVM). My intuition is that it is better to set out to define a lower level VFS layer that is rich enough to support everything we do and the vagaries of Win32/Unix, but i...
2011 Nov 29
1
[LLVMdev] [cfe-dev] LLVM & Clang file management
.../009903.html >> for my RFC from last year (focused at bug reporting, but involved >> defining a VFS layer). > > Cool, that sounds like another use case very similar to our replaying > at scale use case. > >> My one main implementation level comment is I don't think FileManager >> is the right API layer to abstract at (it is too specific to Clang's >> usage, and too hard to propagate through the rest of LLVM). My >> intuition is that it is better to set out to define a lower level VFS >> layer that is rich enough to support everything we do a...
2011 Dec 06
0
[LLVMdev] [cfe-dev] LLVM & Clang file management
...;>>>> to integrate with. I’m writing this mail to propose a strawman and get >>>>> some feedback on what you guys think the right way forward is (or >>>>> whether we should just leave things as they are). >>>>> >>>>> First, the FileManager we have in clang has helped us a lot for our >>>>> tooling - when we run clang in a mapreduce we don’t need to lay out >>>>> files on a disk, we can just map files into memory and happily clang >>>>> over them. We’re also using the same mechanism to ma...
2011 Nov 28
0
[LLVMdev] [cfe-dev] LLVM & Clang file management
...du/pipermail/cfe-dev/2010-July/009903.html > for my RFC from last year (focused at bug reporting, but involved > defining a VFS layer). Cool, that sounds like another use case very similar to our replaying at scale use case. > My one main implementation level comment is I don't think FileManager > is the right API layer to abstract at (it is too specific to Clang's > usage, and too hard to propagate through the rest of LLVM). My > intuition is that it is better to set out to define a lower level VFS > layer that is rich enough to support everything we do and the vagaries...
2011 Dec 06
0
[LLVMdev] [cfe-dev] LLVM & Clang file management
...ne of the points that could be nicer >>> to integrate with. I’m writing this mail to propose a strawman and get >>> some feedback on what you guys think the right way forward is (or >>> whether we should just leave things as they are). >>> >>> First, the FileManager we have in clang has helped us a lot for our >>> tooling - when we run clang in a mapreduce we don’t need to lay out >>> files on a disk, we can just map files into memory and happily clang >>> over them. We’re also using the same mechanism to map builtin >>> i...
2011 Dec 06
5
[LLVMdev] [cfe-dev] LLVM & Clang file management
...t could be nicer >>>> to integrate with. I’m writing this mail to propose a strawman and get >>>> some feedback on what you guys think the right way forward is (or >>>> whether we should just leave things as they are). >>>> >>>> First, the FileManager we have in clang has helped us a lot for our >>>> tooling - when we run clang in a mapreduce we don’t need to lay out >>>> files on a disk, we can just map files into memory and happily clang >>>> over them. We’re also using the same mechanism to map builtin &g...
2011 Dec 06
0
[LLVMdev] [cfe-dev] LLVM & Clang file management
...;>>>> to integrate with. I’m writing this mail to propose a strawman and get >>>>> some feedback on what you guys think the right way forward is (or >>>>> whether we should just leave things as they are). >>>>> >>>>> First, the FileManager we have in clang has helped us a lot for our >>>>> tooling - when we run clang in a mapreduce we don’t need to lay out >>>>> files on a disk, we can just map files into memory and happily clang >>>>> over them. We’re also using the same mechanism to ma...
2011 Dec 06
1
[LLVMdev] [cfe-dev] LLVM & Clang file management
...; to integrate with. I’m writing this mail to propose a strawman and get >>>>>> some feedback on what you guys think the right way forward is (or >>>>>> whether we should just leave things as they are). >>>>>> >>>>>> First, the FileManager we have in clang has helped us a lot for our >>>>>> tooling - when we run clang in a mapreduce we don’t need to lay out >>>>>> files on a disk, we can just map files into memory and happily clang >>>>>> over them. We’re also using the same mec...
2011 Dec 06
1
[LLVMdev] [cfe-dev] LLVM & Clang file management
...grate with. I’m writing this mail to propose a strawman and > get > >>>>> some feedback on what you guys think the right way forward is (or > >>>>> whether we should just leave things as they are). > >>>>> > >>>>> First, the FileManager we have in clang has helped us a lot for our > >>>>> tooling - when we run clang in a mapreduce we don’t need to lay out > >>>>> files on a disk, we can just map files into memory and happily clang > >>>>> over them. We’re also using the same...
2014 Jun 10
6
[LLVMdev] Suggestions for optimizations
Hello! I was trying to optimize our automatically generated backend for Open RISC and for this purpose I went through the gcc torture testsuite. There are many programs that are better optimized by LLVM, but some are much better optimized by gcc 4.9. The main limitations were is loop unrolling and structures handling. Differences can be best seen e.g. when compiling for an
1998 Sep 21
2
x filemanager
Hi there, I've got two questions, and I'll list them in order of importance. (1) Is there a way, or is there any research/development going into unearthing a way, to mount a samba filesystem like any other filesystem under UNIX? And (2), does anyone know of a good X filemanager? What I would really like to do is be able to mount a Samba directory or resource and treat it like any other directory. That way, I could get away from the FTP-like interface and be able to browse it with a graphical filemanager. Thanks, JP -- Joshua Pincus BS Computer Science, May '9...
2014 Jun 12
2
[LLVMdev] problems to recompile LLVM version 3.4.1 with gcc48 / SuSE 13.1
On Thu, Jun 12, 2014 at 10:57:46AM +0200, Armin Steinhoff wrote: > > Hi, > > first problem was: > > >FileManager.cpp:311:21: error: range-based ‘for’ loops are not allowed > >in C++98 mode > >for (auto & fe: SeenFileEntries) { > >^ > >FileManager.cpp:312:14: error: request for member ‘getValue’ in ‘fe’, > >which is of non-class type ‘int’ > >if (fe.getValue() == Stale...
2012 Jul 10
0
[LLVMdev] Unable to do even basic Clang tutorial
...`clang::DiagnosticsEngine::DiagnosticsEngine(llvm::IntrusiveRefCntPtr<clang::DiagnosticIDs> const&, clang::DiagnosticConsumer*, bool)' tutorial1.cpp:(.text+0xf4): undefined reference to `clang::LangOptions::LangOptions()' tutorial1.cpp:(.text+0x125): undefined reference to `clang::FileManager::FileManager(clang::FileSystemOptions const&)' tutorial1.cpp:(.text+0x148): undefined reference to `clang::SourceManager::SourceManager(clang::DiagnosticsEngine&, clang::FileManager&)' tutorial1.cpp:(.text+0x17c): undefined reference to `llvm::sys::getDefaultTargetTriple()'...
1998 Sep 22
0
x filemanager (SAMBA digest 1819)
...this: > I've got two questions, and I'll list them in order of importance. (1) Is > there a way, or is there any research/development going into unearthing a > way, to mount a samba filesystem like any other filesystem under UNIX? > > And (2), does anyone know of a good X filemanager? What I would really > like to do is be able to mount a Samba directory or resource and treat it > like any other directory. That way, I could get away from the FTP-like > interface and be able to browse it with a graphical filemanager. Answers: 1) There's no need for research; t...
2012 Jul 10
2
[LLVMdev] Unable to do even basic Clang tutorial
...::DiagnosticsEngine(llvm::IntrusiveRefCntPtr<clang::DiagnosticIDs> > const&, clang::DiagnosticConsumer*, bool)' > tutorial1.cpp:(.text+0xf4): undefined reference to > `clang::LangOptions::LangOptions()' > tutorial1.cpp:(.text+0x125): undefined reference to > `clang::FileManager::FileManager(clang::FileSystemOptions const&)' > tutorial1.cpp:(.text+0x148): undefined reference to > `clang::SourceManager::SourceManager(clang::DiagnosticsEngine&, > clang::FileManager&)' > tutorial1.cpp:(.text+0x17c): undefined reference to > `llvm::sys::get...