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