summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-0/+2
* fix breakage from last night, simplify code.Chris Lattner2007-04-011-15/+6
* Put constant data to .const, .const_data, .literal{4|8|16} sections.Evan Cheng2007-03-081-0/+2
* Fix DWARF debugging information on x86/Linux and (hopefully)Anton Korobeynikov2007-03-071-0/+3
* External weak linkage is supported by recent binutils on mingw32.Anton Korobeynikov2007-02-231-0/+1
* Darwin -static should codegen static ctors / dtors to .constructor / .destruc...Evan Cheng2007-01-301-2/+7
* Modify emission of jump tables on darwin to emit an extra "l" label thatChris Lattner2007-01-181-0/+7
* darwin doesn't support .bss, but it does have .zerofillChris Lattner2007-01-171-0/+2
* Instead of yet another enum indicating the "assembly language flavor",Bill Wendling2007-01-161-9/+2
* Make inline ASM the INTEL one if it's in that emission mode.Bill Wendling2007-01-161-2/+4
* Fix for PR1095:Bill Wendling2007-01-161-0/+7
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-151-1/+1
* Make use of isInteger vs isIntegral more explicitChris Lattner2007-01-151-1/+1
* No hidden visiblity on Mingw32/CygwinAnton Korobeynikov2007-01-141-0/+1
* add support for hidden visibility to darwin/x86Chris Lattner2007-01-141-0/+1
* remove over-general code.Chris Lattner2007-01-121-3/+3
* Adjust #includes to compensate for lost of DerivedTypes.h inReid Spencer2007-01-121-0/+1
* For PR1064:Reid Spencer2007-01-121-6/+12
* relax typeChris Lattner2007-01-071-1/+1
* Private labels start with .L on linux, not just .Chris Lattner2007-01-031-1/+1
* Remove two useless bit casts.Reid Spencer2007-01-031-6/+0
* Really big cleanup.Anton Korobeynikov2007-01-031-0/+2
* For PR950:Reid Spencer2006-12-311-5/+5
* Fix for PR1059: http://llvm.org/PR1059Anton Korobeynikov2006-12-191-0/+1
* Add weak reference directive.Evan Cheng2006-12-011-0/+2
* Upgrade the ugly darwin 64-bit bswap idiom (bswap %eax / bswap %edx /Chris Lattner2006-11-291-1/+23
* Trivially lower 'bswap $0' into llvm.bswap. This fixes hexxagon with theChris Lattner2006-11-291-1/+71
* Identities are default nowAndrew Lenharth2006-11-281-4/+0
* X86 asm -> gcc asm translation table (incomplete)Andrew Lenharth2006-11-281-1/+18
* 1. Clean up code due to changes in SwitchTo*Section(2)Anton Korobeynikov2006-10-311-0/+18
* Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4Reid Spencer2006-10-301-0/+24
* Put cstrings in .cstring section when compiling for Mac OS X.Evan Cheng2006-10-261-0/+1
* Implement getSectionForFunction, use it when printing function body.Chris Lattner2006-10-051-2/+3
* Compile:Chris Lattner2006-09-261-0/+1
* Committing X86-64 support.Evan Cheng2006-09-081-1/+4
* Break out target asm info into separate files.Jim Laskey2006-09-071-0/+95
OpenPOWER on IntegriCloud