Displaying 7 results from an estimated 7 matches for "lopcode".
Did you mean:
opcode
2018 Sep 10
3
How to avoid multiple registers definitions in customInserter.
...t;getVRegDef assumes a single definition or no definition"' failed.
LLVMSymbolizer: error reading file: No such file or directory
Here is the inner part of my customInserter.
Are there any additional actions to perform during the customInserter.
MachineBasicBlock *
CLPTargetLowering::emitLOpcodeHOpcode(MachineInstr &MI,
MachineBasicBlock *MBB,
unsigned LOpcode,
unsigned HOpcode) const {
const TargetInstrInfo *TII = Subtarget->getInstrInfo();
DebugLoc Loc = MI.getDebugLoc();
const MachineOperand operand0 = MI.getOpe...
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...mathlib.c | 98 +-
com32/lua/src/lmem.c | 45 +-
com32/lua/src/lmem.h | 28 +-
com32/lua/src/loadlib.c | 613 +--
com32/lua/src/lobject.c | 251 +-
com32/lua/src/lobject.h | 460 +-
com32/lua/src/lopcodes.c | 31 +-
com32/lua/src/lopcodes.h | 106 +-
com32/lua/src/loslib.c | 166 +-
com32/lua/src/lparser.c | 1015 +++--
com32/lua/src/lparser.h | 75 +-
com32/lua/src/lstate.c | 271 +-
com32/lua/src/lsta...
2013 Oct 15
0
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...+-
> com32/lua/src/lmem.c | 45 +-
> com32/lua/src/lmem.h | 28 +-
> com32/lua/src/loadlib.c | 613 +--
> com32/lua/src/lobject.c | 251 +-
> com32/lua/src/lobject.h | 460 +-
> com32/lua/src/lopcodes.c | 31 +-
> com32/lua/src/lopcodes.h | 106 +-
> com32/lua/src/loslib.c | 166 +-
> com32/lua/src/lparser.c | 1015 +++--
> com32/lua/src/lparser.h | 75 +-
> com32/lua/src/lstate.c | 2...
2014 Mar 02
3
pull request: upgrade to Lua 5.2.3, automatic Linux boot menu and cmenu binding
...lib.c | 98 +-
com32/lua/src/lmem.c | 45 +-
com32/lua/src/lmem.h | 28 +-
com32/lua/src/loadlib.c | 641 +++--
com32/lua/src/lobject.c | 251 +-
com32/lua/src/lobject.h | 460 +++-
com32/lua/src/lopcodes.c | 31 +-
com32/lua/src/lopcodes.h | 106 +-
com32/lua/src/loslib.c | 166 +-
com32/lua/src/lparser.c | 1015 +++++---
com32/lua/src/lparser.h | 75 +-
com32/lua/src/lstate.c | 278 ++-
com32/lua/src/...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...0 0.01 73949
lobject.ll 12 62363 0 0.01 62348 0 0.01 62348
LockedStream.ll 7 16832 0 0.01 16800 0 0.01 16800
long_term.ll 4 66031 0 0.01 66001 0 0.01 66001
lookup.ll 2 68844 0 0.01 68813 0 0.01 68813
loopFilter.ll 8 157592 0 0.02 157571 0 0.02 157571
loop_unroll.ll 602 1276589 8 0.29 1276255 * * *
lopcodes.ll 0 5630 0 0.01 5615 0 0.01 5615
loslib.ll 17 46260 0 0.01 46245 0 0.02 46245
lowercase.ll 4 10513 0 0.01 10498 0 0.01 10498
lparser.ll 69 259824 0 0.03 259809 0 0.03 259809
lpbench.ll 8 51184 0 0.02 51162 0 0.02 51162
lpc.ll 5 97839 0 0.02 97809 0 0.02 97809
LR0.ll 13 75095 0 0.01 75069 0 0.02 7...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and