1. 1638b83 Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some interfaces. by Michael Ilseman · 13 years ago
  2. 855d025 Have the bitcode reader/writer just use FPMathOperator's fast math enum directly by Michael Ilseman · 13 years ago
  3. 99faa3b s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future. by Bill Wendling · 13 years ago
  4. cb66b5d Minor tweaking to SmallVector static size. by Michael Ilseman · 13 years ago
  5. 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 · 13 years ago
  6. d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  7. efd08d4 Remove the dependent libraries feature. by Bill Wendling · 13 years ago
  8. 495d10a Fast-math flags for the bitcode by Michael Ilseman · 13 years ago
  9. 170a15e Code Custodian: by Joe Abbey · 13 years ago
  10. 407a616 Remove trailing whitespace by Michael Ilseman · 13 years ago
  11. 7b8d949 Fix some typos 165739, spotted by Duncan. by Jan Wen Voung · 13 years ago
  12. d9a3bad Change encoding of instruction operands in bitcode binaries to be relative by Jan Wen Voung · 13 years ago
  13. 2039a8f Move remaining methods inside the Attributes class. Merge the 'Attribute' namespaces. by Bill Wendling · 13 years ago
  14. f16ae58 [ms-inline asm] Add support for the nsdialect keyword in the Bitcode by Chad Rosier · 13 years ago
  15. 32811be Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to by Bill Wendling · 13 years ago
  16. ce718ff Extend the IL for selecting TLS models (PR9788) by Hans Wennborg · 13 years ago
  17. 47cbc4e Optimized usage of new SwitchInst case values (IntegersSubset type) in Local.cpp, Execution.cpp and BitcodeWriter.cpp. by Stepan Dyatkovskiy · 13 years ago
  18. 43eb31b PR1255: case ranges. by Stepan Dyatkovskiy · 13 years ago
  19. 0aa32d5 ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSubsetMapping. by Stepan Dyatkovskiy · 13 years ago
  20. e99f8be PR12696: Attribute bits above 1<<30 are not encoded in bitcode by Meador Inge · 13 years ago
  21. 484fc93 PR1255: Case Ranges by Stepan Dyatkovskiy · 13 years ago
  22. 734dde8 SwitchInst cosmetics: renamed "Hash" method to "hash" by Stepan Dyatkovskiy · 13 years ago
  23. 1cce5bf Recommited r156374 with critical fixes in BitcodeReader/Writer: by Stepan Dyatkovskiy · 13 years ago
  24. 1f98383 Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt buildbot failure. by Stepan Dyatkovskiy · 13 years ago
  25. 85a4406 Ordinary patch for PR1255. by Stepan Dyatkovskiy · 13 years ago
  26. 3d3abe0 llvm::SwitchInst by Stepan Dyatkovskiy · 14 years ago
  27. c10fa6c Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: by Stepan Dyatkovskiy · 14 years ago
  28. acbceea BitstreamWriter: Change primary output buffer to be a SmallVector instead of an by Daniel Dunbar · 14 years ago
  29. 02a248a BitcodeWriter: Expose less implementation details -- make BackpatchWord private by Daniel Dunbar · 14 years ago
  30. fdc8f78 Bitcode: Don't expose WriteBitcodeToStream to clients. by Daniel Dunbar · 14 years ago
  31. 2ea9387 Enable streaming of bitcode by Derek Schuff · 14 years ago
  32. 3e9719e [unwind removal] Don't write out the dead 'unwind' instruction. by Bill Wendling · 14 years ago
  33. 18c7f80 reapply the patches reverted in r149470 that reenable ConstantDataArray, by Chris Lattner · 14 years ago
  34. 2447312 SwitchInst refactoring. by Stepan Dyatkovskiy · 14 years ago
  35. 91766fe Revert Chris' commits up to r149348 that started causing VMCoreTests unit test to fail. by Argyrios Kyrtzidis · 14 years ago
  36. 1b2f643 by Chris Lattner · 14 years ago
  37. 41b9920 fix a major oversight that is breaking some llvm-test tests. by Chris Lattner · 14 years ago
  38. d408f06 Add bitcode reader and writer support for ConstantDataAggregate, which by Chris Lattner · 14 years ago
  39. 164b86b Extend Attributes to 64 bits by Kostya Serebryany · 14 years ago
  40. 732f05c Add 'llvm_unreachable' to passify GCC's understanding of the constraints by Chandler Carruth · 14 years ago
  41. 2bd3354 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
  42. ce16339 The powers that be have decided that LLVM IR should now support 16-bit by Dan Gohman · 14 years ago
  43. 667f826 Fix 80-column. Simplify code. by Chad Rosier · 14 years ago
  44. 14d622d Fix comments. by Chad Rosier · 14 years ago
  45. 0c89f7f Fix comments. by Chad Rosier · 14 years ago
  46. 32c5981 Flesh out a bit more of the bitcode use-list ordering preservation code. by Chad Rosier · 14 years ago
  47. cbbb096 Begin adding experimental support for preserving use-list ordering of bitcode by Chad Rosier · 14 years ago
  48. cde5464 Remove some cruft from the BitcodeWriter, while still maintaining backward by Chad Rosier · 14 years ago
  49. e6e8826 Initial commit of the 'landingpad' instruction. by Bill Wendling · 14 years ago
  50. 3ebb649 switch to use the new api for structtypes. by Chris Lattner · 14 years ago
  51. 0871221 Whitespace and formatting. No functional change intended. by Chad Rosier · 14 years ago
  52. 21006d4 Representation of 'atomic load' and 'atomic store' in IR. by Eli Friedman · 14 years ago
  53. dccc03b Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 14 years ago
  54. 10c6d12 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 14 years ago
  55. ff03048 LangRef and basic memory-representation/reading/writing for 'cmpxchg' and by Eli Friedman · 14 years ago
  56. 772fe17 Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 14 years ago
  57. 47f3513 Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. by Eli Friedman · 14 years ago
  58. db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  59. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 14 years ago
  60. c137120 Make better use of the PHINode API. by Jay Foad · 14 years ago
  61. 4f6bab9 Drop the "2" suffix on some enums. by Chris Lattner · 14 years ago
  62. 799a58a55 missed a file. by Chris Lattner · 14 years ago
  63. e889c69 Update BitcodeWriter to match recent Triple changes. rdar://9603399 by Evan Cheng · 14 years ago
  64. 6a0c04d Revert name change from r132533. Lower case naming was intended per style guidelines. by Chad Rosier · 14 years ago
  65. 3d26f23 Whitespace and other cleanup. Functionallity unchanged. by Chad Rosier · 14 years ago
  66. 308fba5 It's valid to take the blockaddress of a different function, so remove this by Nick Lewycky · 14 years ago
  67. 5d7a5a4 Revert r129235 pending a vetting of the EH rewrite. by Bill Wendling · 14 years ago
  68. d7bb295 Beginning of the Great Exception Handling Rewrite. by Bill Wendling · 14 years ago
  69. f5a9056 Do a topological sort of the types before writing them out. by Rafael Espindola · 14 years ago
  70. 35bda89 enhance vmcore to know that udiv's can be exact, and add a trivial by Chris Lattner · 15 years ago
  71. bea4626 First step in fixing PR8927: by Rafael Espindola · 15 years ago
  72. 476b242 Add missing standard headers. Patch by Joerg Sonnenberger! by Nick Lewycky · 15 years ago
  73. 695b281 Generalize the darwin wrapper hack to work with generic macho triples as well as darwin ones. by Chris Lattner · 15 years ago
  74. 1f6efa3 Merge System into Support. by Michael J. Spencer · 15 years ago
  75. bb811a2 Add X86 MMX type to bitcode and Type. by Dale Johannesen · 15 years ago
  76. 70c2fc0 Discard metadata produced by LLVM 2.7. The value enumeration it used by Dan Gohman · 15 years ago
  77. 61c70e9 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 15 years ago
  78. 55ae515 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 15 years ago
  79. 2359e51 avoid undefined behavior negating minint. by Chris Lattner · 15 years ago
  80. 17aa92c Make NamedMDNode not be a subclass of Value, and simplify the interface by Dan Gohman · 15 years ago
  81. 29d2716 Add some debug output to help diagnose PR7689. by Dan Gohman · 15 years ago
  82. 872814a Disallow null as a named metadata operand. by Dan Gohman · 15 years ago
  83. 19538d1 Add support for remapping metadata kind IDs when reading in a by Dan Gohman · 15 years ago
  84. 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 15 years ago
  85. 07d3177 Revert r107205 and r107207. by Bill Wendling · 15 years ago
  86. 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 15 years ago
  87. fc91e7d resort to ArgOperand API by Gabor Greif · 15 years ago
  88. 6209869 Speedup bitcode writer. Do not walk all values for all functions to emit function local metadata. In one testcase, probably worst case scenario, the 70x speed up is seen. by Devang Patel · 15 years ago
  89. a37dd3e Bitcode support for allocas with arbitrary array size types. by Dan Gohman · 15 years ago
  90. c2f500a Don't flush the raw_ostream in llvm::WriteBitcodeToFile; it's at by Dan Gohman · 15 years ago
  91. d928fb6 Don't special-case stdout in llvm::WriteBitcodeToFile; just consider by Dan Gohman · 15 years ago
  92. 551754c Revert 101465, it broke internal OpenGL testing. by Eric Christopher · 15 years ago
  93. 4ec2258 reapply r101434 with a fix for self-hosting by Gabor Greif · 15 years ago
  94. 607a7ab back out r101423 and r101397, they break llvm-gcc self-host on darwin10 by Gabor Greif · 15 years ago
  95. 2ff961f reapply r101364, which has been backed out in r101368 with a fix by Gabor Greif · 15 years ago
  96. 9ee1720 back out r101364, as it trips the linux nightlybot on some clang C++ tests by Gabor Greif · 15 years ago
  97. 165dac0 rotate CallInst operands, i.e. move callee to the back of the operand array by Gabor Greif · 15 years ago
  98. a624524 Add special case bitcode support for DebugLoc. This avoids by Chris Lattner · 15 years ago
  99. c9f7500 Finally land the InvokeInst operand reordering. by Gabor Greif · 15 years ago
  100. 1cde4af backing out r99170 because it still fails on clang-x86_64-darwin10-fnt by Gabor Greif · 15 years ago