1. ff5ecce Add support to the bytecode writer to recognize floating point constants by Chris Lattner · 24 years ago
  2. a137530 Add support to the bytecode reader to recognize floating point constants by Chris Lattner · 24 years ago
  3. 3d52b2f Add support to the parser to recognize floating point constants by Chris Lattner · 24 years ago
  4. 2e35bed Add a function to convert a double to a string by Chris Lattner · 24 years ago
  5. d2fdd91 Add support to write and read a fixed amount of raw data by Chris Lattner · 24 years ago
  6. bb1604c Add a note by Chris Lattner · 24 years ago
  7. a3d3c2b * ValueHolder now takes 3 arguments by Chris Lattner · 24 years ago
  8. 3b7bfdb Add knowledge about the struct form of the GetElementPtr instruction by Chris Lattner · 24 years ago
  9. 20a155f Remove dependency on the structure of ValueHolder. by Chris Lattner · 24 years ago
  10. e545981 * The parent of a constant pool is a symtabvalue, not a value. by Chris Lattner · 24 years ago
  11. 54d56e3 The parent of a constant pool is a symtabvalue, not a value. by Chris Lattner · 24 years ago
  12. e98dda6 Added some comments, preparing to add global variables and method prototypes by Chris Lattner · 24 years ago
  13. 644dc17 * The parent of a constant pool is a SymTabValue, not a value. by Chris Lattner · 24 years ago
  14. dc4c3f2 Made the following changes: by Chris Lattner · 24 years ago
  15. 49fec96 Added more todo's. Don't I ever accomplish anything? by Chris Lattner · 24 years ago
  16. d8c2e42 Add DebugValue member. by Chris Lattner · 24 years ago
  17. ec0c497 Made it not inline by Chris Lattner · 24 years ago
  18. b144fb8 Add DebugValue global function by Chris Lattner · 24 years ago
  19. c262f72 Don't clean out the type plane of the constant pool... this is a hack. FIXME by Chris Lattner · 24 years ago
  20. 8896eda Make sure that types go in the constant pool if they are used. by Chris Lattner · 24 years ago
  21. 2820728 hasSideEffects should be marked virtual stores and free's have sideeffects by Chris Lattner · 24 years ago
  22. 1fedd5a Modify notes by Chris Lattner · 24 years ago
  23. fb3f24f Fix stupid typo by Chris Lattner · 24 years ago
  24. d80c43c Initial checkin of coding standards by Chris Lattner · 24 years ago
  25. 33ba0d9 Updated documentation for load, store & getelementptr by Chris Lattner · 24 years ago
  26. 91e1596 add coverage of newly implemented instructions. by Chris Lattner · 24 years ago
  27. ab5ac6b Implementation of Store & GetElementPtr by Chris Lattner · 24 years ago
  28. 0bd654a Implement checking for new instructions by Chris Lattner · 24 years ago
  29. 8b9f7c0 Add note by Chris Lattner · 24 years ago
  30. 027dcc5 Implemented shl, shl, & load instructions by Chris Lattner · 24 years ago
  31. 71496b3 Moved Cast from being a Unary instruction to being an "Other" instruction by Chris Lattner · 24 years ago
  32. 72f1e99 Use the CDG to mark branches alive on demand. by Chris Lattner · 24 years ago
  33. cbab0f7 Add a new "addOperand" method to User. by Chris Lattner · 24 years ago
  34. 3590830 Fixed post dominator frontiers! Yaay! by Chris Lattner · 24 years ago
  35. 0908309 Neg instruction removed. Cast instruction implemented. by Chris Lattner · 24 years ago
  36. f22696f Neg instruction removed. TODO item fulfilled. by Chris Lattner · 24 years ago
  37. 6bcc031 Removing unnecesary file by Chris Lattner · 24 years ago
  38. 9f3d276 Convert BinaryOperand and UnaryOperator to only take instruction types of by Chris Lattner · 24 years ago
  39. a41f50d Broad superficial changes: by Chris Lattner · 24 years ago
  40. 30f24a4 Devirtualize User::dropAllReferences by Chris Lattner · 24 years ago
  41. f229ed5 Remove dtor's that simply call dropAllReferences by Chris Lattner · 24 years ago
  42. c8b25d4 Changed the fundemental architecture of Operands for Instructions. Now by Chris Lattner · 24 years ago
  43. f0d0e9c Changed memory reference instructions to store the result as the implicit by Chris Lattner · 24 years ago
  44. 3fa0bc4 Fixed some error messages to be nicer by Chris Lattner · 24 years ago
  45. 0aa1d5e Add note about nuking Instruction::neg by Chris Lattner · 24 years ago
  46. 6475bdf Initial checkin by Chris Lattner · 24 years ago
  47. c13aff6 Add better support for post dominator information. by Chris Lattner · 24 years ago
  48. 63a0b2a Add method to unify all exit nodes of a method by Chris Lattner · 24 years ago
  49. 94108ab Implement support for postdominators, except in dom frontiers by Chris Lattner · 24 years ago
  50. 87d0461 New file, includes method to merge exit nodes together by Chris Lattner · 24 years ago
  51. c348d21 * Add a DominatorBase base class to maintain root of Dominator info by Chris Lattner · 24 years ago
  52. 18c9f91 * Added comments by Chris Lattner · 24 years ago
  53. d818312 Update to include right file by Chris Lattner · 24 years ago
  54. f3dc2c9 Initial checkin of analyze tool. by Chris Lattner · 24 years ago
  55. 9aa9784 Build new analyze tool by Chris Lattner · 24 years ago
  56. acd257e Added analyze to path for SetupOpt script by Chris Lattner · 24 years ago
  57. ad1bb04 Add analyze tool to path for Setup script by Chris Lattner · 24 years ago
  58. e685023 IntervalPartition was changed to inherit from vector<Interval*> instead of by Chris Lattner · 24 years ago
  59. a49e015 IntervalPartition was changed to inherit from vector<Interval*> instead of by Chris Lattner · 24 years ago
  60. 3ea7349 *** empty log message *** by Chris Lattner · 24 years ago
  61. 1a46243 Checkin of new Analysis result printing header by Chris Lattner · 24 years ago
  62. 3d98049 Code got moved from the lib/Assembly/Writer/IntervalWriter.cpp file to by Chris Lattner · 24 years ago
  63. d1ee90f Remove code for printing out Analysis data structures. It got moved by Chris Lattner · 24 years ago
  64. 953932d Update documentation a bit, correct #include guard by Chris Lattner · 24 years ago
  65. 100efcb Add note about tool idea. Change command line of note to be more specific by Chris Lattner · 24 years ago
  66. 347bfda Add printing code for dominator info by Chris Lattner · 24 years ago
  67. 1715229 Checkin of new dominator calculation routines. These will be improved in by Chris Lattner · 24 years ago
  68. f50b952 Enable printing of dominator related information. by Chris Lattner · 24 years ago
  69. 70b6337 Add new anaysis routines for building dominator related information by Chris Lattner · 24 years ago
  70. 577b15f Addition of 'deleter' function. by Chris Lattner · 24 years ago
  71. bd4996a Moved deleter to include/llvm/Tools/STLExtras.h by Chris Lattner · 24 years ago
  72. 02e90d5 Initial checkin. Should print dead instructions, except it doesn't do by Chris Lattner · 24 years ago
  73. 95781b6 Include ADCE pass, rename include/Opt directory to llvm/Optimizations by Chris Lattner · 24 years ago
  74. 49c8f64 Rename DoSparseConditionalConstantProp -> DoSCCP by Chris Lattner · 24 years ago
  75. 05b9a7f Add note by Chris Lattner · 24 years ago
  76. 8ea0755 Add prototypes for ADCE pass by Chris Lattner · 24 years ago
  77. d8d8c83 Rename DoSparseConditionalConstantProp to DoSCCP by Chris Lattner · 24 years ago
  78. 7e02b7e Optimizations got their own header files by Chris Lattner · 24 years ago
  79. 28bf86a Implement reduceApply method by Chris Lattner · 24 years ago
  80. a7e2611 Add a new pop_back() method by Chris Lattner · 24 years ago
  81. b9b8959 The ConstRules class got moved to the opt namespace by Chris Lattner · 24 years ago
  82. d180e0f Add a reduceApply method by Chris Lattner · 24 years ago
  83. 50d0b7e Split AllOpts.h into lots of little .h files. by Chris Lattner · 24 years ago
  84. 2b05880 Export ConstantFoldTerminator, allow it to fold conditional branches to by Chris Lattner · 24 years ago
  85. cb056de Added documentation. Constant fold terminators. by Chris Lattner · 24 years ago
  86. 4b52471 Added prototype for ConstantFoldTerminator by Chris Lattner · 24 years ago
  87. 7b8ec2d Add a check to avoid allowing V->replaceAllUsesWith(V) by Chris Lattner · 24 years ago
  88. b47af25 Add implementation of BasicBlock::removePredecessor code that was factored by Chris Lattner · 24 years ago
  89. 25d17a5 * Factored RemovePredecessorFromBlock into BasicBlock::removePredecessor by Chris Lattner · 24 years ago
  90. bca26a4 We need to make sure to remove PHI nodes in the successor that cannot be by Chris Lattner · 24 years ago
  91. 1be1d79 Added a note about a new verification the verifier should do by Chris Lattner · 24 years ago
  92. 7b6f5a3 Added new removePredecessor method prototype by Chris Lattner · 24 years ago
  93. 3f7fe71 Added note, moved note by Chris Lattner · 24 years ago
  94. b19e59c Fixed the obnoxious problem that caused an entire directory to rebuild by Chris Lattner · 24 years ago
  95. 7fc9fe3 Miscellaneous cleanups: by Chris Lattner · 24 years ago
  96. 138a124 Add a new Sparse Conditional Constant Propogation pass by Chris Lattner · 24 years ago
  97. 241b064 Add command line arguments for Constant Pool Merging & Sparse Conditional Constant Prop by Chris Lattner · 24 years ago
  98. b351ab8 Put in test of SCCP. Watch out though, because we need to sort the by Chris Lattner · 24 years ago
  99. 8a36b31 Change to use the new GenericBinaryInst class. Support lots more operators. by Chris Lattner · 24 years ago
  100. 3b34c59 Misc cleanup by Chris Lattner · 24 years ago