search for: machinessaupdat

Displaying 7 results from an estimated 7 matches for "machinessaupdat".

Did you mean: machinessaupdater
2013 Sep 06
5
[LLVMdev] Extracting libmachine from libcodegen (bug 1121)
...nctionAnalysis - MachineFunction - MachineFunctionPass - MachineFunctionPrinterPass - MachineInstrBundle - MachineInstr - MachineLICM - MachineLoopInfo - MachineModuleInfo - MachineModuleInfoImpls - MachinePassRegistry - MachinePostDominators - MachineRegisterInfo - MachineScheduler - MachineSink - MachineSSAUpdater - MachineTraceMetrics - MachineVerifier Are there any files in this list that should not be moved? Any others that should be added? Any suggestions on which of these modules would be a good place to start? One question of procedure... Back in 2010 and 2011, I had commit rights on the LLVM svn r...
2013 Sep 11
0
[LLVMdev] Extracting libmachine from libcodegen (bug 1121)
...hineFunctionPrinterPass > - MachineInstrBundle > - MachineInstr > - MachineLICM > - MachineLoopInfo > - MachineModuleInfo > - MachineModuleInfoImpls > - MachinePassRegistry > - MachinePostDominators > - MachineRegisterInfo > - MachineScheduler > - MachineSink > - MachineSSAUpdater > - MachineTraceMetrics > - MachineVerifier I *think* the goal here is to minimize the amount of code that gets linked into certain machine-code level tools. If that is the goal, then you only want the modules for Machine IR, and maybe some core analysis passes. The “Machine” modules you...
2013 Sep 12
2
[LLVMdev] Extracting libmachine from libcodegen (bug 1121)
...unctionPass >> - MachineFunctionPrinterPass >> - MachineInstrBundle >> - MachineInstr >> - MachineLoopInfo >> - MachineModuleInfo >> - MachineModuleInfoImpls >> - MachinePassRegistry >> - MachinePostDominators >> - MachineRegisterInfo >> - MachineSSAUpdater >> - MachineVerifier Thanks for whittling the list down, Andrew. One question that has been nagging at me since I started looking into this is what to do about the dependency on libAnalysis? Some of these classes (eg. MachineFunctionPass are MachineLoopInfo) seem to have a hard dependency...
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
...neOperand.h -- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/MachinePassRegistry.h -- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/MachineRegisterInfo.h -- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/MachineRelocation.h -- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/MachineSSAUpdater.h -- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/ObjectCodeEmitter.h -- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/Passes.h -- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/PostRAHazardRecognizer.h -- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/ProcessImplicitDe...
2010 Oct 01
0
[LLVMdev] CMake "sudo make install" & headers
On Thu, Sep 30, 2010 at 3:08 PM, Samuel Williams <space.ship.traveller at gmail.com> wrote: > Hi, > > I might just be doing something stupid, but when I do > > $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release .. > $ sudo make install > > I don't get the expected headers in >        /usr/local/llvm-2.8/include/llvm > > It is
2010 Sep 30
6
[LLVMdev] CMake "sudo make install" & headers
Hi, I might just be doing something stupid, but when I do $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release .. $ sudo make install I don't get the expected headers in /usr/local/llvm-2.8/include/llvm It is simply an empty directory. What am I doing wrong? This is on Mac OS X, CMake 2.8+ Kind regards, Samuel
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...uild llvm[2]: Compiling MachinePassRegistry.cpp for Release+Asserts build llvm[2]: Compiling MachinePostDominators.cpp for Release+Asserts build llvm[2]: Compiling MachineRegionInfo.cpp for Release+Asserts build llvm[2]: Compiling MachineRegisterInfo.cpp for Release+Asserts build llvm[2]: Compiling MachineSSAUpdater.cpp for Release+Asserts build llvm[2]: Compiling MachineScheduler.cpp for Release+Asserts build llvm[2]: Compiling MachineSink.cpp for Release+Asserts build llvm[2]: Compiling MachineTraceMetrics.cpp for Release+Asserts build llvm[2]: Compiling MachineVerifier.cpp for Release+Asserts build llvm[2...