1. 31f5f24 Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 17 years ago
  2. 5765239 Use SmallVector while constructing ReturnInst. by Devang Patel · 17 years ago
  3. b7fbc8b Update bitcode reader and writer to handle multiple return values. Take 2. by Devang Patel · 17 years ago
  4. 2350255 Backing out r47521 for now. This has broken a number of tests. by Evan Cheng · 18 years ago
  5. 0a49aa3 Properly read and write bitcodes for multiple return values. by Devang Patel · 18 years ago
  6. 9873882 Split ParameterAttributes.h, putting the complicated by Dale Johannesen · 18 years ago
  7. 774ee9e Read and write getresult. by Devang Patel · 18 years ago
  8. 301f405 Use empty() instead of comparing size() with zero. by Dan Gohman · 18 years ago
  9. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  10. 7f05d85 Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure by Evan Cheng · 18 years ago
  11. bb2f222 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
  12. 44d62f6 Implement address space attribute for LLVM pointer types. Address spaces are by Christopher Lamb · 18 years ago
  13. 13fe5e3 Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 18 years ago
  14. 70b644d Unbreak backwards compatibility with bytecode format. Regression by Chris Lattner · 18 years ago
  15. f5588dc Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
  16. e2898f0 In order for parameter attribute uniquing to make by Duncan Sands · 18 years ago
  17. ed4a61b Add explicit keywords. by Dan Gohman · 18 years ago
  18. cfb19e6 Make labels work in asm blocks; allow labels as by Dale Johannesen · 18 years ago
  19. 2aef569 Next PPC long double bits. First cut at constants. by Dale Johannesen · 18 years ago
  20. fbd9cda Revise previous patch per review comments. by Dale Johannesen · 18 years ago
  21. 1616e90 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 18 years ago
  22. cbc99c4 Revert previous change to IR. by Dale Johannesen · 18 years ago
  23. b9de9f0 Next round of APFloat changes. by Dale Johannesen · 18 years ago
  24. 393be88 by David Greene · 18 years ago
  25. 8278ef5 by David Greene · 18 years ago
  26. e617f91 Patch 10 for long double. Doing constants right needs expanding ConstantFP by Dale Johannesen · 18 years ago
  27. a228e39 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. by Chandler Carruth · 18 years ago
  28. f325d9f Long double, part 1 of N. Support in IR. by Dale Johannesen · 18 years ago
  29. b1c4a7b by David Greene · 18 years ago
  30. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago