1. 0da29c8 "fix" problems processing floating point expressions by Chris Lattner · 24 years ago
  2. f1d6521 Hrm, don't do debugging output when debugging is off. :( by Chris Lattner · 24 years ago
  3. a8b6d43 Fixes to type conversion stuff to match induction variables more frequently by Chris Lattner · 24 years ago
  4. 6de230a Fix a bug that clobbered the step value on some inputs by Chris Lattner · 24 years ago
  5. ed4feac Fix a bug introduced by "internal linkage" work. by Chris Lattner · 24 years ago
  6. 3bf915f Fix bugs, don't do external methods which causes segv. by Chris Lattner · 24 years ago
  7. 4b770a3 Remove printouts by Chris Lattner · 24 years ago
  8. 621c992 Fix a pessimization due to sucky LI testing by Chris Lattner · 24 years ago
  9. 394437f Implement induction variable simplification by Chris Lattner · 24 years ago
  10. 9a88d27 Allow hyphens in identifier names by Chris Lattner · 24 years ago
  11. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  12. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  13. 7061dc5 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 24 years ago
  14. 6148c02 Initial checkin of indvar stuff by Chris Lattner · 24 years ago
  15. c50df7e Compile the scalar directory by Chris Lattner · 24 years ago
  16. df89f6e Induction variables must be phi nodes by Chris Lattner · 24 years ago
  17. f60dc88 Move support directory by Chris Lattner · 24 years ago
  18. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  19. 360e17e Move DataTypes.h from llvm/Support to just Support by Chris Lattner · 24 years ago
  20. 0900980 Turn off debug info by Chris Lattner · 24 years ago
  21. de51dd8 Use pointertype where appropriate by Chris Lattner · 24 years ago
  22. 69b5ce9 Remove invalid,unneccesary ## token by Chris Lattner · 24 years ago
  23. 6731f08 Implement internal by Chris Lattner · 24 years ago
  24. 9e00579 Make strings be internal by Chris Lattner · 24 years ago
  25. e81dc1d Remove debugging output by Chris Lattner · 24 years ago
  26. c54692b Support internal linkage by Chris Lattner · 24 years ago
  27. d4c1550 Build IPO directory by Chris Lattner · 24 years ago
  28. e4d25aa Implement support for internal methods by Chris Lattner · 24 years ago
  29. bd70bb9 Include const prop as part of -raise by Chris Lattner · 24 years ago
  30. f78032f * Implement support for folding multiple single letter arguments together like by Chris Lattner · 24 years ago
  31. 5b7d42b Misc cleanups by Chris Lattner · 24 years ago
  32. faffb05 Expose constant propogation of an instruction in a clean way by Chris Lattner · 24 years ago
  33. 4ed17ba Stuff after a #endif is not valid CPP input and breaks some compilers by Chris Lattner · 24 years ago
  34. d23b1d3 Implement internal method support by Chris Lattner · 24 years ago
  35. dda7196 Implement support for internal methods by Chris Lattner · 24 years ago
  36. a2eb259 Implement writer support for Loops, Induction Variables, and CallGraphs by Chris Lattner · 24 years ago
  37. 5002022 Make Mul work right Make sub work right by Chris Lattner · 24 years ago
  38. ff5a8c4 Fix a bad assertion to be correct . The root basic block can be used by PHI nodes. by Chris Lattner · 24 years ago
  39. 25e9cad Implement a new entry node that has edges to all external methods in the module by Chris Lattner · 24 years ago
  40. 30474bb Implement DCE of global values by Chris Lattner · 24 years ago
  41. 0bbe58f * Implement dominator based loop identification by Chris Lattner · 24 years ago
  42. 782b939 * Implement array indexing in lli by Chris Lattner · 24 years ago
  43. e9c5dc9 Support Array Indexing by Chris Lattner · 24 years ago
  44. 58716b9 Implement: isLosslesslyConvertableTo and new CompositeType base class by Chris Lattner · 24 years ago
  45. c267f7b If a name conflict occurs when inserting a value, rename it. by Chris Lattner · 24 years ago
  46. 7c54b4a Support array indexing by Chris Lattner · 24 years ago
  47. 491b29f Support Composite's, not just structs by Chris Lattner · 24 years ago
  48. 89a1c80 losslessCastableTypes is moved to Type class by Chris Lattner · 24 years ago
  49. 12739d9 Support selectable structure transformations by Chris Lattner · 24 years ago
  50. 8090e8c Support mutation of array indexing by Chris Lattner · 24 years ago
  51. 3cc7dde Clean up code, implement array indexing stuff by Chris Lattner · 24 years ago
  52. a0fa588 Implement array indexing reverse engineering by Chris Lattner · 24 years ago
  53. 69a86e4 The old getIndices has been deprecated, because it no longer works. It now by Chris Lattner · 24 years ago
  54. b2b12b4 Implement array indexing by Chris Lattner · 24 years ago
  55. 6cdb011 Implement array indexing with uints by Chris Lattner · 24 years ago
  56. 882572a * Implement more powerful expr analysis of cast instructions by Chris Lattner · 24 years ago
  57. 8927973 Be more const correct by Chris Lattner · 24 years ago
  58. 3113375 commented out popAllTempValues since it leads to a bug - see code by Ruchira Sasanka · 24 years ago
  59. f90870f Commented some popTempArg.. since it leads to a bug by Ruchira Sasanka · 24 years ago
  60. 07c7086 Added naming to inserted phi copy values - for easy debugging by Ruchira Sasanka · 24 years ago
  61. 295264d changed since names of some methods in PhyRegAlloc changed by Ruchira Sasanka · 24 years ago
  62. ba9d5db Fixed a bug in setReLRegsUsedByMI by Ruchira Sasanka · 24 years ago
  63. 825dd55 Changed some names of methods, added const etc. by Ruchira Sasanka · 24 years ago
  64. 345bcc8 Fix use of AllocateLocalVar for alloca instruction! by Vikram S. Adve · 24 years ago
  65. 7c47c72 Modify AllocateLocalVar method to take a size argument. by Vikram S. Adve · 24 years ago
  66. f6dfca1 fixed setUsedRegAtMI by Ruchira Sasanka · 24 years ago
  67. 2ed5ccd Print incoming arguments and return values. by Vikram S. Adve · 24 years ago
  68. b9959d8 Fix int->float conversion. by Vikram S. Adve · 24 years ago
  69. 430aa9e -cleangcc pass now remove type names that are never referenced and type names for pointers to primitive types. by Chris Lattner · 24 years ago
  70. 20ac79e Changed phi elimination code by Ruchira Sasanka · 24 years ago
  71. 0e7c737 Fix cute little bug that was causing the last by Vikram S. Adve · 24 years ago
  72. 8d24337 Small changed to printing a machine operand - It the operand is a def, it prints by Ruchira Sasanka · 24 years ago
  73. ecd5813 Don't assume constant operand can only be in position 1! by Vikram S. Adve · 24 years ago
  74. 4c5fe2d Add function returning which operand holds immediate constant by Vikram S. Adve · 24 years ago
  75. 9e29f78 Idiotic error in last fix. by Vikram S. Adve · 24 years ago
  76. c811745 Don't need to load a NULL pointer constant from memory! by Vikram S. Adve · 24 years ago
  77. c9c6aa0 Change latency of SETX to improve schedule -- just a hack. by Vikram S. Adve · 24 years ago
  78. cbddf49 Added support method for setting interference for pseudo instructions by Ruchira Sasanka · 24 years ago
  79. d63aaaa Added M_PSEUDO_FLAG for SETX .. instr by Ruchira Sasanka · 24 years ago
  80. 22ccb1b Added interference for args in pseudo instructions by Ruchira Sasanka · 24 years ago
  81. 3bcce72 Rename cruft by Chris Lattner · 24 years ago
  82. 65ea171 Remove much cruft from the MemAccessInst instruction by Chris Lattner · 24 years ago
  83. d5b48ca Better heuristics for handling arrays by Chris Lattner · 24 years ago
  84. 84dce16 commented out lines printing code after scheduling by Ruchira Sasanka · 24 years ago
  85. f221a2e Fixed a bug concering LR spilling. Earlier, added spilled code was not inserted by Ruchira Sasanka · 24 years ago
  86. 5f98aca Changed checking for invalid register number - earlier it was uisng a contant by Ruchira Sasanka · 24 years ago
  87. 1b60014 Implement some more rand functions for em3d benchmark by Chris Lattner · 24 years ago
  88. ce22ec1 * Change ExpressionConvertableToType to more closely match map behavior of by Chris Lattner · 24 years ago
  89. e72c557 Minor style cleanups by Chris Lattner · 24 years ago
  90. 3d775c3 Avoid assertion failure when taking size of unsized array. Todo item herE by Chris Lattner · 24 years ago
  91. e85f233 Do the same for allocating spills to get their alignment right too. by Vikram S. Adve · 24 years ago
  92. 00521d7 When allocating space on stack for writing a register, by Vikram S. Adve · 24 years ago
  93. e492c9d Bug fix in offset alignment computations: don't subtract the padding by Vikram S. Adve · 24 years ago
  94. e6e8b28 Remove debug info :( by Chris Lattner · 24 years ago
  95. 77a316a Fix bug in new assertion by Chris Lattner · 24 years ago
  96. 9d47866 Fixed a bug with pervious ColorCallArg by Ruchira Sasanka · 24 years ago
  97. 91014f6 Canged ColorCallArg so that when a call arg is directly pushed on to stack by Ruchira Sasanka · 24 years ago
  98. 27afeb2 Add an assertion check by Chris Lattner · 24 years ago
  99. b732543 I don't know what I was thinking by Chris Lattner · 24 years ago
  100. 84efe09 Print percentages for profiling info better by Chris Lattner · 24 years ago