1. e3d97c7 by David Greene · 15 years ago
  2. 21dc20c Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn't by Dan Gohman · 15 years ago
  3. cf453ee Spelling. s/suppor /support / by Jim Grosbach · 15 years ago
  4. b80a2a6 Remove the code which constant-folded ptrtoint(inttoptr(x)+c) to by Dan Gohman · 15 years ago
  5. c80a1f7 Modified examples Makefile to only build the ExceptionDemo example for by Garrison Venn · 15 years ago
  6. 15c4bb9 Testing subversion commit access by Wesley Peck · 15 years ago
  7. b5c2a5d Fix -mtune forwarding. by Mikhail Glushenkov · 15 years ago
  8. edb8d21 Remove unused lowering function LowerJumpTable by Richard Osborne · 15 years ago
  9. 78700b0 Lower BR_JT on the XCore to a jump into a series of jump instructions. by Richard Osborne · 15 years ago
  10. 3d4cea3 tests: Don't make a missing llvm-gcc dir a fatal error. by Daniel Dunbar · 15 years ago
  11. 7cfbe25 Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX} by Daniel Dunbar · 15 years ago
  12. 797faed Add LLVM{CC,CXX} make variables, which specify the configured path the LLVM by Daniel Dunbar · 15 years ago
  13. 9851567 Initial configure support for using Clang as the LLVM capable compiler. by Daniel Dunbar · 15 years ago
  14. 9e7d90b Update mcc16 and the ancient Clang plugin for the 'cmd_line' -> 'command' change. by Mikhail Glushenkov · 15 years ago
  15. 112257d Eliminate CFERuntimeLibDir make variable, this shouldn't be needed. by Daniel Dunbar · 15 years ago
  16. a04942b Fix a thinko in the lit.cfg. by Daniel Dunbar · 15 years ago
  17. 9660c5d Input files with empty suffixes must be passed to linker. by Mikhail Glushenkov · 15 years ago
  18. 130bede Support -Xlinker et al. by Mikhail Glushenkov · 15 years ago
  19. 94f84b9 Temporary disable response files. by Mikhail Glushenkov · 15 years ago
  20. fc2ee15 Typo. by Mikhail Glushenkov · 15 years ago
  21. c430129 Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  22. 1afba8e Implement order-preserving option forwarding. by Mikhail Glushenkov · 15 years ago
  23. 7cebe55 Update the test suite. by Mikhail Glushenkov · 15 years ago
  24. a34f97a Correct option forwarding: initial implementation. by Mikhail Glushenkov · 15 years ago
  25. c6e0dbf Precompiled headers: initial support. by Mikhail Glushenkov · 15 years ago
  26. be6ee7c New experimental/undocumented feature: 'works_on_empty'. by Mikhail Glushenkov · 15 years ago
  27. 9f2a080 Support '-install_name'. by Mikhail Glushenkov · 15 years ago
  28. a04d4ed Add a way to enable '-opt=foo' forwarding. by Mikhail Glushenkov · 15 years ago
  29. a3f1732 Inline and eliminate LLVMG{CC,XX}WITHPATH. by Daniel Dunbar · 15 years ago
  30. b4614bd Remove ancient Xcode project, replaced by CMake project. by Daniel Dunbar · 15 years ago
  31. 8d25ea2 Remove dead LUPGRADE make variable. by Daniel Dunbar · 15 years ago
  32. e209c38 Kill off unused LLVMGCCLIBEXEC make variable. by Daniel Dunbar · 15 years ago
  33. 951fd6d Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. by Daniel Dunbar · 15 years ago
  34. 3d4d01b Eliminate llvmgcc_version testing variable. by Daniel Dunbar · 15 years ago
  35. 99d9863 Kill off LLVMGCC_MAJVERS make variable. by Daniel Dunbar · 15 years ago
  36. a2b40a9 Kill unused llvmgccmajvers testing variable. by Daniel Dunbar · 15 years ago
  37. ba1cff4 add some #if 0'd out code for checking that named values in by Chris Lattner · 15 years ago
  38. a27234e Reject patterns that use a name multiple times in the src or result by Chris Lattner · 15 years ago
  39. c6c1612 disable two patterns that are using non-sensical result pattern types. by Chris Lattner · 15 years ago
  40. 4d0f7c9 remove a confused pattern that is trying to match an address by Chris Lattner · 15 years ago
  41. 4ac7a0c reject patterns that have dead named arguments in the input pattern by Chris Lattner · 15 years ago
  42. 6d9f86b remove a bunch of dead named arguments in input patterns, by Chris Lattner · 15 years ago
  43. 967d54a reject patterns that mention a name in the destination pattern by Chris Lattner · 15 years ago
  44. 25b6f91 merge some code. by Chris Lattner · 15 years ago
  45. be5ad7d fix a type mismatch in this pattern, where we were using an i64 imm in a by Chris Lattner · 15 years ago
  46. 53d09bd more tidying up by Chris Lattner · 15 years ago
  47. 188f428 Update memdep when load PRE inserts a new load, and add some debug output. by Bob Wilson · 15 years ago
  48. 6eb3012 reduce indentation by eliminating 'else after return' by Chris Lattner · 15 years ago
  49. a8e7614 reapply my cellspu changes with a fix to not break the old isel. by Chris Lattner · 15 years ago
  50. fdf2e8c Update LangRef to match the code; pointers default to being 64-bit. by Dan Gohman · 15 years ago
  51. e2c0924 Revert 96854, 96852, and 96849, unbreaking test/CodeGen/CellSPU/i64ops.ll. by Dan Gohman · 15 years ago
  52. 8f2b4cc X86InstrInfoSSE.td declares PINSRW as having type v8i16, by Chris Lattner · 15 years ago
  53. 363ac58 Added versions of VCGE, VCGT, VCLE, and VCLT NEON instructions which compare to by Johnny Chen · 15 years ago
  54. 674b756 fix hte last cellspu failure. by Chris Lattner · 15 years ago
  55. 8843fd3 hack around more crimes in instruction selection. by Chris Lattner · 15 years ago
  56. 4145a53 Convert this test to FileCheck and add a testcase for PR3574. by Dan Gohman · 15 years ago
  57. 27e9989 the cell backend is making all sorts of unsafe and incorrect assumptions by Chris Lattner · 15 years ago
  58. 860d4a7 really fix an off-by-one error by Chris Lattner · 15 years ago
  59. 5ce9d0b fix an off-by-one error. by Chris Lattner · 15 years ago
  60. 5007e1e switch the value# in OPC_CompleteMatch and OPC_EmitNode to use a by Chris Lattner · 15 years ago
  61. ec5a4cd Added VCEQ (immediate #0) NEON instruction for disassembly only. by Johnny Chen · 15 years ago
  62. f895dbe Dead code elimination by Jakob Stoklund Olesen · 15 years ago
  63. e298d7c Fix viewCFG on Linux. by Jeffrey Yasskin · 15 years ago
  64. 3e22f2d add a new Push2 opcode for targets (like cellspu) which have by Chris Lattner · 15 years ago
  65. c6feeb7 These should not have been committed. by Evan Cheng · 15 years ago
  66. 48eb39b no need to run llvm-as here. by Chris Lattner · 15 years ago
  67. 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 · 15 years ago
  68. 20df242 Change ComplexPattern handling to push the node being matched as by Chris Lattner · 15 years ago
  69. 4642ad3 Updated version of r96634 (which was reverted due to failing 176.gcc and by Jim Grosbach · 15 years ago
  70. 12f9168 Add a test for canonicalizing ConstantExpr operands. by Dan Gohman · 15 years ago
  71. 5a0815f Clean up a bit and fix for when SPAdj != 0 by Jim Grosbach · 15 years ago
  72. 4c7628e The predicate index isn't fixed, so scan for it to make sure we get the proper by Jim Grosbach · 15 years ago
  73. 0e488b3 Canonicalize ConstantInts to the right operand of commutative operators. by Dan Gohman · 15 years ago
  74. 418b568 expand my hack to work with nodes that have flags but no chains and the by Chris Lattner · 15 years ago
  75. 12a667c add a new CheckMultiOpcode opcode for checking that a node by Chris Lattner · 15 years ago
  76. 1f2ed5f When matching patterns that have a complex pattern as their root, make by Chris Lattner · 15 years ago
  77. 3df577b add some debug hooks for tracking the behavior of the isel. by Chris Lattner · 15 years ago
  78. 54de8c1 remove dupes now. by Chris Lattner · 15 years ago
  79. bebe68e move #includes earlier. by Chris Lattner · 15 years ago
  80. 40ebe247 MC/Mach-O: Remove non-sensical comment, and add a missing AddValueSymbols call. by Daniel Dunbar · 15 years ago
  81. 95056e4 Minor formatting cleanup. by Dan Gohman · 15 years ago
  82. d97439d Use Instruction::isCommutative instead of duplicating it. by Dan Gohman · 15 years ago
  83. 2ec5e49 Added SEL, SXTB16, SXTAB16, UXTAB16, SMMULR, SMMLAR, SMMLSR, SMUAD, and SMUSD, by Johnny Chen · 15 years ago
  84. 74175c2 Erase deleted instructions from GVN's ValueTable. This fixes assertion by Bob Wilson · 15 years ago
  85. fc90d4c Actually enable the -enable-unsafe-fp-math tests. by Dan Gohman · 15 years ago
  86. 667d127 Added a bunch of instructions for disassembly only: by Johnny Chen · 15 years ago
  87. 9265275 Mark the return address stack slot as mutable when moving the return address by Arnold Schwaighofer · 15 years ago
  88. 3591b90 LLVMC/MultiplePluginPriorities.td: Generally XFAIL this test for now, it is by Daniel Dunbar · 15 years ago
  89. 454d26d Remove unused variables and parameters. by Dan Gohman · 15 years ago
  90. fb76fe0 Fix various doxygen warnings. by Dan Gohman · 15 years ago
  91. b4e8aab Fix a typo in a comment. by Dan Gohman · 15 years ago
  92. 6b617a7 Constant-fold certain comparisons with infinity and negative infinity. by Dan Gohman · 15 years ago
  93. 31a95c5 Rename a variable to avoid a -Wshadow warning. by Dan Gohman · 15 years ago
  94. 8ce05da Remove the logic for reasoning about NaNs from the code that forms by Dan Gohman · 15 years ago
  95. 278f958 When emitting an instruction which depends on both a post-incremented by Dan Gohman · 15 years ago
  96. 2444080 This cast<Instruction> is unnecessary. by Dan Gohman · 15 years ago
  97. 74fd536 enhance my hack for flags handling, this allows us to pass by Chris Lattner · 15 years ago
  98. ccfea35 fix an incorrect VT: eflags is always i32. The bug was causing us to by Chris Lattner · 15 years ago
  99. 565a6f9 fix most of the failures in the x86 suite by handling multiple by Chris Lattner · 15 years ago
  100. 12783d1 MC/X86: Add stub AsmBackend. by Daniel Dunbar · 15 years ago