1. 9d5f456 Revise previous patch per review comments. by Dale Johannesen · 17 years ago
  2. 3f6eb74 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 17 years ago
  3. 073d48d Revert previous change to IR. by Dale Johannesen · 17 years ago
  4. 43421b3 Next round of APFloat changes. by Dale Johannesen · 17 years ago
  5. b8f7479 by David Greene · 17 years ago
  6. f1355a5 by David Greene · 17 years ago
  7. ebbc95d Patch 10 for long double. Doing constants right needs expanding ConstantFP by Dale Johannesen · 17 years ago
  8. 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
  9. 320fc8a Long double, part 1 of N. Support in IR. by Dale Johannesen · 17 years ago
  10. 52eec54 by David Greene · 17 years ago
  11. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  12. b348bb8 Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9. by Chris Lattner · 17 years ago
  13. d67c632 implement the ModuleProvider::dematerializeFunction hook by Chris Lattner · 17 years ago
  14. a9bb713 Make a preemptive bitcode format change to support PR1146. This lets us do by Chris Lattner · 17 years ago
  15. 5f32c01 fix off-by-one that caused the llvm2cpp test to fail by Chris Lattner · 17 years ago
  16. 7108dce Allow structs with zero fields. by Chris Lattner · 17 years ago
  17. bfcc380 add a missing check by Chris Lattner · 17 years ago
  18. 650c938 Keep header file free of 'possible loss of data' warnings. by Jeff Cohen · 17 years ago
  19. 2bce93a implement reading/writing of inlineasm objects by Chris Lattner · 17 years ago
  20. cb3d91b add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 17 years ago
  21. ff7fc5d implement the 'string constant' optimization. This shrinks kc.bit from by Chris Lattner · 17 years ago
  22. abfbf85 further reduce the redundancy of types in the instruction encoding. This by Chris Lattner · 17 years ago
  23. 7337ab9 stop encoding type/value pairs when the type is implied by the value. by Chris Lattner · 17 years ago
  24. 3f79980 add support for BLOCKINFO records at the module level. This fixes the reader by Chris Lattner · 17 years ago
  25. e17b658 Implement support for globally associating abbrevs with block IDs, which by Chris Lattner · 17 years ago
  26. 15e6d17 eliminate internal length fields from record. Records already know their by Chris Lattner · 17 years ago
  27. 964b5f2 storeinst ctor takes isvolatile before alignment. With this, 176.gcc roundtrips by Chris Lattner · 17 years ago
  28. 35a0470 fix a misplaced error by Chris Lattner · 17 years ago
  29. 9113e73 encode and read param attrs along with function type. WE can now roundtrip Olden/voronoi loslessly by Chris Lattner · 17 years ago
  30. 48c85b8 add support for reading the param attrs block by Chris Lattner · 17 years ago
  31. dc78d3a remove dead code by Chris Lattner · 17 years ago
  32. c8f8a24 Allow this to compile with gcc 4.0.X by Reid Spencer · 17 years ago
  33. 7652019 Encoding calling conv info in call/invoke instrs, tree add now round trips completely by Chris Lattner · 17 years ago
  34. c9c55a9 the type field for a store is the type of the pointer, not the value. by Chris Lattner · 17 years ago
  35. e825ed5 fix encoding of BB names in the symtab by Chris Lattner · 17 years ago
  36. f61e645 bug fixes by Chris Lattner · 17 years ago
  37. 0579f7f implement the rest of the instructions by Chris Lattner · 17 years ago
  38. 2a98cca add a few more instructions, getting close by Chris Lattner · 17 years ago
  39. f4c8e52 add reader logic for terminator instrs. by Chris Lattner · 17 years ago
  40. 01ff65f add reader support for a bunch of new instructions by Chris Lattner · 17 years ago
  41. 231cbcb read a few instructions, fix some bugs. This is enough to be able to round by Chris Lattner · 17 years ago
  42. a7c49aa handle function-level forward references, read binops. by Chris Lattner · 17 years ago
  43. 980e5aa implement materializeModule, force deallocation of vector memory when we by Chris Lattner · 17 years ago
  44. 8669714 The stream to read from is now an ivar by Chris Lattner · 17 years ago
  45. 48f8487 implement scafolding for lazy deserialization of function bodies by Chris Lattner · 17 years ago
  46. 9cd3ccf Implement visibility checking during linking. Also implement protected by Anton Korobeynikov · 18 years ago
  47. c453f76 Switch the bitcode reader interface to take a MemoryBuffer instead of knowing by Chris Lattner · 18 years ago
  48. 7dde0ff This is not "FIXME" anymore by Anton Korobeynikov · 18 years ago
  49. 198f34a move some code around, fix a bug in the reader reading globalinits (which by Chris Lattner · 18 years ago
  50. 07d98b4 add bitcode alias support by Chris Lattner · 18 years ago
  51. f66d20d ensure that every error return sets a message (and goes through Error, for by Chris Lattner · 18 years ago
  52. 084a844 fix memory leak by Chris Lattner · 18 years ago
  53. f581c3b implement reading and writing of constant exprs. by Chris Lattner · 18 years ago
  54. 522b7b1 implement support for reading aggregate constants, including handling forward by Chris Lattner · 18 years ago
  55. 0eef080 add supprot for FP constants, wide integers, and fix the encoding of MININT by Chris Lattner · 18 years ago
  56. e16504e read basic constants: null, undef, integers <= 64bits by Chris Lattner · 18 years ago
  57. e84bcb9 move check to the right place :) by Chris Lattner · 18 years ago
  58. 6dbfd7b track global inits by Chris Lattner · 18 years ago
  59. 0b2482a Read global symtab by Chris Lattner · 18 years ago
  60. d127c1b implement reading of abbrevs, and writing of abbreviated global varrs. by Chris Lattner · 18 years ago
  61. 36d5e7d first part of implementation of abbrevs. The writer isn't fully there yet and the by Chris Lattner · 18 years ago
  62. 47f96bf promote LLVMBitCodes to be a public header by Chris Lattner · 18 years ago
  63. cb403d6 Fix build problem with Gentoo 4.1.1-r3. by Jeff Cohen · 18 years ago
  64. caee0dc Initial support for reading bitcode files. They currently only read types, by Chris Lattner · 18 years ago