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. afa3b6d Add some convenience methods for querying attributes, and use them. by Duncan Sands · 17 years ago
  5. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  6. ca0ed74 Eliminate the remaining uses of getTypeSize. This by Duncan Sands · 17 years ago
  7. 9d5f456 Revise previous patch per review comments. by Dale Johannesen · 17 years ago
  8. 3f6eb74 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 17 years ago
  9. 43421b3 Next round of APFloat changes. by Dale Johannesen · 17 years ago
  10. 31c2ec3 add this back by Chris Lattner · 17 years ago
  11. f13090c Update MSIL BE. This patch fixes most weird glitches outlined in by Anton Korobeynikov · 17 years ago
  12. 1997473 Drop 'const' by Devang Patel · 17 years ago
  13. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  14. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  15. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 17 years ago
  16. 18da072 For PR1146: by Reid Spencer · 17 years ago
  17. 5694b6e For PR1146: by Reid Spencer · 17 years ago
  18. 099883f Let the new backend begin! by Anton Korobeynikov · 17 years ago