Displaying 7 results from an estimated 7 matches for "livestackanalysi".
Did you mean:
livestackanalysis
2014 Oct 13
2
[LLVMdev] Problem of stack slot coloring
...aid this optimization was for stack slot overlay for frame size
reduction, after register allocation phase.
And this transformation pass relies on the LiveStack analysis pass.
How, when checking the source code, it seems the LiveStack analysis has not
been implemented, since the code was found in LiveStackAnalysis.cpp:
*bool LiveStacks::runOnMachineFunction(MachineFunction &MF) {*
* TRI = MF.getTarget().getRegisterInfo();*
* // FIXME: No analysis is being done right now. We are relying on the*
* // register allocators to provide the information.*
* return false;*
*}*
And I found the greedy registe...
2014 Oct 14
2
[LLVMdev] Problem of stack slot coloring
...size reduction, after register allocation phase.
> > And this transformation pass relies on the LiveStack analysis pass.
> >
> >
> > How, when checking the source code, it seems the LiveStack analysis
> > has not been implemented, since the code was found in
> > LiveStackAnalysis.cpp:
> >
> >
> > bool LiveStacks::runOnMachineFunction(MachineFunction &MF) {
> > TRI = MF.getTarget().getRegisterInfo();
> > // FIXME: No analysis is being done right now. We are relying on the
> > // register allocators to provide the information.
> >...
2008 Jun 07
1
[LLVMdev] Patch for updating VS2005 project
Hi,
Three new files added:
lib\Analysis\ValueTracking.cpp
lib\CodeGen\StackSlotColoring.cpp
lib\CodeGen\LiveStackAnalysis.cpp
Regards,
Cédric
-------------- next part --------------
A non-text attachment was scrubbed...
Name: updVS2005prj.patch
Type: application/octet-stream
Size: 1064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080607/12ee59a0/attachment.obj>
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
...mponents.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/LinkAllCodegenComponents.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/LiveInterval.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/LiveIntervalAnalysis.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/LiveStackAnalysis.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/LiveVariables.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/MachORelocation.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/MachineBasicBlock.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/MachineCodeEmitter...
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
2010 Sep 30
6
[LLVMdev] CMake "sudo make install" & headers
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 simply an empty directory.
What am I doing wrong? This is on Mac OS X, CMake 2.8+
Kind regards,
Samuel
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...ugLine.cpp for Release+Asserts build
llvm[2]: Compiling RecordStreamer.cpp for Release+Asserts build
llvm[2]: Compiling MCDwarf.cpp for Release+Asserts build
llvm[2]: Compiling SymbolSize.cpp for Release+Asserts build
llvm[3]: Compiling DWARFDebugLoc.cpp for Release+Asserts build
llvm[2]: Compiling LiveStackAnalysis.cpp for Release+Asserts build
llvm[2]: Compiling MCELFObjectTargetWriter.cpp for Release+Asserts build
llvm[2]: Compiling SymbolicFile.cpp for Release+Asserts build
llvm[3]: Compiling DWARFDebugRangeList.cpp for Release+Asserts build
llvm[2]: Compiling MCELFStreamer.cpp for Release+Asserts build
l...