1. e209c38 Kill off unused LLVMGCCLIBEXEC make variable. by Daniel Dunbar · 14 years ago
  2. 951fd6d Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. by Daniel Dunbar · 14 years ago
  3. 3d4d01b Eliminate llvmgcc_version testing variable. by Daniel Dunbar · 14 years ago
  4. 99d9863 Kill off LLVMGCC_MAJVERS make variable. by Daniel Dunbar · 14 years ago
  5. a2b40a9 Kill unused llvmgccmajvers testing variable. by Daniel Dunbar · 14 years ago
  6. ba1cff4 add some #if 0'd out code for checking that named values in by Chris Lattner · 14 years ago
  7. a27234e Reject patterns that use a name multiple times in the src or result by Chris Lattner · 14 years ago
  8. c6c1612 disable two patterns that are using non-sensical result pattern types. by Chris Lattner · 14 years ago
  9. 4d0f7c9 remove a confused pattern that is trying to match an address by Chris Lattner · 14 years ago
  10. 4ac7a0c reject patterns that have dead named arguments in the input pattern by Chris Lattner · 14 years ago
  11. 6d9f86b remove a bunch of dead named arguments in input patterns, by Chris Lattner · 14 years ago
  12. 967d54a reject patterns that mention a name in the destination pattern by Chris Lattner · 14 years ago
  13. 25b6f91 merge some code. by Chris Lattner · 14 years ago
  14. be5ad7d fix a type mismatch in this pattern, where we were using an i64 imm in a by Chris Lattner · 14 years ago
  15. 53d09bd more tidying up by Chris Lattner · 14 years ago
  16. 188f428 Update memdep when load PRE inserts a new load, and add some debug output. by Bob Wilson · 14 years ago
  17. 6eb3012 reduce indentation by eliminating 'else after return' by Chris Lattner · 14 years ago
  18. a8e7614 reapply my cellspu changes with a fix to not break the old isel. by Chris Lattner · 14 years ago
  19. fdf2e8c Update LangRef to match the code; pointers default to being 64-bit. by Dan Gohman · 14 years ago
  20. e2c0924 Revert 96854, 96852, and 96849, unbreaking test/CodeGen/CellSPU/i64ops.ll. by Dan Gohman · 14 years ago
  21. 8f2b4cc X86InstrInfoSSE.td declares PINSRW as having type v8i16, by Chris Lattner · 14 years ago
  22. 363ac58 Added versions of VCGE, VCGT, VCLE, and VCLT NEON instructions which compare to by Johnny Chen · 14 years ago
  23. 674b756 fix hte last cellspu failure. by Chris Lattner · 14 years ago
  24. 8843fd3 hack around more crimes in instruction selection. by Chris Lattner · 14 years ago
  25. 4145a53 Convert this test to FileCheck and add a testcase for PR3574. by Dan Gohman · 14 years ago
  26. 27e9989 the cell backend is making all sorts of unsafe and incorrect assumptions by Chris Lattner · 14 years ago
  27. 860d4a7 really fix an off-by-one error by Chris Lattner · 14 years ago
  28. 5ce9d0b fix an off-by-one error. by Chris Lattner · 14 years ago
  29. 5007e1e switch the value# in OPC_CompleteMatch and OPC_EmitNode to use a by Chris Lattner · 14 years ago
  30. ec5a4cd Added VCEQ (immediate #0) NEON instruction for disassembly only. by Johnny Chen · 14 years ago
  31. f895dbe Dead code elimination by Jakob Stoklund Olesen · 14 years ago
  32. e298d7c Fix viewCFG on Linux. by Jeffrey Yasskin · 14 years ago
  33. 3e22f2d add a new Push2 opcode for targets (like cellspu) which have by Chris Lattner · 14 years ago
  34. c6feeb7 These should not have been committed. by Evan Cheng · 14 years ago
  35. 48eb39b no need to run llvm-as here. by Chris Lattner · 14 years ago
  36. 6e5dfd4 Instcombine constant folding can normalize gep with negative index to index with large offset. When instcombine objsize checking transformation sees these geps where the offset seemingly point out of bound, it should just return "i don't know" rather than asserting. by Evan Cheng · 14 years ago
  37. 20df242 Change ComplexPattern handling to push the node being matched as by Chris Lattner · 14 years ago
  38. 4642ad3 Updated version of r96634 (which was reverted due to failing 176.gcc and by Jim Grosbach · 14 years ago
  39. 12f9168 Add a test for canonicalizing ConstantExpr operands. by Dan Gohman · 14 years ago
  40. 5a0815f Clean up a bit and fix for when SPAdj != 0 by Jim Grosbach · 14 years ago
  41. 4c7628e The predicate index isn't fixed, so scan for it to make sure we get the proper by Jim Grosbach · 14 years ago
  42. 0e488b3 Canonicalize ConstantInts to the right operand of commutative operators. by Dan Gohman · 14 years ago
  43. 418b568 expand my hack to work with nodes that have flags but no chains and the by Chris Lattner · 14 years ago
  44. 12a667c add a new CheckMultiOpcode opcode for checking that a node by Chris Lattner · 14 years ago
  45. 1f2ed5f When matching patterns that have a complex pattern as their root, make by Chris Lattner · 14 years ago
  46. 3df577b add some debug hooks for tracking the behavior of the isel. by Chris Lattner · 14 years ago
  47. 54de8c1 remove dupes now. by Chris Lattner · 14 years ago
  48. bebe68e move #includes earlier. by Chris Lattner · 14 years ago
  49. 40ebe247 MC/Mach-O: Remove non-sensical comment, and add a missing AddValueSymbols call. by Daniel Dunbar · 14 years ago
  50. 95056e4 Minor formatting cleanup. by Dan Gohman · 14 years ago
  51. d97439d Use Instruction::isCommutative instead of duplicating it. by Dan Gohman · 14 years ago
  52. 2ec5e49 Added SEL, SXTB16, SXTAB16, UXTAB16, SMMULR, SMMLAR, SMMLSR, SMUAD, and SMUSD, by Johnny Chen · 14 years ago
  53. 74175c2 Erase deleted instructions from GVN's ValueTable. This fixes assertion by Bob Wilson · 14 years ago
  54. fc90d4c Actually enable the -enable-unsafe-fp-math tests. by Dan Gohman · 14 years ago
  55. 667d127 Added a bunch of instructions for disassembly only: by Johnny Chen · 14 years ago
  56. 9265275 Mark the return address stack slot as mutable when moving the return address by Arnold Schwaighofer · 14 years ago
  57. 3591b90 LLVMC/MultiplePluginPriorities.td: Generally XFAIL this test for now, it is by Daniel Dunbar · 14 years ago
  58. 454d26d Remove unused variables and parameters. by Dan Gohman · 14 years ago
  59. fb76fe0 Fix various doxygen warnings. by Dan Gohman · 14 years ago
  60. b4e8aab Fix a typo in a comment. by Dan Gohman · 14 years ago
  61. 6b617a7 Constant-fold certain comparisons with infinity and negative infinity. by Dan Gohman · 14 years ago
  62. 31a95c5 Rename a variable to avoid a -Wshadow warning. by Dan Gohman · 14 years ago
  63. 8ce05da Remove the logic for reasoning about NaNs from the code that forms by Dan Gohman · 14 years ago
  64. 278f958 When emitting an instruction which depends on both a post-incremented by Dan Gohman · 14 years ago
  65. 2444080 This cast<Instruction> is unnecessary. by Dan Gohman · 14 years ago
  66. 74fd536 enhance my hack for flags handling, this allows us to pass by Chris Lattner · 14 years ago
  67. ccfea35 fix an incorrect VT: eflags is always i32. The bug was causing us to by Chris Lattner · 14 years ago
  68. 565a6f9 fix most of the failures in the x86 suite by handling multiple by Chris Lattner · 14 years ago
  69. 12783d1 MC/X86: Add stub AsmBackend. by Daniel Dunbar · 14 years ago
  70. e7bd886 MC: Sketch registry support for target specific assembler backends. by Daniel Dunbar · 14 years ago
  71. 24b5425 Formatting tweaks (trailing whitespace, ordering, comments). by Daniel Dunbar · 14 years ago
  72. 502035e fix an odd thinko in an assertion, all arm tests pass now. by Chris Lattner · 14 years ago
  73. 664012b Always emit register class id references as i32 like by Chris Lattner · 14 years ago
  74. 728ea19 add some no-unwinds, other minor cleanups. by Chris Lattner · 14 years ago
  75. 293d592 It turned out that we failed to emit proper symbol stubs on non-x86/darwin for ages (we emitted a reference to a stub, but no stub was emitted). The code inside x86-32/macho target objfile lowering should actually be the generic one - move it there. by Anton Korobeynikov · 14 years ago
  76. be94ffc speculatively teach OPC_CheckValueType and OPC_EmitNode to handle MVT::iPTR. by Chris Lattner · 14 years ago
  77. be92e6a teach OPC_CheckType to handle MVT::iPTR, down to 2 ppc failures. by Chris Lattner · 14 years ago
  78. 1d4cb41 make this check a bit more generous, it may be outliving its by Chris Lattner · 14 years ago
  79. 1e4b8bc Relax an assertion a bit. We allow replacing things like by Chris Lattner · 14 years ago
  80. 25e0f91 add a triple so that this doesn't fail due to linux/ppc register printing by Chris Lattner · 14 years ago
  81. 99ce6e8 Sort the patterns before adding them to the FA so that we get the by Chris Lattner · 14 years ago
  82. bb1d451 Remove a bunch of duplicated code, where there was one version taking a std::ostream by Duncan Sands · 14 years ago
  83. ad14fcc filecheckize and add nouwinds. by Chris Lattner · 14 years ago
  84. b1ce7b1 Enable assertion to detect cyclic valno references. by Jakob Stoklund Olesen · 14 years ago
  85. 455080f IT turns out that during jumpless setcc lowering eq and ne were swapped. by Anton Korobeynikov · 14 years ago
  86. 863cc97 when a match fails and we have to rollback, make sure to keep 'N' in by Chris Lattner · 14 years ago
  87. 0fb65cf handle optional in flags that aren't present. by Chris Lattner · 14 years ago
  88. 8fbad24 emit table indexes before each row so that it is debuggable. by Chris Lattner · 14 years ago
  89. a7399e4 fix two bugs in OPC_EmitRegister, which makes ppc happier. by Chris Lattner · 14 years ago
  90. bef2a51 fix a table size miscomputation, target opcodes are 2 bytes. by Chris Lattner · 14 years ago
  91. 984e188 emit to the right streams, to avoid emitting the push body before the push. by Chris Lattner · 14 years ago
  92. 0ab1c5f oops don't turn this on for everyone yet. by Chris Lattner · 14 years ago
  93. 77f2e27 implement the last known missing feature: updating uses of results by Chris Lattner · 14 years ago
  94. f1c6428 fix and un-xfail X86/vec_ss_load_fold.ll by Chris Lattner · 14 years ago
  95. b92a23f Undo r96654. The printing of ARM shift instructions in canonical forms can be by Johnny Chen · 14 years ago
  96. 89e124b Reduce size of 'StackAlignment' field from 5 to 3 bits. Seriously, who needs a by Charles Davis · 14 years ago
  97. 7f6de7d temporarily disable this. by Chris Lattner · 14 years ago
  98. 8e946be Lots of improvements to the new dagisel emitter. This gets it to by Chris Lattner · 14 years ago
  99. a170b5e rename SelectScalarSSELoad -> SelectScalarSSELoadXXX and rewrite by Chris Lattner · 14 years ago
  100. beff6a3 add a hook so that the new isel can run SDNodeXForms. by Chris Lattner · 14 years ago