1. b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
  2. 7e6d4a1 Add support for UndefValue by Chris Lattner · 21 years ago
  3. 889d346 Add value mapper support for select constant exprs. This should fix a bug by Chris Lattner · 21 years ago
  4. 8324372 Stop using getValues(). by Alkis Evlogimenos · 21 years ago
  5. 3b4e83e Remove an if statement that would never be reached. by Reid Spencer · 21 years ago
  6. cb3fb5d bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 21 years ago
  7. 32c518e Progress on PR341 by Chris Lattner · 21 years ago
  8. eb04d9b Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  9. 6182acf Move RemapInstruction() to ValueMapper, so that it can be shared with by Brian Gaeke · 21 years ago
  10. 76b2ff4 Adjustments to support the new ConstantAggregateZero class by Chris Lattner · 22 years ago
  11. 4299637 Remove use of ConstantExpr::getShift by Chris Lattner · 22 years ago
  12. df3c342 Finegrainify namespacification by Chris Lattner · 22 years ago
  13. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  14. 8055fb3 Yet more fixes for constant expr shifts by Chris Lattner · 22 years ago
  15. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  16. 6aa34b0 Avoid doing pointless work. Amazingly, this makes us go faster. by Chris Lattner · 22 years ago
  17. de6f87b New const_cast instead of c style cast by Chris Lattner · 23 years ago
  18. 803c66b Add debugging helper by Chris Lattner · 23 years ago
  19. 1ee7f8e Fix bug that was bugging bugpoint by Chris Lattner · 23 years ago
  20. e4dbb1a Initial checkin of Module cloning support stuff by Chris Lattner · 23 years ago