1. 6bc41e8 Revert r49614. As Dan pointed out, some of these aren't correct. by Owen Anderson · 16 years ago
  2. 386ea35 Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), by Owen Anderson · 16 years ago
  3. c9235d2 Don't include <map> in Pass.h, which doesn't need it. This requires by Dan Gohman · 16 years ago
  4. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  5. 0647ebf Disable tail duplication of call instructions. The cost by Chris Lattner · 17 years ago
  6. ecd94c8 Fix typo in comment. by Nick Lewycky · 17 years ago
  7. 1997473 Drop 'const' by Devang Patel · 17 years ago
  8. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  9. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  10. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  11. 0e5f499 Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic by Chris Lattner · 18 years ago
  12. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  13. b742703 Removed #include <iostream> and replaced with llvm_* streams. by Bill Wendling · 18 years ago
  14. 7514437 set DEBUG_TYPE right by Chris Lattner · 18 years ago
  15. dfa1af0 Allow tail duplication in more cases, relaxing the previous restriction a by Chris Lattner · 18 years ago
  16. e99c623 Throttle back tail duplication to avoid creating really ugly sequences of code. by Chris Lattner · 18 years ago
  17. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  18. dac58ad Make iostream #inclusion explicit by Chris Lattner · 19 years ago
  19. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  20. b9df9b4 Do not count debugger intrinsics in size estimation. by Chris Lattner · 20 years ago
  21. 7e54a01 Speed up the tail duplication pass on the testcase below from 68.2s to 1.23s: by Chris Lattner · 20 years ago
  22. c3e903f Reduce code growth implied by the tail duplication pass by not duplicating by Chris Lattner · 20 years ago
  23. 4b50156 Prototype these functions more accurately by Chris Lattner · 20 years ago
  24. 2da5c3d Convert code to compile with vc7.1. by Reid Spencer · 20 years ago
  25. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  26. d8e1eea Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  27. c8a1fcd Remove unused header file. by Reid Spencer · 20 years ago
  28. 3c85eef Make the tail duplication threshold accessible from the command line instead of hardcoded by Chris Lattner · 20 years ago
  29. 50eafbc Fix bug in previous checkin by Chris Lattner · 20 years ago
  30. 24ad00d Okay, so there is no reasonable way for tail duplication to update SSA form, by Chris Lattner · 20 years ago
  31. 4bebf08 Do not copy gigantic switch instructions by Chris Lattner · 20 years ago
  32. 99cca7d Disable tail duplication in a case that breaks on Olden/tsp by Chris Lattner · 20 years ago
  33. 4279f3c Fix PR255: [tailduplication] Single basic block loops are very rare by Chris Lattner · 20 years ago
  34. c6bd195 Implement Transforms/InstCombine/cast.ll:test13, a case which occurs in a by Chris Lattner · 20 years ago
  35. c23396e Disable tail duplication in any "hard" cases, where it might break SSA form. by Chris Lattner · 21 years ago
  36. d745602 Finegrainify namespacification by Chris Lattner · 21 years ago
  37. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  38. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  39. 3186d27 Fix bug: TailDuplicate/2003-08-31-UnreachableBlocks.ll by Chris Lattner · 21 years ago
  40. 086cb00 Fix bug: TailDup/2003-08-23-InvalidatedPointers.ll by Chris Lattner · 21 years ago
  41. 6806f56 DEBUG got moved to Support/Debug.h by Chris Lattner · 21 years ago
  42. 00f185f Fix bug: TailDup/2003-07-22-InfiniteLoop.ll by Chris Lattner · 21 years ago
  43. fcd74e2 Fix bug: TailDup/2003-06-24-Simpleloop.ll by Chris Lattner · 21 years ago
  44. 066ab6a Add paranoia checking by Chris Lattner · 21 years ago
  45. ea635cd Test change by Chris Lattner · 21 years ago
  46. 7a7bef4 Initial checkin of Tail duplication pass. by Chris Lattner · 21 years ago