1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 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
  3. a3355ff Rather than having special rules like "intrinsics cannot by Duncan Sands · 17 years ago
  4. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  5. 36597a5 Change llvm.gcroot to not init the root to null at runtime, this prevents by Chris Lattner · 17 years ago
  6. b8f7479 by David Greene · 17 years ago
  7. 4e9c473 Fix a gcroot lowering bug. by Evan Cheng · 17 years ago
  8. f1355a5 by David Greene · 17 years ago
  9. 32fe3de by David Greene · 17 years ago
  10. 242be6e by David Greene · 17 years ago
  11. 52eec54 by David Greene · 17 years ago
  12. ecd94c8 Fix typo in comment. by Nick Lewycky · 17 years ago
  13. 1997473 Drop 'const' by Devang Patel · 17 years ago
  14. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  15. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  16. 93e985f Eliminate use of ctors that take vectors. by Chris Lattner · 18 years ago
  17. 688b049 For PR411: by Reid Spencer · 18 years ago
  18. fbbe92f remove temporary vectors. by Chris Lattner · 18 years ago
  19. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  20. 9214196 relax some types by Chris Lattner · 18 years ago
  21. c5b206b For PR950: by Reid Spencer · 18 years ago
  22. 7b06bd5 Replace CastInst::createInferredCast calls with more accurate cast by Reid Spencer · 18 years ago
  23. 3da59db For PR950: by Reid Spencer · 18 years ago
  24. b83eb64 For PR950: by Reid Spencer · 18 years ago
  25. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  26. a4f0b3a s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 18 years ago
  27. f4b5461 Shrink libllvmgcc.dylib by another 23K by Chris Lattner · 18 years ago
  28. 516a74c FunctionPass's cannot do IPO things. by Chris Lattner · 19 years ago
  29. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 19 years ago
  30. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  31. 2f48686 Initialize with the correct constant type by Chris Lattner · 20 years ago
  32. 17e6e44 Correction to allow compilation with Visual C++. by Reid Spencer · 20 years ago
  33. 93c9587 Update GC intrinsics to take a pointer to the object as well as a pointer by Chris Lattner · 20 years ago
  34. c3c2fdf Expand the coercion of constants to include the newly constant Globals. by Reid Spencer · 20 years ago
  35. 48dc46a bug 122: by Reid Spencer · 20 years ago
  36. f52988a Spelling people's names right is kinda important by Chris Lattner · 20 years ago
  37. 08005df Implement the -lowergc pass which is used by code generators (like the CBE) by Chris Lattner · 20 years ago