1. 49cc7ce Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
  2. d222f86 Large mechanical patch. by Devang Patel · 17 years ago
  3. 93044ce s/ParamAttrsWithIndex/FnAttributeWithIndex/g by Devang Patel · 17 years ago
  4. d708b53 Use parameter attribute store (soon to be renamed) for by Devang Patel · 17 years ago
  5. 6fa5bce Re-enables the new vector select in the bitcode reader, by modifying the by Dan Gohman · 17 years ago
  6. b60ca3c Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments by Dan Gohman · 17 years ago
  7. f30ee90 Read and write function notes. by Devang Patel · 17 years ago
  8. 5088dae add #include by Chris Lattner · 17 years ago
  9. 1aed599 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
  10. 29474e9 Enable first-class aggregates support. by Dan Gohman · 17 years ago
  11. ea1ace2 InsertValue and ExtractValue constant expressions are always by Dan Gohman · 17 years ago
  12. 65b13ff Add a little wrapper header that is put around bc files when emitting by Chris Lattner · 17 years ago
  13. a460a3a Turn stdout into binary mode during bitcode emission. by Anton Korobeynikov · 17 years ago
  14. aa91c1d Improved bitcode support for insertvalue/extractvalue. by Dan Gohman · 17 years ago
  15. e5febe4 IR, bitcode reader, bitcode writer, and asmparser changes to by Dan Gohman · 17 years ago
  16. e6b1ee6 Make structs and arrays first-class types, and add assembly by Dan Gohman · 17 years ago
  17. d75a89e Allow an extra bit for CommonLinkage. by Dale Johannesen · 17 years ago
  18. 49c4412 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
  19. 646fa48 Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef by Nate Begeman · 17 years ago
  20. d8aa33a Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 by Nick Lewycky · 17 years ago
  21. 1c8733e Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 17 years ago
  22. 902a011 Honour aliases visibility when reading from/writing to bitcode by Anton Korobeynikov · 17 years ago
  23. 31f5f24 Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 17 years ago
  24. 7b900ed Remove debugging help. by Devang Patel · 17 years ago
  25. b7fbc8b Update bitcode reader and writer to handle multiple return values. Take 2. by Devang Patel · 17 years ago
  26. 2350255 Backing out r47521 for now. This has broken a number of tests. by Evan Cheng · 17 years ago
  27. 0a49aa3 Properly read and write bitcodes for multiple return values. by Devang Patel · 17 years ago
  28. 9873882 Split ParameterAttributes.h, putting the complicated by Dale Johannesen · 17 years ago
  29. 774ee9e Read and write getresult. by Devang Patel · 17 years ago
  30. a2206fb Support alignment within ParamAttrs in the I/O handling. by Dale Johannesen · 17 years ago
  31. f4666f5 Expand ParameterAttributes to 32 bits (in preparation by Dale Johannesen · 18 years ago
  32. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  33. 20a39e9 Implement part of review feedback for address spaces. by Christopher Lamb · 18 years ago
  34. c7ef4d1 Fix compilation. by Duncan Sands · 18 years ago
  35. 44d62f6 Implement address space attribute for LLVM pointer types. Address spaces are by Christopher Lamb · 18 years ago
  36. 13fe5e3 Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 18 years ago
  37. 70b644d Unbreak backwards compatibility with bytecode format. Regression by Chris Lattner · 18 years ago
  38. f5588dc Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
  39. 2aef569 Next PPC long double bits. First cut at constants. by Dale Johannesen · 18 years ago
  40. 693aa82 Make temporaries explicit to avoid premature by Dale Johannesen · 18 years ago
  41. fbd9cda Revise previous patch per review comments. by Dale Johannesen · 18 years ago
  42. 1616e90 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 18 years ago
  43. cbc99c4 Revert previous change to IR. by Dale Johannesen · 18 years ago
  44. b9de9f0 Next round of APFloat changes. by Dale Johannesen · 18 years ago
  45. e617f91 Patch 10 for long double. Doing constants right needs expanding ConstantFP by Dale Johannesen · 18 years ago
  46. f325d9f Long double, part 1 of N. Support in IR. by Dale Johannesen · 18 years ago
  47. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago