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