1. b3b6f53 Added support for both call/jmpl instructions by Ruchira Sasanka · 24 years ago
  2. 5ab1f87 Fix problem with a cast instruction that must be expanded to type 0 by Chris Lattner · 24 years ago
  3. 2827d52 Fixed printing of offset operand for RETURN instruction. by Vikram S. Adve · 24 years ago
  4. ea21a6c Use CALL for direct function calls; JMPL for indirect ones. by Vikram S. Adve · 24 years ago
  5. 4353444 Minor bug fix in printing operands of JMPL. by Vikram S. Adve · 24 years ago
  6. f434cd1 Fix shift printing when using a ubyte LHS by Chris Lattner · 24 years ago
  7. 42c9e77 Add support for And, XOR, and Or by Chris Lattner · 24 years ago
  8. 2b3c925 It is valid to have unsigned arrays as constants... the linker may initialize them later by Chris Lattner · 24 years ago
  9. 44d2b94 Added code to support unusable Suggested Colors. by Ruchira Sasanka · 24 years ago
  10. b49865f Added code so that colorIGNode does not unnecessarily reserve unusable by Ruchira Sasanka · 24 years ago
  11. 0e62aa6 Added code to PhyRegAlloc to mark unusable suggested regs by Ruchira Sasanka · 24 years ago
  12. 33eb292 Added code to Initialize (MachineOperand) to initialize regNum to -1 -- Ruchira by Ruchira Sasanka · 24 years ago
  13. 0f5e988 Corrected call interference bug - suggested color not allocated if by Ruchira Sasanka · 24 years ago
  14. 36f7707 Changed Call interference info by Ruchira Sasanka · 24 years ago
  15. 958faf3 Corrected call interference bug by Ruchira Sasanka · 24 years ago
  16. ffa6f9c Fix to reference the right header by Chris Lattner · 24 years ago
  17. 0fd8dc8 no major change by Ruchira Sasanka · 24 years ago
  18. ad5b620 *** empty log message *** by Vikram S. Adve · 24 years ago
  19. 69917e2 Added implict operand printing for operator( ostream, MachineInstr&) by Ruchira Sasanka · 24 years ago
  20. 735d6e3 Added support for condition code loading/stroing in methods cpReg2Reg etc. by Ruchira Sasanka · 24 years ago
  21. 97b8b44 removed some debug messages by Ruchira Sasanka · 24 years ago
  22. f8f2afb Enhancements to pass argc & argv to main if required by Chris Lattner · 24 years ago
  23. b7e7118 Check in new testcase based on .c file. Adapted to run with lli by Chris Lattner · 24 years ago
  24. 03f7ce0 Fix null termination issue by Chris Lattner · 24 years ago
  25. 1e39a95 Add new testcase from C source by Chris Lattner · 24 years ago
  26. d7477ee Remove unneccesary retcode var by Chris Lattner · 24 years ago
  27. 2197d21 Refactor Assembly/Bytecode writer code into Assembly & bytecode libraries by Chris Lattner · 24 years ago
  28. 1992ce1 Refactor code into Assembly & bytecode libraries by Chris Lattner · 24 years ago
  29. b44405a initial checkin by Chris Lattner · 24 years ago
  30. 986fced move llvm/Transforms/Pass.h to the top level llvm/Pass.h file by Chris Lattner · 24 years ago
  31. 9effd69 Expose more xforms to the opt utility by Chris Lattner · 24 years ago
  32. c2c9dd1 Bytecode writer is yanked out of Module printer by Chris Lattner · 24 years ago
  33. b81a0bf Refix bugs, stop using deprecated strstream header by Chris Lattner · 24 years ago
  34. 475becb Initial checkin by Chris Lattner · 24 years ago
  35. 399376b Initial Checkin by Chris Lattner · 24 years ago
  36. 3923140 Pull bytecode writing out of Module writer pass. Prepare to move to seperate file by Chris Lattner · 24 years ago
  37. c148d4e Add operator[] accessors by Chris Lattner · 24 years ago
  38. 712ac2b Move malloc/free lowering after tracing until lli supports by Vikram S. Adve · 24 years ago
  39. 631b9a3 Only print values live at BB or method exit, and insert loads at each by Vikram S. Adve · 24 years ago
  40. d8b5168 Add option to print per module instead of per method, so that by Vikram S. Adve · 24 years ago
  41. c9a1de6 Only output code if file open is successful by Chris Lattner · 24 years ago
  42. 79a3349 Trace code should always be exported just before code generation; by Vikram S. Adve · 24 years ago
  43. bedb00d Handle multiple exit blocks correctly. by Vikram S. Adve · 24 years ago
  44. 07b877e Add option to print as bytecode instead of assembly. by Vikram S. Adve · 24 years ago
  45. 73e11d7 Use the standard header not the old one by Chris Lattner · 24 years ago
  46. b2c823d Dang, we were losing the Constant bit on globals. Fix this by Chris Lattner · 24 years ago
  47. 0eafc31 Add support to insert trace code as an "optimization" by Chris Lattner · 24 years ago
  48. 4457163 Convert to be compatible with lli. Need to eliminate duplicate \n entries by Chris Lattner · 24 years ago
  49. 685639d Convert to new simpler, more powerful pass structure by Chris Lattner · 24 years ago
  50. 8d9e377 Massive hacks to try to fix subtle logic bugs. I think it's all working now, by Chris Lattner · 24 years ago
  51. 42c9c2c Convert to new simpler pass itf by Chris Lattner · 24 years ago
  52. a36941c Convert to new simpler Pass structure Componentize better by Chris Lattner · 24 years ago
  53. 9797a51 Convert to new simpler Pass structure by Chris Lattner · 24 years ago
  54. b44523b Convert to new simpler pass structure by Chris Lattner · 24 years ago
  55. edcf649 Simplify Pass by removing silly subclasses Fix an iterator problem by Chris Lattner · 24 years ago
  56. dea6b3c Fix minor bug, update comments by Chris Lattner · 24 years ago
  57. e001059 Change Sources specifier to ExtraSources by Chris Lattner · 24 years ago
  58. 5680ee6 Convert optimizations to the pass infrastructure by Chris Lattner · 24 years ago
  59. 989305b Pass's return true if they make a modification, not if they fail by Chris Lattner · 24 years ago
  60. 475369e Convert optimizations to use the Pass infrastructure by Chris Lattner · 24 years ago
  61. 6db0f47 * Passes return true if they change something, not if they fail by Chris Lattner · 24 years ago
  62. 05e5e07 Passes return true if they change something, not if they fail by Chris Lattner · 24 years ago
  63. 7fe2787 1. Move most of the constant-fixup code into machine-independent file by Vikram S. Adve · 24 years ago
  64. 8f1afbf Reverse previous change. by Vikram S. Adve · 24 years ago
  65. 867c3cc Generate assembly code for testcodegen. by Vikram S. Adve · 24 years ago
  66. f6ee0d8 Added several cases where a constant must be forwarded into a use. by Vikram S. Adve · 24 years ago
  67. fee9386 Sparc-specific code shared between local files. by Vikram S. Adve · 24 years ago
  68. 4df35a2 Moved implementation of class UltraSparcInstrInfo to SparcInstrInfo.cpp. by Vikram S. Adve · 24 years ago
  69. 5684c4e Added virtual function to generate an instruction sequence to by Vikram S. Adve · 24 years ago
  70. 30764b8 Moved implementation of class UltraSparcInstrInfo here. by Vikram S. Adve · 24 years ago
  71. f60b1f4 1. Add a bottom-up pass on BURG trees that is used to fix constant operands. by Vikram S. Adve · 24 years ago
  72. 6d35326 1. Add a bottom-up pass on BURG trees that is used to fix constant operands. by Vikram S. Adve · 24 years ago
  73. f43e336 Separate VM instruction that generates the instructions that compute a value by Vikram S. Adve · 24 years ago
  74. 85b46d6 *** empty log message *** by Vikram S. Adve · 24 years ago
  75. 00de509 Remove extra assert in dyn_cast_or_null. by Vikram S. Adve · 24 years ago
  76. 67edee1 Disable codgen test for calltest.ll. by Vikram S. Adve · 24 years ago
  77. c811c2e Only list automatically generated .cpp files. by Vikram S. Adve · 24 years ago
  78. c4bed34 Allow only extra Source files to be listed in a local Makefile. by Vikram S. Adve · 24 years ago
  79. 386a3b7 Simplify some code Remove Method special case Fix bug exposed by this testcase: by Chris Lattner · 24 years ago
  80. 618155f added initializing regNum to -1 in both constructors of MachineOperand by Ruchira Sasanka · 24 years ago
  81. 1b732fd changed debugg message printing - no change to useful code by Ruchira Sasanka · 24 years ago
  82. 47c1372 No major change - commented some debug code by Ruchira Sasanka · 24 years ago
  83. 92e251c No major change - added some comments by Ruchira Sasanka · 24 years ago
  84. c4d4b76 Added support for caller saving by Ruchira Sasanka · 24 years ago
  85. abe959c Add rule to build executables by Chris Lattner · 24 years ago
  86. f927bb4 Emit the proper .type declarations to tell the debugger what a function is by Chris Lattner · 24 years ago
  87. c28f6d6 Handle abnormal jmpl syntax correctly by Chris Lattner · 24 years ago
  88. 7b851ab Implement ulong & long support by Chris Lattner · 24 years ago
  89. 1b3512f Make main do some simple work without requiring main arguments to be happy by Chris Lattner · 24 years ago
  90. 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
  91. 1e23ed7 Output to cerr rather than cout so that debug info doesn't mess up assembly generation by Chris Lattner · 24 years ago
  92. 18fc812 Compile with v9 extensions by Chris Lattner · 24 years ago
  93. 2db4b72 ConcretePass should not be a templated class! by Chris Lattner · 24 years ago
  94. 25c1229 Minor cleanups by Chris Lattner · 24 years ago
  95. 1bffea0 Add new Pass infrastructure and some examples by Chris Lattner · 24 years ago
  96. 3524fc2 Use the new Pass infrastructure to clean up llc by Chris Lattner · 24 years ago
  97. 2597924 Convert to use Pass infrastructure by Chris Lattner · 24 years ago
  98. 81564a0 File moved to: llvm/Transforms/HoistPHIConstants.h by Chris Lattner · 24 years ago
  99. b8354a8 --added support for implicit operands by Ruchira Sasanka · 24 years ago
  100. a90e770 updated suggesting/coloring of call & return args & implicit operands. by Ruchira Sasanka · 24 years ago