1. 007aa37 Next PPC long double bits. First cut at constants. by Dale Johannesen · 18 years ago
  2. 028084e Revise previous patch per review comments. by Dale Johannesen · 18 years ago
  3. 245dceb Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 18 years ago
  4. b6d795c Revert previous change to IR. by Dale Johannesen · 18 years ago
  5. bed9dc4 Next round of APFloat changes. by Dale Johannesen · 18 years ago
  6. c656cbb by David Greene · 18 years ago
  7. 703623d by David Greene · 18 years ago
  8. bdad809 Patch 10 for long double. Doing constants right needs expanding ConstantFP by Dale Johannesen · 18 years ago
  9. 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
  10. ff4c3be Long double, part 1 of N. Support in IR. by Dale Johannesen · 18 years ago
  11. 17a5dfe by David Greene · 18 years ago
  12. e16561c Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
  13. 9eeada9 Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9. by Chris Lattner · 18 years ago
  14. a6f88ce implement the ModuleProvider::dematerializeFunction hook by Chris Lattner · 18 years ago
  15. 4c0a6d6 Make a preemptive bitcode format change to support PR1146. This lets us do by Chris Lattner · 18 years ago
  16. 53862f7 fix off-by-one that caused the llvm2cpp test to fail by Chris Lattner · 18 years ago
  17. 3c5616e Allow structs with zero fields. by Chris Lattner · 18 years ago
  18. a77bb94 add a missing check by Chris Lattner · 18 years ago
  19. af8fffc implement reading/writing of inlineasm objects by Chris Lattner · 18 years ago
  20. f25f710 add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 18 years ago
  21. 036d1bd implement the 'string constant' optimization. This shrinks kc.bit from by Chris Lattner · 18 years ago
  22. e9759c2 further reduce the redundancy of types in the instruction encoding. This by Chris Lattner · 18 years ago
  23. df1233d stop encoding type/value pairs when the type is implied by the value. by Chris Lattner · 18 years ago
  24. 6eeea5d add support for BLOCKINFO records at the module level. This fixes the reader by Chris Lattner · 18 years ago
  25. 982ec1e Implement support for globally associating abbrevs with block IDs, which by Chris Lattner · 18 years ago
  26. e14cb88 eliminate internal length fields from record. Records already know their by Chris Lattner · 18 years ago
  27. beca065 storeinst ctor takes isvolatile before alignment. With this, 176.gcc roundtrips by Chris Lattner · 18 years ago
  28. e11c6ce fix a misplaced error by Chris Lattner · 18 years ago
  29. 70f4566 encode and read param attrs along with function type. WE can now roundtrip Olden/voronoi loslessly by Chris Lattner · 18 years ago
  30. fee5a37 add support for reading the param attrs block by Chris Lattner · 18 years ago
  31. a68e3c7 remove dead code by Chris Lattner · 18 years ago
  32. dea02bd Allow this to compile with gcc 4.0.X by Reid Spencer · 18 years ago
  33. 4704527 Encoding calling conv info in call/invoke instrs, tree add now round trips completely by Chris Lattner · 18 years ago
  34. c1d86cd the type field for a store is the type of the pointer, not the value. by Chris Lattner · 18 years ago
  35. 6be58c6 fix encoding of BB names in the symtab by Chris Lattner · 18 years ago
  36. 6ce15cb bug fixes by Chris Lattner · 18 years ago
  37. 9f600c5 implement the rest of the instructions by Chris Lattner · 18 years ago
  38. c332bba add a few more instructions, getting close by Chris Lattner · 18 years ago
  39. 5285b5e add reader logic for terminator instrs. by Chris Lattner · 18 years ago
  40. 1fc27f0 add reader support for a bunch of new instructions by Chris Lattner · 18 years ago
  41. e53603e read a few instructions, fix some bugs. This is enough to be able to round by Chris Lattner · 18 years ago
  42. 8393055 handle function-level forward references, read binops. by Chris Lattner · 18 years ago
  43. 85b7b40 implement materializeModule, force deallocation of vector memory when we by Chris Lattner · 18 years ago
  44. 48a8de3 The stream to read from is now an ivar by Chris Lattner · 18 years ago
  45. 51ffe7c implement scafolding for lazy deserialization of function bodies by Chris Lattner · 18 years ago
  46. 31fc4f9 Implement visibility checking during linking. Also implement protected by Anton Korobeynikov · 18 years ago
  47. 6694f60 Switch the bitcode reader interface to take a MemoryBuffer instead of knowing by Chris Lattner · 18 years ago
  48. daf358b This is not "FIXME" anymore by Anton Korobeynikov · 18 years ago
  49. 831d420 move some code around, fix a bug in the reader reading globalinits (which by Chris Lattner · 18 years ago
  50. 44c1707 add bitcode alias support by Chris Lattner · 18 years ago
  51. 890683d ensure that every error return sets a message (and goes through Error, for by Chris Lattner · 18 years ago
  52. 0ee6a3a fix memory leak by Chris Lattner · 18 years ago
  53. 1e16bcf7 implement reading and writing of constant exprs. by Chris Lattner · 18 years ago
  54. 1663cca implement support for reading aggregate constants, including handling forward by Chris Lattner · 18 years ago
  55. 08feb1e add supprot for FP constants, wide integers, and fix the encoding of MININT by Chris Lattner · 18 years ago
  56. fbc1d33 read basic constants: null, undef, integers <= 64bits by Chris Lattner · 18 years ago
  57. a272ead move check to the right place :) by Chris Lattner · 18 years ago
  58. 47d131b track global inits by Chris Lattner · 18 years ago
  59. ccaa448 Read global symtab by Chris Lattner · 18 years ago
  60. b549137 implement reading of abbrevs, and writing of abbreviated global varrs. by Chris Lattner · 18 years ago
  61. 4b00d92 first part of implementation of abbrevs. The writer isn't fully there yet and the by Chris Lattner · 18 years ago
  62. 1314b99 Initial support for reading bitcode files. They currently only read types, by Chris Lattner · 19 years ago