Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
71144d8428e3d656ad37ff594c0978fe39824b0a
/
lib
/
Target
/
X86
/
X86TargetAsmInfo.cpp
71144d8
Adjust correct EH-related sections
by Anton Korobeynikov
· 18 years ago
8b0a8c8
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
by Anton Korobeynikov
· 18 years ago
3e9f1d0
fix breakage from last night, simplify code.
by Chris Lattner
· 18 years ago
f0b5d56
Put constant data to .const, .const_data, .literal{4|8|16} sections.
by Evan Cheng
· 18 years ago
a6199c8
Fix DWARF debugging information on x86/Linux and (hopefully)
by Anton Korobeynikov
· 18 years ago
6641309
External weak linkage is supported by recent binutils on mingw32.
by Anton Korobeynikov
· 18 years ago
b267ca1
Darwin -static should codegen static ctors / dtors to .constructor / .destructor sections.
by Evan Cheng
· 19 years ago
b266ccd
Modify emission of jump tables on darwin to emit an extra "l" label that
by Chris Lattner
· 19 years ago
42ca450
darwin doesn't support .bss, but it does have .zerofill
by Chris Lattner
· 19 years ago
cb90099
Instead of yet another enum indicating the "assembly language flavor",
by Bill Wendling
· 19 years ago
1150286
Make inline ASM the INTEL one if it's in that emission mode.
by Bill Wendling
· 19 years ago
eb9a42c
Fix for PR1095:
by Bill Wendling
· 19 years ago
42a7551
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
by Chris Lattner
· 19 years ago
9e1b1cf
Make use of isInteger vs isIntegral more explicit
by Chris Lattner
· 19 years ago
1a85645
No hidden visiblity on Mingw32/Cygwin
by Anton Korobeynikov
· 19 years ago
43bbc5c
add support for hidden visibility to darwin/x86
by Chris Lattner
· 19 years ago
286bf46
remove over-general code.
by Chris Lattner
· 19 years ago
7aa8a45
Adjust #includes to compensate for lost of DerivedTypes.h in TargetLowering.h
by Reid Spencer
· 19 years ago
a54b7cb
For PR1064:
by Reid Spencer
· 19 years ago
52a457c
relax type
by Chris Lattner
· 19 years ago
a3bfdd4
Private labels start with .L on linux, not just .
by Chris Lattner
· 19 years ago
f54ad97
Remove two useless bit casts.
by Reid Spencer
· 19 years ago
317848f
Really big cleanup.
by Anton Korobeynikov
· 19 years ago
4785781
For PR950:
by Reid Spencer
· 19 years ago
24287dd
Fix for PR1059: http://llvm.org/PR1059
by Anton Korobeynikov
· 19 years ago
8752ce6
Add weak reference directive.
by Evan Cheng
· 19 years ago
5d52135
Upgrade the ugly darwin 64-bit bswap idiom (bswap %eax / bswap %edx /
by Chris Lattner
· 19 years ago
625bd05
Trivially lower 'bswap $0' into llvm.bswap. This fixes hexxagon with the
by Chris Lattner
· 19 years ago
3057979
Identities are default now
by Andrew Lenharth
· 19 years ago
6c0695f
X86 asm -> gcc asm translation table (incomplete)
by Andrew Lenharth
· 19 years ago
ab4022f
1. Clean up code due to changes in SwitchTo*Section(2)
by Anton Korobeynikov
· 19 years ago
02b8511
Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4
by Reid Spencer
· 19 years ago
8910c1c
Put cstrings in .cstring section when compiling for Mac OS X.
by Evan Cheng
· 19 years ago
afbfded
Implement getSectionForFunction, use it when printing function body.
by Chris Lattner
· 19 years ago
a53115b
Compile: int x __attribute__((used));
by Chris Lattner
· 19 years ago
25ab690
Committing X86-64 support.
by Evan Cheng
· 19 years ago
8e8de8f
Break out target asm info into separate files.
by Jim Laskey
· 19 years ago