1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  3. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  4. 6f9896f Implement protected visibility. This partly implements PR1363. Linker by Anton Korobeynikov · 17 years ago
  5. a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 17 years ago
  6. 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 17 years ago
  7. 43c7f37 PR400 work phase 1. Add attributed load/store instructions for volatile/align to LLVM. by Christopher Lamb · 17 years ago
  8. c67bdc2 Revert Christopher Lamb's load/store alignment changes. by Reid Spencer · 17 years ago
  9. 2330e4d by Christopher Lamb · 17 years ago
  10. e8501ab Make long line fit in 80 cols. by Reid Spencer · 17 years ago
  11. c763552 Implement the "thread_local" keyword. by Lauro Ramos Venancio · 17 years ago
  12. 91ac04a For PR1146: by Reid Spencer · 17 years ago
  13. 39a6a36 Fix a bug that caused alignment information to occasionally get stripped off by Chris Lattner · 17 years ago
  14. 9abd138 Implement writing of arbitrary precision integers. by Reid Spencer · 17 years ago
  15. 9d6565a For PR1195: by Reid Spencer · 17 years ago
  16. 64f150f From Dan Gohman: by Chris Lattner · 17 years ago
  17. dec628e Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::string, Value*> by Chris Lattner · 18 years ago
  18. 863da4c Change the table datastructure to be a vector<smallvector>, instead of by Chris Lattner · 18 years ago
  19. ae052aa Make BytecodeWriter::outputValueSymbolTable *significantly* less abusive by Chris Lattner · 18 years ago
  20. b8cb5fe make the datastructure used in BytecodeWriter::outputValueSymbolTable by Chris Lattner · 18 years ago
  21. 972b4dc getTypeSlot can never fail by Chris Lattner · 18 years ago
  22. a2bdad4 getSlot can never fail. Make it assert internally, eliminate checks in by Chris Lattner · 18 years ago
  23. cb43fdc rename getSlot -> getSlotType and getOrCreateSlot ->getOrCreateTypeSlot by Chris Lattner · 18 years ago
  24. 7d00341 Use int32_t and uint32_t to hopefully help weak compilers (cygwin) not by Reid Spencer · 18 years ago
  25. 8dcd81c remove dead code, the outputConstants function is now only called at module scope. by Chris Lattner · 18 years ago
  26. ba6de4b 1. constants can never occur in the symbol table. by Chris Lattner · 18 years ago
  27. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  28. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  29. d2bb887 Bye, Bye Compaction Tables. The benefit compaction tables provides doesn't by Reid Spencer · 18 years ago
  30. aacc35a For PR761: by Reid Spencer · 18 years ago
  31. 021830b Back out last changes for dataLayout. Much more work is needed. by Reid Spencer · 18 years ago
  32. 4b70161 For PR761: Implement reading and writing of the Module's data layout string. by Reid Spencer · 18 years ago
  33. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 18 years ago
  34. 790366b Make sure that GEP indices are only 32 or 64 bits. We're not ready for by Reid Spencer · 18 years ago
  35. fb93931 remove unneeded special case for bool by Chris Lattner · 18 years ago
  36. 7f70559 * PIC codegen for X86/Linux has been implemented by Anton Korobeynikov · 18 years ago
  37. a54b7cb For PR1064: by Reid Spencer · 18 years ago
  38. 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 18 years ago
  39. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 18 years ago
  40. 6b6b6ef For PR1043: by Zhou Sheng · 18 years ago
  41. 78d033e For PR411: by Reid Spencer · 18 years ago
  42. 88cfda2 For PR950: by Reid Spencer · 18 years ago
  43. 1c560ad switch statistics over to not use static ctors. by Chris Lattner · 18 years ago
  44. c252fac This snuck in. Reverted. by Bill Wendling · 18 years ago
  45. 5c7e326 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 18 years ago
  46. 38ecbf1 Packed Structures by Andrew Lenharth · 18 years ago
  47. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  48. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  49. cae6053 Fix a CmpInst writing bug by removing merge cruft that I *know* I've removed by Reid Spencer · 18 years ago
  50. 595b477 For PR950: Implement read/write of ICmp and FCmp constant expressions by Reid Spencer · 18 years ago
  51. 9f13276 Support ICmp/FCmp constant expression reading and writing. by Reid Spencer · 18 years ago
  52. c8dab49 Implement reading and writing of the ICmp and FCmp instructions. by Reid Spencer · 18 years ago
  53. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  54. 3da59db For PR950: by Reid Spencer · 18 years ago
  55. 6996feb Bump the bytecode version number to 7. Implement upgrade of version 6 and by Reid Spencer · 18 years ago
  56. 3ed469c For PR786: by Reid Spencer · 18 years ago
  57. 1628cec For PR950: by Reid Spencer · 18 years ago
  58. b83eb64 For PR950: by Reid Spencer · 18 years ago
  59. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 18 years ago
  60. c847f7c formatting cleanups by Chris Lattner · 18 years ago
  61. 32f5553 For PR787: by Reid Spencer · 18 years ago
  62. a65371e Fix a bug in the bc reader/writer: we were not correctly encoding varargs by Chris Lattner · 18 years ago
  63. ebf8e6c Fix misencoding of calling conventions by Chris Lattner · 18 years ago
  64. 3bc5a60 add bc reader/writer support for inline asm by Chris Lattner · 19 years ago
  65. 6631601 Rename method by Chris Lattner · 19 years ago
  66. 7e6db76 Add support for reading/writing inline asm by Chris Lattner · 19 years ago
  67. c76ea43 trivial cleanup by Chris Lattner · 19 years ago
  68. 404cddf Read and write section info from/to .bc files by Chris Lattner · 19 years ago
  69. ba0ffcc Wrap long line. by Jeff Cohen · 19 years ago
  70. 277973b Fix VC++ warning that bools cannot be ORed. by Jeff Cohen · 19 years ago
  71. 54b369e don't misencode CC#'s by Chris Lattner · 19 years ago
  72. e73bd45 encode/decode function alignment in bc files by Chris Lattner · 19 years ago
  73. 8eb52dd Read/write global variable alignments if present by Chris Lattner · 19 years ago
  74. 42ba6b4 Write/read allocation instruction alignment info to .bc files. by Chris Lattner · 19 years ago
  75. cb6682f Culling out use of unions for converting FP to bits and vice versa. by Jim Laskey · 19 years ago
  76. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
  77. 558bc88 core changes for varargs by Andrew Lenharth · 19 years ago
  78. bfed924 fix the assertion by Chris Lattner · 19 years ago
  79. 39cef60 Silence VC++ warnings about unsafe mixing of ints and bools with the | operator. by Jeff Cohen · 19 years ago
  80. dee199f encode calling conventions for call/invoke instructions. by Chris Lattner · 19 years ago
  81. 479ffeb encode function calling convs in the bytecode file. invoke and call are by Chris Lattner · 19 years ago
  82. 28caccf wrap a longline by Chris Lattner · 19 years ago
  83. 38287bd add bytecode reader support for tail calls by Chris Lattner · 19 years ago
  84. 6b8a63a Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 19 years ago
  85. 9e60d8d add support for undef values of opaque type, addressing PR541 by Chris Lattner · 19 years ago
  86. 23c6d2c * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 19 years ago
  87. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  88. 001d16a Fix an apparent ambiguity compiling on PPC by Chris Lattner · 19 years ago
  89. af4a9bb simplify and speed up some code by Chris Lattner · 19 years ago
  90. da895d6 Fix spelling, patch contributed by Gabor Greif! by Chris Lattner · 19 years ago
  91. 129baf6 Check in some patches for better assertions by Chris Lattner · 20 years ago
  92. 84472d6 Adjust to Compressor interface change by Reid Spencer · 20 years ago
  93. d6e431f Do not emit FunctionBlock blocks for external functions. This shrinks by Chris Lattner · 20 years ago
  94. fd7f8fe Disable this change, it was premature by Chris Lattner · 20 years ago
  95. 86c9365 If a function is external, do not output a FunctionBlock for the function by Chris Lattner · 20 years ago
  96. a70d84d Simplify compression code by using the high level interface to the Compressor by Reid Spencer · 20 years ago
  97. 83296f5 * Add comments and cleanup per CL code review by Reid Spencer · 20 years ago
  98. 17f52c5 Add support for compressed bytecode by Reid Spencer · 20 years ago
  99. a79e7cc Add support for undef, unreachable, and function flags by Chris Lattner · 20 years ago
  100. f74acc7 Today is not my day. Fix broken # by Chris Lattner · 20 years ago