Displaying 20 results from an estimated 22 matches for "stringpool".
2007 Nov 30
0
[LLVMdev] GC patches again
>> Attached. This makes the last change set compatible with the new
>> hand-written lexer—a whole one line change!
>>
>> See the readme file in the zip archive.
Hi Gordon, here's some feedback:
include/llvm/Support/StringPool.h (+124)
lib/Support/StringPool.cpp (+52)
A reference-counted string interning facility. Will be used by the
next patch.
This implementation is not as fast as it could be, I'd suggest
switching to using StringMap<char> (char being a dummy). However,
this is a fine starting point,...
2008 May 21
3
[LLVMdev] 2.3 Pre-release available for testing
Razvan Aciu wrote:
> As I saw from the mailing list the MSVC 2005 patches were made to take into
> account the new files from the development branch, files which are not in
> the 2.3 release. So for now the below patch is the only one functional for
> the release. If I am wrong, please someone correct me.
>
> If someone can make a 2005 patch for the release branch, it is ok.
2011 Nov 02
1
[LLVMdev] supporting dwarf relocations
In ELF .o files with debug info, there are relocations applied to the DWARF
sections. For example, when emitting offsets into the stringpool, we emit a
relocation.
How should we support this? llvm-dwarfdump currently works by finding the
relevant dwarf sections and passing them in to lib/DebugInfo. The
relocations can be iterated over in lib/Object using the
relocation_iterator.
Should dwarfdump apply its own relocations and hand Debu...
2010 Jun 12
1
Problem launching Cursed mountain
...------------------------
Version: 99156 MASTER EU @ 2009/12/09 15:28
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 21/02/2010, dlt (d/m/y): 17/10/2010
Started at: 2010-06-12 14:16:50
Windows version: 6.00 build 1772
Create Heap StringPool: 00AA7F80 - 2097152
Starting in directory D:\Cursed_Mountain\
SaveGameManager::Init()
Loading Settings...
fixme:win:EnumDisplayDevicesW ((null),0,0x32f3b0,0x00000000), stub!
Capability Warning: CanDrawSystemToNonLocal
Calling MainProgram::Init.
Creating RequestScheduler
RequestScheduler created
Req...
2017 May 29
3
Should we split llvm Support and ADT?
2017-05-26 17:47 GMT-07:00 Zachary Turner via llvm-dev <
llvm-dev at lists.llvm.org>:
> Changing a header file somewhere and having to spend 10 minutes waiting
> for a build leads to a lot of wasted developer time.
>
> The real culprit here is tablegen. Can we split support and ADT into two
> - the parts that tablegen depends on and the parts that it doesn't?
>
2008 Jul 27
0
[LLVMdev] Hi
Hello, I want to use LLVM to develop a 64-bit operating system (64-bit
Win64 DLL targets) on a 32-bit Windows host. Is this possible?
Also I get the following error when I try make install:
llvm[1]: Compiling StringPool.cpp for Release build
llvm[1]: Compiling SystemUtils.cpp for Release build
llvm[1]: Compiling Timer.cpp for Release build
llvm[1]: Building Release Archive Library libLLVMSupport.a
llvm[1]: Installing Release Archive Library /usr/local/lib/libLLVMSupport.a
make[1]: Leaving directory `/c/Downloads/l...
2007 Dec 09
1
[LLVMdev] Next GC patch for review
...ese methods to Function and makes corresponding changes to
assembly and bitcode:
bool hasCollector() const;
const char *getCollector() const;
void setCollector(const char *);
void clearCollector();
The assembly representation is as such:
define void @f() gc "shadow-stack" { ...
Uses StringPool to unique collector names, which are extremely likely
to be unique per process.
gc-5b-regen.patch (+1245 -1209):
lib/AsmParser/llvmAsmParser.cpp.cvs (+1221 -1197)
lib/AsmParser/llvmAsmParser.h.cvs (+11 -9)
lib/AsmParser/llvmAsmParser.y.cvs (+13 -3)
Regenerate.
-------------- next p...
2017 May 29
3
Should we split llvm Support and ADT?
...tyStackTrace.h
> Printable.h
> Process.h
> Program.h
> RandomNumberGenerator.h
> raw_os_ostream.h
> raw_ostream.h
> raw_sha1_ostream.h
> Recycler.h
> RecyclingAllocator.h
> Regex.h
> RWMutex.h
> SaveAndRestore.h
> ScaledNumber.h
> SHA1.h
> Signals.h
> StringPool.h
> StringSaver.h
> SwapByteOrder.h
> SystemUtils.h
> thread.h
> Threading.h
> ThreadLocal.h
> ThreadPool.h
> Timer.h
> TrailingObjects.h
> Unicode.h
> UnicodeCharRanges.h
> UniqueLock.h
> Watchdog.h
> Win64EH.h
> WindowsError.h
> xxhash.h
>
>
&...
2008 Feb 17
1
[LLVMdev] llvm 2.2 build problems
....cpp for Release build
llvm[1]: Compiling SmallPtrSet.cpp for Release build
llvm[1]: Compiling Statistic.cpp for Release build
llvm[1]: Compiling Streams.cpp for Release build
llvm[1]: Compiling StringExtras.cpp for Release build
llvm[1]: Compiling StringMap.cpp for Release build
llvm[1]: Compiling StringPool.cpp for Release build
llvm[1]: Compiling SystemUtils.cpp for Release build
llvm[1]: Compiling Timer.cpp for Release build
llvm[1]: Building Release Archive Library libLLVMSupport.a
llvm[2]: Compiling AsmWriterEmitter.cpp for Release build
llvm[2]: Compiling CallingConvEmitter.cpp for Release build...
2017 May 29
3
Should we split llvm Support and ADT?
...tyStackTrace.h
> Printable.h
> Process.h
> Program.h
> RandomNumberGenerator.h
> raw_os_ostream.h
> raw_ostream.h
> raw_sha1_ostream.h
> Recycler.h
> RecyclingAllocator.h
> Regex.h
> RWMutex.h
> SaveAndRestore.h
> ScaledNumber.h
> SHA1.h
> Signals.h
> StringPool.h
> StringSaver.h
> SwapByteOrder.h
> SystemUtils.h
> thread.h
> Threading.h
> ThreadLocal.h
> ThreadPool.h
> Timer.h
> TrailingObjects.h
> Unicode.h
> UnicodeCharRanges.h
> UniqueLock.h
> Watchdog.h
> Win64EH.h
> WindowsError.h
> xxhash.h
>
>
&...
2017 Jan 25
2
LLVM 3.9.1 build race?
...iles/LLVMSupport.dir/SourceMgr.cpp.o CMakeFiles/LLVMSupport.dir/SpecialCaseList.cpp.o CMakeFiles/LLVMSupport.dir/Statistic.cpp.o CMakeFiles/LLVMSupport.dir/StreamingMemoryObject.cpp.o CMakeFiles/LLVMSupport.dir/StringExtras.cpp.o CMakeFiles/LLVMSupport.dir/StringMap.cpp.o CMakeFiles/LLVMSupport.dir/StringPool.cpp.o CMakeFiles/LLVMSupport.dir/StringSaver.cpp.o CMakeFiles/LLVMSupport.dir/StringRef.cpp.o CMakeFiles/LLVMSupport.dir/SystemUtils.cpp.o CMakeFiles/LLVMSupport.dir/TargetParser.cpp.o CMakeFiles/LLVMSupport.dir/ThreadPool.cpp.o CMakeFiles/LLVMSupport.dir/Timer.cpp.o CMakeFiles/LLVMSupport.dir/Tool...
2014 Feb 04
0
Unable to print to SAMBA+CUPS server from Win2k12 server
...in)
D [04/Feb/2014:09:53:55 -0600] Report: clients=1
D [04/Feb/2014:09:53:55 -0600] Report: jobs=8
D [04/Feb/2014:09:53:55 -0600] Report: jobs-active=0
D [04/Feb/2014:09:53:55 -0600] Report: printers=3
D [04/Feb/2014:09:53:55 -0600] Report: printers-implicit=0
D [04/Feb/2014:09:53:55 -0600] Report: stringpool-string-count=551
D [04/Feb/2014:09:53:55 -0600] Report: stringpool-alloc-bytes=8416
D [04/Feb/2014:09:53:55 -0600] Report: stringpool-total-bytes=12008
D [04/Feb/2014:09:53:55 -0600] cupsdReadClient: 13 POST / HTTP/1.1
D [04/Feb/2014:09:53:55 -0600] cupsdSetBusyState: Active clients
D [04/Feb/2014:...
2011 Feb 11
0
[LLVMdev] Compiler error when self-hosting
...pp for Release build
llvm[1]: Compiling SmallVector.cpp for Release build
llvm[1]: Compiling SourceMgr.cpp for Release build
llvm[1]: Compiling Statistic.cpp for Release build
llvm[1]: Compiling StringExtras.cpp for Release build
llvm[1]: Compiling StringMap.cpp for Release build
llvm[1]: Compiling StringPool.cpp for Release build
llvm[1]: Compiling StringRef.cpp for Release build
llvm[1]: Compiling SystemUtils.cpp for Release build
llvm[1]: Compiling TargetRegistry.cpp for Release build
llvm[1]: Compiling ThreadLocal.cpp for Release build
llvm[1]: Compiling Threading.cpp for Release build
llvm[1]: Comp...
2015 Apr 16
2
[LLVMdev] Compile SPEC2006 with clang-3.2, multi definition errors.
...le.bc real.bc recog.bc
reg-stack.bc regclass.bc
regmove.bc regrename.bc reload.bc reload1.bc reorg.bc resource.bc rtl.bc
rtlanal.bc rtl-error.bc sbitmap.bc sched-deps.bc sched-ebb.bc sched-rgn.bc
sched-vi
s.bc sdbout.bc sibcall.bc simplify-rtx.bc ssa.bc ssa-ccp.bc ssa-dce.bc
stmt.bc stor-layout.bc stringpool.bc timevar.bc toplev.bc tree.bc
tree-dump.bc tree-in
line.bc unroll.bc varasm.bc varray.bc vmsdbgout.bc xcoffout.bc ggc-page.bc
i386.bc xmalloc.bc xexit.bc hashtab.bc safe-ctype.bc splay-tree.bc
xstrdup.bc md5.
bc fibheap.bc xstrerror.bc concat.bc partition.bc hex.bc lbasename.bc
getpwd.bc ucbqsort...
2006 Jul 10
1
[LLVMdev] enabling Debian x86_64 for llvm 1.7
...rint-rtl.o print-tree.o profile.o value-prof.o var-tracking.o real.o
recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o
reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o
sched-ebb.o sched-rgn.o sched-vis.o sdbout.o simplify-rtx.o sreal.o
stmt.o stor-layout.o stringpool.o targhooks.o timevar.o toplev.o
tracer.o tree.o tree-dump.o varasm.o varray.o vec.o version.o
vmsdbgout.o xcoffout.o alloc-pool.o et-forest.o cfghooks.o bt-load.o
pretty-print.o ggc-page.o web.o passes.o rtl-profile.o tree-profile.o
rtlhooks.o cfgexpand.o lambda-mat.o lambda-trans.o lambda-code...
2010 Oct 02
2
[LLVMdev] tblgen(75451) malloc: *** error for object 0x7fff5fbfcbd0: pointer being reallocated was not allocated
...SmallVector.cpp for Release+Asserts build
llvm[1]: Compiling SourceMgr.cpp for Release+Asserts build
llvm[1]: Compiling Statistic.cpp for Release+Asserts build
llvm[1]: Compiling StringExtras.cpp for Release+Asserts build
llvm[1]: Compiling StringMap.cpp for Release+Asserts build
llvm[1]: Compiling StringPool.cpp for Release+Asserts build
llvm[1]: Compiling StringRef.cpp for Release+Asserts build
llvm[1]: Compiling SystemUtils.cpp for Release+Asserts build
llvm[1]: Compiling TargetRegistry.cpp for Release+Asserts build
llvm[1]: Compiling Timer.cpp for Release+Asserts build
llvm[1]: Compiling Triple.cpp...
2010 Oct 04
0
[LLVMdev] tblgen(75451) malloc: *** error for object 0x7fff5fbfcbd0: pointer being reallocated was not allocated
...se+Asserts build
> llvm[1]: Compiling SourceMgr.cpp for Release+Asserts build
> llvm[1]: Compiling Statistic.cpp for Release+Asserts build
> llvm[1]: Compiling StringExtras.cpp for Release+Asserts build
> llvm[1]: Compiling StringMap.cpp for Release+Asserts build
> llvm[1]: Compiling StringPool.cpp for Release+Asserts build
> llvm[1]: Compiling StringRef.cpp for Release+Asserts build
> llvm[1]: Compiling SystemUtils.cpp for Release+Asserts build
> llvm[1]: Compiling TargetRegistry.cpp for Release+Asserts build
> llvm[1]: Compiling Timer.cpp for Release+Asserts build
> llvm[...
2006 Oct 13
0
Wine release 0.9.23
...gdi/tests: Win64 printf format warning fixes.
kernel32: Win64 printf format warning fixes.
Mike McCormack (27):
msi: Check that transforms preserve tables.
msi: Win64 printf format warning fixes.
msi: Remove an unused variable.
msi: Only declare the szStringData and szStringPool strings once.
msi: Only ignore the StringPool and StringData in a transform.
kernel32: Return some fake data in FindActCtxSectionStringW.
msi: Handle null integers properly in transforms.
msi: Transform the _Columns and _Tables tables first so the table metadata is present f...
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
...vm/Support/SMLoc.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Support/SourceMgr.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Support/StableBasicBlockNumbering.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Support/StandardPasses.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Support/StringPool.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Support/SystemUtils.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Support/TargetFolder.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Support/Timer.h
-- Installing: /usr/local/llvm-2.8/include/llvm/Support/TypeBuilder.h
-- Installing: /usr/lo...
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