1. 601fc7c Eliminate uses of MachineBasicBlock::get by Chris Lattner · 23 years ago
  2. 55291ea Rename MachineCodeForBasicBlock to MachineBasicBlock by Chris Lattner · 23 years ago
  3. 9afa88c A single MachineInstr operand may now be both a def and a use. by Vikram S. Adve · 23 years ago
  4. add9643 minor change in removing endl by Anand Shukla · 23 years ago
  5. 1896150 *** empty log message *** by Chris Lattner · 23 years ago
  6. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 23 years ago
  7. 483e14e s/Method/Function by Chris Lattner · 23 years ago
  8. c8a79af isLabelType is obsolete by Chris Lattner · 23 years ago
  9. 4a12da7 Fixed several problems with handling arguments to Phis. by Vikram S. Adve · 23 years ago
  10. 1ddf664 Make it compile with GCC 3.0.4 by Chris Lattner · 23 years ago
  11. 455889a * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into by Chris Lattner · 24 years ago
  12. 6357a3f Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap from MethodLiveVarInfo. by Chris Lattner · 24 years ago
  13. 2f898d2 Convert operand iterator over to work like an STL iterator by Chris Lattner · 24 years ago
  14. 748697d Minor change: Methods that return ValueSet's that are guaranteed to be valid by Chris Lattner · 24 years ago
  15. 7471a7b Must include SetOperations to do set_* by Chris Lattner · 24 years ago
  16. 5e5dfa3 * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static by Chris Lattner · 24 years ago
  17. 0665a5f * Code Cleanups * Introduce RAV to allow stream I/O instead of using printValue by Chris Lattner · 24 years ago
  18. f39f379 Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar directory by Chris Lattner · 24 years ago
  19. ab58411 * Give BBLiveVar.cpp a proper file header by Chris Lattner · 24 years ago
  20. 1164632 * Add #includes that were yanked out of header files by Chris Lattner · 24 years ago
  21. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  22. 789cebb Added more comments. Added code to destructor in MethodLiveVarInfo to delete by Ruchira Sasanka · 24 years ago
  23. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  24. 634b352 Print Debug Code to stderr instead of stdout so that it doesn't mess up the assembly output by Chris Lattner · 24 years ago
  25. c1daae8 added support for implict operands in machine instruction by Ruchira Sasanka · 24 years ago
  26. f0604b8 Pull predecessor and successor iterators out of the CFG*.h files, and plop them into by Chris Lattner · 24 years ago
  27. f6374bf Move the sparc target to a new lib/Target directory by Chris Lattner · 24 years ago
  28. 0811f76 This checkin represents some cleanup of the backend, implementing the following things: by Chris Lattner · 24 years ago
  29. e27c344 LV code on machine instructions by Ruchira Sasanka · 24 years ago
  30. 683847f *** empty log message *** by Ruchira Sasanka · 24 years ago