Displaying 6 results from an estimated 6 matches for "latencypriorityqueu".
Did you mean:
latencypriorityqueue
2017 Oct 25
2
Empty implementation of SchedulingPriorityQueue::dump
Hi All,
While reading SchedulePostRATDList::ListScheduleTopDown() [1], I
find SchedulingPriorityQueue::dump has an empty implementation. Therefore,
the following debug dump basically outputs nothing.
DEBUG(dbgs() << "\n*** Examining Available\n";
AvailableQueue.dump(this));
Not sure why we want this. Is it intended?
[1]
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
...nclude/llvm/CodeGen/GCs.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/ISDOpcodes.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/IntrinsicLowering.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/JITCodeEmitter.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/LatencyPriorityQueue.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CodeGen/LinkAllAsmWriterComponents.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/L...
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
...Building Release+Asserts Archive Library libLLVMMCDisassembler.a
make[3]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/MC/MCDisassembler'
llvm[3]: Compiling ELFAsmParser.cpp for Release+Asserts build
llvm[2]: Compiling ArchiveWriter.cpp for Release+Asserts build
llvm[2]: Compiling LatencyPriorityQueue.cpp for Release+Asserts build
llvm[3]: Compiling MCAsmLexer.cpp for Release+Asserts build
make[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/Option'
llvm[2]: Compiling Arg.cpp for Release+Asserts build
llvm[2]: Compiling Binary.cpp for Release+Asserts build
llvm[3]: Compiling...
2012 Apr 19
0
[LLVMdev] Target Dependent Hexagon Packetizer patch
...ors.h"
>> +#include "llvm/CodeGen/MachineFunctionPass.h"
>> +#include "llvm/CodeGen/MachineLoopInfo.h"
>> +#include "llvm/CodeGen/ScheduleDAG.h"
>> +#include "llvm/CodeGen/ScheduleDAGInstrs.h"
>> +#include "llvm/CodeGen/LatencyPriorityQueue.h"
>> +#include "llvm/CodeGen/SchedulerRegistry.h"
>> +#include "llvm/CodeGen/MachineFrameInfo.h"
>> +#include "llvm/CodeGen/MachineInstrBuilder.h"
>> +#include "llvm/CodeGen/MachineRegisterInfo.h"
>> +#include "llvm/C...