1. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  2. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  3. c01d123 * Rename X86::IMULr16 -> X86::IMULrr16 by Chris Lattner · 21 years ago
  4. 45f0b6d Fix typo in comment. by Brian Gaeke · 21 years ago
  5. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  6. 8844a0b addPassesToJITCompile and addPassesToEmitMachineCode now take a by Brian Gaeke · 21 years ago
  7. 02beda1 This is the real fix for the previous register allocator problem. by Chris Lattner · 21 years ago
  8. cb53358 Set debug types by Chris Lattner · 21 years ago
  9. a11136b Move DEBUG to Debug.h by Chris Lattner · 21 years ago
  10. dee1263 We don't modify the LLVM rep, remain const correct by Chris Lattner · 21 years ago
  11. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  12. ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 21 years ago
  13. 30d002b Fix warnings on Sparc by Chris Lattner · 21 years ago
  14. 302de59 Add statistic for # machine instrs emitted by Chris Lattner · 21 years ago
  15. ff3261a Add namespace comments for doxygen by Chris Lattner · 21 years ago
  16. bc80b22 Eliminated a compiler warning due to casting to a different-sized datatype. by Misha Brukman · 21 years ago
  17. cd60313 Renamed MachineCodeEmitter.cpp -> X86CodeEmitter.cpp as it conflicts with the by Misha Brukman · 21 years ago
  18. 04b0b30 Move X86 specific code out of the JIT into the X86 backend by Chris Lattner · 21 years ago
  19. 992ab56 This blank line has GOT to go. by Chris Lattner · 21 years ago
  20. c248903 IMPLICIT_DEF was not the beautiful elegant solution I thought it was going by Chris Lattner · 22 years ago
  21. 9dedbcc Don't have a cow with new pseudo instructions by Chris Lattner · 22 years ago
  22. 3501fea Rename MachineInstrInfo -> TargetInstrInfo by Chris Lattner · 22 years ago
  23. e831b6b * Add support for FP registers ST* by Chris Lattner · 22 years ago
  24. 5ae99fe * Convert to a MachineFunctionPass by Chris Lattner · 22 years ago
  25. 5ada8df Add support for FP prefixes by Chris Lattner · 22 years ago
  26. facc9fb Add support for the bswap instruction by Chris Lattner · 22 years ago
  27. df642e1 fix warning by Chris Lattner · 22 years ago
  28. f0eb7be Give passes nice names! by Chris Lattner · 22 years ago
  29. d909683 Use MachineOperand::isFoo methods instead of our own global functions by Chris Lattner · 22 years ago
  30. 95780cc by Brian Gaeke · 22 years ago
  31. 2067184 Emit the right form of mod/rm mod field by Chris Lattner · 22 years ago
  32. a0f38c8 Rename MemArg* to Arg* by Chris Lattner · 22 years ago
  33. a6a382c Make mem size an assert Add mem size flags to all instructions using an imm by Chris Lattner · 22 years ago
  34. 5000e43 This is supposed to provide correct size for datatypes. Supposedly. by Misha Brukman · 22 years ago
  35. ac573f6 Fix bogus assertion failures by Chris Lattner · 22 years ago
  36. dbf30f7 Add support for referencing global variables/functions by Chris Lattner · 22 years ago
  37. ea1ddab Split the machine code emitter completely out of the printer by Chris Lattner · 22 years ago
  38. 8f04b09 More support for machine code emission: raw instructions by Chris Lattner · 22 years ago
  39. 76041ce Start implementing MachineCodeEmitter by Chris Lattner · 22 years ago
  40. 40ead95 Initial support for machine code emission by Chris Lattner · 22 years ago