Displaying 8 results from an estimated 8 matches for "herbster".
Did you mean:
herbst
2013 Sep 03
2
[LLVMdev] AttributeSet from Modules
Hello!
clang defines some AttributeSet, for example:
attributes #0 = { nounwind uwtable "less-precise-fpmad"="false"
"no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true"
"no-infs-fp-math"="false" "no-nans-fp-math"="false"
"unsafe-fp-math"="false"
2013 Sep 03
0
[LLVMdev] AttributeSet from Modules
On Sep 3, 2013, at 9:04 AM, Raul Fernandes Herbster <raulherbster at gmail.com> wrote:
> Hello!
>
> clang defines some AttributeSet, for example:
>
> attributes #0 = { nounwind uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"...
2008 Feb 05
2
[LLVMdev] Counting instructions
...have been executed. I'm using
MachineFunctionPass to get machine-dependent representation of each LLVM
function in the program. However, such pass doesn't allow to modify such
functions. Is there any other class so I can modify MachineFunctions?
Thanks in advance, Raul.
--
Raul Fernandes Herbster
Embedded and Pervasive Computing Laboratory - embedded.ufcg.edu.br
Electrical Engineering and Informatics Center - CEEI
Federal University of Campina Grande - UFCG - www.ufcg.edu.br
Caixa Postal 10105
58109-970 Campina Grande - PB - Brasil
-------------- next part --------------
An HTML attachment...
2008 Feb 05
0
[LLVMdev] Counting instructions
On Tue, 5 Feb 2008, Raul Fernandes Herbster wrote:
> I need to instrument the code in order to generate an event (call a certain
> function) whenever X instructions have been executed. I'm using
> MachineFunctionPass to get machine-dependent representation of each LLVM
> function in the program. However, such pass doesn't...
2008 Feb 07
2
[LLVMdev] Problems with instrumentation
...in':
/home/raul/LLVM/tests//test.c:8: undefined reference to
`llvm_start_edge_profiling'
collect2: ld returned 1 exit status
Does anybody know which is the problem?
I'm using LLVM 2.1 and LLVM-GCC 4.2 (both were built from SVN source code).
Thanks in advance, Raul.
--
Raul Fernandes Herbster
Embedded and Pervasive Computing Laboratory - embedded.ufcg.edu.br
Electrical Engineering and Informatics Center - CEEI
Federal University of Campina Grande - UFCG - www.ufcg.edu.br
Caixa Postal 10105
58109-970 Campina Grande - PB - Brasil
-------------- next part --------------
An HTML attachment...
2012 Nov 15
4
[LLVMdev] Unit tests - ARM
Hello,
is there any option to run LLVM unit tests on ARM from your desktop? I
mean, the code is properly cross-compiled on your desktop and you want to
run the unit tests automatically on an ARM board. Chrood might work, but I
am looking for some option like <runremote.sh --host XXX --user ....>. I
have seen something related to it in projects/test-suite/Makefile.programs
(REMOTE_HOST,
2007 May 23
0
LLVM 2.0 Release
...al bugs in DWARF debug emission on linux and
cygwin/mingw. Debugging basically works on these targets now.
30. Lauro contributed support for the ARM AAPCS/EABI ABI and PIC codegen
on arm/linux.
31. Dale implemented more aggressive size analysis for ARM inline asm
strings.
32. Raul Herbster contributed fixes for DWARF debug info generation on
arm/linux.
Other Improvements:
33. Anton and Reid are working to migrate from CVS to SVN in June: See
http://llvm.org/SVNMigration.html This will allow us to host llvm-gcc
and llvm in the same repository again!
34. Lauro contri...
2007 May 14
3
[LLVMdev] llvm 2.0 release announcement [draft]
...EABI ABIs and
PIC codegen on arm/linux.
x. Dale implemented more aggressive size analysis for ARM inline
asm strings.
x. Evan added support for the X86-64 large code model to the JIT,
which is useful if JIT'd function bodies are more than 2G away from
library functions.
x. Raul Herbster contributed fixes for DWARF debug info generation
on arm/linux.
Other Improvements:
x. Anton and Reid are working to migrate from CVS to SVN in June:
See http://llvm.org/SVNMigration.html This will allow us to host
llvm-gcc and llvm in the same repository again!
x. Lauro contributed...