aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86IntelAsmPrinter.cpp
AgeCommit message (Expand)Author
2007-10-14Revert 42908 for now.Evan Cheng
2007-10-12Change the names used for internal labels to use the currentDan Gohman
2007-10-03Use empty() member functions when that's what's being tested for insteadDan Gohman
2007-07-29Change the x86 backend to use extract_subreg for truncation operations. Passe...Christopher Lamb
2007-07-25Don't ignore the return value of AsmPrinter::doInitialization andDan Gohman
2007-07-23Delete the svn:executable property on these files, which aren't executable.Dan Gohman
2007-04-20Comment out usage of write() for now.Jeff Cohen
2007-04-20Make Microsoft assembler and linker happy.Jeff Cohen
2007-04-17rename X86FunctionInfo to X86MachineFunctionInfo to match the header fileChris Lattner
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-13remove dead code, frameindices must be resolve before the asmprinter runs.Chris Lattner
2006-12-19eliminate static ctors for Statistic objects.Chris Lattner
2006-12-19Fix for PR1059: http://llvm.org/PR1059Anton Korobeynikov
2006-12-19Fix PR1061 and CodeGen/X86/2006-12-19-IntelSyntax.llChris Lattner
2006-11-02For PR786:Reid Spencer
2006-10-311. Clean up code due to changes in SwitchTo*Section(2)Anton Korobeynikov
2006-10-24Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel
2006-10-20For PR950:Reid Spencer
2006-10-05Pass the MachineFunction into EmitJumpTableInfo.Chris Lattner
2006-10-05Implement getSectionForFunction, use it when printing function body.Chris Lattner
2006-09-26Various random and minor code cleanups.Chris Lattner
2006-09-20Adding codegeneration for StdCall & FastCall calling conventionsAnton Korobeynikov
2006-09-14Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov
2006-09-08Committing X86-64 support.Evan Cheng
2006-09-07Make target asm info a property of the target machine.Jim Laskey
2006-09-06Separate target specific asm properties from the asm printers.Jim Laskey
2006-05-31Rename ASM modifier trunc8, trunc16 to subreg8, subreg16.Evan Cheng
2006-05-26Remove a couple of bogus casts.Evan Cheng
2006-05-16X86 integer register classes naming changes. Make them consistent with FP, ve...Evan Cheng
2006-05-09Implement MASM sections correctly, without a "has masm sections flag" and a b...Chris Lattner
2006-05-09MASM doesn't have one of these.Chris Lattner
2006-05-09Preserve prior behaviorChris Lattner
2006-05-09Fix the MASM asmprinter's lies. It does not want to emit code to .text/.dataChris Lattner
2006-05-09Split SwitchSection into SwitchTo{Text|Data}Section methods.Chris Lattner
2006-05-08Fixing truncate. Previously we were emitting truncate from r16 to r8 asEvan Cheng
2006-05-06Fix some loose ends in MASM support.Jeff Cohen
2006-05-05Better implementation of truncate. ISel matches it to a pseudo instructionEvan Cheng
2006-05-04Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.Chris Lattner
2006-05-04There shalt be only one "immediate" operand type!Chris Lattner
2006-05-04Make external globals public; other minor cleanup.Jeff Cohen
2006-05-04Remove a bunch more SparcV9 specific stuffChris Lattner
2006-05-04Remove some more unused stuff from MachineInstr that was leftover from V9.Chris Lattner
2006-05-02Extend printBasicBlockLabel a bit so that it can be used to print allNate Begeman
2006-05-02De-virtualize SwitchSection.Jeff Cohen
2006-05-02De-virtualize EmitZeroes.Jeff Cohen
2006-05-02Finish support for Microsoft ML/MASM. May still be a few rough edges.Jeff Cohen
2006-05-02Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more...Jeff Cohen
2006-05-01Remove %'s from register names when in intel mode.Chris Lattner
2006-04-28I can't spell: Register, not Regsiter.Evan Cheng
2006-04-28Implemented x86 inline asm b, h, w, k modifiers.Evan Cheng