Displaying 20 results from an estimated 15470 matches for "cpp's".
2017 Aug 01
2
[RFC] Profile guided section layout
...;uint8_t> BuildIdVector;
llvm::MapVector<Symbol *, RenamedSymbol> RenamedSymbols;
+ llvm::DenseMap<std::pair<llvm::StringRef, llvm::StringRef>, uint64_t>
+ CFGProfile;
bool AllowMultipleDefinition;
bool AsNeeded = false;
bool Bsymbolic;
diff --git a/ELF/Driver.cpp b/ELF/Driver.cpp
index 263ba7b..04740db 100644
--- a/ELF/Driver.cpp
+++ b/ELF/Driver.cpp
@@ -600,6 +600,23 @@ static std::vector<StringRef> getLines(MemoryBufferRef MB) {
return Ret;
}
+static void readCallGraph(MemoryBufferRef MB) {
+ DenseMap<std::pair<StringRef, StringRef>,...
2017 Jul 31
2
[RFC] Profile guided section layout
...ool AllowMultipleDefinition;
bool AsNeeded = false;
bool Bsymbolic;
@@ -127,6 +130,7 @@ struct Configuration {
bool GnuHash;
bool ICF;
bool MipsN32Abi = false;
+ bool NoCFGProfileReorder;
bool NoGnuUnique;
bool NoUndefinedVersion;
bool NoinhibitExec;
diff --git a/ELF/Driver.cpp b/ELF/Driver.cpp
index 263ba7b..84d4d80 100644
--- a/ELF/Driver.cpp
+++ b/ELF/Driver.cpp
@@ -644,6 +644,7 @@ void LinkerDriver::readConfigs(opt::InputArgList &Args) {
Config->LTOO = getInteger(Args, OPT_lto_O, 2);
Config->LTOPartitions = getInteger(Args, OPT_lto_partitions, 1);
C...
2004 Sep 19
0
MFC compile problem
...cht/afxprint.rc
Include/l.cht/afxisapi.rc
Include/l.cht/afxctl.rc
Include/l.cht/afxres.rc
Include/l.chs/afxdb.rc
Include/l.chs/afxprint.rc
Include/l.chs/afxisapi.rc
Include/l.chs/afxres.rc
Include/l.chs/afxctl.rc
Include/l.chs/afxolecl.rc
Include/l.chs/afxolesv.rc
src/afxabort.cpp
src/afxasert.cpp
src/afxcrit.cpp
src/afxdbcs.cpp
src/afxinl1.cpp
src/afxinl2.cpp
src/afxinl3.cpp
src/afxmem.cpp
src/afxstate.cpp
src/afxtls.cpp
src/afxtrace.cpp
src/app3d.cpp
src/app3ds.cpp
src/appcore.cpp
src/appdlg.cpp
src/appgray.cpp
src/apphelp.cpp
src/apphelpx...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
llvm[4]: Compiling PoolAllocate.cpp for Release+Asserts build
/home/NIKHILREDDY/WORK/LLVM_SRC/projects/poolalloc/lib/PoolAllocate/PoolAllocate.cpp:
In member function ‘virtual bool
llvm::PoolAllocate::runOnModule(llvm::Module&)’:
/home/NIKHILREDDY/WORK/LLVM_SRC/projects/poolalloc/lib/PoolAllocate/PoolAllocate.cpp:403:16:
error: ‘...
2017 Jan 25
2
LLVM 3.9.1 build race?
...build/NATIVE/lib/Support && /usr/bin/cmake -P CMakeFiles/LLVMSupport.dir/cmake_clean_target.cmake
cd build/NATIVE/lib/Support && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLVMSupport.dir/link.txt --verbose=1
/usr/bin/ar qc ../libLLVMSupport.a CMakeFiles/LLVMSupport.dir/APFloat.cpp.o CMakeFiles/LLVMSupport.dir/APInt.cpp.o CMakeFiles/LLVMSupport.dir/APSInt.cpp.o CMakeFiles/LLVMSupport.dir/ARMBuildAttrs.cpp.o CMakeFiles/LLVMSupport.dir/ARMWinEH.cpp.o CMakeFiles/LLVMSupport.dir/Allocator.cpp.o CMakeFiles/LLVMSupport.dir/BlockFrequency.cpp.o CMakeFiles/LLVMSupport.dir/BranchProba...
2017 Oct 14
3
darwin bootstrap failure
On Sat, Oct 14, 2017 at 10:25 AM, Don Hinton <hintonda at gmail.com> wrote:
> Hi Jack:
>
> Looks like I missed this one in my recent change.
>
> Please let me know if this solves your problem:
>
> $ git diff
> diff --git a/utils/TableGen/InfoByHwMode.cpp
> b/utils/TableGen/InfoByHwMode.cpp
> index 7e1e1864356..8d3636432aa 100644
> --- a/utils/TableGen/InfoByHwMode.cpp
> +++ b/utils/TableGen/InfoByHwMode.cpp
> @@ -98,14 +98,16 @@ void ValueTypeByHwMode::writeToStream(raw_ostream
> &OS) const {
> OS << '}';
&...
2017 Oct 14
2
darwin bootstrap failure
...rings -Wcast-qual
-Wmissing-field-initializers -pedantic -Wno-long-long
-Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor
-Wstring-conversion -O3 -Wl,-search_paths_first
-Wl,-headerpad_max_install_names -L/sw/lib -Wl,-dead_strip
CMakeFiles/obj.llvm-tblgen.dir/AsmMatcherEmitter.cpp.o
CMakeFiles/obj.llvm-tblgen.dir/AsmWriterEmitter.cpp.o
CMakeFiles/obj.llvm-tblgen.dir/AsmWriterInst.cpp.o
CMakeFiles/obj.llvm-tblgen.dir/Attributes.cpp.o
CMakeFiles/obj.llvm-tblgen.dir/CallingConvEmitter.cpp.o
CMakeFiles/obj.llvm-tblgen.dir/CodeEmitterGen.cpp.o
CMakeFiles/obj.llvm-tblgen.dir/CodeG...
2011 May 06
0
[LLVMdev] Question about linking llvm-mc when porting a new backend
...g CXX executable ../../bin/llvm-mc
Undefined symbols:
"llvm::TargetRegisterInfo::getInitialFrameState(std::vector<llvm::MachineMove,
std::allocator<llvm::MachineMove> >&) const", referenced from:
vtable for llvm::EBCRegisterInfoin
libLLVMEBCCodeGen.a(EBCRegisterInfo.cpp.o)
vtable for llvm::EBCGenRegisterInfoin
libLLVMEBCCodeGen.a(EBCRegisterInfo.cpp.o)
"llvm::TargetMachine::getAsmVerbosityDefault()", referenced from:
getVerboseAsm() in libLLVMCodeGen.a(LLVMTargetMachine.cpp.o)
"llvm::TargetData::getPrefTypeAlignment(llvm::Type co...
2017 Oct 14
2
darwin bootstrap failure
...the stage1
build (which is where the failure occurs). Greping for LLVM_ENABLE_DUMP in the
stage1 build directory only shows...
% grep -R LLVM_ENABLE_DUMP *
include/llvm/Config/llvm-config.h:/* #undef LLVM_ENABLE_DUMP */
Binary file
utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/SubtargetEmitter.cpp.o matches
Jack
ps A more general grep for DUMP in CMakeCacne.txt shows...
% grep DUMP CMakeCache.txt
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
LLVM_FORCE_ENABLE_DUMP:BOOL=OFF
LLVM_TOOL_LLVM_CXXDUMP_BUILD:BOOL=ON
LLVM_TOOL_LLVM_DWARFDUMP_BUILD:BOOL=ON
LLVM_TOOL_LLVM_OBJDUMP_BUILD:BOOL=ON
//ADVANC...
2019 Jan 23
2
Windows/Clang build instrumented/PGO
...FAILED: bin/llvm-tblgen.exe
cmd.exe /C "cd . && C:\.conan\6785u87h\1\bin\cmake.exe -E vs_link_exe
--intdir=utils\TableGen\CMakeFiles\llvm-tblgen.dir --manifests --
C:\code\clang-builder\src\bootstrap\bin\lld-link.exe /nologo
utils\TableGen\CMakeFiles\llvm-tblgen.dir\AsmMatcherEmitter.cpp.obj
utils\TableGen\CMakeFiles\llvm-tblgen.dir\AsmWriterEmitter.cpp.obj
utils\TableGen\CMakeFiles\llvm-tblgen.dir\AsmWriterInst.cpp.obj
utils\TableGen\CMakeFiles\llvm-tblgen.dir\Attributes.cpp.obj
utils\TableGen\CMakeFiles\llvm-tblgen.dir\CallingConvEmitter.cpp.obj
utils\TableGen\CMakeFiles\llvm-tbl...
2017 Oct 15
2
darwin bootstrap failure
...at gmail.com> wrote:
>>>
>>> Hi Jack:
>>>
>>> Looks like I missed this one in my recent change.
>>>
>>> Please let me know if this solves your problem:
>>>
>>> $ git diff
>>> diff --git a/utils/TableGen/InfoByHwMode.cpp
>>> b/utils/TableGen/InfoByHwMode.cpp
>>> index 7e1e1864356..8d3636432aa 100644
>>> --- a/utils/TableGen/InfoByHwMode.cpp
>>> +++ b/utils/TableGen/InfoByHwMode.cpp
>>> @@ -98,14 +98,16 @@ void ValueTypeByHwMode::writeToStream(raw_ostream
>>> &am...
2007 Jul 10
1
cleanup and Makevars
...ext architecture.
I have a package which includes a large SDK which I have put in
src/fusion_sdk
(and subdirectories). I take care of that by using a Makevars file
with essentially (the whole Makevars file is reproduced below)
PKG_SOURCES = \
fusion_sdk/calvin_files/data/src/CDFData.cpp
OBJS=$(PKG_SOURCES:.cpp=.o)
all: $(SHLIB)
However, this setup does not remove the object files in the
fusion_sdk subdirectory. From a posting on R-sig-mac by Simon Urbanek
I learned that I need to clean up these directories myself.
I have - per R extensions - attempted to do so using a pkgn...
2010 May 06
1
R on kdeedu-svn library problem
...vn version of
kdeedu on an amd64 linux machine ?which uses R and I get the following
compiler output.
-------------------------------------------
?79%] Building CXX object
cantor/src/backends/R/rserver/CMakeFiles/cantor_rserver.dir/rserver.o
$SOURCES/kdeedu/cantor/src/backends/R/rserver/rserver.cpp: In member
function 'void RServer::runCommand(const QString&, bool)':
$SOURCES/kdeedu/cantor/src/backends/R/rserver/rserver.cpp:217:
warning: 'result' may be used uninitialized in this function
[ 79%] Building CXX object
cantor/src/backends/R/rserver/CMakeFiles/cantor_rserver...
2005 Apr 22
0
[LLVMdev] tabs
I found 179 more *.{c,cpp,h} files with tabs. Unfortunately, the tabs
stops used vary so blindly expanding them messes up alignment in many
cases :(
Index: examples/BFtoLLVM/BFtoLLVM.cpp
Index: include/llvm/AbstractTypeUser.h
Index: include/llvm/GlobalVariable.h
Index: include/llvm/InstrTypes.h
Index: include/llvm/Intri...
2017 Oct 14
2
darwin bootstrap failure
...ng for LLVM_ENABLE_DUMP
>> in the stage1 build directory only shows...
>>
>> % grep -R LLVM_ENABLE_DUMP *
>>
>> include/llvm/Config/llvm-config.h:/* #undef LLVM_ENABLE_DUMP */
>>
>> Binary file utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/SubtargetEmitter.cpp.o
>> matches
>>
>> Jack
>> ps A more general grep for DUMP in CMakeCacne.txt shows...
>>
>> % grep DUMP CMakeCache.txt
>> CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
>> LLVM_FORCE_ENABLE_DUMP:BOOL=OFF
>> LLVM_TOOL_LLVM_CXXDUMP_BUILD:BOOL=ON
>&...
2017 Aug 26
2
building release_50 with gcc7.2.0 on MacOS: duplicate symbol llvm::DominatorTreeBase
...++11 -Wall -W
-Wno-unused-parameter -Wwrite-strings -Wcast-qual
-Wno-missing-field-initializers -pedantic -Wno-long-long
-Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -O3
-DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names
-rdynamic CMakeFiles/bugpoint.dir/BugDriver.cpp.o
CMakeFiles/bugpoint.dir/CrashDebugger.cpp.o
CMakeFiles/bugpoint.dir/ExecutionDriver.cpp.o
CMakeFiles/bugpoint.dir/ExtractFunction.cpp.o
CMakeFiles/bugpoint.dir/FindBugs.cpp.o
CMakeFiles/bugpoint.dir/Miscompilation.cpp.o
CMakeFiles/bugpoint.dir/OptimizerDriver.cpp.o
CMakeFiles/bugpoint.dir/ToolRun...
2017 Oct 15
2
darwin bootstrap failure
...> >>>
>> >>> Looks like I missed this one in my recent change.
>> >>>
>> >>> Please let me know if this solves your problem:
>> >>>
>> >>> $ git diff
>> >>> diff --git a/utils/TableGen/InfoByHwMode.cpp
>> >>> b/utils/TableGen/InfoByHwMode.cpp
>> >>> index 7e1e1864356..8d3636432aa 100644
>> >>> --- a/utils/TableGen/InfoByHwMode.cpp
>> >>> +++ b/utils/TableGen/InfoByHwMode.cpp
>> >>> @@ -98,14 +98,16 @@ void ValueTypeByHwMod...
2005 Aug 04
9
wxruby2 retooling
...e causing too many
problems. Ubuntu breezy will have 1.3.24, so I''m retargeting wxruby2 to
swig 1.3.24+. At the moment, I have 1.3.25 on my system, since that''s
the current release.
I''m finding all kinds of problems with the post-processors we have that
clean up the .cpp files that swig creates. The post-processors were
always pretty hackish, and the swig upgrade has exposed this flaw.
Basically, I''m going to rework the post-processors one-by-one until they
work with swig 1.3.25. It will probably take several days, so don''t
expect any other wx...
2017 Oct 15
2
darwin bootstrap failure
...like I missed this one in my recent change.
>> >> >>>
>> >> >>> Please let me know if this solves your problem:
>> >> >>>
>> >> >>> $ git diff
>> >> >>> diff --git a/utils/TableGen/InfoByHwMode.cpp
>> >> >>> b/utils/TableGen/InfoByHwMode.cpp
>> >> >>> index 7e1e1864356..8d3636432aa 100644
>> >> >>> --- a/utils/TableGen/InfoByHwMode.cpp
>> >> >>> +++ b/utils/TableGen/InfoByHwMode.cpp
>> >> >>&...
2017 Oct 14
2
darwin bootstrap failure
...ly shows...
>>>>
>>>> % grep -R LLVM_ENABLE_DUMP *
>>>>
>>>> include/llvm/Config/llvm-config.h:/* #undef LLVM_ENABLE_DUMP */
>>>>
>>>> Binary file utils/TableGen/CMakeFiles/obj.
>>>> llvm-tblgen.dir/SubtargetEmitter.cpp.o matches
>>>>
>>>> Jack
>>>> ps A more general grep for DUMP in CMakeCacne.txt shows...
>>>>
>>>> % grep DUMP CMakeCache.txt
>>>> CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
>>>> LLVM_FORCE_ENABLE_DUMP:BOOL=OFF
>...