1. 403be7e Fixing truncate. Previously we were emitting truncate from r16 to r8 as by Evan Cheng · 19 years ago
  2. 8f7f712 Better implementation of truncate. ISel matches it to a pseudo instruction by Evan Cheng · 19 years ago
  3. 2d90ac7 Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling. by Chris Lattner · 19 years ago
  4. 63b3d71 There shalt be only one "immediate" operand type! by Chris Lattner · 19 years ago
  5. ea50fab Remove a bunch more SparcV9 specific stuff by Chris Lattner · 19 years ago
  6. 10f3597 Remove some more unused stuff from MachineInstr that was leftover from V9. by Chris Lattner · 19 years ago
  7. cdf38c4 Extend printBasicBlockLabel a bit so that it can be used to print all by Nate Begeman · 19 years ago
  8. 55c25f2 I can't spell: Register, not Regsiter. by Evan Cheng · 19 years ago
  9. 62f2700 Implemented x86 inline asm b, h, w, k modifiers. by Evan Cheng · 19 years ago
  10. 3d48a90 Bare-bone X86 inline asm printer support. by Evan Cheng · 19 years ago
  11. 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 19 years ago
  12. 6b92b8e Make sure that debug labels are defined within the same section and after the by Jim Laskey · 19 years ago
  13. 99db044 Change interface to DwarfWriter. by Jim Laskey · 19 years ago
  14. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 19 years ago
  15. d594881 - Emit subsections_via_symbols for Darwin. by Evan Cheng · 19 years ago
  16. 3c992d2 Enable Dwarf debugging info. by Evan Cheng · 19 years ago
  17. a09bd81 Fixed ConstantPoolIndex operand asm print bug. This fixed 2005-07-17-INT-To-FP by Evan Cheng · 19 years ago
  18. 404cb4f Added an offset field to ConstantPoolSDNode. by Evan Cheng · 19 years ago
  19. a0ea053 PIC related bug fixes. by Evan Cheng · 19 years ago
  20. f1616da Missing .globl for weak / link-once .text symbols. by Evan Cheng · 19 years ago
  21. 4c1aa86 - Added option -relocation-model to set relocation model. Valid values include static, pic, by Evan Cheng · 19 years ago
  22. 7ccced6 x86 / Darwin PIC support. by Evan Cheng · 19 years ago
  23. 2338c5c Darwin ABI issues: weak, linkonce, etc. dynamic-no-pic support is complete. by Evan Cheng · 20 years ago
  24. a3b8c57 Eliminate the printCallOperand method, using a 'call' modifier on by Chris Lattner · 20 years ago
  25. 67caa39 Work around some x86 Darwin assembler bugs by Evan Cheng · 20 years ago
  26. 2c2c6c6 Add explicit #includes of <iostream> by Chris Lattner · 20 years ago
  27. 272f998 Don't globalize internal functions by Chris Lattner · 20 years ago
  28. 391c5d2 No longer track value types for asm printer operands, and remove them as by Nate Begeman · 20 years ago
  29. ac2902b Use HasDotTypeDotSizeDirective instead of forELF by Chris Lattner · 20 years ago
  30. a35a8e8 Use subtarget information computed by X86Subtarget instead of rolling our own. by Chris Lattner · 20 years ago
  31. 5df14ca Add a forELF flag, allowing the removal of forCygwin and simplification of by Chris Lattner · 20 years ago
  32. d939f6c Switch to using the shared constant pool printer, along with using shorter by Chris Lattner · 20 years ago
  33. 8b8b951 Adjust to capitalized AsmPrinter method names by Chris Lattner · 20 years ago
  34. 64965ba Use PrivateGlobalPrefix for basic block labels. This allows the x86 darwin by Chris Lattner · 20 years ago
  35. 7b6e53c convert the rest of this over to use SwitchSection by Chris Lattner · 20 years ago
  36. c41cc83 Naturally align doubles in the constant pool, set PrivateGlobalPrefix on by Chris Lattner · 20 years ago
  37. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  38. 6c7cb29 Add support for printing the sse scalar comparison instruction mnemonics. by Nate Begeman · 20 years ago
  39. d3a490a Check in the last of the darwin-specific code necessary to get shootout by Nate Begeman · 20 years ago
  40. 3249bfc Add a note by Chris Lattner · 20 years ago
  41. 73213f6 Commit some pending darwin changes before subtarget support. by Nate Begeman · 20 years ago
  42. c569d79 Output .size directives to tell the assembler the size of each function. by Chris Lattner · 20 years ago
  43. 72b286b Add support for assembling .s files on mac os x for intel by Nate Begeman · 20 years ago
  44. b36cbd0 Refactor X86AsmPrinter.cpp into multiple files. Patch contributed by Chris Lattner · 20 years ago