Displaying 3 results from an estimated 3 matches for "aesxam".
Did you mean:
aesgcm
2009 Dec 23
1
[LLVMdev] Mergin .bc files
Hello,
Two questions:
1. How I can merge a project with several (.bc) files just in one (.bc)
file?
2. Is there a more efficient way to do the below procedure (and get the .bc
files)?
llvm-gcc -static -O3 -emit-llvm aes.c -c -o aes.bc
llvm-gcc -static -O3 -emit-llvm aesxam.c -c -o aesxam.bc
llvm-ld aes.bc aesxam.bc -o rijndael_llvm
--
Juan Carlos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091223/1c599623/attachment.html>
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))
...ckermann.ll 3 5129 0 0.01 5110 0 0.01 5110
add.ll 14 30625 0 0.01 30595 0 0.01 30163
addpins.ll 2 33808 0 0.01 33775 0 0.01 33775
adi.ll 12 45742 0 0.01 45709 0 0.01 45709
adpcm.ll 2 23199 0 0.01 23163 0 0.01 23163
aes.ll 3 373486 0 0.04 373451 0 0.03 373451
Aes.ll 8 69129 0 0.01 69113 0 0.01 69113
aesxam.ll 4 42494 0 0.01 42459 0 0.01 42459
ag_dec.ll 9 36584 0 0.01 36561 0 0.01 36561
ag_enc.ll 8 35026 0 0.01 35003 0 0.01 35003
aha.ll 31 88454 0 0.02 88439 0 0.02 88424
alabel.ll 1 7853 0 0.01 7824 0 0.01 7824
ALACBitUtilities.ll 13 33162 0 0.01 33139 0 0.01 33139
ALACDecoder.ll 9 109780 0 0.02 10975...