1. fd63f25f Simplify code Remove unneccesary getID variant for module's by Chris Lattner · 23 years ago
  2. f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 23 years ago
  3. 4b1de8e * getAsString requires that the input array is string compatible, so by Chris Lattner · 23 years ago
  4. f678dc6 Handle the FP format problem, where outputed FP constants were not precise by Chris Lattner · 23 years ago
  5. c1ffdb1 Use new higher level isFloatingPoint() function by Chris Lattner · 23 years ago
  6. b579400 * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h by Chris Lattner · 23 years ago
  7. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
  8. fbd2161 Minor cleanup in printing constants. I think this included a bug by Vikram S. Adve · 23 years ago
  9. d198c47 Handling of global names was severely broken when converting to 2 passes. by Vikram S. Adve · 23 years ago
  10. 9ee9d71 Fix include error. by Vikram S. Adve · 23 years ago
  11. 49b8a9c Clean up std namespace issues Silence warning by Chris Lattner · 23 years ago
  12. 59ba109 EmitAssembly doesn't need an UltraSparc, it can do with any TargetMachine by Chris Lattner · 24 years ago
  13. c19b8b1 Convert assembly emission over to a two pass approach. by Chris Lattner · 24 years ago
  14. c019a17 * prune #includes * Implement permethod output of machine code to assembly by Chris Lattner · 24 years ago
  15. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  16. 9086515 Remove unsized array support by Chris Lattner · 24 years ago
  17. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  18. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  19. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  20. 5f98aca Changed checking for invalid register number - earlier it was uisng a contant by Ruchira Sasanka · 24 years ago
  21. 998cf0d Fix bogus code that was eliminating needed args. by Vikram S. Adve · 24 years ago
  22. 2144722 Several bug fixes in printing constants, particularly with unsized by Vikram S. Adve · 24 years ago
  23. 915b58d Add support to print constant arrays and structures. by Vikram S. Adve · 24 years ago
  24. ffbba0f Bug fix: need to use .reserve for uninitialized data. by Vikram S. Adve · 24 years ago
  25. 29ff873 Fixed function getEscapedString to follow the Sparc assembly rules by Vikram S. Adve · 24 years ago
  26. 24d3a8b Check in to use moved stringizing code by Chris Lattner · 24 years ago
  27. 53b44e1 Minor fix I omitted to check in. by Vikram S. Adve · 24 years ago
  28. 953c83e Major overhaul to print globals and constants. by Vikram S. Adve · 24 years ago
  29. 7dcd612 Fixed load syntax in EmitAssembly by Ruchira Sasanka · 24 years ago
  30. 578f99c Split JMPL into JMPLCALL and JMPLRET. by Vikram S. Adve · 24 years ago
  31. 2827d52 Fixed printing of offset operand for RETURN instruction. by Vikram S. Adve · 24 years ago
  32. 4353444 Minor bug fix in printing operands of JMPL. by Vikram S. Adve · 24 years ago
  33. f927bb4 Emit the proper .type declarations to tell the debugger what a function is by Chris Lattner · 24 years ago
  34. c28f6d6 Handle abnormal jmpl syntax correctly by Chris Lattner · 24 years ago
  35. ec0a95f Be const correct by Chris Lattner · 24 years ago
  36. 9636a91 Add support for new style casts by Chris Lattner · 24 years ago
  37. 39f501c Fix emission of return instructions by Chris Lattner · 24 years ago
  38. c56d779 * Properly escape function names * Ignore %xcc argument on conditional branches by Chris Lattner · 24 years ago
  39. 9a3d63b Seperate instruction definitions into new SparcInstr.def file by Chris Lattner · 24 years ago
  40. e88f78c First cut at assembly output by Chris Lattner · 24 years ago