1. 49b8a9c Clean up std namespace issues Silence warning by Chris Lattner · 23 years ago
  2. 59ba109 EmitAssembly doesn't need an UltraSparc, it can do with any TargetMachine by Chris Lattner · 24 years ago
  3. c19b8b1 Convert assembly emission over to a two pass approach. by Chris Lattner · 24 years ago
  4. c019a17 * prune #includes * Implement permethod output of machine code to assembly by Chris Lattner · 24 years ago
  5. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  6. 9086515 Remove unsized array support by Chris Lattner · 24 years ago
  7. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  8. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  9. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  10. 5f98aca Changed checking for invalid register number - earlier it was uisng a contant by Ruchira Sasanka · 24 years ago
  11. 998cf0d Fix bogus code that was eliminating needed args. by Vikram S. Adve · 24 years ago
  12. 2144722 Several bug fixes in printing constants, particularly with unsized by Vikram S. Adve · 24 years ago
  13. 915b58d Add support to print constant arrays and structures. by Vikram S. Adve · 24 years ago
  14. ffbba0f Bug fix: need to use .reserve for uninitialized data. by Vikram S. Adve · 24 years ago
  15. 29ff873 Fixed function getEscapedString to follow the Sparc assembly rules by Vikram S. Adve · 24 years ago
  16. 24d3a8b Check in to use moved stringizing code by Chris Lattner · 24 years ago
  17. 53b44e1 Minor fix I omitted to check in. by Vikram S. Adve · 24 years ago
  18. 953c83e Major overhaul to print globals and constants. by Vikram S. Adve · 24 years ago
  19. 7dcd612 Fixed load syntax in EmitAssembly by Ruchira Sasanka · 24 years ago
  20. 578f99c Split JMPL into JMPLCALL and JMPLRET. by Vikram S. Adve · 24 years ago
  21. 2827d52 Fixed printing of offset operand for RETURN instruction. by Vikram S. Adve · 24 years ago
  22. 4353444 Minor bug fix in printing operands of JMPL. by Vikram S. Adve · 24 years ago
  23. f927bb4 Emit the proper .type declarations to tell the debugger what a function is by Chris Lattner · 24 years ago
  24. c28f6d6 Handle abnormal jmpl syntax correctly by Chris Lattner · 24 years ago
  25. ec0a95f Be const correct by Chris Lattner · 24 years ago
  26. 9636a91 Add support for new style casts by Chris Lattner · 24 years ago
  27. 39f501c Fix emission of return instructions by Chris Lattner · 24 years ago
  28. c56d779 * Properly escape function names * Ignore %xcc argument on conditional branches by Chris Lattner · 24 years ago
  29. 9a3d63b Seperate instruction definitions into new SparcInstr.def file by Chris Lattner · 24 years ago
  30. e88f78c First cut at assembly output by Chris Lattner · 24 years ago