Displaying 4 results from an estimated 4 matches for "asanstackframelayout".
2017 Dec 09
2
[cfe-dev] Who wants faster LLVM/Clang builds?
...ectorize.cpp 0.73 0.29 -60.7% 52.7 35.5 -32.6%
tools/llvm-diff/DiffLog.cpp 0.59 0.27 -53.8% 50.7 33.7 -33.7%
lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp 0.47 0.25 -46.7% 46.7 37.9 -18.9%
lib/DebugInfo/DWARF/DWARFExpression.cpp 0.67 0.38 -43.5% 47.4 34.8 -26.7%
lib/Transforms/Utils/ASanStackFrameLayout.cpp 0.52 0.32 -38.8% 41.7 33.7 -19.2%
tools/llvm-dwp/llvm-dwp.cpp 2.48 1.53 -38.3% 92.5 55.2 -40.3%
Full list:
Clang top 10
Filename TimeOld TimeNew Delta SizeOld SizeNew SizeDelta
tools/libclang/CXString.cpp 2.25 0.30 -86.9% 85.1 31.7 -62.7%
lib/Tooling/CommonOptionsParser.cpp 2.3...
2017 Dec 15
3
[cfe-dev] Who wants faster LLVM/Clang builds?
...0.29 -60.7% 52.7 35.5 -32.6%
> tools/llvm-diff/DiffLog.cpp 0.59 0.27 -53.8% 50.7 33.7 -33.7%
> lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp 0.47 0.25 -46.7%
> 46.7 37.9 -18.9%
> lib/DebugInfo/DWARF/DWARFExpression.cpp 0.67 0.38 -43.5% 47.4 34.8 -26.7%
> lib/Transforms/Utils/ASanStackFrameLayout.cpp 0.52 0.32 -38.8% 41.7 33.7
> -19.2%
> tools/llvm-dwp/llvm-dwp.cpp 2.48 1.53 -38.3% 92.5 55.2 -40.3%
>
> Full list:
> <llvm.txt>
>
> *Clang top 10*
> *Filename TimeOld TimeNew Delta SizeOld SizeNew SizeDelta*
> tools/libclang/CXString.cpp 2.25 0.30 -86.9% 85.1 31...
2017 Dec 06
3
[cfe-dev] Who wants faster LLVM/Clang builds?
- We do indeed have a lot of unnecessary includes around in llvm (or pretty much any other C++ project for that matter).
- I want faster builds.
- The only way to reliably fight this is indeed automatic tools.
- Having the right amount of includes also has documentation value and ideally let's you understand the structure of your project.
- However relying on transitive includes works contrary
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...lysis.cpp for Release+Asserts build
make[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/Transforms'
make[3]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/Transforms/Utils'
llvm[3]: Building Release+Asserts Archive Library libLLVMBitReader.a
llvm[3]: Compiling ASanStackFrameLayout.cpp for Release+Asserts build
make[3]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/Bitcode/Reader'
make[2]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/Bitcode'
llvm[2]: Compiling BlockFrequencyInfo.cpp for Release+Asserts build
llvm[3]: Compiling AddDiscrimina...