1. dac58ad Make iostream #inclusion explicit by Chris Lattner · 19 years ago
  2. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  3. b9df9b4 Do not count debugger intrinsics in size estimation. by Chris Lattner · 20 years ago
  4. 7e54a01 Speed up the tail duplication pass on the testcase below from 68.2s to 1.23s: by Chris Lattner · 20 years ago
  5. c3e903f Reduce code growth implied by the tail duplication pass by not duplicating by Chris Lattner · 20 years ago
  6. 4b50156 Prototype these functions more accurately by Chris Lattner · 20 years ago
  7. 2da5c3d Convert code to compile with vc7.1. by Reid Spencer · 20 years ago
  8. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  9. d8e1eea Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  10. c8a1fcd Remove unused header file. by Reid Spencer · 20 years ago
  11. 3c85eef Make the tail duplication threshold accessible from the command line instead of hardcoded by Chris Lattner · 20 years ago
  12. 50eafbc Fix bug in previous checkin by Chris Lattner · 20 years ago
  13. 24ad00d Okay, so there is no reasonable way for tail duplication to update SSA form, by Chris Lattner · 20 years ago
  14. 4bebf08 Do not copy gigantic switch instructions by Chris Lattner · 20 years ago
  15. 99cca7d Disable tail duplication in a case that breaks on Olden/tsp by Chris Lattner · 20 years ago
  16. 4279f3c Fix PR255: [tailduplication] Single basic block loops are very rare by Chris Lattner · 20 years ago
  17. c6bd195 Implement Transforms/InstCombine/cast.ll:test13, a case which occurs in a by Chris Lattner · 20 years ago
  18. c23396e Disable tail duplication in any "hard" cases, where it might break SSA form. by Chris Lattner · 21 years ago
  19. d745602 Finegrainify namespacification by Chris Lattner · 21 years ago
  20. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  21. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  22. 3186d27 Fix bug: TailDuplicate/2003-08-31-UnreachableBlocks.ll by Chris Lattner · 21 years ago
  23. 086cb00 Fix bug: TailDup/2003-08-23-InvalidatedPointers.ll by Chris Lattner · 21 years ago
  24. 6806f56 DEBUG got moved to Support/Debug.h by Chris Lattner · 21 years ago
  25. 00f185f Fix bug: TailDup/2003-07-22-InfiniteLoop.ll by Chris Lattner · 21 years ago
  26. fcd74e2 Fix bug: TailDup/2003-06-24-Simpleloop.ll by Chris Lattner · 21 years ago
  27. 066ab6a Add paranoia checking by Chris Lattner · 21 years ago
  28. ea635cd Test change by Chris Lattner · 21 years ago
  29. 7a7bef4 Initial checkin of Tail duplication pass. by Chris Lattner · 21 years ago