1. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 16 years ago
  2. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  3. 43ad6b3 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 17 years ago
  4. 8445832 Do not raise free() call that is called through invoke instruction. by Devang Patel · 17 years ago
  5. cb406c2 Use empty() member functions when that's what's being tested for instead by Dan Gohman · 17 years ago
  6. e378495 Change comments to refer to @malloc and @free instead of %malloc and %free. by Dan Gohman · 17 years ago
  7. ecd94c8 Fix typo in comment. by Nick Lewycky · 17 years ago
  8. 1997473 Drop 'const' by Devang Patel · 17 years ago
  9. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  10. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  11. ca5183d Unbreak VC++ build. by Jeff Cohen · 17 years ago
  12. 046800a simplify name juggling through the use of Value::takeName. by Chris Lattner · 18 years ago
  13. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  14. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  15. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  16. c5b206b For PR950: by Reid Spencer · 18 years ago
  17. 86453c5 Eliminate static ctors due to Statistic objects by Chris Lattner · 18 years ago
  18. 7b06bd5 Replace CastInst::createInferredCast calls with more accurate cast by Reid Spencer · 18 years ago
  19. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  20. 3da59db For PR950: by Reid Spencer · 18 years ago
  21. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  22. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  23. da895d6 Fix spelling, patch contributed by Gabor Greif! by Chris Lattner · 19 years ago
  24. 52f20f8 Fix bug: 2004-11-08-FreeUseCrash.ll by Chris Lattner · 20 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. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 20 years ago
  29. eb12cd6 Implement RaiseAllocations/FreeCastConstantExpr.ll by Chris Lattner · 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. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  33. cc83834 Fix bug raising allocations whose call sites were invoke instructions. by Chris Lattner · 21 years ago
  34. 2dbfa03 Change the RaiseAllocations pass to be a Pass instead of a BasicBlock pass. by Chris Lattner · 21 years ago
  35. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  36. 1f28e8c Fix handling of 'free' if it has absolutely no prototype by Chris Lattner · 21 years ago
  37. a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 22 years ago
  38. 655fb5c by Misha Brukman · 22 years ago
  39. 05804b7 by Chris Lattner · 22 years ago
  40. 08c2e48 Fix bug in previous checkin by Chris Lattner · 22 years ago
  41. 1d608ab by Chris Lattner · 22 years ago
  42. a6275cc by Chris Lattner · 22 years ago
  43. e9ee3e5 Merge ChangeAllocations into scalar.h by Chris Lattner · 22 years ago
  44. af41a12 * Remove getPassName implementation * Register all Passes by Chris Lattner · 22 years ago
  45. 0b5909e * Correctly get prototype for void*malloc(size_t) by Chris Lattner · 22 years ago
  46. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  47. 47e0f3a Support programs that do not #include <malloc.h> or give a full prototype by Chris Lattner · 22 years ago
  48. 3dec1f2 Add support for printing out statistics information when -stats is added to by Chris Lattner · 22 years ago
  49. 65e96e5 fix comments and documentation in file by Chris Lattner · 22 years ago
  50. ade686e Split ChangeAllocations.cpp into Raise & LowerAllocations.cpp by Chris Lattner · 22 years ago