1. abd7fdc Implement findOptimalStorageSize a bit more generally by Chris Lattner · 23 years ago
  2. 910b82f Seperate code out of TargetMachine into MachineInstrInfo by Chris Lattner · 23 years ago
  3. e94db67 Move addPassesToEmitAssembly from TargetMachine to UltraSparc because it by Chris Lattner · 23 years ago
  4. 7ae7f84 Changed `MachineCodeForMethod' to `MachineFunction'. by Misha Brukman · 23 years ago
  5. 05ee081 Run LICM before GCSE! by Vikram S. Adve · 23 years ago
  6. 7765a4a Disable reassociation pass in LLC until it is fixed. by Vikram S. Adve · 23 years ago
  7. 4b6bd16c Changed codegen to add 2 empty slots at the top of stack using StackSlots pass by Anand Shukla · 23 years ago
  8. 2f4d556 Add peephole optimization pass at the end of code generation. by Vikram S. Adve · 23 years ago
  9. 36d3e03 Move all the code that creates code generation passes from Sparc.cpp to by Vikram S. Adve · 23 years ago
  10. 1c96dfd Added class MachineCacheInfo. by Vikram S. Adve · 24 years ago
  11. c2f8911 Add handle to TargetMachine object in all Machine...Info classes. by Vikram S. Adve · 24 years ago
  12. 6cefc70 Renamed files to match the main classes they provide. Some other minor changes. by Vikram S. Adve · 24 years ago
  13. 1680fb1 Add a comment by Chris Lattner · 24 years ago
  14. 6875e9c Break scheduling infrastructure out of TargetMachine.cpp into SchedInfo.cpp by Chris Lattner · 24 years ago
  15. 87b3bf6 Split Target/Machine.h into three files: * Machine.h * InstInfo.h * SchedInfo.h by Chris Lattner · 24 years ago
  16. 22a6a90 Make a new llvm/Target #include directory. by Chris Lattner · 24 years ago[Renamed (92%) from llvm/lib/CodeGen/TargetMachine/TargetMachine.cpp]
  17. 742086f Added class MachineSchedInfo and several supporting classes by Vikram S. Adve · 24 years ago
  18. 8dd99f3 Factor code out to the TargetData class by Chris Lattner · 24 years ago
  19. c429691 Added MachineInstrInfo class and moved instruction-related members there. by Vikram S. Adve · 24 years ago
  20. b299068 Eliminate lots of unnecessary #includes and forward decls by Chris Lattner · 24 years ago
  21. dd51176 Renamed include/llvm/Codegen to include/llvm/CodeGen by Chris Lattner · 24 years ago
  22. 3414e78 Base clas for a description of a target architecture. by Vikram S. Adve · 24 years ago