1. 2176643 Rename ValueMapTy as ValueToValueMapTy to clearly indicate that this has no replationship with ADT/ValueMap. by Devang Patel · 16 years ago
  2. 382b969 There is no need to install ValueMapper.h header. by Devang Patel · 16 years ago
  3. 2b17e2a Avoid extra calls to MD->getNumOperands() by Victor Hernandez · 16 years ago
  4. 24716b6 It turns out that this #include is needed because otherwise by Chris Lattner · 16 years ago
  5. 9889b4b unbreak the build, apparently without this transformutils starts depending on libipa? by Chris Lattner · 16 years ago
  6. e39837d tidy up by Chris Lattner · 16 years ago
  7. a9ad174 Don't need to include IntrinsicInst.h any more by Victor Hernandez · 16 years ago
  8. d089f4e No need to map NULL operands of metadata by Victor Hernandez · 16 years ago
  9. f246240 Switch Elts from vector to SmallVector by Victor Hernandez · 16 years ago
  10. 5fa88d4 Map operands of all function-local metadata, not just metadata passed to llvm.dbg.declare intrinsics by Victor Hernandez · 16 years ago
  11. 696cb8d While mapping llvm.dbg.declare intrinsic manually map its operand, if possible, by Devang Patel · 16 years ago
  12. aa99c94 Revert 85678/85680. The decision is to stay with the current form of by Chris Lattner · 16 years ago
  13. 3c89c53 adjust a couple xforms to work with null bb's in BlockAddress. by Chris Lattner · 16 years ago
  14. ee8b951 teach various passes about blockaddress. We no longer crash on any clang tests. by Chris Lattner · 16 years ago
  15. be06038 teach ValueMapper about BlockAddress', making bugpoint a lot more useful. by Chris Lattner · 16 years ago
  16. cf5a47d unindent massive blocks, no functionality change. by Chris Lattner · 16 years ago
  17. ef41a1c MapValue doesn't needs its LLVMContext argument. by Dan Gohman · 16 years ago
  18. a4f43fb Rename MDNode.h header. It defines MDnode and other metadata classes. by Devang Patel · 16 years ago
  19. 4aa3295 Return ConstantVector to 2.5 API. by Owen Anderson · 16 years ago
  20. c2c7932 Change ConstantArray to 2.5 API. by Owen Anderson · 16 years ago
  21. 45308b5 Move ConstantStruct back to 2.5 API. by Owen Anderson · 16 years ago
  22. de6f46c Do not seed mstadata into the value map. by Devang Patel · 16 years ago
  23. 47db941 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
  24. fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  25. 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  26. 38264b1 "LLVMContext* " --> "LLVMContext *" by Owen Anderson · 16 years ago
  27. e70b637 More LLVMContext-ification. by Owen Anderson · 16 years ago
  28. adbc284 Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 16 years ago
  29. 5df4326 rewrite operand loops to use iterators by Gabor Greif · 17 years ago
  30. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  31. 98638ae Forget to commit users part of value mapper interface by Anton Korobeynikov · 18 years ago
  32. 06c60b6 Fix comments about vectors to use the current wording. by Dan Gohman · 18 years ago
  33. 1e48acb fix an obscure and tricky bug the inliner can hit sometimes. by Chris Lattner · 19 years ago
  34. d84d35b For PR1195: by Reid Spencer · 19 years ago
  35. 1bfc7ab Switch inliner over to use DenseMap instead of std::map for ValueMap. This by Chris Lattner · 19 years ago
  36. 75b871f For PR1043: by Zhou Sheng · 19 years ago
  37. 19247f3 eliminate some ugly code, using ConstantExpr::getWithOperands instead. by Chris Lattner · 19 years ago
  38. 3df13f4 Implement a new method, CloneAndPruneFunctionInto, as documented. by Chris Lattner · 19 years ago
  39. 17bd605 Add supprot for shufflevector by Chris Lattner · 20 years ago
  40. 8ec0205 Fix inlining of insert/extract element constantexprs by Chris Lattner · 20 years ago
  41. 1b2436a add valuemapper support for inline asm by Chris Lattner · 20 years ago
  42. 42e0ba0 teach the inliner to work with packed constants by Chris Lattner · 20 years ago
  43. 120f31b teach the cloner to handle inline asms by Chris Lattner · 20 years ago
  44. b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
  45. 7e6d4a1 Add support for UndefValue by Chris Lattner · 21 years ago
  46. 889d346 Add value mapper support for select constant exprs. This should fix a bug by Chris Lattner · 21 years ago
  47. 8324372 Stop using getValues(). by Alkis Evlogimenos · 21 years ago
  48. 3b4e83e Remove an if statement that would never be reached. by Reid Spencer · 21 years ago
  49. cb3fb5d bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 21 years ago
  50. 32c518e Progress on PR341 by Chris Lattner · 21 years ago
  51. eb04d9b Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  52. 6182acf Move RemapInstruction() to ValueMapper, so that it can be shared with by Brian Gaeke · 21 years ago
  53. 76b2ff4 Adjustments to support the new ConstantAggregateZero class by Chris Lattner · 22 years ago
  54. 4299637 Remove use of ConstantExpr::getShift by Chris Lattner · 22 years ago
  55. df3c342 Finegrainify namespacification by Chris Lattner · 22 years ago
  56. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  57. 8055fb3 Yet more fixes for constant expr shifts by Chris Lattner · 22 years ago
  58. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  59. 6aa34b0 Avoid doing pointless work. Amazingly, this makes us go faster. by Chris Lattner · 22 years ago
  60. de6f87b New const_cast instead of c style cast by Chris Lattner · 23 years ago
  61. 803c66b Add debugging helper by Chris Lattner · 23 years ago
  62. 1ee7f8e Fix bug that was bugging bugpoint by Chris Lattner · 23 years ago
  63. e4dbb1a Initial checkin of Module cloning support stuff by Chris Lattner · 23 years ago