1. c11e29a svn:ignore fixes. by Dan Gohman · 16 years ago
  2. 85f1968 Spelling fixes. by Dan Gohman · 16 years ago
  3. 3f46a3a Spelling fixes. by Dan Gohman · 16 years ago
  4. 67d9bf9 Whitespace cleanups. by Dan Gohman · 16 years ago
  5. 2516d0d Use Doxygen comment syntax. by Dan Gohman · 16 years ago
  6. 85e9601 This is now done. by Dan Gohman · 16 years ago
  7. 52fd7da Fix a missing newline in debug output. by Dan Gohman · 16 years ago
  8. fd6f338 Prune #includes. by Dan Gohman · 16 years ago
  9. b55a1ee Fix spelling. by Dan Gohman · 16 years ago
  10. 16b7721 Don't print "Modified" for passes which haven't modified anything. by Dan Gohman · 16 years ago
  11. 1ac1c1e Add JIT support to the TODO list (test commit) by Nathan Keynes · 16 years ago
  12. 60c0e37 Emit type checks late instead of early, this encourages by Chris Lattner · 16 years ago
  13. 7d892d6 some trivial microoptimizations. by Chris Lattner · 16 years ago
  14. bd8965a Emit a redundant check for immediates at root context, e.g. (imm 0). by Chris Lattner · 16 years ago
  15. fa342fa eliminate the CheckMultiOpcodeMatcher code and have each by Chris Lattner · 16 years ago
  16. eb66921 add a new OPC_SwitchOpcode which is semantically equivalent by Chris Lattner · 16 years ago
  17. c99b5a2 pull MarkFlagResult out from between an EmitNode/CompleteMatch by Chris Lattner · 16 years ago
  18. 0cebe61 enhance RecordNode and RecordChild comments to indicate what by Chris Lattner · 16 years ago
  19. e9eeda8 Emit redundant opcode checks for andimm and orimm tests at root by Chris Lattner · 16 years ago
  20. 4d0c931 inline the node transforms and node predicates into the generated by Chris Lattner · 16 years ago
  21. ccd23cc simplify some code now that chain/flag results are not stored in by Chris Lattner · 16 years ago
  22. d20c0bc don't emit useless functions. These were producing by Chris Lattner · 16 years ago
  23. 5d96eb8 80-col violations/trailing whitespace. by Mikhail Glushenkov · 16 years ago
  24. 14df8dc eliminate GetInt1/2 by Chris Lattner · 16 years ago
  25. 2a49d57 hoist the new isel interpreter out of DAGISelHeader.h by Chris Lattner · 16 years ago
  26. 5310654 change a few opcodes to use VBRs instead of embedding by Chris Lattner · 16 years ago
  27. aa6d708 move all the opcodes out of DAGISelHeader.h (which gets by Chris Lattner · 16 years ago
  28. 623a2e8 resolve a fixme by using hte new flag. by Chris Lattner · 16 years ago
  29. ff7fb60 enhance the EmitNode/MorphNodeTo operands to take a bit that by Chris Lattner · 16 years ago
  30. 21221e3 enhance the new isel to handle the 'node already exists' by Chris Lattner · 16 years ago
  31. 9a21500 use MorphNodeTo instead of SelectNodeTo. SelectNodeTo by Chris Lattner · 16 years ago
  32. c78f2a3 enhance the new isel to use SelectNodeTo for most patterns, by Chris Lattner · 16 years ago
  33. b65c5f2 Add support getting the operands of a User to ocaml. by Erick Tryzelaar · 16 years ago
  34. 6ba5c56 Add support for global aliases to ocaml. by Erick Tryzelaar · 16 years ago
  35. ce89b4e Add support for inserting inline asm to ocaml. by Erick Tryzelaar · 16 years ago
  36. f70cbb2 add some random nounwinds. by Chris Lattner · 16 years ago
  37. a248e9c I'm removing andersaa after the branch is made. by Chris Lattner · 16 years ago
  38. 25d5837 simplify this code, return only ever has zero or one operands. by Chris Lattner · 16 years ago
  39. 165e96b Properly clear all the extra bits in a significand when making a NaN from an by John McCall · 16 years ago
  40. 1e7ad39 Add an override to StringRef::getAsInteger which parses into an APInt. by John McCall · 16 years ago
  41. 5b0a774 Add support for getting a null pointer. by Erick Tryzelaar · 16 years ago
  42. d80ce75 Add a way to look up a type by it's name in a module. by Erick Tryzelaar · 16 years ago
  43. 68bab98 Add replace_all_uses_with to ocaml. by Erick Tryzelaar · 16 years ago
  44. 8e130b1 Add support for global variables in an address space for llvm-c and ocaml. by Erick Tryzelaar · 16 years ago
  45. c59286b Add indirect br support to llvm-c and ocaml. by Erick Tryzelaar · 16 years ago
  46. 46c80e0 Add metadata functions to llvm-c and ocaml. by Erick Tryzelaar · 16 years ago
  47. e0d2753 remove redundant instruction. by Chris Lattner · 16 years ago
  48. 19f047f Add the new builder arthmetic instructions to llvm-c and ocaml. by Erick Tryzelaar · 16 years ago
  49. 1940dd1 Add the new union arthmetic instructions to llvm-c and ocaml. by Erick Tryzelaar · 16 years ago
  50. abbcc5e Add generic binary op and cast builder functions. by Erick Tryzelaar · 16 years ago
  51. 6e2ee56 Rename ocaml vmcore tests to make it easier to insert tests. by Erick Tryzelaar · 16 years ago
  52. 628b76e Fix incorrect uses of an ocaml llbuilder without extracting it from ocaml. by Erick Tryzelaar · 16 years ago
  53. d2b4aff Remove malloc and free from the ocaml bindings. by Erick Tryzelaar · 16 years ago
  54. b29d7d2 Revert r97245 which seems to be causing performance problems. by Bob Wilson · 16 years ago
  55. e12b738 Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width by John McCall · 16 years ago
  56. 6281cda enhance EmitNodeMatcher to keep track of the recorded slot numbers by Chris Lattner · 16 years ago
  57. e86097a add infrastructure to support forming selectnodeto. Not used yet by Chris Lattner · 16 years ago
  58. 6ac33b4 Don't try to replace physical registers when doing CSE. by Dan Gohman · 16 years ago
  59. 8772f50 Add a flag to addPassesToEmit* to disable the Verifier pass run by Dan Gohman · 16 years ago
  60. 2257981 Generalize my hack to use SDNodeInfo to find out when a by Chris Lattner · 16 years ago
  61. 874cada Implement XMM subregs. by Dan Gohman · 16 years ago
  62. a363a9b Don't unconditionally suppress hoisting of instructions with implicit by Dan Gohman · 16 years ago
  63. 53a50e2 Add nounwinds. by Dan Gohman · 16 years ago
  64. bc9d98b The mayHaveSideEffects flag is no longer used. by Dan Gohman · 16 years ago
  65. a230f96 change CheckOpcodeMatcher to hold the SDNodeInfo instead of by Chris Lattner · 16 years ago
  66. 9fa200d remove a bogus pattern, which had the same pattern as STDU by Chris Lattner · 16 years ago
  67. 255584a add another case from the ppc backend. This is obviously a huge and by Chris Lattner · 16 years ago
  68. 4446c3f fix an incorrect (overly conservative) predicate. by Chris Lattner · 16 years ago
  69. db8b622 fix logic in DEBUG. by Chris Lattner · 16 years ago
  70. 2478962 teach the optimizer that opcode == ISD::STORE is contradictory by Chris Lattner · 16 years ago
  71. 9fcd72b fix grammaro's pointed out by daniel by Chris Lattner · 16 years ago
  72. 82781b9 Teach the grouper some simple tricks about looking contradictory by Chris Lattner · 16 years ago
  73. 2c755ba Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap. by Evan Cheng · 16 years ago
  74. aaf5486 use DEBUG instead of DebugFlag directly so that this by Chris Lattner · 16 years ago
  75. d323fd4 implement a new optimization to sink pattern predicates (like isSSE1) by Chris Lattner · 16 years ago
  76. 4933a37 The TType is always absptr on Mach-O...at least for now. by Bill Wendling · 16 years ago
  77. 70b7007 Fix the ocaml bindings for the bitcode reader. by Jeffrey Yasskin · 16 years ago
  78. d38cdb0 fix PR6414, a nondeterminism issue in IPSCCP which was because by Chris Lattner · 16 years ago
  79. e9fd444 Fix rdar://7694996 a miscompile of 183.equake from my patch yesterday, by Chris Lattner · 16 years ago
  80. c6a669b remove dead code, by this point all uses of CI are gone. by Chris Lattner · 16 years ago
  81. 2058a71 Test that docs are updating. by Jeffrey Yasskin · 16 years ago
  82. 8b3f330 Make APFloat's string-parsing routines a bit safer against very large exponents. by John McCall · 16 years ago
  83. 1869ac8 A much cleaner (and less code!) way of inserting the correct amount of padding by Bill Wendling · 16 years ago
  84. adc7733 Added the follwoing 32-bit Thumb instructions for disassembly only: by Johnny Chen · 16 years ago
  85. baafcbb4 Merge PPC instructions FMRS and FMRD into a single FMR instruction. by Jakob Stoklund Olesen · 16 years ago
  86. f34ff01 Fix grammaro in a comment. by Dan Gohman · 16 years ago
  87. d68a9fe Use the right svn:keywords value. by Dan Gohman · 16 years ago
  88. 7b14fc2 Add Revision keywords to these files, as it's common for them to be by Dan Gohman · 16 years ago
  89. 6507eca Comment typo. by Bill Wendling · 16 years ago
  90. 68e3266 don't build edis if the x86 target isn't enabld. by Chris Lattner · 16 years ago
  91. d30103d Improve the vim code for highlighting trailing whitespace and lines by Dan Gohman · 16 years ago
  92. bb13423 Test autoupdate. by Tanya Lattner · 16 years ago
  93. 14ffb1e Test auto update. by Tanya Lattner · 16 years ago
  94. 79073e3 Add the alignstack keyword. by Dan Gohman · 16 years ago
  95. 77c8ff9 Remove bogus Updated line. by Dan Gohman · 16 years ago
  96. 2432966 Use the right floating point load/store instructions in PPCInstrInfo::foldMemoryOperandImpl(). by Jakob Stoklund Olesen · 16 years ago
  97. 66df66c Remove dead code by Jakob Stoklund Olesen · 16 years ago
  98. 3ca304a Remove REQUIRES_EH from the suggested set of make variables, since users can by Jeffrey Yasskin · 16 years ago
  99. aabc26c Replace a temporary std::string with SmallString. by Benjamin Kramer · 16 years ago
  100. 621a415 Fix typos in comments. by Dan Gohman · 16 years ago