1. 3ecfc86 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 14 years ago
  2. d8b4fb4 (Almost) always call reserveOperandSpace() on newly created PHINodes. by Jay Foad · 14 years ago
  3. ce665bd Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  4. 60493c3 Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg") by Dan Gohman · 15 years ago
  5. d13db2c Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
  6. f012705 Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer. by Benjamin Kramer · 16 years ago
  7. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  8. d68a076 Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 17 years ago
  9. fc74abf Enable first-class aggregates support. by Dan Gohman · 17 years ago
  10. 84b7df4 Remove uses of llvm/System/IncludeFile.h that are no longer needed. by Dan Gohman · 17 years ago
  11. 34437f3 Fix insert point handling for multiple return values. by Devang Patel · 17 years ago
  12. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
  13. 7498f90 simplify by Devang Patel · 17 years ago
  14. c5eb380 Handle 'ret' with multiple values. by Devang Patel · 17 years ago
  15. 4d51945 Skip functions that return multiple values. by Devang Patel · 17 years ago
  16. 75542bd remove the LowerSelect pass. The last client was the old Sparc backend, which is long dead by now. by Chris Lattner · 18 years ago
  17. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  18. 1997473 Drop 'const' by Devang Patel · 18 years ago
  19. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  20. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  21. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
  22. 191b0ba Force anything that #includes llvm/Transforms/Utils/UnifyFunctionExitNodes.h by Chris Lattner · 19 years ago
  23. 8d89e7b Patch to make some xforms preserve each other. Patch contributed by by Chris Lattner · 19 years ago
  24. fd93908 Remove trailing whitespace by Misha Brukman · 20 years ago
  25. ec7c1ab Add support for unreachable by Chris Lattner · 21 years ago
  26. eb62bc7 Merge i*.h headers into Instructions.h as part of bug403. by Alkis Evlogimenos · 21 years ago
  27. 99c58f4 Use one destination constructor for the unconditional branch. by Alkis Evlogimenos · 21 years ago
  28. 108e4ab Minor cleanups and simplifications by Chris Lattner · 22 years ago
  29. f8485c6 Start using the nicer terminator auto-insertion API by Chris Lattner · 22 years ago
  30. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  31. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  32. f46057be Expand the pass to unify all of the unwind blocks as well by Chris Lattner · 22 years ago
  33. de579f1 Remove using declarations by Chris Lattner · 22 years ago
  34. 6c0e049 * We now preserve the no-critical-edge pass (because we cannot insert critical edges) by Chris Lattner · 22 years ago
  35. 1a7db9b Fix bug I introduced with one of my previous changes. by Chris Lattner · 23 years ago
  36. 8606d99 Fix bugs in previous checkins by Chris Lattner · 23 years ago
  37. 228b14b Fix minor problems in previous checkin by Chris Lattner · 23 years ago
  38. f2d2d0b Clean up code due to auto-insert constructors by Chris Lattner · 23 years ago
  39. 546b027 - Do not expose ::ID from any of the analyses anymore. by Chris Lattner · 23 years ago
  40. 97f51a3 by Chris Lattner · 23 years ago
  41. 1e43516 * Add support for different "PassType's" by Chris Lattner · 23 years ago
  42. f629309 *** empty log message *** by Chris Lattner · 23 years ago
  43. 1896150 *** empty log message *** by Chris Lattner · 23 years ago
  44. 8ca21c2 Give the unified exit node a name by Chris Lattner · 23 years ago
  45. fc514f4 Move UnifyFunctionExitNodes to Utils library: final resting place this time by Chris Lattner · 23 years ago
  46. b444a1f Cleanup implementation a bit by Chris Lattner · 23 years ago
  47. c8cc4cb Updates to move some header files out of include/llvm/Transforms into by Chris Lattner · 23 years ago
  48. 483e14e s/Method/Function by Chris Lattner · 23 years ago
  49. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
  50. 417cf7e General cleanup by Chris Lattner · 24 years ago
  51. 2180153 Eliminate SimplifyCFG.h file, pull everything into the UnifyMethodExitNodes class by Chris Lattner · 24 years ago
  52. 93193f8 Convert analyses to new pass structure by Chris Lattner · 24 years ago
  53. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  54. 7061dc5 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 24 years ago
  55. a41f50d Broad superficial changes: by Chris Lattner · 24 years ago
  56. 63a0b2a Add method to unify all exit nodes of a method by Chris Lattner · 24 years ago