1. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 16 years ago
  2. 58d7491 Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 16 years ago
  3. 461edd9 when the bitcode reader is referencing a paramattr, make sure to bump its refcount. by Chris Lattner · 16 years ago
  4. 91342d8 Be backward compatible by Anton Korobeynikov · 16 years ago
  5. f8342b9 Honour aliases visibility when reading from/writing to bitcode by Anton Korobeynikov · 16 years ago
  6. fc82fab Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 16 years ago
  7. f4511cd Use SmallVector while constructing ReturnInst. by Devang Patel · 16 years ago
  8. d9d99ff Update bitcode reader and writer to handle multiple return values. Take 2. by Devang Patel · 16 years ago
  9. 1df4397 Backing out r47521 for now. This has broken a number of tests. by Evan Cheng · 16 years ago
  10. e9fabd9 Properly read and write bitcodes for multiple return values. by Devang Patel · 16 years ago
  11. 22c3979 Split ParameterAttributes.h, putting the complicated by Dale Johannesen · 16 years ago
  12. 197be3d Read and write getresult. by Devang Patel · 16 years ago
  13. 3035959 Use empty() instead of comparing size() with zero. by Dan Gohman · 17 years ago
  14. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  15. f9b83fc Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure by Evan Cheng · 17 years ago
  16. 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
  17. fe63fb9 Implement address space attribute for LLVM pointer types. Address spaces are by Christopher Lamb · 17 years ago
  18. 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 17 years ago
  19. a1afde7 Unbreak backwards compatibility with bytecode format. Regression by Chris Lattner · 17 years ago
  20. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  21. 5e41f65 In order for parameter attribute uniquing to make by Duncan Sands · 17 years ago
  22. adf3eab Add explicit keywords. by Dan Gohman · 17 years ago
  23. eb57ea7 Make labels work in asm blocks; allow labels as by Dale Johannesen · 17 years ago
  24. a471c2e Next PPC long double bits. First cut at constants. by Dale Johannesen · 17 years ago
  25. 9d5f456 Revise previous patch per review comments. by Dale Johannesen · 17 years ago
  26. 3f6eb74 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 17 years ago
  27. 073d48d Revert previous change to IR. by Dale Johannesen · 17 years ago
  28. 43421b3 Next round of APFloat changes. by Dale Johannesen · 17 years ago
  29. b8f7479 by David Greene · 17 years ago
  30. f1355a5 by David Greene · 17 years ago
  31. ebbc95d Patch 10 for long double. Doing constants right needs expanding ConstantFP by Dale Johannesen · 17 years ago
  32. 6994040 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 · 17 years ago
  33. 320fc8a Long double, part 1 of N. Support in IR. by Dale Johannesen · 17 years ago
  34. 52eec54 by David Greene · 17 years ago
  35. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  36. b348bb8 Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9. by Chris Lattner · 17 years ago
  37. d67c632 implement the ModuleProvider::dematerializeFunction hook by Chris Lattner · 17 years ago
  38. a9bb713 Make a preemptive bitcode format change to support PR1146. This lets us do by Chris Lattner · 17 years ago
  39. 5f32c01 fix off-by-one that caused the llvm2cpp test to fail by Chris Lattner · 17 years ago
  40. 7108dce Allow structs with zero fields. by Chris Lattner · 17 years ago
  41. bfcc380 add a missing check by Chris Lattner · 17 years ago
  42. 2bce93a implement reading/writing of inlineasm objects by Chris Lattner · 17 years ago
  43. cb3d91b add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 17 years ago
  44. ff7fc5d implement the 'string constant' optimization. This shrinks kc.bit from by Chris Lattner · 17 years ago
  45. abfbf85 further reduce the redundancy of types in the instruction encoding. This by Chris Lattner · 17 years ago
  46. 7337ab9 stop encoding type/value pairs when the type is implied by the value. by Chris Lattner · 17 years ago
  47. 3f79980 add support for BLOCKINFO records at the module level. This fixes the reader by Chris Lattner · 17 years ago
  48. e17b658 Implement support for globally associating abbrevs with block IDs, which by Chris Lattner · 17 years ago
  49. 15e6d17 eliminate internal length fields from record. Records already know their by Chris Lattner · 17 years ago
  50. 964b5f2 storeinst ctor takes isvolatile before alignment. With this, 176.gcc roundtrips by Chris Lattner · 17 years ago
  51. 35a0470 fix a misplaced error by Chris Lattner · 17 years ago
  52. 9113e73 encode and read param attrs along with function type. WE can now roundtrip Olden/voronoi loslessly by Chris Lattner · 17 years ago
  53. 48c85b8 add support for reading the param attrs block by Chris Lattner · 17 years ago
  54. dc78d3a remove dead code by Chris Lattner · 17 years ago
  55. c8f8a24 Allow this to compile with gcc 4.0.X by Reid Spencer · 17 years ago
  56. 7652019 Encoding calling conv info in call/invoke instrs, tree add now round trips completely by Chris Lattner · 17 years ago
  57. c9c55a9 the type field for a store is the type of the pointer, not the value. by Chris Lattner · 17 years ago
  58. e825ed5 fix encoding of BB names in the symtab by Chris Lattner · 17 years ago
  59. f61e645 bug fixes by Chris Lattner · 17 years ago
  60. 0579f7f implement the rest of the instructions by Chris Lattner · 17 years ago
  61. 2a98cca add a few more instructions, getting close by Chris Lattner · 17 years ago
  62. f4c8e52 add reader logic for terminator instrs. by Chris Lattner · 17 years ago
  63. 01ff65f add reader support for a bunch of new instructions by Chris Lattner · 17 years ago
  64. 231cbcb read a few instructions, fix some bugs. This is enough to be able to round by Chris Lattner · 17 years ago
  65. a7c49aa handle function-level forward references, read binops. by Chris Lattner · 17 years ago
  66. 980e5aa implement materializeModule, force deallocation of vector memory when we by Chris Lattner · 17 years ago
  67. 8669714 The stream to read from is now an ivar by Chris Lattner · 17 years ago
  68. 48f8487 implement scafolding for lazy deserialization of function bodies by Chris Lattner · 17 years ago
  69. 9cd3ccf Implement visibility checking during linking. Also implement protected by Anton Korobeynikov · 17 years ago
  70. c453f76 Switch the bitcode reader interface to take a MemoryBuffer instead of knowing by Chris Lattner · 17 years ago
  71. 7dde0ff This is not "FIXME" anymore by Anton Korobeynikov · 17 years ago
  72. 198f34a move some code around, fix a bug in the reader reading globalinits (which by Chris Lattner · 17 years ago
  73. 07d98b4 add bitcode alias support by Chris Lattner · 17 years ago
  74. f66d20d ensure that every error return sets a message (and goes through Error, for by Chris Lattner · 17 years ago
  75. 084a844 fix memory leak by Chris Lattner · 17 years ago
  76. f581c3b implement reading and writing of constant exprs. by Chris Lattner · 17 years ago
  77. 522b7b1 implement support for reading aggregate constants, including handling forward by Chris Lattner · 17 years ago
  78. 0eef080 add supprot for FP constants, wide integers, and fix the encoding of MININT by Chris Lattner · 17 years ago
  79. e16504e read basic constants: null, undef, integers <= 64bits by Chris Lattner · 17 years ago
  80. e84bcb9 move check to the right place :) by Chris Lattner · 17 years ago
  81. 6dbfd7b track global inits by Chris Lattner · 17 years ago
  82. 0b2482a Read global symtab by Chris Lattner · 17 years ago
  83. d127c1b implement reading of abbrevs, and writing of abbreviated global varrs. by Chris Lattner · 17 years ago
  84. 36d5e7d first part of implementation of abbrevs. The writer isn't fully there yet and the by Chris Lattner · 17 years ago
  85. caee0dc Initial support for reading bitcode files. They currently only read types, by Chris Lattner · 17 years ago