1. f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  2. 4ae4010 Remove #include <iostream> and use llvm_* streams instead. by Bill Wendling · 19 years ago
  3. e0fc4df For PR950: by Reid Spencer · 19 years ago
  4. 525804f simplify code by Chris Lattner · 19 years ago
  5. 469640e Add explicit #includes of <iostream> by Chris Lattner · 20 years ago
  6. b1c9317 Remove trailing whitespace by Misha Brukman · 20 years ago
  7. 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
  8. a35dfce switchinst ctor now takes a hint for the number of cases that it will have. by Chris Lattner · 21 years ago
  9. 72a57c32 Allow constructor parameter to override aggregating args; fix spacing by Misha Brukman · 21 years ago
  10. 9b0291b Fix: CodeExtractor/2004-11-12-InvokeExtract.ll by Chris Lattner · 21 years ago
  11. 5bcca60 Fix a bug where the code extractor would get a bit confused handling invoke by Chris Lattner · 21 years ago
  12. 6614946 Convert code to compile with vc7.1. by Reid Spencer · 21 years ago
  13. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  14. 5627382 If we are extracting a block that has multiple successors that are the same by Chris Lattner · 21 years ago
  15. f06b043 When we code extract some stuff, leave the codeRepl block in the place where by Chris Lattner · 21 years ago
  16. 7f1c7ed Fix code extraction of unwind blocks. This fixed bugs that bugpoint can by Chris Lattner · 21 years ago
  17. 902dcf0 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 21 years ago
  18. 32c518e Progress on PR341 by Chris Lattner · 21 years ago
  19. eb04d9b Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  20. 0eefdcd Do not pass a null pointer if this instruction is not prepended or by Alkis Evlogimenos · 21 years ago
  21. 66219ab Do not pass in the same argument to the extracted function more than once, and by Chris Lattner · 21 years ago
  22. 13d2ddf Implement support for code extracting basic blocks that have a return by Chris Lattner · 21 years ago
  23. 795c993 Implement splitting of PHI nodes, allowing block extraction of BB's that have by Chris Lattner · 21 years ago
  24. 3b2917b * Pull some code out into the definedInRegion/definedInCaller methods by Chris Lattner · 21 years ago
  25. ffc4926 Generate substantially better code when there are a limited number of exits by Chris Lattner · 21 years ago
  26. 3d1ca67 Two minor improvements: by Chris Lattner · 21 years ago
  27. 3596f0a * Allow aggregating extracted function arguments (controlled by flag) by Misha Brukman · 21 years ago
  28. 232155d Fix bug: CodeExtractor/2004-03-17-MissedLiveIns.ll by Chris Lattner · 22 years ago
  29. acd7598 Fix CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll by Chris Lattner · 22 years ago
  30. 320d59f Seriously simplify and correct the PHI node handling code. by Chris Lattner · 22 years ago
  31. d8017a3 Fix CodeExtractor/2004-03-17-OutputMismatch.ll by Chris Lattner · 22 years ago
  32. 37de257 Fix several bugs in the extractor: by Chris Lattner · 22 years ago
  33. cee3404 Prune #includes, moving the module interface to the front. Note that this by Chris Lattner · 22 years ago
  34. fb87cde Mostly cosmetic improvements. Do fix the bug where a global value was considered an input. by Chris Lattner · 22 years ago
  35. 73ab1fa Assert that input blocks meet the invariants we expect by Chris Lattner · 22 years ago
  36. 5b2072e No correctness fixes here, just minor qoi fixes: by Chris Lattner · 22 years ago
  37. b4d8bf3 Simplify code a bit, and fix bug CodeExtractor/2004-03-14-NoSwitchSupport.ll by Chris Lattner · 22 years ago
  38. 9c431f6 Simplify the code a bit by making the collection of basic blocks to extract by Chris Lattner · 22 years ago
  39. 4fca71e Minor random cleanups by Chris Lattner · 22 years ago
  40. 3684469 Verify functions as they are produced if -debug is specified. Reduce by Chris Lattner · 22 years ago
  41. f44acae Implement ExtractCodeRegion() by Misha Brukman · 22 years ago
  42. 5af2be7 * Add implementation of ExtractBasicBlock() * Add comments to ExtractLoop() by Misha Brukman · 22 years ago
  43. caa1a5a A generic code extractor: given a list of BasicBlocks, it will rip them out into by Misha Brukman · 22 years ago