1. 4083960 Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far more logical place. Other methods should also be moved if anyoneis interested. :) by Chris Lattner · 19 years ago
  2. 3c55c54 - Use xor to clear integer registers (set R, 0). by Evan Cheng · 19 years ago
  3. 9eb59ec Eliminate tabs and trailing spaces. by Jeff Cohen · 19 years ago
  4. f63be7d First round of support for doing scalar FP using the SSE2 ISA extension and by Nate Begeman · 19 years ago
  5. 0e0a7a45 * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 19 years ago
  6. 41e431b Teach the code generator that shrd/shld is commutable if it has an immediate. by Chris Lattner · 20 years ago
  7. bcea4d6 Implement the convertToThreeAddress method, add support for inverting JP/JNP by Chris Lattner · 20 years ago
  8. c96bb81 Remove a bunch of ad-hoc target-specific flags that were only used by the by Chris Lattner · 20 years ago
  9. a35ce87 Eliminate 3 of the X86 printImplicit* flags. by Chris Lattner · 20 years ago
  10. 36f506e Implement insertGoto and reverseBranchCondition for the X86. by Alkis Evlogimenos · 20 years ago
  11. ab8decc Introduce a new FP instruction type to separate the compare cases from the by Chris Lattner · 20 years ago
  12. 2665383 Add support for the printImplicitDefsBefore flag by Chris Lattner · 20 years ago
  13. 4ffff9e Added the llvm.readport and llvm.writeport intrinsics for x86. These do by John Criswell · 20 years ago
  14. f1ac50e Wrap at 80 cols by Chris Lattner · 20 years ago
  15. 1c54a85 Add FP conditional move instructions, which annoyingly have special properties by Chris Lattner · 20 years ago
  16. 1ddf475 These two virtual methods are never called. by Chris Lattner · 20 years ago
  17. 5ab29b5 Each instruction now has both an ImmType and a MemType. This describes by Alkis Evlogimenos · 20 years ago
  18. 169584e Rename MRMS[0-7]{r,m} to MRM[0-7]{r,m}. by Alkis Evlogimenos · 20 years ago
  19. 915e5e5 Add support for the rep movs[bwd] instructions, and emit them when code by Chris Lattner · 20 years ago
  20. 79b1373 Add a new flag, which is only used for symmetry. by Chris Lattner · 21 years ago
  21. 5e30002 Add TargetInstrInfo::isMoveInstr() to support coalescing in register allocation. by Alkis Evlogimenos · 21 years ago
  22. 1e60a91 Rip JIT specific stuff out of TargetMachine, as per PR176 by Chris Lattner · 21 years ago
  23. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  24. 856ba76 Added LLVM copyright header. by John Criswell · 21 years ago
  25. 2959b6e Completely eliminate the isVoid TSFlag, shifting over all other fields by Chris Lattner · 21 years ago
  26. 4d18d5c Lump the base opcode in with the X86 TargetSpecific flags by Chris Lattner · 21 years ago
  27. d7908f6 Nice tasty llc fixes. These should fix LLC for x86 for everything in by Brian Gaeke · 21 years ago
  28. 12745c5 Reword to remove reference to how things worked in the past. by Misha Brukman · 21 years ago
  29. e9d8838 Implement the TargetInstrInfo's createNOPinstr() and isNOPinstr() interface. by Misha Brukman · 21 years ago
  30. 3501fea Rename MachineInstrInfo -> TargetInstrInfo by Chris Lattner · 22 years ago
  31. 0c514f4 * Some instructions take 64 bit integers, add an Arg type for it by Chris Lattner · 22 years ago
  32. 0ef73f3 * Remove implementations of previously pure virtual functions that are not any longer. by Chris Lattner · 22 years ago
  33. 4c299f5 Add FP instr prefix byte support Add Pseudo instr class by Chris Lattner · 22 years ago
  34. a0f38c8 Rename MemArg* to Arg* by Chris Lattner · 22 years ago
  35. 86764d7 Target/X86/Printer.cpp: Add sizePtr function, and use it instead of by Brian Gaeke · 22 years ago
  36. 4aff928 Eliminate OtherFrm by Chris Lattner · 22 years ago
  37. 15207f4 Add fixme by Chris Lattner · 22 years ago
  38. 85b39f2 Add support for /0 /1, etc type instructions by Chris Lattner · 22 years ago
  39. 11e53e3 Add new prefix flag by Chris Lattner · 22 years ago
  40. f21dfcd Expose base opcode by Chris Lattner · 22 years ago
  41. 6aab9cf Start to add more information to instr.def by Chris Lattner · 22 years ago
  42. 239dcfd Add instruction annotation about whether it has a 0x0F opcode prefix by Chris Lattner · 22 years ago
  43. 927dd09 Arrange to have a TargetMachine available in X86InstrInfo::print by Chris Lattner · 22 years ago
  44. dbb61c6 Reorganize printing interface a bit by Chris Lattner · 22 years ago
  45. 9d17740 Add flag to specify when no value is produced by an instruction by Chris Lattner · 22 years ago
  46. 055c965 Rename X86InstructionInfo to X86InstrInfo by Chris Lattner · 22 years ago
  47. 33f53b5 Minor renaming by Chris Lattner · 22 years ago
  48. 9bbf439 Implement MachineInstrInfo interface by Chris Lattner · 22 years ago
  49. 75276f1 Initial stab at MachineInstr'ication by Chris Lattner · 22 years ago
  50. 7261408 Initial checkin of X86 backend. by Chris Lattner · 22 years ago