summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86ATTAsmPrinter.cpp
Commit message (Expand)AuthorAge
...
* Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.Chris Lattner2006-07-26
* Bug#834 ICE (crash in code generator?) when building PCH .Jim Laskey2006-07-19
* Add and sort "sections" in debug lines. This always stepping throughJim Laskey2006-06-23
* Place dwarf headers at earliest possible point. Well behaved when skippingJim Laskey2006-06-14
* Rename ASM modifier trunc8, trunc16 to subreg8, subreg16.Evan Cheng2006-05-31
* Remove a couple of bogus casts.Evan Cheng2006-05-26
* X86 / Cygwin asm / alignment fixes.Evan Cheng2006-05-25
* X86 integer register classes naming changes. Make them consistent with FP, ve...Evan Cheng2006-05-16
* Fix the MASM asmprinter's lies. It does not want to emit code to .text/.dataChris Lattner2006-05-09
* Split SwitchSection into SwitchTo{Text|Data}Section methods.Chris Lattner2006-05-09
* Fixing truncate. Previously we were emitting truncate from r16 to r8 asEvan Cheng2006-05-08
* Better implementation of truncate. ISel matches it to a pseudo instructionEvan Cheng2006-05-05
* Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.Chris Lattner2006-05-04
* There shalt be only one "immediate" operand type!Chris Lattner2006-05-04
* Remove a bunch more SparcV9 specific stuffChris Lattner2006-05-04
* Remove some more unused stuff from MachineInstr that was leftover from V9.Chris Lattner2006-05-04
* Extend printBasicBlockLabel a bit so that it can be used to print allNate Begeman2006-05-02
* I can't spell: Register, not Regsiter.Evan Cheng2006-04-28
* Implemented x86 inline asm b, h, w, k modifiers.Evan Cheng2006-04-28
* Bare-bone X86 inline asm printer support.Evan Cheng2006-04-28
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-22
* Make sure that debug labels are defined within the same section and after theJim Laskey2006-04-07
* Change interface to DwarfWriter.Jim Laskey2006-03-23
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-13
* - Emit subsections_via_symbols for Darwin.Evan Cheng2006-03-07
* Enable Dwarf debugging info.Evan Cheng2006-03-07
* Fixed ConstantPoolIndex operand asm print bug. This fixed 2005-07-17-INT-To-FPEvan Cheng2006-02-26
* Added an offset field to ConstantPoolSDNode.Evan Cheng2006-02-25
* PIC related bug fixes.Evan Cheng2006-02-23
* Missing .globl for weak / link-once .text symbols.Evan Cheng2006-02-22
* - Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng2006-02-22
* x86 / Darwin PIC support.Evan Cheng2006-02-18
* Darwin ABI issues: weak, linkonce, etc. dynamic-no-pic support is complete.Evan Cheng2006-02-07
* Eliminate the printCallOperand method, using a 'call' modifier onChris Lattner2006-02-06
* Work around some x86 Darwin assembler bugsEvan Cheng2006-01-26
* Add explicit #includes of <iostream>Chris Lattner2006-01-22
* Don't globalize internal functionsChris Lattner2005-12-16
* No longer track value types for asm printer operands, and remove them asNate Begeman2005-11-30
* Use HasDotTypeDotSizeDirective instead of forELFChris Lattner2005-11-21
* Use subtarget information computed by X86Subtarget instead of rolling our own.Chris Lattner2005-11-21
* Add a forELF flag, allowing the removal of forCygwin and simplification ofChris Lattner2005-11-21
* Switch to using the shared constant pool printer, along with using shorterChris Lattner2005-11-21
* Adjust to capitalized AsmPrinter method namesChris Lattner2005-11-21
* Use PrivateGlobalPrefix for basic block labels. This allows the x86 darwinChris Lattner2005-11-21
* convert the rest of this over to use SwitchSectionChris Lattner2005-11-21
* Naturally align doubles in the constant pool, set PrivateGlobalPrefix onChris Lattner2005-11-21
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Add support for printing the sse scalar comparison instruction mnemonics.Nate Begeman2005-07-14
* Check in the last of the darwin-specific code necessary to get shootoutNate Begeman2005-07-12
* Add a noteChris Lattner2005-07-12