1. 0a29cb0 Make APFloat constructor require explicit semantics. by Tim Northover · 12 years ago
  2. 69582cf Fix a heinous inefficiency introduced in r149918, wherein reading each byte of a by Chris Lattner · 12 years ago
  3. 47543a8 wean Blob handling logic off of banging on NextChar directly. Instead, make by Chris Lattner · 12 years ago
  4. fd0543d rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 bytes. by Chris Lattner · 12 years ago
  5. 1ca114a trivial micro-optimization: lazily call the virtual method instead of eagerly calling it. by Chris Lattner · 12 years ago
  6. 5a4251c convert the bitstream reader itself and the IR .bc file parser to use the new advance() APIs, by Chris Lattner · 12 years ago
  7. 194ef24 stringref'ize readRecord and properly capitalize it. Add a compatibility method to easy by Chris Lattner · 12 years ago
  8. f9147c4 move some private methods out of line, add a skipRecord() method. by Chris Lattner · 12 years ago
  9. 63246aa Add a new BitstreamEntry concept, and add two helper methods for walking by Chris Lattner · 12 years ago
  10. 312c7d9 BitstreamReader hasn't aged well. It's been hacked on by various people and by Chris Lattner · 12 years ago
  11. 1db9b69 Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hangings. by Bill Wendling · 12 years ago
  12. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 12 years ago
  13. c966e08 s/Raw/getBitMask/g to be more in line with current naming conventions. This method won't be sticking around. by Bill Wendling · 12 years ago
  14. 034b94b Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  15. 1638b83 Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some interfaces. by Michael Ilseman · 12 years ago
  16. 855d025 Have the bitcode reader/writer just use FPMathOperator's fast math enum directly by Michael Ilseman · 12 years ago
  17. 99faa3b s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future. by Bill Wendling · 12 years ago
  18. a1514e2 Sort includes for all of the .h files under the 'lib' tree. These were by Chandler Carruth · 12 years ago
  19. cb66b5d Minor tweaking to SmallVector static size. by Michael Ilseman · 12 years ago
  20. dbd7b95 Since this SmallVector immediately grows on the next line, don't waste stack space. SmallVector is still needed due to existing APIs growing their arguments by Michael Ilseman · 12 years ago
  21. d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 12 years ago
  22. 3defc0b Add back support for reading and parsing 'deplibs'. by Bill Wendling · 12 years ago
  23. efd08d4 Remove the dependent libraries feature. by Bill Wendling · 12 years ago
  24. eaac37e Code pretification by Joe Abbey · 12 years ago
  25. 495d10a Fast-math flags for the bitcode by Michael Ilseman · 12 years ago
  26. 170a15e Code Custodian: by Joe Abbey · 12 years ago
  27. 0976e00 Make the AttrListPtr object a part of the LLVMContext. by Bill Wendling · 12 years ago
  28. e46b14a 80 cols by Joe Abbey · 12 years ago
  29. 407a616 Remove trailing whitespace by Michael Ilseman · 12 years ago
  30. 2333e29 Relax the restrictions on vector of pointer types, and vector getelementptr. by Duncan Sands · 12 years ago
  31. 702cc91 Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change. by Bill Wendling · 12 years ago
  32. cb3de0b Attributes Rewrite by Bill Wendling · 12 years ago
  33. ed84062 Remove unnecessary classof()'s by Sean Silva · 12 years ago
  34. 7b8d949 Fix some typos 165739, spotted by Duncan. by Jan Wen Voung · 12 years ago
  35. d9a3bad Change encoding of instruction operands in bitcode binaries to be relative by Jan Wen Voung · 12 years ago
  36. 47a3395 Use method to query if there are attributes. by Bill Wendling · 12 years ago
  37. 2039a8f Move remaining methods inside the Attributes class. Merge the 'Attribute' namespaces. by Bill Wendling · 12 years ago
  38. 122f5e5 BitcodeReader: Correctly insert blockaddress constant referring to a already parsed function. by Benjamin Kramer · 12 years ago
  39. 86a1c32 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Craig Topper · 12 years ago
  40. 5177b3a Dont cast away const needlessly. Found by gcc48 -Wcast-qual. by Roman Divacky · 12 years ago
  41. 581600b [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to by Chad Rosier · 12 years ago
  42. 27b25c2 Add a FIXME that assumes we maintain backward compatibility until the next major release. by Chad Rosier · 12 years ago
  43. f16ae58 [ms-inline asm] Add support for the nsdialect keyword in the Bitcode by Chad Rosier · 12 years ago
  44. 32811be Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to by Bill Wendling · 12 years ago
  45. 2127c9b Remove tabs. by Bill Wendling · 12 years ago
  46. d5c407d llvm/lib: [CMake] Add explicit dependency to intrinsics_gen. by NAKAMURA Takumi · 12 years ago
  47. ce718ff Extend the IL for selecting TLS models (PR9788) by Hans Wennborg · 12 years ago
  48. 47cbc4e Optimized usage of new SwitchInst case values (IntegersSubset type) in Local.cpp, Execution.cpp and BitcodeWriter.cpp. by Stepan Dyatkovskiy · 12 years ago
  49. 43eb31b PR1255: case ranges. by Stepan Dyatkovskiy · 12 years ago
  50. 0aa32d5 ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSubsetMapping. by Stepan Dyatkovskiy · 12 years ago
  51. 21280e4 Remove unused variable. by David Blaikie · 12 years ago
  52. e99f8be PR12696: Attribute bits above 1<<30 are not encoded in bitcode by Meador Inge · 12 years ago
  53. f52aea8 Random BitcodeReader cleanups. by Benjamin Kramer · 12 years ago
  54. 484fc93 PR1255: Case Ranges by Stepan Dyatkovskiy · 12 years ago
  55. d509d0b switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients. by Chris Lattner · 12 years ago
  56. ee8100d revert r156383: removal of TYPE_CODE_FUNCTION_OLD by Nuno Lopes · 12 years ago
  57. 734dde8 SwitchInst cosmetics: renamed "Hash" method to "hash" by Stepan Dyatkovskiy · 13 years ago
  58. 1cce5bf Recommited r156374 with critical fixes in BitcodeReader/Writer: by Stepan Dyatkovskiy · 13 years ago
  59. 006c7b9 remove autoupgrade code for old function attributes format. by Nuno Lopes · 13 years ago
  60. f647c1b remove TYPE_CODE_FUNCTION_OLD type code. it is no longer in use and it was marked for removal in 3.0 by Nuno Lopes · 13 years ago
  61. 1f98383 Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt buildbot failure. by Stepan Dyatkovskiy · 13 years ago
  62. 85a4406 Ordinary patch for PR1255. by Stepan Dyatkovskiy · 13 years ago
  63. 3d3abe0 llvm::SwitchInst by Stepan Dyatkovskiy · 13 years ago
  64. c10fa6c Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: by Stepan Dyatkovskiy · 13 years ago
  65. acbceea BitstreamWriter: Change primary output buffer to be a SmallVector instead of an by Daniel Dunbar · 13 years ago
  66. 02a248a BitcodeWriter: Expose less implementation details -- make BackpatchWord private by Daniel Dunbar · 13 years ago
  67. fdc8f78 Bitcode: Don't expose WriteBitcodeToStream to clients. by Daniel Dunbar · 13 years ago
  68. 0ffe698 Fix PR12080 by ensuring that MaterializeModule actually reads all the bitcode by Derek Schuff · 13 years ago
  69. 2ea9387 Enable streaming of bitcode by Derek Schuff · 13 years ago
  70. 3e9719e [unwind removal] Don't write out the dead 'unwind' instruction. by Bill Wendling · 13 years ago
  71. e185fad [unwind removal] Remove the 'unwind' instruction parsing bits. by Bill Wendling · 13 years ago
  72. fccf062 Test commit; also removes some trailing whitespace by Derek Schuff · 13 years ago
  73. 2237f84 Improve the bitcode reader's handling of constant strings to use by Chris Lattner · 13 years ago
  74. 18c7f80 reapply the patches reverted in r149470 that reenable ConstantDataArray, by Chris Lattner · 13 years ago
  75. 2447312 SwitchInst refactoring. by Stepan Dyatkovskiy · 13 years ago
  76. 91766fe Revert Chris' commits up to r149348 that started causing VMCoreTests unit test to fail. by Argyrios Kyrtzidis · 13 years ago
  77. 1b2f643 by Chris Lattner · 13 years ago
  78. 41b9920 fix a major oversight that is breaking some llvm-test tests. by Chris Lattner · 13 years ago
  79. d408f06 Add bitcode reader and writer support for ConstantDataAggregate, which by Chris Lattner · 13 years ago
  80. d629efa smallvectorize. by Chris Lattner · 13 years ago
  81. 164b86b Extend Attributes to 64 bits by Kostya Serebryany · 13 years ago
  82. 732f05c Add 'llvm_unreachable' to passify GCC's understanding of the constraints by Chandler Carruth · 13 years ago
  83. 2bd3354 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 13 years ago
  84. 47f79bb Materialize functions whose basic blocks are used by global variables. Fixes by Rafael Espindola · 13 years ago
  85. ce16339 The powers that be have decided that LLVM IR should now support 16-bit by Dan Gohman · 13 years ago
  86. c6cff9d Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. by Chad Rosier · 13 years ago
  87. 1619df0 Add BitcodeVerifier.cpp to CMakeList. by Chad Rosier · 13 years ago
  88. b302586 Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file and by Chad Rosier · 13 years ago
  89. b0c594f LLVMBuild: Introduce a common section which currently has a list of the by Daniel Dunbar · 13 years ago
  90. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  91. 667f826 Fix 80-column. Simplify code. by Chad Rosier · 13 years ago
  92. 14d622d Fix comments. by Chad Rosier · 13 years ago
  93. 0c89f7f Fix comments. by Chad Rosier · 13 years ago
  94. 32c5981 Flesh out a bit more of the bitcode use-list ordering preservation code. by Chad Rosier · 13 years ago
  95. cbbb096 Begin adding experimental support for preserving use-list ordering of bitcode by Chad Rosier · 13 years ago
  96. 4e6c03f ValueEnumerator - debug dump(). by Chad Rosier · 13 years ago
  97. d782bae build/CMake: Finish removal of add_llvm_library_dependencies. by Daniel Dunbar · 13 years ago
  98. a7e6f74 remove autoupgrade support for really old-style debug info intrinsics. by Chris Lattner · 13 years ago
  99. 9d5f6cc remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supports by Chris Lattner · 13 years ago
  100. dbc8849 remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible back to 3.0 by Chris Lattner · 13 years ago