1. 70b7007 Fix the ocaml bindings for the bitcode reader. by Jeffrey Yasskin · 15 years ago
  2. d38cdb0 fix PR6414, a nondeterminism issue in IPSCCP which was because by Chris Lattner · 15 years ago
  3. e9fd444 Fix rdar://7694996 a miscompile of 183.equake from my patch yesterday, by Chris Lattner · 15 years ago
  4. c6a669b remove dead code, by this point all uses of CI are gone. by Chris Lattner · 15 years ago
  5. 2058a71 Test that docs are updating. by Jeffrey Yasskin · 15 years ago
  6. 8b3f330 Make APFloat's string-parsing routines a bit safer against very large exponents. by John McCall · 15 years ago
  7. 1869ac8 A much cleaner (and less code!) way of inserting the correct amount of padding by Bill Wendling · 15 years ago
  8. adc7733 Added the follwoing 32-bit Thumb instructions for disassembly only: by Johnny Chen · 15 years ago
  9. baafcbb4 Merge PPC instructions FMRS and FMRD into a single FMR instruction. by Jakob Stoklund Olesen · 15 years ago
  10. f34ff01 Fix grammaro in a comment. by Dan Gohman · 15 years ago
  11. d68a9fe Use the right svn:keywords value. by Dan Gohman · 15 years ago
  12. 7b14fc2 Add Revision keywords to these files, as it's common for them to be by Dan Gohman · 15 years ago
  13. 6507eca Comment typo. by Bill Wendling · 15 years ago
  14. 68e3266 don't build edis if the x86 target isn't enabld. by Chris Lattner · 15 years ago
  15. d30103d Improve the vim code for highlighting trailing whitespace and lines by Dan Gohman · 15 years ago
  16. bb13423 Test autoupdate. by Tanya Lattner · 15 years ago
  17. 14ffb1e Test auto update. by Tanya Lattner · 15 years ago
  18. 79073e3 Add the alignstack keyword. by Dan Gohman · 15 years ago
  19. 77c8ff9 Remove bogus Updated line. by Dan Gohman · 15 years ago
  20. 2432966 Use the right floating point load/store instructions in PPCInstrInfo::foldMemoryOperandImpl(). by Jakob Stoklund Olesen · 15 years ago
  21. 66df66c Remove dead code by Jakob Stoklund Olesen · 15 years ago
  22. 3ca304a Remove REQUIRES_EH from the suggested set of make variables, since users can by Jeffrey Yasskin · 15 years ago
  23. aabc26c Replace a temporary std::string with SmallString. by Benjamin Kramer · 15 years ago
  24. 621a415 Fix typos in comments. by Dan Gohman · 15 years ago
  25. 0f83c62 Delete empty directories. by Dan Gohman · 15 years ago
  26. 45df761 Move dbg_value generation to target-independent FastISel, by Dale Johannesen · 15 years ago
  27. 91c3841 Further constify MDNode* references. by Dale Johannesen · 15 years ago
  28. 350df33 Add type printing for Metadata pseudo. by Dale Johannesen · 15 years ago
  29. 8561dcd Move the EnableFullLoadPRE flag from a separate command-line option to an by Bob Wilson · 15 years ago
  30. ad597f9 disable-mem2reg and disable-gvn options should not be used by the driver. by Sanjiv Gupta · 15 years ago
  31. 60df907 Remove unused "NoPRE" parameter in GVN and createGVNPass(). by Bob Wilson · 15 years ago
  32. f60e9bb pass in more section kinds, enough to get the .align 0x90 by Chris Lattner · 15 years ago
  33. 20c51be The cloner has nothing to do if any of the main or ISR entrypoints are not by Sanjiv Gupta · 15 years ago
  34. 3f5e0b8 fix PR6435 another bug from the MallocInst elimination work. by Chris Lattner · 15 years ago
  35. 818747c Set svn:keywords property on docs/Packaging.html. by Jeffrey Yasskin · 15 years ago
  36. 0ca43f2 Add to the packaging advice. by Jeffrey Yasskin · 15 years ago
  37. 2b00702 Reapply things reverted back in 97220, with the fixed test case. by Sanjiv Gupta · 15 years ago
  38. 6fe0df2 movl is a cheaper way to materialize 0 without clobbering EFLAGS than movabsq. by Dan Gohman · 15 years ago
  39. d712783 Fix XCoreTargetLowering::isLegalAddressingMode() to handle VoidTy. by Richard Osborne · 15 years ago
  40. 727cf62 Revert r97211 and r97213 to get the build green again. by Chandler Carruth · 15 years ago
  41. 5a56e5c add some helpful comments to the emitter by Chris Lattner · 15 years ago
  42. d6f0602 switch from my nice hashtable based merging solution to a by Chris Lattner · 15 years ago
  43. bb08d89 fix same bug in CheckChainCompatibleMatcher::isEqualImpl by Chris Lattner · 15 years ago
  44. 38717f6 fix a nasty bug in CheckTypeMatcher::isEqualImpl by Chris Lattner · 15 years ago
  45. d4397b9 finish off the factoring optimization along the lines of the by Chris Lattner · 15 years ago
  46. ca56fea add a new setNumChildren method for resizing scopes. Tweak getHash() so by Chris Lattner · 15 years ago
  47. 651d85c Currently in LLVM, names of libcalls are assigned during TargetLowering by Sanjiv Gupta · 15 years ago
  48. 00947ee fix the matcher in the presence of multiple scopes: we need to save by Chris Lattner · 15 years ago
  49. 917733e Before converting an operand to mem, check if it is legal to do so. by Sanjiv Gupta · 15 years ago
  50. 5478b6b this file lacks a run line! by Chris Lattner · 15 years ago
  51. 8ff4b43 Fix a typo. by Dan Gohman · 15 years ago
  52. e13709a Delete a bunch of redundant predicates. by Dan Gohman · 15 years ago
  53. 0b1d2f3 Fix comments. by Bill Wendling · 15 years ago
  54. 0c0f4b6 Give packagers some advice about how to build LLVM so it's useful to by Jeffrey Yasskin · 15 years ago
  55. bb4283e Add another (and hopefully the last) exception case, where once we recalculate by Bill Wendling · 15 years ago
  56. fdb2be8 And should use the correct variable. by Bill Wendling · 15 years ago
  57. a888645 Got assertion check backwards. by Bill Wendling · 15 years ago
  58. 86f0d33 Catch a corner case where adding the padding to the "TType base offset" field by Bill Wendling · 15 years ago
  59. cf0c9bc Fix a few more typos. by Dan Gohman · 15 years ago
  60. abbf7cb Fix a typo. by Dan Gohman · 15 years ago
  61. 7def293 Added SAFECode (safecode) to the list of projects to automatically configure. by John Criswell · 15 years ago
  62. a687465 rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugs by Chris Lattner · 15 years ago
  63. 55983f1 tests: Propogate the HOME environment variable through to tests. I'm ambivalent by Daniel Dunbar · 15 years ago
  64. 7c78dbb Fix HTML. by Bill Wendling · 15 years ago
  65. f7e90ae Make comment more meaningful. by Bill Wendling · 15 years ago
  66. d179a8b Add svn:ignore. by Dan Gohman · 15 years ago
  67. 9949dd6 Fix ExpandVectorBuildThroughStack for the case where the by Dan Gohman · 15 years ago
  68. 6341c5a Added the following 32-bit Thumb instructions for disassembly only: SMC, RFE, by Johnny Chen · 15 years ago
  69. ce6275f Added the 32-bit Thumb instructions (BXJ) for disassembly only. by Johnny Chen · 15 years ago
  70. d6c8472 change the scope node to include a list of children to be checked by Chris Lattner · 15 years ago
  71. 2333655 Added the 32-bit Thumb instructions (MRS and MSR) for disassembly only. by Johnny Chen · 15 years ago
  72. d74acb0 This is a patch to the assembler frontend to detect when aligning a text by Kevin Enderby · 15 years ago
  73. 55c8a7e stkrc is gone. by Dan Gohman · 15 years ago
  74. 5f8bfeb Add the union keyword. by Dan Gohman · 15 years ago
  75. b02c08c Merge the advanced getelementptr FAQ into the regular getelementptr FAQ. by Dan Gohman · 15 years ago
  76. 010b1b2 Fix TextAlignFillValue in a few places by Daniel Dunbar · 15 years ago
  77. 99fe6d9 Add simple script for finding most-recent-rev-before-N in a git-svn repo; useful by Daniel Dunbar · 15 years ago
  78. d86d269 Added the following 16-bit Thumb instructions for disassembly only: YIELD, WFE, by Johnny Chen · 15 years ago
  79. bb82b14 remove a dead PatLeaf, I previously changed all uses to use -1 instead. by Chris Lattner · 15 years ago
  80. 2eddfef Fix a typo. by Dan Gohman · 15 years ago
  81. ff3ef32 Clarify the description of pointer types, and move the by Dan Gohman · 15 years ago
  82. 9ee0d8a Teach the constant folder about union types. by Dan Gohman · 15 years ago
  83. 2440cf1 Remove code which assumes it knows how vectors are stored in memory. by Dan Gohman · 15 years ago
  84. a5a2304 Add more information to the getSizeOf comment. by Dan Gohman · 15 years ago
  85. aeee7b2 Remove this paragraph. Vectors may not always have the same layout as by Dan Gohman · 15 years ago
  86. aa9d854 Revert r97064. Duncan pointed out that bitcasts are defined in by Dan Gohman · 15 years ago
  87. 9a49f15 Make the side-numbering of instructions used by metadata (which is needed to by Nick Lewycky · 15 years ago
  88. 04db82d Implement the first half of redundancy factoring: efficiently by Chris Lattner · 15 years ago
  89. 8566963 Make LoopSimplify change conditional branches in loop exiting blocks by Dan Gohman · 15 years ago
  90. a5028a6 factor the print method better. by Chris Lattner · 15 years ago
  91. fa0c54e Dump the presence of attached metadata even if we don't know what it is. This by Nick Lewycky · 15 years ago
  92. 58aa834 add methods to do equality checks and get hashes of Matchers by Chris Lattner · 15 years ago
  93. e7ee59b Modernize comment. by Nick Lewycky · 15 years ago
  94. 813636a Correct whitespace. by Nick Lewycky · 15 years ago
  95. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
  96. e6ba0b5 Each field of auxiliary debug entry is only 1 byte long. by Sanjiv Gupta · 15 years ago
  97. bd2c623 Added tNOP for disassembly only. by Johnny Chen · 15 years ago
  98. 377fbc0 Truncate from i64 to i32 is "free" on x86-32, because it involves by Dan Gohman · 15 years ago
  99. 0d08401 Revert this patch for the time being. Needs more testing. by Scott Michel · 15 years ago
  100. 4c61cdd Added tSVC and tTRAP for disassembly only. by Johnny Chen · 15 years ago