1. 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
  2. 0598866 Large mechanical patch. by Devang Patel · 17 years ago
  3. eaf42ab s/ParameterAttributes/Attributes/g by Devang Patel · 17 years ago
  4. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  5. 5eca075 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
  6. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  7. d27c991 Fix "Control reaches the end of non-void function" warnings, by Chris Lattner · 17 years ago
  8. 85db3a9 De-tabify by Bill Wendling · 17 years ago
  9. 7c1c261 Remove bunch of gcc 4.3-related warnings from Target by Anton Korobeynikov · 17 years ago
  10. ce22477 Enabling the target-independent garbage collection infrastructure by hooking it by Gordon Henriksen · 18 years ago
  11. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  12. 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 · 18 years ago
  13. a3355ff Rather than having special rules like "intrinsics cannot by Duncan Sands · 18 years ago
  14. afa3b6d Add some convenience methods for querying attributes, and use them. by Duncan Sands · 18 years ago
  15. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
  16. ca0ed74 Eliminate the remaining uses of getTypeSize. This by Duncan Sands · 18 years ago
  17. 9d5f456 Revise previous patch per review comments. by Dale Johannesen · 18 years ago
  18. 3f6eb74 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 18 years ago
  19. 43421b3 Next round of APFloat changes. by Dale Johannesen · 18 years ago
  20. 31c2ec3 add this back by Chris Lattner · 18 years ago
  21. f13090c Update MSIL BE. This patch fixes most weird glitches outlined in by Anton Korobeynikov · 18 years ago
  22. 1997473 Drop 'const' by Devang Patel · 18 years ago
  23. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  24. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  25. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 18 years ago
  26. 18da072 For PR1146: by Reid Spencer · 18 years ago
  27. 5694b6e For PR1146: by Reid Spencer · 18 years ago
  28. 099883f Let the new backend begin! by Anton Korobeynikov · 18 years ago