summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86ATTAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adding linkonce linkage codegeneration support for mingw32\cygwinAnton Korobeynikov2006-10-171-1/+13
* Pass the MachineFunction into EmitJumpTableInfo.Chris Lattner2006-10-051-4/+5
* Implement getSectionForFunction, use it when printing function body.Chris Lattner2006-10-051-10/+24
* Various random and minor code cleanups.Chris Lattner2006-09-261-4/+3
* Adding codegeneration for StdCall & FastCall calling conventionsAnton Korobeynikov2006-09-201-6/+16
* Added some eye-candy for Subtarget type checkingAnton Korobeynikov2006-09-171-1/+1
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-5/+23
* Committing X86-64 support.Evan Cheng2006-09-081-50/+57
* Make target asm info a property of the target machine.Jim Laskey2006-09-071-0/+2
* Separate target specific asm properties from the asm printers.Jim Laskey2006-09-061-8/+8
* Minor asm fix.Evan Cheng2006-08-291-1/+3
* On Mac, print jump table entries after the function to work around a linker i...Evan Cheng2006-08-281-3/+6
* Use the predicate.Jim Laskey2006-07-271-9/+9
* Support jump tables when in PIC relocation modelNate Begeman2006-07-271-1/+3
* Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.Chris Lattner2006-07-261-2/+2
* Bug#834 ICE (crash in code generator?) when building PCH .Jim Laskey2006-07-191-3/+5
* Add and sort "sections" in debug lines. This always stepping throughJim Laskey2006-06-231-4/+1
* Place dwarf headers at earliest possible point. Well behaved when skippingJim Laskey2006-06-141-1/+4
* Rename ASM modifier trunc8, trunc16 to subreg8, subreg16.Evan Cheng2006-05-311-2/+2
* Remove a couple of bogus casts.Evan Cheng2006-05-261-1/+1
* X86 / Cygwin asm / alignment fixes.Evan Cheng2006-05-251-12/+20
* X86 integer register classes naming changes. Make them consistent with FP, ve...Evan Cheng2006-05-161-4/+4
* Fix the MASM asmprinter's lies. It does not want to emit code to .text/.dataChris Lattner2006-05-091-2/+2
* Split SwitchSection into SwitchTo{Text|Data}Section methods.Chris Lattner2006-05-091-4/+5
* Fixing truncate. Previously we were emitting truncate from r16 to r8 asEvan Cheng2006-05-081-6/+7
* Better implementation of truncate. ISel matches it to a pseudo instructionEvan Cheng2006-05-051-100/+36
* Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.Chris Lattner2006-05-041-1/+1
* There shalt be only one "immediate" operand type!Chris Lattner2006-05-041-2/+1
* Remove a bunch more SparcV9 specific stuffChris Lattner2006-05-041-1/+0
* Remove some more unused stuff from MachineInstr that was leftover from V9.Chris Lattner2006-05-041-4/+0
* Extend printBasicBlockLabel a bit so that it can be used to print allNate Begeman2006-05-021-4/+4
* I can't spell: Register, not Regsiter.Evan Cheng2006-04-281-2/+2
* Implemented x86 inline asm b, h, w, k modifiers.Evan Cheng2006-04-281-0/+123
* Bare-bone X86 inline asm printer support.Evan Cheng2006-04-281-0/+28
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-221-7/+13
* Make sure that debug labels are defined within the same section and after theJim Laskey2006-04-071-5/+5
* Change interface to DwarfWriter.Jim Laskey2006-03-231-2/+2
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-131-1/+0
* - Emit subsections_via_symbols for Darwin.Evan Cheng2006-03-071-7/+13
* Enable Dwarf debugging info.Evan Cheng2006-03-071-1/+13
* Fixed ConstantPoolIndex operand asm print bug. This fixed 2005-07-17-INT-To-FPEvan Cheng2006-02-261-9/+15
* Added an offset field to ConstantPoolSDNode.Evan Cheng2006-02-251-15/+8
* PIC related bug fixes.Evan Cheng2006-02-231-4/+4
* Missing .globl for weak / link-once .text symbols.Evan Cheng2006-02-221-0/+1
* - Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng2006-02-221-7/+7
* x86 / Darwin PIC support.Evan Cheng2006-02-181-10/+13
* Darwin ABI issues: weak, linkonce, etc. dynamic-no-pic support is complete.Evan Cheng2006-02-071-26/+44
* Eliminate the printCallOperand method, using a 'call' modifier onChris Lattner2006-02-061-6/+11
* Work around some x86 Darwin assembler bugsEvan Cheng2006-01-261-0/+26
* Add explicit #includes of <iostream>Chris Lattner2006-01-221-0/+1
OpenPOWER on IntegriCloud