index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
X86TargetAsmInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-25
1
-0
/
+2
*
fix breakage from last night, simplify code.
Chris Lattner
2007-04-01
1
-15
/
+6
*
Put constant data to .const, .const_data, .literal{4|8|16} sections.
Evan Cheng
2007-03-08
1
-0
/
+2
*
Fix DWARF debugging information on x86/Linux and (hopefully)
Anton Korobeynikov
2007-03-07
1
-0
/
+3
*
External weak linkage is supported by recent binutils on mingw32.
Anton Korobeynikov
2007-02-23
1
-0
/
+1
*
Darwin -static should codegen static ctors / dtors to .constructor / .destruc...
Evan Cheng
2007-01-30
1
-2
/
+7
*
Modify emission of jump tables on darwin to emit an extra "l" label that
Chris Lattner
2007-01-18
1
-0
/
+7
*
darwin doesn't support .bss, but it does have .zerofill
Chris Lattner
2007-01-17
1
-0
/
+2
*
Instead of yet another enum indicating the "assembly language flavor",
Bill Wendling
2007-01-16
1
-9
/
+2
*
Make inline ASM the INTEL one if it's in that emission mode.
Bill Wendling
2007-01-16
1
-2
/
+4
*
Fix for PR1095:
Bill Wendling
2007-01-16
1
-0
/
+7
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
1
-1
/
+1
*
Make use of isInteger vs isIntegral more explicit
Chris Lattner
2007-01-15
1
-1
/
+1
*
No hidden visiblity on Mingw32/Cygwin
Anton Korobeynikov
2007-01-14
1
-0
/
+1
*
add support for hidden visibility to darwin/x86
Chris Lattner
2007-01-14
1
-0
/
+1
*
remove over-general code.
Chris Lattner
2007-01-12
1
-3
/
+3
*
Adjust #includes to compensate for lost of DerivedTypes.h in
Reid Spencer
2007-01-12
1
-0
/
+1
*
For PR1064:
Reid Spencer
2007-01-12
1
-6
/
+12
*
relax type
Chris Lattner
2007-01-07
1
-1
/
+1
*
Private labels start with .L on linux, not just .
Chris Lattner
2007-01-03
1
-1
/
+1
*
Remove two useless bit casts.
Reid Spencer
2007-01-03
1
-6
/
+0
*
Really big cleanup.
Anton Korobeynikov
2007-01-03
1
-0
/
+2
*
For PR950:
Reid Spencer
2006-12-31
1
-5
/
+5
*
Fix for PR1059: http://llvm.org/PR1059
Anton Korobeynikov
2006-12-19
1
-0
/
+1
*
Add weak reference directive.
Evan Cheng
2006-12-01
1
-0
/
+2
*
Upgrade the ugly darwin 64-bit bswap idiom (bswap %eax / bswap %edx /
Chris Lattner
2006-11-29
1
-1
/
+23
*
Trivially lower 'bswap $0' into llvm.bswap. This fixes hexxagon with the
Chris Lattner
2006-11-29
1
-1
/
+71
*
Identities are default now
Andrew Lenharth
2006-11-28
1
-4
/
+0
*
X86 asm -> gcc asm translation table (incomplete)
Andrew Lenharth
2006-11-28
1
-1
/
+18
*
1. Clean up code due to changes in SwitchTo*Section(2)
Anton Korobeynikov
2006-10-31
1
-0
/
+18
*
Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4
Reid Spencer
2006-10-30
1
-0
/
+24
*
Put cstrings in .cstring section when compiling for Mac OS X.
Evan Cheng
2006-10-26
1
-0
/
+1
*
Implement getSectionForFunction, use it when printing function body.
Chris Lattner
2006-10-05
1
-2
/
+3
*
Compile:
Chris Lattner
2006-09-26
1
-0
/
+1
*
Committing X86-64 support.
Evan Cheng
2006-09-08
1
-1
/
+4
*
Break out target asm info into separate files.
Jim Laskey
2006-09-07
1
-0
/
+95
[prev]