Age | Commit message (Expand) | Author |
2006-05-26 | Remove a couple of bogus casts. | Evan Cheng |
2006-05-25 | X86 / Cygwin asm / alignment fixes. | Evan Cheng |
2006-05-16 | X86 integer register classes naming changes. Make them consistent with FP, ve... | Evan Cheng |
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-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 | 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-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 | Missing .globl for weak / link-once .text symbols. | 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-26 | Work around some x86 Darwin assembler bugs | Evan Cheng |
2006-01-22 | Add explicit #includes of <iostream> | Chris Lattner |
2005-12-16 | Don't globalize internal functions | Chris Lattner |
2005-11-30 | No longer track value types for asm printer operands, and remove them as | Nate Begeman |
2005-11-21 | Use HasDotTypeDotSizeDirective instead of forELF | Chris Lattner |
2005-11-21 | Use subtarget information computed by X86Subtarget instead of rolling our own. | 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-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
2005-07-14 | Add support for printing the sse scalar comparison instruction mnemonics. | Nate Begeman |
2005-07-12 | Check in the last of the darwin-specific code necessary to get shootout | Nate Begeman |
2005-07-12 | Add a note | Chris Lattner |
2005-07-12 | Commit some pending darwin changes before subtarget support. | Nate Begeman |
2005-07-11 | Output .size directives to tell the assembler the size of each function. | Chris Lattner |
2005-07-08 | Add support for assembling .s files on mac os x for intel | Nate Begeman |
2005-07-01 | Refactor X86AsmPrinter.cpp into multiple files. Patch contributed | Chris Lattner |