1. 1940dd1 Add the new union arthmetic instructions to llvm-c and ocaml. by Erick Tryzelaar · 15 years ago
  2. abbcc5e Add generic binary op and cast builder functions. by Erick Tryzelaar · 15 years ago
  3. 6e2ee56 Rename ocaml vmcore tests to make it easier to insert tests. by Erick Tryzelaar · 15 years ago
  4. 628b76e Fix incorrect uses of an ocaml llbuilder without extracting it from ocaml. by Erick Tryzelaar · 15 years ago
  5. d2b4aff Remove malloc and free from the ocaml bindings. by Erick Tryzelaar · 15 years ago
  6. b29d7d2 Revert r97245 which seems to be causing performance problems. by Bob Wilson · 15 years ago
  7. e12b738 Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width by John McCall · 15 years ago
  8. 6281cda enhance EmitNodeMatcher to keep track of the recorded slot numbers by Chris Lattner · 15 years ago
  9. e86097a add infrastructure to support forming selectnodeto. Not used yet by Chris Lattner · 15 years ago
  10. 6ac33b4 Don't try to replace physical registers when doing CSE. by Dan Gohman · 15 years ago
  11. 8772f50 Add a flag to addPassesToEmit* to disable the Verifier pass run by Dan Gohman · 15 years ago
  12. 2257981 Generalize my hack to use SDNodeInfo to find out when a by Chris Lattner · 15 years ago
  13. 874cada Implement XMM subregs. by Dan Gohman · 15 years ago
  14. a363a9b Don't unconditionally suppress hoisting of instructions with implicit by Dan Gohman · 15 years ago
  15. 53a50e2 Add nounwinds. by Dan Gohman · 15 years ago
  16. bc9d98b The mayHaveSideEffects flag is no longer used. by Dan Gohman · 15 years ago
  17. a230f96 change CheckOpcodeMatcher to hold the SDNodeInfo instead of by Chris Lattner · 15 years ago
  18. 9fa200d remove a bogus pattern, which had the same pattern as STDU by Chris Lattner · 15 years ago
  19. 255584a add another case from the ppc backend. This is obviously a huge and by Chris Lattner · 15 years ago
  20. 4446c3f fix an incorrect (overly conservative) predicate. by Chris Lattner · 15 years ago
  21. db8b622 fix logic in DEBUG. by Chris Lattner · 15 years ago
  22. 2478962 teach the optimizer that opcode == ISD::STORE is contradictory by Chris Lattner · 15 years ago
  23. 9fcd72b fix grammaro's pointed out by daniel by Chris Lattner · 15 years ago
  24. 82781b9 Teach the grouper some simple tricks about looking contradictory by Chris Lattner · 15 years ago
  25. 2c755ba Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap. by Evan Cheng · 15 years ago
  26. aaf5486 use DEBUG instead of DebugFlag directly so that this by Chris Lattner · 15 years ago
  27. d323fd4 implement a new optimization to sink pattern predicates (like isSSE1) by Chris Lattner · 15 years ago
  28. 4933a37 The TType is always absptr on Mach-O...at least for now. by Bill Wendling · 15 years ago
  29. 70b7007 Fix the ocaml bindings for the bitcode reader. by Jeffrey Yasskin · 15 years ago
  30. d38cdb0 fix PR6414, a nondeterminism issue in IPSCCP which was because by Chris Lattner · 15 years ago
  31. e9fd444 Fix rdar://7694996 a miscompile of 183.equake from my patch yesterday, by Chris Lattner · 15 years ago
  32. c6a669b remove dead code, by this point all uses of CI are gone. by Chris Lattner · 15 years ago
  33. 2058a71 Test that docs are updating. by Jeffrey Yasskin · 15 years ago
  34. 8b3f330 Make APFloat's string-parsing routines a bit safer against very large exponents. by John McCall · 15 years ago
  35. 1869ac8 A much cleaner (and less code!) way of inserting the correct amount of padding by Bill Wendling · 15 years ago
  36. adc7733 Added the follwoing 32-bit Thumb instructions for disassembly only: by Johnny Chen · 15 years ago
  37. baafcbb4 Merge PPC instructions FMRS and FMRD into a single FMR instruction. by Jakob Stoklund Olesen · 15 years ago
  38. f34ff01 Fix grammaro in a comment. by Dan Gohman · 15 years ago
  39. d68a9fe Use the right svn:keywords value. by Dan Gohman · 15 years ago
  40. 7b14fc2 Add Revision keywords to these files, as it's common for them to be by Dan Gohman · 15 years ago
  41. 6507eca Comment typo. by Bill Wendling · 15 years ago
  42. 68e3266 don't build edis if the x86 target isn't enabld. by Chris Lattner · 15 years ago
  43. d30103d Improve the vim code for highlighting trailing whitespace and lines by Dan Gohman · 15 years ago
  44. bb13423 Test autoupdate. by Tanya Lattner · 15 years ago
  45. 14ffb1e Test auto update. by Tanya Lattner · 15 years ago
  46. 79073e3 Add the alignstack keyword. by Dan Gohman · 15 years ago
  47. 77c8ff9 Remove bogus Updated line. by Dan Gohman · 15 years ago
  48. 2432966 Use the right floating point load/store instructions in PPCInstrInfo::foldMemoryOperandImpl(). by Jakob Stoklund Olesen · 15 years ago
  49. 66df66c Remove dead code by Jakob Stoklund Olesen · 15 years ago
  50. 3ca304a Remove REQUIRES_EH from the suggested set of make variables, since users can by Jeffrey Yasskin · 15 years ago
  51. aabc26c Replace a temporary std::string with SmallString. by Benjamin Kramer · 15 years ago
  52. 621a415 Fix typos in comments. by Dan Gohman · 15 years ago
  53. 0f83c62 Delete empty directories. by Dan Gohman · 15 years ago
  54. 45df761 Move dbg_value generation to target-independent FastISel, by Dale Johannesen · 15 years ago
  55. 91c3841 Further constify MDNode* references. by Dale Johannesen · 15 years ago
  56. 350df33 Add type printing for Metadata pseudo. by Dale Johannesen · 15 years ago
  57. 8561dcd Move the EnableFullLoadPRE flag from a separate command-line option to an by Bob Wilson · 15 years ago
  58. ad597f9 disable-mem2reg and disable-gvn options should not be used by the driver. by Sanjiv Gupta · 15 years ago
  59. 60df907 Remove unused "NoPRE" parameter in GVN and createGVNPass(). by Bob Wilson · 15 years ago
  60. f60e9bb pass in more section kinds, enough to get the .align 0x90 by Chris Lattner · 15 years ago
  61. 20c51be The cloner has nothing to do if any of the main or ISR entrypoints are not by Sanjiv Gupta · 15 years ago
  62. 3f5e0b8 fix PR6435 another bug from the MallocInst elimination work. by Chris Lattner · 15 years ago
  63. 818747c Set svn:keywords property on docs/Packaging.html. by Jeffrey Yasskin · 15 years ago
  64. 0ca43f2 Add to the packaging advice. by Jeffrey Yasskin · 15 years ago
  65. 2b00702 Reapply things reverted back in 97220, with the fixed test case. by Sanjiv Gupta · 15 years ago
  66. 6fe0df2 movl is a cheaper way to materialize 0 without clobbering EFLAGS than movabsq. by Dan Gohman · 15 years ago
  67. d712783 Fix XCoreTargetLowering::isLegalAddressingMode() to handle VoidTy. by Richard Osborne · 15 years ago
  68. 727cf62 Revert r97211 and r97213 to get the build green again. by Chandler Carruth · 15 years ago
  69. 5a56e5c add some helpful comments to the emitter by Chris Lattner · 15 years ago
  70. d6f0602 switch from my nice hashtable based merging solution to a by Chris Lattner · 15 years ago
  71. bb08d89 fix same bug in CheckChainCompatibleMatcher::isEqualImpl by Chris Lattner · 15 years ago
  72. 38717f6 fix a nasty bug in CheckTypeMatcher::isEqualImpl by Chris Lattner · 15 years ago
  73. d4397b9 finish off the factoring optimization along the lines of the by Chris Lattner · 15 years ago
  74. ca56fea add a new setNumChildren method for resizing scopes. Tweak getHash() so by Chris Lattner · 15 years ago
  75. 651d85c Currently in LLVM, names of libcalls are assigned during TargetLowering by Sanjiv Gupta · 15 years ago
  76. 00947ee fix the matcher in the presence of multiple scopes: we need to save by Chris Lattner · 15 years ago
  77. 917733e Before converting an operand to mem, check if it is legal to do so. by Sanjiv Gupta · 15 years ago
  78. 5478b6b this file lacks a run line! by Chris Lattner · 15 years ago
  79. 8ff4b43 Fix a typo. by Dan Gohman · 15 years ago
  80. e13709a Delete a bunch of redundant predicates. by Dan Gohman · 15 years ago
  81. 0b1d2f3 Fix comments. by Bill Wendling · 15 years ago
  82. 0c0f4b6 Give packagers some advice about how to build LLVM so it's useful to by Jeffrey Yasskin · 15 years ago
  83. bb4283e Add another (and hopefully the last) exception case, where once we recalculate by Bill Wendling · 15 years ago
  84. fdb2be8 And should use the correct variable. by Bill Wendling · 15 years ago
  85. a888645 Got assertion check backwards. by Bill Wendling · 15 years ago
  86. 86f0d33 Catch a corner case where adding the padding to the "TType base offset" field by Bill Wendling · 15 years ago
  87. cf0c9bc Fix a few more typos. by Dan Gohman · 15 years ago
  88. abbf7cb Fix a typo. by Dan Gohman · 15 years ago
  89. 7def293 Added SAFECode (safecode) to the list of projects to automatically configure. by John Criswell · 15 years ago
  90. a687465 rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugs by Chris Lattner · 15 years ago
  91. 55983f1 tests: Propogate the HOME environment variable through to tests. I'm ambivalent by Daniel Dunbar · 15 years ago
  92. 7c78dbb Fix HTML. by Bill Wendling · 15 years ago
  93. f7e90ae Make comment more meaningful. by Bill Wendling · 15 years ago
  94. d179a8b Add svn:ignore. by Dan Gohman · 15 years ago
  95. 9949dd6 Fix ExpandVectorBuildThroughStack for the case where the by Dan Gohman · 15 years ago
  96. 6341c5a Added the following 32-bit Thumb instructions for disassembly only: SMC, RFE, by Johnny Chen · 15 years ago
  97. ce6275f Added the 32-bit Thumb instructions (BXJ) for disassembly only. by Johnny Chen · 15 years ago
  98. d6c8472 change the scope node to include a list of children to be checked by Chris Lattner · 15 years ago
  99. 2333655 Added the 32-bit Thumb instructions (MRS and MSR) for disassembly only. by Johnny Chen · 15 years ago
  100. d74acb0 This is a patch to the assembler frontend to detect when aligning a text by Kevin Enderby · 15 years ago