search for: _aaa

Displaying 4 results from an estimated 4 matches for "_aaa".

2012 Oct 19
0
[LLVMdev] Section specialization & COFF.
On Fri, Oct 19, 2012 at 2:55 AM, r4start <r4start at gmail.com> wrote: > Hi all. > > While compiling next code > @A = weak unnamed_addr constant { i32, i32, i32 } { i32 0, i32 0, i32 0 }, > section ".data" > was discovered that llc ignores weak linkage if we emit it in COFF object. > Attached patch solves this problem, please review. > > I found some
2012 Oct 19
2
[LLVMdev] Section specialization & COFF.
Hi all. While compiling next code @A = weak unnamed_addr constant { i32, i32, i32 } { i32 0, i32 0, i32 0 }, section ".data" was discovered that llc ignores weak linkage if we emit it in COFF object. Attached patch solves this problem, please review. I found some similar tests in test/Objects/Inputs. Should I do something like trivial.ll checking or there is a better way to check
2012 Oct 22
2
[LLVMdev] Section specialization & COFF.
...al address 4 size of raw data 11F file pointer to raw data (0000011F to 00000122) 0 file pointer to relocation table 0 file pointer to line numbers 0 number of relocations 0 number of line numbers C0301040 flags Initialized Data COMDAT; sym= _aaa 4 byte align Read Write RAW DATA #3 00000000: F3 E0 01 00 oa.. COFF SYMBOL TABLE 000 00AA9D1B ABS notype Static | @comp.id 001 00000001 ABS notype Static | @feat.00 002 00000000 SECT1 notype Static...
2012 Feb 16
2
creating series of vectors
...ond to the length in days of the single months (considering a non-leap-year, 356 days) multiplied by 2 (e.g. "January2006" will have 31*2=62 elements, "February2006" will have 28*2=56 elements, and so on). Finally, the elements of the vectors should be named as: "010106_aaa","010106_bbb","020106_aaa","020106_bbb", ... , "310106_aaa","310106_bbb". To sum up, at the end of the process i would like to obtain 12 vectors as it follows: Jauary2006("010106_aaa","010106_bbb","020106_aaa",...