search for: machinemoduleinfoimpls

Displaying 9 results from an estimated 9 matches for "machinemoduleinfoimpls".

2013 Sep 06
5
[LLVMdev] Extracting libmachine from libcodegen (bug 1121)
...ment - MachineBranchProbabilityInfo - MachineCodeEmitter - MachineCopyPropagation - MachineCSE - MachineDominators - MachineFunctionAnalysis - 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 wou...
2013 Sep 11
0
[LLVMdev] Extracting libmachine from libcodegen (bug 1121)
...achineCopyPropagation > - MachineCSE > - MachineDominators > - MachineFunctionAnalysis > - MachineFunction > - MachineFunctionPass > - MachineFunctionPrinterPass > - 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-c...
2009 Nov 14
0
[LLVMdev] Incomplete X86MachineFunctionInfo type
In lib/Target/X86/X86COFFMachineModuleInfo.h we have: class X86MachineFunctionInfo; ... class X86COFFMachineModuleInfo : public MachineModuleInfoImpl { ... typedef std::map<const Function*, X86MachineFunctionInfo> FMFInfoMap; FMFInfoMap FunctionInfoMap; ... }; At this point in the translation unit X86MachineFunctionInfo is an incomplete type, yet it is
2013 Sep 12
2
[LLVMdev] Extracting libmachine from libcodegen (bug 1121)
...MachineCodeEmitter >> - MachineDominators >> - MachineFunctionAnalysis >> - MachineFunction >> - MachineFunctionPass >> - 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 dep...
2013 Sep 25
1
[LLVMdev] arm64 / iOS support
...le.h" +#include "llvm/Target/Mangler.h" +#include "llvm/MC/MCContext.h" +#include "llvm/MC/MCSymbol.h" +#include "llvm/MC/MCStreamer.h" +#include "llvm/MC/MCExpr.h" +#include "MCTargetDesc/AArch64MCExpr.h" +#include "llvm/CodeGen/MachineModuleInfoImpls.h" + using namespace llvm; @@ -22,3 +30,24 @@ AArch64LinuxTargetObjectFile::Initialize(MCContext &Ctx, TargetLoweringObjectFileELF::Initialize(Ctx, TM); InitializeELF(TM.Options.UseInitArray); } + +MCSymbol *AArch64MachOTargetObjectFile::getCFIPersonalitySymbol( + const Glob...
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
...MachineLocation.h -- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/MachineLoopInfo.h -- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/MachineMemOperand.h -- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/MachineModuleInfo.h -- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/MachineModuleInfoImpls.h -- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/MachineOperand.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/MachineReloc...
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
...erts build llvm[2]: Building Release+Asserts Archive Library libLLVMMC.a make[2]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/MC' llvm[2]: Compiling MachineLoopInfo.cpp for Release+Asserts build llvm[2]: Compiling MachineModuleInfo.cpp for Release+Asserts build llvm[2]: Compiling MachineModuleInfoImpls.cpp for Release+Asserts build 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...