1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  3. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  4. 93e985f Eliminate use of ctors that take vectors. by Chris Lattner · 18 years ago
  5. 046800a simplify name juggling through the use of Value::takeName. by Chris Lattner · 18 years ago
  6. 3cfc1d2 Fix Transforms/DeadArgElim/2007-02-07-FuncRename.ll, fallout from PR411. by Chris Lattner · 18 years ago
  7. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  8. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  9. b10308e Propagate changes from my local tree. This patch includes: by Anton Korobeynikov · 18 years ago
  10. c5b206b For PR950: by Reid Spencer · 18 years ago
  11. 86453c5 Eliminate static ctors due to Statistic objects by Chris Lattner · 18 years ago
  12. 95ca3a4 when inserting a dummy argument to work-around the CBE not supporting by Chris Lattner · 18 years ago
  13. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  14. 0a81aac Replace #include <iostream> with llvm_* streams. by Bill Wendling · 18 years ago
  15. 4af90ab Implement a trivial optzn: of vastart is never called in a function that takes by Chris Lattner · 18 years ago
  16. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  17. 92044ce Fix Transforms/DeadArgElim/2006-06-27-struct-ret.ll. -deadargelim should not by Chris Lattner · 18 years ago
  18. dac58ad Make iostream #inclusion explicit by Chris Lattner · 19 years ago
  19. 543a027 add a debug type by Chris Lattner · 19 years ago
  20. f201dbc Preserve calling conventions when doing IPO by Chris Lattner · 19 years ago
  21. 1430ef1 preserve the tail marker by Chris Lattner · 19 years ago
  22. 19bdc03 Wrap long lines by Chris Lattner · 19 years ago
  23. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  24. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  25. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  26. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  27. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  28. aeb2a1d rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 21 years ago
  29. 09ca411 Make deadarghaX0r warning louder. by Brian Gaeke · 21 years ago
  30. 1e2385b Finegrainify namespacification by Chris Lattner · 21 years ago
  31. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  32. b6e0631 Fix the problem with running cleanups in bugpoint: We were deleting arguments by Chris Lattner · 21 years ago
  33. fdcc3ac Split behavior into two pieces by Chris Lattner · 21 years ago
  34. d6d0d8c Fix PR78 by Chris Lattner · 21 years ago
  35. ff5bf9c * We were forgetting to pass varargs arguments through a call by Chris Lattner · 21 years ago
  36. c3afd9b Make this pass substantially stronger by having it delete dead return values by Chris Lattner · 21 years ago
  37. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  38. cf00c4a Fix spelling. by Misha Brukman · 21 years ago
  39. 7bc439a Spell `definitely' correctly. by Misha Brukman · 21 years ago
  40. 6806f56 DEBUG got moved to Support/Debug.h by Chris Lattner · 21 years ago
  41. 9b2a14b Add argument to DAE to allow operation on non-internal functions by Chris Lattner · 21 years ago
  42. 97f4b66 Handle arguments passed in through the va_arg area by Chris Lattner · 21 years ago
  43. 08227e4 Initial checkin of DAE pass by Chris Lattner · 21 years ago