search for: kloc

Displaying 20 results from an estimated 35 matches for "kloc".

Did you mean: bloc
2011 Nov 17
3
[LLVMdev] AddressSanitizer run-time in tools/clang/runtime/compiler-rt
...referred name for the directory? (asan? libasan? address_sanitizer? AdressSanitizer?) - Should the asan run-time use cmake, or just make, or what? The build is a bit tricky, especially for tests. We currently use make. - How would you suggest to do the code review? The code of the run-time is ~5 KLOC. http://code.google.com/p/address-sanitizer/source/browse/#svn%2Ftrunk%2Fasan The Apple-specific part may make some Apple experts cry (or maybe not). The code uses google's coding style, which is similar, but not equivalent to the LLVM's one. We check it using cpplint before commits....
2013 Oct 01
3
[LLVMdev] Implementing the ARM NEON Intrinsics for PowerPC
...As part of my research I am trying to implement the ARM NEON Intrinsics in the PowerPC LLVM backend. I am still at the beginning of my efforts and am not yet familiar with either the ARM or the PowerPC backends. After I started investigating the code and found out that in total it is more than 100 kloc for the two backends I thought it is a good idea to ask you for some hints of where I should start from. I have written a small unrelated experimental backend for LLVM before, so I have some experience with the topic. Thanks, - Stan -------------- next part -------------- An HTML attachment was...
2011 Nov 28
2
[LLVMdev] AddressSanitizer run-time in tools/clang/runtime/compiler-rt
...> complicated as it is. I can help (and/or) do the asan integration into > the compiler-rt make build. > Yea, I may need your help, probably after the files are committed. > > > - How would you suggest to do the code review? > > The code of the run-time is ~5 > > KLOC. > http://code.google.com/p/address-sanitizer/source/browse/#svn%2Ftrunk%2Fasan > > The Apple-specific part may make some Apple experts cry (or maybe > not). > > The code uses google's coding style, which is similar, but not > equivalent > > to the LLVM's on...
2011 Nov 24
0
[LLVMdev] AddressSanitizer run-time in tools/clang/runtime/compiler-rt
...mpiler-rt is the one in make. It's quite a crazy set up, although there is a reason for it to be as complicated as it is. I can help (and/or) do the asan integration into the compiler-rt make build. > - How would you suggest to do the code review? >    The code of the run-time is ~5 > KLOC. http://code.google.com/p/address-sanitizer/source/browse/#svn%2Ftrunk%2Fasan >    The Apple-specific part may make some Apple experts cry (or maybe not). >    The code uses google's coding style, which is similar, but not equivalent > to the LLVM's one. We check it using cpplint b...
2011 Nov 29
0
[LLVMdev] AddressSanitizer run-time in tools/clang/runtime/compiler-rt
...ration into >> the compiler-rt make build. > > > Yea, I may need your help, probably after the files are committed. No problem! >> >> >> > - How would you suggest to do the code review? >> >    The code of the run-time is ~5 >> > >> > KLOC. http://code.google.com/p/address-sanitizer/source/browse/#svn%2Ftrunk%2Fasan >> >    The Apple-specific part may make some Apple experts cry (or maybe >> > not). >> >    The code uses google's coding style, which is similar, but not >> > equivalent >>...
2012 Jul 05
3
[LLVMdev] C++ demangling in LLVM
...ld live > in clang next to the mangler, but clang doesn't even need a demangler. > llvm tools, lld, and compiler-rt do. llvm/Support? It's not that clear how libcxxabi could be used in llvm tools, as IIUC this library is built independently. The demangler implementation there is 10 KLOC which are rather far from LLVM style. -- Alexey Samsonov, MSK -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120705/63a316dd/attachment.html>
2024 Jun 26
1
CISA et al: "Exploring Memory Safety in Critical Open Source Projects"
...ue to memory-unsafe issues. The report acknowledges difficulties in getting the numbers right, and of course makes no judgement as to the quality of any code. The report also acknowledges that there are good reasons for some usage of memory-unsafe code. openssh-portable is listed as having 142 KLoC of which 120 KLoC are written in memory-unsafe languages, for a ratio of 85%., Please recognize this is a statistic, not a judgement.
2013 Oct 02
0
[LLVMdev] Implementing the ARM NEON Intrinsics for PowerPC
...rch I am trying to implement the ARM NEON > Intrinsics in the PowerPC LLVM backend. I am still at the beginning > of my efforts and am not yet familiar with either the ARM or the > PowerPC backends. After I started investigating the code and found > out that in total it is more than 100 kloc for the two backends I > thought it is a good idea to ask you for some hints of where I > should start from. > > I have written a small unrelated experimental backend for LLVM > before, so I have some experience with the topic. > > > Thanks, > - Stan > _____________...
2011 Nov 25
1
[LLVMdev] LLVMdev Digest, Vol 89, Issue 60
...t; It's quite a crazy set up, although there is a reason for it to be as > complicated as it is. I can help (and/or) do the asan integration into > the compiler-rt make build. > >> - How would you suggest to do the code review? >> ? ?The code of the run-time is ~5 >> KLOC.?http://code.google.com/p/address-sanitizer/source/browse/#svn%2Ftrunk%2Fasan >> ? ?The Apple-specific part may make some Apple experts cry (or maybe not). >> ? ?The code uses google's coding style, which is similar, but not equivalent >> to the LLVM's one. We check it usi...
2012 Jul 05
0
[LLVMdev] C++ demangling in LLVM
...ngler, but clang doesn't even need a demangler. >> llvm tools, lld, and compiler-rt do. > > > llvm/Support? > > It's not that clear how libcxxabi could be used in llvm tools, as IIUC > this library is built independently. > The demangler implementation there is 10 KLOC which are rather far from > LLVM style. > > -- > Alexey Samsonov, MSK > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >...
2007 Oct 23
2
[LLVMdev] me being stupid: me vs the llvm codebase...
...crap, but here goes. maybe there was a FAQ for all this, but I missed it. well, I am not trying to demean LLVM in any way here, only trying to understand and evaluate things from my POV is all... sorry if at all I seem arrogant or condescending... well, running a linecounter, it is about 223 kloc (c++ ...), + 72 kloc headers. this is decently large. my compiler, in comparrision, is only about 62 kloc thus far, but I have about 300 kloc of 3D code in my main project, so ok, it balances I guess... ok, I also currently only do x86 (at present this is all I really need for my uses...)....
2013 Jun 10
3
[LLVMdev] Whole program alias analysis in backend
...? There was a Stensgaard algorithm implemented before, but noone was maintaning it, so it was removed. Do you think that this could be a suitable algorithm or should we choose something newer and stronger? Regarding the scalability, it ok for us, if the algorithm would run e.g. 1 hour for a 100 KLOC application. Thank you Adam Husar
2006 Aug 05
5
error with db:migrate
I''m new to ROR, and am working my way through the Agile Web Development Book. In the test application, the authors tell me to test my database connection by performing "rake db:migrate". When I do, I get the error "Don''t know how to build task ''db:migrate''" I''ve been looking around at the files, and I see a reference to a
2010 Jan 15
2
[LLVMdev] [PATCH] - Union types, attempt 2
...t; Yes, that's closer to the frontend semantics: the variants of a > union type don't have any natural ordering, so list semantics could > cause problems. I agree. I probably shouldn't even comment, as I know so little about LLVM. But I've hand-written a couple kLOC of IR now and am starting to get a feel for the syntax, so I'll just say what "feels" right based on that and leave it to others to decide if I've absorbed enough to make any kind of sense. Just imagining myself using such a language extension, I really would not want an orde...
2013 Oct 02
5
[LLVMdev] Implementing the ARM NEON Intrinsics for PowerPC
...mplement the ARM NEON > > Intrinsics in the PowerPC LLVM backend. I am still at the beginning > > of my efforts and am not yet familiar with either the ARM or the > > PowerPC backends. After I started investigating the code and found > > out that in total it is more than 100 kloc for the two backends I > > thought it is a good idea to ask you for some hints of where I > > should start from. > > > > I have written a small unrelated experimental backend for LLVM > > before, so I have some experience with the topic. > > > > > > T...
2019 Mar 06
3
RFC: Adding "minidump" support to obj2yaml
...? To give you an idea of what this involves, the current minidump parser in lldb is about 2000 LOC. It's already fairly independent of the rest of lldb, though it would need to be cleaned up a bit to be up to llvm standards. My expectation is that the yaml conversion code would add another 1-2 kLOC. The natural place for this in llvm would seem to be the Object library, so I'd propose for this code to be placed there. The thing I'm not sure about is whether it makes sense to integrate this into the existing ObjectFile hierarchy. While the minidump "streams" could be represe...
2011 Nov 01
0
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
Alek Paunov <alex at declera.com> writes: >> That said, if the information required for the build is going to be >> made explicit, maybe this isn't such a problem, as other tools can be >> written to parse it and run the build. > > Absolutely - once the generators are prototyped and tested in Python, if > current Perl (presence) > Python's, they can be
2011 Oct 28
3
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
Hi David, On 28.10.2011 13:05, David Chisnall wrote: > I disagree there. Perl is pretty much guaranteed to be installed on any UNIXish system. Even FreeBSD, which has removed it from the base system, tends to install the Perl package by default. In contrast, a lot of the machines I use don't have Python installed. I need to install it if I'm doing LLVM development because it's
2012 Jul 04
0
[LLVMdev] C++ demangling in LLVM
On Wed, Jul 4, 2012 at 8:33 AM, Alexey Samsonov <samsonov at google.com> wrote: > Hello! > > We want to implement in-process symbolizer for {Address,Thread}Sanitizer > testing tools that would be based on LLVM libraries. > I've noticed that llvm-nm (as well as other tools) doesn't demangle C++ > names. Is it true, that LLVM doesn't have the code that is capable
2015 Jan 27
5
[LLVMdev] [cfe-dev][llvmdev] Clang 3.6 and trunk, high RSS usage compared to GCC (12.5GB vs. 0.5GB)
Hi, I found that after moving to Clang pre-3.6 (git 65d8b4c4998b3a0c20934ea72ede72ef4838a004) and trunk (git 718825a8666acd9ceaab70fc7868332f20e2758f) our internal build machines started going offline in Jenkins. Clang after 3.5 release is consuming extreme amounts of memory in some cases. I have uploaded [1] one of affected files. $ g++ -std=c++11 -c -O1 -fPIC vpp_generated.ii -o