1. 8a923e7 Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 18 years ago
  2. e7b1903 when the bitcode reader is referencing a paramattr, make sure to bump its refcount. by Chris Lattner · 18 years ago
  3. 2f22e3f Be backward compatible by Anton Korobeynikov · 18 years ago
  4. db691cb Honour aliases visibility when reading from/writing to bitcode by Anton Korobeynikov · 18 years ago
  5. 3cc9be0 Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 18 years ago
  6. a736c00 Use SmallVector while constructing ReturnInst. by Devang Patel · 18 years ago
  7. bbfd874 Update bitcode reader and writer to handle multiple return values. Take 2. by Devang Patel · 18 years ago
  8. 2f18c39 Backing out r47521 for now. This has broken a number of tests. by Evan Cheng · 18 years ago
  9. 6a49782 Properly read and write bitcodes for multiple return values. by Devang Patel · 18 years ago
  10. 09f410b Split ParameterAttributes.h, putting the complicated by Dale Johannesen · 18 years ago
  11. 49cfe70 Read and write getresult. by Devang Patel · 18 years ago
  12. 70de4cb Use empty() instead of comparing size() with zero. by Dan Gohman · 18 years ago
  13. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  14. 0e179d0 Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure by Evan Cheng · 18 years ago
  15. edf0788 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
  16. 54dd24c Implement address space attribute for LLVM pointer types. Address spaces are by Christopher Lamb · 18 years ago
  17. 71183b6 Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 18 years ago
  18. 1dfc48d Unbreak backwards compatibility with bytecode format. Regression by Chris Lattner · 18 years ago
  19. ad0ea2d Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
  20. 04eb67e In order for parameter attribute uniquing to make by Duncan Sands · 18 years ago
  21. d320810 Add explicit keywords. by Dan Gohman · 18 years ago
  22. 4646aa3 Make labels work in asm blocks; allow labels as by Dale Johannesen · 18 years ago
  23. 007aa37 Next PPC long double bits. First cut at constants. by Dale Johannesen · 18 years ago
  24. 028084e Revise previous patch per review comments. by Dale Johannesen · 18 years ago
  25. 245dceb Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 18 years ago
  26. b6d795c Revert previous change to IR. by Dale Johannesen · 18 years ago
  27. bed9dc4 Next round of APFloat changes. by Dale Johannesen · 18 years ago
  28. c656cbb by David Greene · 18 years ago
  29. 703623d by David Greene · 18 years ago
  30. bdad809 Patch 10 for long double. Doing constants right needs expanding ConstantFP by Dale Johannesen · 18 years ago
  31. 7132e00 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
  32. ff4c3be Long double, part 1 of N. Support in IR. by Dale Johannesen · 18 years ago
  33. 17a5dfe by David Greene · 18 years ago
  34. e16561c Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
  35. 9eeada9 Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9. by Chris Lattner · 18 years ago
  36. a6f88ce implement the ModuleProvider::dematerializeFunction hook by Chris Lattner · 18 years ago
  37. 4c0a6d6 Make a preemptive bitcode format change to support PR1146. This lets us do by Chris Lattner · 18 years ago
  38. 53862f7 fix off-by-one that caused the llvm2cpp test to fail by Chris Lattner · 18 years ago
  39. 3c5616e Allow structs with zero fields. by Chris Lattner · 18 years ago
  40. a77bb94 add a missing check by Chris Lattner · 18 years ago
  41. af8fffc implement reading/writing of inlineasm objects by Chris Lattner · 18 years ago
  42. f25f710 add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 18 years ago
  43. 036d1bd implement the 'string constant' optimization. This shrinks kc.bit from by Chris Lattner · 18 years ago
  44. e9759c2 further reduce the redundancy of types in the instruction encoding. This by Chris Lattner · 18 years ago
  45. df1233d stop encoding type/value pairs when the type is implied by the value. by Chris Lattner · 18 years ago
  46. 6eeea5d add support for BLOCKINFO records at the module level. This fixes the reader by Chris Lattner · 18 years ago
  47. 982ec1e Implement support for globally associating abbrevs with block IDs, which by Chris Lattner · 18 years ago
  48. e14cb88 eliminate internal length fields from record. Records already know their by Chris Lattner · 18 years ago
  49. beca065 storeinst ctor takes isvolatile before alignment. With this, 176.gcc roundtrips by Chris Lattner · 18 years ago
  50. e11c6ce fix a misplaced error by Chris Lattner · 18 years ago
  51. 70f4566 encode and read param attrs along with function type. WE can now roundtrip Olden/voronoi loslessly by Chris Lattner · 18 years ago
  52. fee5a37 add support for reading the param attrs block by Chris Lattner · 18 years ago
  53. a68e3c7 remove dead code by Chris Lattner · 18 years ago
  54. dea02bd Allow this to compile with gcc 4.0.X by Reid Spencer · 18 years ago
  55. 4704527 Encoding calling conv info in call/invoke instrs, tree add now round trips completely by Chris Lattner · 18 years ago
  56. c1d86cd the type field for a store is the type of the pointer, not the value. by Chris Lattner · 18 years ago
  57. 6be58c6 fix encoding of BB names in the symtab by Chris Lattner · 18 years ago
  58. 6ce15cb bug fixes by Chris Lattner · 18 years ago
  59. 9f600c5 implement the rest of the instructions by Chris Lattner · 18 years ago
  60. c332bba add a few more instructions, getting close by Chris Lattner · 18 years ago
  61. 5285b5e add reader logic for terminator instrs. by Chris Lattner · 18 years ago
  62. 1fc27f0 add reader support for a bunch of new instructions by Chris Lattner · 18 years ago
  63. e53603e read a few instructions, fix some bugs. This is enough to be able to round by Chris Lattner · 18 years ago
  64. 8393055 handle function-level forward references, read binops. by Chris Lattner · 18 years ago
  65. 85b7b40 implement materializeModule, force deallocation of vector memory when we by Chris Lattner · 18 years ago
  66. 48a8de3 The stream to read from is now an ivar by Chris Lattner · 18 years ago
  67. 51ffe7c implement scafolding for lazy deserialization of function bodies by Chris Lattner · 18 years ago
  68. 31fc4f9 Implement visibility checking during linking. Also implement protected by Anton Korobeynikov · 18 years ago
  69. 6694f60 Switch the bitcode reader interface to take a MemoryBuffer instead of knowing by Chris Lattner · 18 years ago
  70. daf358b This is not "FIXME" anymore by Anton Korobeynikov · 18 years ago
  71. 831d420 move some code around, fix a bug in the reader reading globalinits (which by Chris Lattner · 19 years ago
  72. 44c1707 add bitcode alias support by Chris Lattner · 19 years ago
  73. 890683d ensure that every error return sets a message (and goes through Error, for by Chris Lattner · 19 years ago
  74. 0ee6a3a fix memory leak by Chris Lattner · 19 years ago
  75. 1e16bcf7 implement reading and writing of constant exprs. by Chris Lattner · 19 years ago
  76. 1663cca implement support for reading aggregate constants, including handling forward by Chris Lattner · 19 years ago
  77. 08feb1e add supprot for FP constants, wide integers, and fix the encoding of MININT by Chris Lattner · 19 years ago
  78. fbc1d33 read basic constants: null, undef, integers <= 64bits by Chris Lattner · 19 years ago
  79. a272ead move check to the right place :) by Chris Lattner · 19 years ago
  80. 47d131b track global inits by Chris Lattner · 19 years ago
  81. ccaa448 Read global symtab by Chris Lattner · 19 years ago
  82. b549137 implement reading of abbrevs, and writing of abbreviated global varrs. by Chris Lattner · 19 years ago
  83. 4b00d92 first part of implementation of abbrevs. The writer isn't fully there yet and the by Chris Lattner · 19 years ago
  84. 1314b99 Initial support for reading bitcode files. They currently only read types, by Chris Lattner · 19 years ago