1. 6bd7730 Use the ocaml tag 0 since we are just returning an option value. by Erick Tryzelaar · 15 years ago
  2. df75eb6 Don't use an ocaml keyword in an ocamldoc comment. by Erick Tryzelaar · 15 years ago
  3. 0dd27da Expose the optimization level for the jit in ocaml. by Erick Tryzelaar · 15 years ago
  4. 16609f3 Remove module providers from ocaml. by Erick Tryzelaar · 15 years ago
  5. df7df07 Add Module functions in place of module providers. by Erick Tryzelaar · 15 years ago
  6. fb444af merge two loops over all nodes in the graph into one. by Chris Lattner · 15 years ago
  7. 98d4579 eliminate PreprocessForRMW now that isel handles it. by Chris Lattner · 15 years ago
  8. 6b7f39c remove 300 lines of code that is now dead in the MSP430 backend by Chris Lattner · 15 years ago
  9. d1b7382 Fix some issues in WalkChainUsers dealing with by Chris Lattner · 15 years ago
  10. 10a77e1 Added 32-bit Thumb instruction CLREX (Clear-Exclusive) for disassembly only. by Johnny Chen · 15 years ago
  11. d5e9e5f Allow specialization of ScopedHashTable of non-default DenseMapInfo. by Evan Cheng · 15 years ago
  12. d556155 Okay. One last attempt: by Bill Wendling · 15 years ago
  13. 71b58d6 this testcase is failing because pic16 doesn't define a reg/reg by Chris Lattner · 15 years ago
  14. 705443f Add support for use to ocaml. by Erick Tryzelaar · 15 years ago
  15. 24b3733 Rename LLVMUseIteratorRef to LLVMUseRef since we don't refer to iterators in llvm-c. by Erick Tryzelaar · 15 years ago
  16. 1aa3e92 xfail this for now. by Chris Lattner · 15 years ago
  17. b5031ad Removed the extra S from the multiclass def T2I_adde_sube_s_irs as well as from by Johnny Chen · 15 years ago
  18. 00592ec run HandleMergeInputChains even if we only have one input chain. by Chris Lattner · 15 years ago
  19. c4f7ec8 When expanding an expression such as (A + B + C + D), sort the operands by Dan Gohman · 15 years ago
  20. ac1abde Swap parameters of isSafeToMove and isSafeToReMat for consistency. by Evan Cheng · 15 years ago
  21. c5bbba1 Fix typo. by Evan Cheng · 15 years ago
  22. 5b5a1fe clean up some testcases. by Chris Lattner · 15 years ago
  23. d272fee the sorting predicate should work for comparing an element by Chris Lattner · 15 years ago
  24. 93042d1 Added 32-bit Thumb instructions: CPS, SDIV, UDIV, SXTB16, SXTAB16, UXTAB16, SEL, by Johnny Chen · 15 years ago
  25. 1eac3e7 Fix grammar. Thanks Duncan! by Devang Patel · 15 years ago
  26. 9d3acaa AL is an optional mnemonic extension for always, except in IT instructions. by Johnny Chen · 15 years ago
  27. 7cfa51e Change some asm shift opcode strings to lowercase. by Johnny Chen · 15 years ago
  28. 901a8b7 fix typo add missing ( by Xerxes Ranby · 15 years ago
  29. 02735c9 Unbreak llvm-arm-linux buildbot and fix PR5309. by Xerxes Ranby · 15 years ago
  30. 6d52102 Rather than passing "false" for InsertBefore, AddressSpace for ThreadLocal, by Duncan Sands · 15 years ago
  31. 82dd3d3 Fix the xfail I added a couple of patches back. The issue by Chris Lattner · 15 years ago
  32. 61c97f6 I was confused about this, it turns out that MorphNodeTo by Chris Lattner · 15 years ago
  33. 3ff1e4d factor node morphing out to its own helper method. by Chris Lattner · 15 years ago
  34. 0724fbd attributes are not part of types anymore, patch by James Woodyatt! by Chris Lattner · 15 years ago
  35. 4a3ac62 eliminate CodeGen/DAGISelHeader.h, it is empty now. by Chris Lattner · 15 years ago
  36. 7c306da Sink InstructionSelect() out of each target into SDISel, and rename it by Chris Lattner · 15 years ago
  37. 8d17882 Only save vector registers if we've defined for the vector registers. by Eric Christopher · 15 years ago
  38. 17b4b17 move some code out of DAGISelHeader up to SelectionDAGISel.h where it by Chris Lattner · 15 years ago
  39. f3d5c91 Fix looking up MD names to not need a module. by Erick Tryzelaar · 15 years ago
  40. ec27496 Move the docsdir to /usr/share/doc/llvm to match other projects. by Eric Christopher · 15 years ago
  41. c771850 Make sure we save CXXFLAGS before setting it as pedantic and regenerate by Eric Christopher · 15 years ago
  42. 7b2c9e6 Add file to CMakeLists.txt by Eric Christopher · 15 years ago
  43. c6fe333 Add skeleton of a machine level cse pass. by Evan Cheng · 15 years ago
  44. 7f05aa7 Add count() and lookup() to ScopedHashTable. It might be useful to get information out of the hash table. by Evan Cheng · 15 years ago
  45. 6183fbd Use the right induction variable. by Chris Lattner · 15 years ago
  46. c6d7ad3 Rewrite chain handling validation and input TokenFactor handling by Chris Lattner · 15 years ago
  47. 5b870af Fix several places to handle vector operands properly. by Dan Gohman · 15 years ago
  48. 069d6f3 Non-affine post-inc SCEV expansions have more code which must be by Dan Gohman · 15 years ago
  49. 46ada19 Remove dead parameter passing. by Bill Wendling · 15 years ago
  50. 6b506cb Constructors and operators for anonymous aggregates does not names. Do not force empty AT_name attribute in such cases. by Devang Patel · 15 years ago
  51. a9445e1 Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, by Dan Gohman · 15 years ago
  52. fbbee8d PerformTailCallOpt was renamed to GuaranteedTailCallOpt to by Dan Gohman · 15 years ago
  53. 319ef94 remove dead code. by Chris Lattner · 15 years ago
  54. 38fd967 add some missing \n's by Chris Lattner · 15 years ago
  55. 3bd19d7 Don't attempt load PRE when there is no real redundancy (i.e., the load is in by Bob Wilson · 15 years ago
  56. 6b30792 refactor some code out of OPC_EmitMergeInputChains into a new helper function. by Chris Lattner · 15 years ago
  57. 7a85576 remove some functions that were only used by the old isel generated code. by Chris Lattner · 15 years ago
  58. 7070497 When GVN needs to split critical edges for load PRE, check all of the by Bob Wilson · 15 years ago
  59. 8b30b8d fixme resolved. by Chris Lattner · 15 years ago
  60. e60f7b4 remove a little hack I did for the old isel, not needed now that it is gone. by Chris Lattner · 15 years ago
  61. 67ea6a7 resolve some fixmes by Chris Lattner · 15 years ago
  62. 01bcd94 resolve a fixme and simplify code by moving insertion of the by Chris Lattner · 15 years ago
  63. 405f125 resolve a fixme by having the .td file parser reject thigns like by Chris Lattner · 15 years ago
  64. 19d417c MemoryDepAnalysis is not used if redundant load processing is disabled. by Evan Cheng · 15 years ago
  65. df51247 remove all but one version of SelectionDAG::MorphNodeTo by Chris Lattner · 15 years ago
  66. 7c720fc remove dead code, simplify. by Chris Lattner · 15 years ago
  67. 117ccb7 Fix PR2590 by making PatternSortingPredicate actually be by Chris Lattner · 15 years ago
  68. f94bc54 tolerate factoring the *last* node for CellSPU. by Chris Lattner · 15 years ago
  69. 73736df Remove the optimize for code size limitation on r67917. Optimize 64-bit imul by constants into leas + shl regardless if optimizing for code size. The size saving from using imulq isn't worth it. Also, the lea and shl instructions may expose further optimization. by Evan Cheng · 15 years ago
  70. adc5347 optimize tblgen compile time by eliminating the old isel. by Chris Lattner · 15 years ago
  71. d44f16f Make llc opt into the addPassesToEmitFile verify pass. by Dan Gohman · 15 years ago
  72. 31c020a remove a terrible hack that disabled assertions from this file because of build time by Chris Lattner · 15 years ago
  73. e5d9041 Use methods to determine if a LiveInterval is spillable. by Jakob Stoklund Olesen · 15 years ago
  74. 09a695e Remove tests that checks @llvm.dbg.stoppoint handling. by Devang Patel · 15 years ago
  75. f09999e stop using anders-aa by Chris Lattner · 15 years ago
  76. 9e5cc28 stop using anders-aa by Chris Lattner · 15 years ago
  77. 69ece93 remove andersen's tests. by Chris Lattner · 15 years ago
  78. 929bdfe @llvm.dbg.stoppoint intrinsic is not used anymore. Delete dead testcase. by Devang Patel · 15 years ago
  79. 1b6c4bd Update CMake build. by Ted Kremenek · 15 years ago
  80. 9ce6cb8 Update to use new debug info encoding scheme. As a bonus, now the test passes! by Devang Patel · 15 years ago
  81. 459eeed don't emit the old sdnodexform stuff for the new isel. by Chris Lattner · 15 years ago
  82. 4c353e3 stop using generated sdnodexforms. by Chris Lattner · 15 years ago
  83. f220191 note that andersaa was removed in 2.7 by Chris Lattner · 15 years ago
  84. a9cf196 remove anders-aa from mainline, it isn't maintained and is by Chris Lattner · 15 years ago
  85. ad4df4c Added STRHT for disassembly only and fixed a bug in AI3sthpo class where the W by Johnny Chen · 15 years ago
  86. 39ca4ea Remove this test because it checks wheter optimizer handled @llvm.dbg.global_variable appropriately or not. LLVM does not use this scheme to encode debug info for global variables any more. by Devang Patel · 15 years ago
  87. 4a76d17 Remove test to check bugfix in handing debug info for global variables using intrinsics. Now, debug info for global variable is encoded using metadata. The old code path is now history and there is no need to have a test to check a bug fix in old code path. by Devang Patel · 15 years ago
  88. 8a01c8d Turn on the new isel by default. Here are some fun numbers by Chris Lattner · 15 years ago
  89. fc242bf Remove dead test. by Devang Patel · 15 years ago
  90. 1e19cf6 Replace test case that uses @llvm.dbg.* intrinsic with a test that uses metadata. by Devang Patel · 15 years ago
  91. 5520ad4 Missed a \n in previous commit. by Torok Edwin · 15 years ago
  92. 5c7fc88 Add command-line flag to tblgen to turn off generating comments for the new by Torok Edwin · 15 years ago
  93. 7390eeb Accelerate isel dispatch for tables that start with a top-level by Chris Lattner · 15 years ago
  94. d1f94e9 These two tests check whether oprimizer safely ignores @llvm.dbg.stoppoint intrinsic or not. This intrinsic is not used anymore. by Devang Patel · 15 years ago
  95. d44c6cc Don't potentially read past the end of the fill data when making a NaN from by John McCall · 15 years ago
  96. 81607c9 This test checks whether LICM ignores @llvm.dbg.stoppoint intrinsics appropriately or not. Now, llvm does not use this intrinsic. Remove this test. by Devang Patel · 15 years ago
  97. 2cbb94d Rewrite test to test VLA using new debug info encoding scheme. by Devang Patel · 15 years ago
  98. 0e7d26c Remove this generic debug info intrinsic test. LLVM does not use this llvm.dbg.stoppoint intrinsic anymore. There are tests to check new implementation, which attaches location information directly with an instruction using metadata. by Devang Patel · 15 years ago
  99. 042919c Fix optimization of ISD::TRUNCATE on vector operands. Based on a patch by Dan Gohman · 15 years ago
  100. ce931c6 Add explicit keywords. by Dan Gohman · 15 years ago