Displaying 20 results from an estimated 6000 matches similar to: "[LLVMdev] How step into TableGen-generated files from xcode?"
2008 Dec 18
0
[LLVMdev] Troubles with clang and llvm libraries and simple Xcode project
Hi,
I'm having a hard time linking the LLVM/clang libraries in Xcode.
I've been fighting this for a couple of days now, and decided to make
a fresh checkout and a super-simple demo project to try and isolate
the problem, but even so I'm getting undefined symbol errors in the
linker for the static libraries LLVM is producing. This is really
baffling, so probably I'm
2011 Jul 29
2
[LLVMdev] sys::getHostTriple failed to recognize ARM correctly
Hi, all
It seems that rev. 131463 [1] makes LLVM failed to recognize ARM
correctly. My best guess is the variable LLVM_HOSTTRIPLE got
something like "armv7l-unknown-linux-gnueabi" when LLVM compiled
natively on ARM. Then the Arch (armv7l) is not recognized by LLVM.
As you can see from attach (llvm-131463-gcc-4.4.1-native-arm2.log),
there are a lot failure while running test cases
2013 May 28
2
[LLVMdev] Global variables on LLVM JIT on ARM (Android)
Hi all,
I'm trying to extend the Dalvik VM to load some LLVM assembly from the SD
card, JIT it, and execute it. I'm using AOSP 4.0.4, a Galaxy Nexus, and the
version of LLVM that comes in the external project of AOSP (LLVM 2.8, I
believe?)
I have the following LLVM assembly:
target datalayout =
2011 Aug 30
5
[LLVMdev] ARMCodeEmitter.cpp JIT support very broken (2.9 and svn)
Is MC JIT support expected in 3.0, and if not, what does the timeline look like?
Would I be better off trying to get the supported but incomplete MC JITter working than spending effort preserving the dead branch?
Thanks
Craig
On Aug 30, 2011, at 4:44 PM, James Molloy wrote:
> Hi Craig,
>
>
> The problem with this is that the ARM JIT was never gotten to "supported"
2011 Aug 30
0
[LLVMdev] ARMCodeEmitter.cpp JIT support very broken (2.9 and svn)
Hi Craig,
The problem with this is that the ARM JIT was never gotten to "supported" status at any point, so regressions were not monitored. The code path is essentially dead, at the moment, with noone willing to invest time in flogging a dead horse as it'll all have to be rewritten when MC lands properly and someone has the time/inclination to architect it.
I understand your
2013 Oct 01
5
[LLVMdev] JIT compiler on ARM issue
Hello all,
When using the JIT on ARM, I get the following error message. The code works fine on both X86 32 and 64 bit architectures.
rbx: /home/dirkjan/llvm-3.3.src/include/llvm/CodeGen/MachineOperand.h:260: unsigned int llvm::MachineOperand::getReg() const: Assertion `isReg() && "This is not a register operand!"' failed.
Program received signal SIGABRT, Aborted.
2010 Oct 27
1
[LLVMdev] ARMCodeEmitter vs ARMMCCodeEmitter (ARM relocations for ELF)
Hi everyone,
I am getting into the ARM specific relocation for MC/ELF, and have
some questions
There are some x86/arm specific relocation values already, before they
are lowered down to ELF reloc types
(i.e. ARMRelocations.h and X86Relocations.h)
As near as I can figure it, the relocation constants in
(ARM|X86)Relocations.h are used only in ARMCodeEmitter, and
X86CodeEmitter.cpp respectively -
2011 Aug 30
2
[LLVMdev] ARMCodeEmitter.cpp JIT support very broken (2.9 and svn)
On Aug 30, 2011, at 3:12 PM, Owen Anderson wrote:
> The non-MC-based ARM JIT path is known not to work, and nobody is working on fixing it. The MC-based instruction encoder is rapidly maturing is generally passable for static encoding, but the MCJIT is still in its infancy.
I was relying on this support in LLVM 2.8, and while it is definitely incomplete, it does work if you don't depend
2011 Mar 19
1
[LLVMdev] Cyclic dependencies while building llvm shared libraries using CMake
Hello, I'm facing some problems while building LLVM 2.8 shared libraries
from source using CMake:
cmake -DBUILD_SHARED_LIBS=true ..
This is the output error:
CMake Error: The inter-target dependency graph contains the following
strongly connected component (cycle):
"LLVMARMCodeGen" of type SHARED_LIBRARY
depends on "LLVMARMAsmPrinter"
2012 Nov 17
2
[LLVMdev] Poll: Do you prefer Git or SVN for LLVM development?
For starters, I hope the results of this poll can help guide how the
GettingStarted page is written.
http://llvm.org/docs/GettingStarted.html
I'd imagine the most active contributors do not find themselves
referencing this page too often, but as a newcomer, I feel it could
use some work. Git is second class, CMake gets nothing but a passing
reference, and Ninja is not even mentioned.
2012 Nov 17
0
[LLVMdev] Poll: Do you prefer Git or SVN for LLVM development?
> I'd imagine the most active contributors do not find themselves
> referencing this page too often, but as a newcomer, I feel it could
> use some work.
This has been in the back of my mind for a while, and I think it is
probably true.
I think that it would be more useful if you did a poll specifically
aimed at new contributors (simple rough criterion: new contributor ===
doesn't
2011 Aug 30
0
[LLVMdev] ARMCodeEmitter.cpp JIT support very broken (2.9 and svn)
Craig,
On Aug 30, 2011, at 12:51 PM, Craig Smith wrote:
> I recently tried to update from LLVM 2.8 and 2.9 and ran into several bad issues with JIT support on ARM.
> I ran into several distinct issues so far, and there are probably others. (None of these problems appear to be fixed in the current svn head either as far as I can tell.)
The non-MC-based ARM JIT path is known not to work,
2014 Mar 05
2
[LLVMdev] github's llvm mirror down
Just curious, what's the reason we don't make the github mirrors the
official mirrors? ...besides not knowing how to revive them when they
go down. :)
-Greg
On Tue, Mar 4, 2014 at 5:35 PM, Steven Noonan <steven at uplinklabs.net> wrote:
> Someone should enable the smart HTTP protocol:
>
> https://www.kernel.org/pub/software/scm/git/docs/git-http-backend.html
>
> On
2013 Jan 31
1
[LLVMdev] emitPseudoInstruction with MCJIT on LLVM 3.2 for ARM
Hi all,
I was wondering if anyone could help me out with my MCJIT bug on LLVM
3.2. The same code works beautifully on x86 desktop with the same
version of LLVM. This is the error I've been getting on ARM platforms:
dsheffie at tegra-ubuntu:~/projects/threeFingeredJack/python_compile$
python ./vvadd.py
[ 0. 0. 0. ..., 0. 0. 0.]
ARMCodeEmitter::emitPseudoInstruction
UNREACHABLE
2015 Jan 20
4
[LLVMdev] How to contact LLVM admins?
You can email the list, what url says that?
-Chris
> On Jan 20, 2015, at 9:31 AM, Greg Fitzgerald <garious at gmail.com> wrote:
>
> Ping
>
>> On Mon, Jan 19, 2015 at 9:52 AM, Greg Fitzgerald <garious at gmail.com> wrote:
>> I am not a member of the llvm-admin email list and on the description
>> of that page it says, "DO NOT MAIL THIS LIST!"
2014 Mar 05
3
[LLVMdev] github's llvm mirror down
> LLVM has its own mirror at http://llvm.org/git/llvm.git, if that suits your needs.
The llvm.org mirror seems to be quite a bit slower (~3.5x). I think
it's because github lets me use the git protocol whereas llvm.org
suggests http. When I try to clone "git at llvm.org:git/llvm.git", I'm
asked for a password for user 'git'.
-Greg
On Tue, Mar 4, 2014 at 3:54 PM,
2012 Apr 01
1
Installing Wine with Xcode 4.3
Downloaded Xcode 4.3 for Lion from the app store, and am following the tutorial for installing wine:
http://www.davidbaumgold.com/tutorials/wine-mac/
When I get to part 3 and it tells me to type the following code into terminal
Code:
$ sudo port install wine
I get the following message:
Code:
xxx-xxx-macbook-pro:~ Kaoss$ sudo port install wine
Password:
Warning: xcodebuild exists but
2013 May 31
2
[LLVMdev] compiler-rt tests in cmake?
As a temporary fix, you can replace this line in sanitizer_linux_libcdep.c:
const uptr kThreadDescriptorSize = FIRST_32_SECOND_64(1216, 2304);
with
const uptr kThreadDescriptorSize = FIRST_32_SECOND_64(1168, 2304);
The tests should pass after that. I need to figure out which ifdefs to put
this under, so I might not be able to land the fix until Monday.
On Fri, May 31, 2013 at 8:48 PM, Greg
2011 Aug 30
2
[LLVMdev] ARMCodeEmitter.cpp JIT support very broken (2.9 and svn)
I recently tried to update from LLVM 2.8 and 2.9 and ran into several bad issues with JIT support on ARM.
I ran into several distinct issues so far, and there are probably others. (None of these problems appear to be fixed in the current svn head either as far as I can tell.)
1) VFP/Neon instructions don't encode correctly at al, because the encoding methods generated by tablegen for them
2011 Apr 17
0
[LLVMdev] Xcode 4 autocomplete of LLVM includes
Jonathan Ragan-Kelley <katokop1 <at> gmail.com> writes:
>
> Slightly off-topic, but I imagine this crowd must have some experience
> using Xcode 4 for projects linking to LLVM. I've actually started
> using Xcode 4 as an IDE for C/C++ development thanks to the vastly
> improved code analysis-based tools it's inherited largely thanks to
> LLVM. But,