1. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  2. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  3. d8e1eea Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  4. 2fc1230 Fixes working towards PR341 by Chris Lattner · 20 years ago
  5. a9160a0 Make this pass use a more specific debug message than "Processing:". by Brian Gaeke · 20 years ago
  6. d745602 Finegrainify namespacification by Chris Lattner · 21 years ago
  7. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  8. ed1f7c8 Declare FunctionPasses as such so that they can be used in FunctionPassManager. by Misha Brukman · 21 years ago
  9. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  10. 3b237fc Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. by Chris Lattner · 21 years ago
  11. fd05924 Decrease usage of use_size() by Chris Lattner · 21 years ago
  12. 22b9aab Credits now go into the top-level CREDITS.TXT by Misha Brukman · 21 years ago
  13. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  14. fb5be09 Assign arguments different ranks so they get grouped together by Chris Lattner · 21 years ago
  15. e9608e3 Fix bug: Reassociate/2003-08-12-InfiniteLoop.ll by Chris Lattner · 21 years ago
  16. 6007cb6 Assign finer grained ranks, make sure to reassociate top-level after reassociating bottom level by Chris Lattner · 21 years ago
  17. 6806f56 DEBUG got moved to Support/Debug.h by Chris Lattner · 21 years ago
  18. e96fda3 Fix spelling by Chris Lattner · 21 years ago
  19. e408e25 Remove unnecesary &*'s by Chris Lattner · 21 years ago
  20. f0a93ed Rename Instruction::hasSideEffects() -> mayWriteToMemory() by Chris Lattner · 21 years ago
  21. 4d0a82d Fix a huge performance problem in reassociate by introducing a by Chris Lattner · 22 years ago
  22. 680f0c2 Minor changes: by Chris Lattner · 22 years ago
  23. e4b7304 Fixes to the reassociate pass to make it respect dominance properties by Chris Lattner · 22 years ago
  24. cb2610e - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to by Chris Lattner · 22 years ago
  25. a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 22 years ago
  26. 2a7c23e Simplify code (somtimes dramatically), by using the new "auto-insert" feature by Chris Lattner · 22 years ago
  27. a6275cc by Chris Lattner · 22 years ago
  28. 0c0edf8 *** empty log message *** by Chris Lattner · 22 years ago
  29. f629309 *** empty log message *** by Chris Lattner · 22 years ago
  30. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  31. f016ea4 Use the new DEBUG(x) macro to allow debugging code to be enabled on the commandline by Chris Lattner · 22 years ago
  32. a36e6c8 * Make debug output conditional on #define by Chris Lattner · 22 years ago
  33. 3dec1f2 Add support for printing out statistics information when -stats is added to by Chris Lattner · 22 years ago
  34. 0aa7cd6 Give the longer name to the instruction that will probably be eliminated later by Chris Lattner · 22 years ago
  35. 4fd5600 Initial checkin of expression reassociation pass by Chris Lattner · 22 years ago