Age | Commit message (Expand) | Author |
2006-05-26 | Remove a couple of bogus casts. | Evan Cheng |
2006-05-16 | X86 integer register classes naming changes. Make them consistent with FP, ve... | Evan Cheng |
2006-05-09 | Implement MASM sections correctly, without a "has masm sections flag" and a b... | Chris Lattner |
2006-05-09 | MASM doesn't have one of these. | Chris Lattner |
2006-05-09 | Preserve prior behavior | Chris Lattner |
2006-05-09 | Fix the MASM asmprinter's lies. It does not want to emit code to .text/.data | Chris Lattner |
2006-05-09 | Split SwitchSection into SwitchTo{Text|Data}Section methods. | Chris Lattner |
2006-05-08 | Fixing truncate. Previously we were emitting truncate from r16 to r8 as | Evan Cheng |
2006-05-06 | Fix some loose ends in MASM support. | Jeff Cohen |
2006-05-05 | Better implementation of truncate. ISel matches it to a pseudo instruction | Evan Cheng |
2006-05-04 | Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling. | Chris Lattner |
2006-05-04 | There shalt be only one "immediate" operand type! | Chris Lattner |
2006-05-04 | Make external globals public; other minor cleanup. | Jeff Cohen |
2006-05-04 | Remove a bunch more SparcV9 specific stuff | Chris Lattner |
2006-05-04 | Remove some more unused stuff from MachineInstr that was leftover from V9. | Chris Lattner |
2006-05-02 | Extend printBasicBlockLabel a bit so that it can be used to print all | Nate Begeman |
2006-05-02 | De-virtualize SwitchSection. | Jeff Cohen |
2006-05-02 | De-virtualize EmitZeroes. | Jeff Cohen |
2006-05-02 | Finish support for Microsoft ML/MASM. May still be a few rough edges. | Jeff Cohen |
2006-05-02 | Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more... | Jeff Cohen |
2006-05-01 | Remove %'s from register names when in intel mode. | Chris Lattner |
2006-04-28 | I can't spell: Register, not Regsiter. | Evan Cheng |
2006-04-28 | Implemented x86 inline asm b, h, w, k modifiers. | Evan Cheng |
2006-04-28 | Bare-bone X86 inline asm printer support. | Evan Cheng |
2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
2006-04-07 | Make sure that debug labels are defined within the same section and after the | Jim Laskey |
2006-03-23 | Change interface to DwarfWriter. | Jim Laskey |
2006-03-13 | Added getTargetLowering() to TargetMachine. Refactored targets to support this. | Evan Cheng |
2006-03-07 | - Emit subsections_via_symbols for Darwin. | Evan Cheng |
2006-03-07 | Enable Dwarf debugging info. | Evan Cheng |
2006-02-26 | Fixed ConstantPoolIndex operand asm print bug. This fixed 2005-07-17-INT-To-FP | Evan Cheng |
2006-02-25 | Added an offset field to ConstantPoolSDNode. | Evan Cheng |
2006-02-23 | PIC related bug fixes. | Evan Cheng |
2006-02-22 | - Added option -relocation-model to set relocation model. Valid values includ... | Evan Cheng |
2006-02-18 | x86 / Darwin PIC support. | Evan Cheng |
2006-02-07 | Darwin ABI issues: weak, linkonce, etc. dynamic-no-pic support is complete. | Evan Cheng |
2006-02-06 | Eliminate the printCallOperand method, using a 'call' modifier on | Chris Lattner |
2006-01-22 | Add explicit #includes of <iostream> | Chris Lattner |
2005-11-30 | No longer track value types for asm printer operands, and remove them as | Nate Begeman |
2005-11-30 | Fixed a minor bug: - -offset != offset iff offset == MININT | Evan Cheng |
2005-11-21 | Use HasDotTypeDotSizeDirective instead of forELF | Chris Lattner |
2005-11-21 | Add a forELF flag, allowing the removal of forCygwin and simplification of | Chris Lattner |
2005-11-21 | Switch to using the shared constant pool printer, along with using shorter | Chris Lattner |
2005-11-21 | Adjust to capitalized AsmPrinter method names | Chris Lattner |
2005-11-21 | Use PrivateGlobalPrefix for basic block labels. This allows the x86 darwin | Chris Lattner |
2005-11-21 | convert the rest of this over to use SwitchSection | Chris Lattner |
2005-11-21 | Naturally align doubles in the constant pool, set PrivateGlobalPrefix on | Chris Lattner |
2005-07-14 | Add support for printing the sse scalar comparison instruction mnemonics. | Nate Begeman |
2005-07-03 | Percolate the call up to the right superclass | Chris Lattner |
2005-07-01 | Refactor X86AsmPrinter.cpp into multiple files. Patch contributed | Chris Lattner |