1. bcb9770 Added some eye-candy for Subtarget type checking by Anton Korobeynikov · 19 years ago
  2. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 19 years ago
  3. 25ab690 Committing X86-64 support. by Evan Cheng · 19 years ago
  4. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 19 years ago
  5. 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 19 years ago
  6. c9676de Minor asm fix. by Evan Cheng · 19 years ago
  7. 67afece On Mac, print jump table entries after the function to work around a linker issue. by Evan Cheng · 19 years ago
  8. ea34858 Use the predicate. by Jim Laskey · 19 years ago
  9. 2f1ae88 Support jump tables when in PIC relocation model by Nate Begeman · 19 years ago
  10. 35d86fe Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. by Chris Lattner · 19 years ago
  11. e29c2f5 Bug#834 ICE (crash in code generator?) when building PCH . by Jim Laskey · 19 years ago
  12. 89d67fa Add and sort "sections" in debug lines. This always stepping through by Jim Laskey · 19 years ago
  13. 014f98c Place dwarf headers at earliest possible point. Well behaved when skipping by Jim Laskey · 19 years ago
  14. cbe70e1 Rename ASM modifier trunc8, trunc16 to subreg8, subreg16. by Evan Cheng · 19 years ago
  15. 138a24e Remove a couple of bogus casts. by Evan Cheng · 19 years ago
  16. 932ad51 X86 / Cygwin asm / alignment fixes. Patch contributed by Anton Korobeynikov! by Evan Cheng · 19 years ago
  17. 069287d X86 integer register classes naming changes. Make them consistent with FP, vector classes. by Evan Cheng · 19 years ago
  18. dad9c5a Fix the MASM asmprinter's lies. It does not want to emit code to .text/.data by Chris Lattner · 19 years ago
  19. 4632d7a Split SwitchSection into SwitchTo{Text|Data}Section methods. by Chris Lattner · 19 years ago
  20. 403be7e Fixing truncate. Previously we were emitting truncate from r16 to r8 as by Evan Cheng · 19 years ago
  21. 8f7f712 Better implementation of truncate. ISel matches it to a pseudo instruction by Evan Cheng · 19 years ago
  22. 2d90ac7 Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling. by Chris Lattner · 19 years ago
  23. 63b3d71 There shalt be only one "immediate" operand type! by Chris Lattner · 19 years ago
  24. ea50fab Remove a bunch more SparcV9 specific stuff by Chris Lattner · 19 years ago
  25. 10f3597 Remove some more unused stuff from MachineInstr that was leftover from V9. by Chris Lattner · 19 years ago
  26. cdf38c4 Extend printBasicBlockLabel a bit so that it can be used to print all by Nate Begeman · 19 years ago
  27. 55c25f2 I can't spell: Register, not Regsiter. by Evan Cheng · 19 years ago
  28. 62f2700 Implemented x86 inline asm b, h, w, k modifiers. by Evan Cheng · 19 years ago
  29. 3d48a90 Bare-bone X86 inline asm printer support. by Evan Cheng · 19 years ago
  30. 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 19 years ago
  31. 6b92b8e Make sure that debug labels are defined within the same section and after the by Jim Laskey · 19 years ago
  32. 99db044 Change interface to DwarfWriter. by Jim Laskey · 19 years ago
  33. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 19 years ago
  34. d594881 - Emit subsections_via_symbols for Darwin. by Evan Cheng · 19 years ago
  35. 3c992d2 Enable Dwarf debugging info. by Evan Cheng · 19 years ago
  36. a09bd81 Fixed ConstantPoolIndex operand asm print bug. This fixed 2005-07-17-INT-To-FP by Evan Cheng · 19 years ago
  37. 404cb4f Added an offset field to ConstantPoolSDNode. by Evan Cheng · 19 years ago
  38. a0ea053 PIC related bug fixes. by Evan Cheng · 19 years ago
  39. f1616da Missing .globl for weak / link-once .text symbols. by Evan Cheng · 19 years ago
  40. 4c1aa86 - Added option -relocation-model to set relocation model. Valid values include static, pic, by Evan Cheng · 19 years ago
  41. 7ccced6 x86 / Darwin PIC support. by Evan Cheng · 19 years ago
  42. 2338c5c Darwin ABI issues: weak, linkonce, etc. dynamic-no-pic support is complete. by Evan Cheng · 20 years ago
  43. a3b8c57 Eliminate the printCallOperand method, using a 'call' modifier on by Chris Lattner · 20 years ago
  44. 67caa39 Work around some x86 Darwin assembler bugs by Evan Cheng · 20 years ago
  45. 2c2c6c6 Add explicit #includes of <iostream> by Chris Lattner · 20 years ago
  46. 272f998 Don't globalize internal functions by Chris Lattner · 20 years ago
  47. 391c5d2 No longer track value types for asm printer operands, and remove them as by Nate Begeman · 20 years ago
  48. ac2902b Use HasDotTypeDotSizeDirective instead of forELF by Chris Lattner · 20 years ago
  49. a35a8e8 Use subtarget information computed by X86Subtarget instead of rolling our own. by Chris Lattner · 20 years ago
  50. 5df14ca Add a forELF flag, allowing the removal of forCygwin and simplification of by Chris Lattner · 20 years ago
  51. d939f6c Switch to using the shared constant pool printer, along with using shorter by Chris Lattner · 20 years ago
  52. 8b8b951 Adjust to capitalized AsmPrinter method names by Chris Lattner · 20 years ago
  53. 64965ba Use PrivateGlobalPrefix for basic block labels. This allows the x86 darwin by Chris Lattner · 20 years ago
  54. 7b6e53c convert the rest of this over to use SwitchSection by Chris Lattner · 20 years ago
  55. c41cc83 Naturally align doubles in the constant pool, set PrivateGlobalPrefix on by Chris Lattner · 20 years ago
  56. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  57. 6c7cb29 Add support for printing the sse scalar comparison instruction mnemonics. by Nate Begeman · 20 years ago
  58. d3a490a Check in the last of the darwin-specific code necessary to get shootout by Nate Begeman · 20 years ago
  59. 3249bfc Add a note by Chris Lattner · 20 years ago
  60. 73213f6 Commit some pending darwin changes before subtarget support. by Nate Begeman · 20 years ago
  61. c569d79 Output .size directives to tell the assembler the size of each function. by Chris Lattner · 20 years ago
  62. 72b286b Add support for assembling .s files on mac os x for intel by Nate Begeman · 20 years ago
  63. b36cbd0 Refactor X86AsmPrinter.cpp into multiple files. Patch contributed by Chris Lattner · 20 years ago