search for: zeroc

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

Did you mean: zero
2009 Jun 18
3
[LLVMdev] Initialising global Array
...itialiser: What i do is, first create the array type. > const ArrayType *ATy = ArrayType::get(Type::Int32Ty, NumEdges); Then create some constant values for the initializer. > std::vector<Constant*> Initializer; Initializer.reserve(NumEdges); > APInt zero(32,0); Constant* zeroc = ConstantInt::get(zero); > APInt minusone(32,-1); Constant* minusonec = ConstantInt::get(minusone); Create the global array, there is no initializer yet. > GlobalVariable *Counters = > new GlobalVariable(ATy, false, GlobalValue::InternalLinkage, > Constant:...
2009 Jun 18
0
[LLVMdev] Initialising global Array
...dulePass. The Initializer initialization is the difference. static void andiTest1(Module &M) { int NumEdges = 4; const ArrayType *ATy = ArrayType::get(Type::Int32Ty, NumEdges); std::vector<Constant*> Initializer; Initializer.reserve(NumEdges); APInt zero(32,0); Constant* zeroc = ConstantInt::get(zero); APInt minusone(32,-1); Constant* minusonec = ConstantInt::get(minusone); GlobalVariable *Counters = new GlobalVariable(ATy, false, GlobalValue::InternalLinkage, Constant::getNullValue(ATy), "OptimalEdgeProfCounters1", &M); Initializer[0] =...
2009 Jul 01
0
[LLVMdev] Profiling in LLVM Patch
...0, "OptimalEdgeProfCounters", &M); > + > + std::vector<Constant*> Initializer = std::vector<Constant*>(NumEdges); This unnecessarily copies the vector, please use: std::vector<Constant*> Initializer(NumEdges); > + APInt zero(32,0); Constant* zeroc = ConstantInt::get(zero); > + APInt minusone(32,-1); Constant* minusonec = ConstantInt::get(minusone); Please use: > + Constant* zeroc = ConstantInt::get(llvm::Type::Int32Ty, 0); > + Constant* onec = ConstantInt::getSigned(llvm::Type::Int32Ty, -1); On Mon, Jun 29, 2009 at 6:34 AM, And...
2009 Jun 29
7
[LLVMdev] Profiling in LLVM Patch
Hi all, as proposed in http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-February/020396.html I implemented the algorithm presented in [Ball94]. It only instruments the minimal number of edges necessary for edge profiling. The main changes introduced by this patch are: *) a interface compatible rewrite of ProfileInfo *) a cleanup of ProfileInfoLoader (some functionality in ProfileInfoLoader
2009 Jul 01
12
[LLVMdev] Profiling in LLVM Patch
...unters", &M); >> + >> + std::vector<Constant*> Initializer = std::vector<Constant*>(NumEdges); > > This unnecessarily copies the vector, please use: > std::vector<Constant*> Initializer(NumEdges); Okay. >> + APInt zero(32,0); Constant* zeroc = ConstantInt::get(zero); >> + APInt minusone(32,-1); Constant* minusonec = ConstantInt::get(minusone); > > Please use: >> + Constant* zeroc = ConstantInt::get(llvm::Type::Int32Ty, 0); >> + Constant* onec = ConstantInt::getSigned(llvm::Type::Int32Ty, -1); Okay. Thank yo...
2013 Oct 31
0
Processed (with 2 errors): notfound 706747 in 3.2p1.4-28.1, tagging 706747, fixed 676134 in 3.8.5-2, found 725433 in 2.0.19-2 ...
...jones.dk>} [src:sugar-browse-activity] sugar-browse-activity: FTBFS: OSError: [Errno 13] Permission denied: '/sbuild-nonexistent' No longer marked as found in versions sugar-browse-activity/137-1. > found 672066 3.4.1-8 Bug #672066 {Done: Cleto Mart?n <cleto at debian.org>} [libzeroc-ice34-dev] zeroc-ice34: slice2cpp generates invalid C++ code Marked as found in versions zeroc-ice/3.4.1-8. > notfound 667417 3.20.1.5 Bug #667417 {Done: Mathieu Malaterre <malat at debian.org>} [wrapitk-python] wrapitk-python: ftbfs with recent gccxml There is no source info for the packa...
2013 Apr 18
0
Processed: adding new jessie tag to sid-tagged bugs
...with CTRL-c CTRL-v doesn't always work Added tag(s) jessie. Added tag(s) jessie. > tags 537686 + jessie Bug #537686 [libpcap0.8] Support data access for IPv6 upper-layer protocols Added tag(s) jessie. > tags 672066 + jessie Bug #672066 {Done: Cleto Mart?n <cleto at debian.org>} [libzeroc-ice34-dev] zeroc-ice34: slice2cpp generates invalid C++ code Added tag(s) jessie. > tags 701426 + jessie Bug #701426 [src:squid3] squid3: ftbfs with eglibc-2.17 Added tag(s) jessie. > tags 643187 + jessie Bug #643187 [src:libfann] libfann: FTBFS: dpkg-buildpackage: error: dpkg-source -b libfa...