1. fbb7486 Add patterns to match conditional moves with loads folded by Dan Gohman · 16 years ago
  2. b33fc7b Add load-folding table entries for cmovno too. by Dan Gohman · 16 years ago
  3. 305fceb Define instructions for cmovo and cmovno. by Dan Gohman · 16 years ago
  4. 653456c X86_COND_C and X86_COND_NC are alternate mnemonics for by Dan Gohman · 16 years ago
  5. bc03979 Improve support for type-generic vector intrinsics by teaching TableGen how by Bob Wilson · 16 years ago
  6. 0a79a2f Now that fold-pcmpeqd-0.ll is effectively testing that scheduling helps by Dan Gohman · 16 years ago
  7. cca2983 Revert r42653 and forward-port the code that lets INC64_32r be by Dan Gohman · 16 years ago
  8. 21213e7 CellSPU: by Scott Michel · 16 years ago
  9. 2c91d10 Fix a bug in ComputeLinearIndex computation handling multi-level by Dan Gohman · 16 years ago
  10. 5d31598 Set up DwarfDebug using DebugInfo API. by Devang Patel · 16 years ago
  11. 5fe1fac Forgot that this was needed for Linux. This should fix the builds. by Bill Wendling · 16 years ago
  12. 200ee7f The phi construction algorithm used for interval reconstruction is complicated by by Owen Anderson · 16 years ago
  13. 939e3a7 CellSPU: Update the README by Scott Michel · 16 years ago
  14. dd95009 CellSPU: by Scott Michel · 16 years ago
  15. 5ddefda Delete this test; it's a duplicate of 2006-07-03-schedulers.ll. by Dan Gohman · 16 years ago
  16. ce0d4b7 Update these argument lists for the isNormalMemory by Dan Gohman · 16 years ago
  17. fd2163b Use a latency value of 0 for the artificial edges inserted by by Dan Gohman · 16 years ago
  18. b9f08a0 no need to negate the APInt for 0. by Chris Lattner · 16 years ago
  19. 159c35b Change m_ConstantInt and m_SelectCst to take their constant integers by Chris Lattner · 16 years ago
  20. 06ebbcc make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64. by Chris Lattner · 16 years ago
  21. 78eb6ad by Devang Patel · 16 years ago
  22. c452324 by Devang Patel · 16 years ago
  23. d1ca925 by Devang Patel · 16 years ago
  24. de0e7f2 Fix a thinko in the grammar for thread_local variables. by Dan Gohman · 16 years ago
  25. d60de51 Revert r61415 and r61484. Duncan was correct that these weren't needed. by Bill Wendling · 16 years ago
  26. a80c859 Don't call setDepthDirty/setHeightDirty when adding an edge by Dan Gohman · 16 years ago
  27. 8526cc0 Extract source location info from DebugInfo. by Devang Patel · 16 years ago
  28. 48d190f Add type DIEs using DebugInfo. by Devang Patel · 16 years ago
  29. 676b9df Add a note about passing MVT::Other to getSetCCResultType. by Duncan Sands · 16 years ago
  30. e6a1fe5 Strength test. by Bill Wendling · 16 years ago
  31. 27a5300 Teach the internalize pass to also internalize global aliases. by Duncan Sands · 16 years ago
  32. 91c9c310 When checking if an Argument escapes, check if by Duncan Sands · 16 years ago
  33. 7e66c0d Find loop back edges only after empty blocks are eliminated. by Evan Cheng · 16 years ago
  34. c6c22e2 testcase for bill's patch. by Chris Lattner · 16 years ago
  35. de77ebc Not having an aliasee is a theoretical possibility. by Duncan Sands · 16 years ago
  36. 15b5750 Format more neatly. by Duncan Sands · 16 years ago
  37. 2631ac3 Remove trailing spaces. by Duncan Sands · 16 years ago
  38. 1da5f2d Delete unused global aliases with internal linkage. by Duncan Sands · 16 years ago
  39. f421533 Construct composite type DIE using DebugInfo. by Devang Patel · 16 years ago
  40. a22d57d Add classof() methods so that dwarf writer can decide what DIDescriptor is in its hand. by Devang Patel · 16 years ago
  41. 50b84f4 Add <climits>, to get the definition of CHAR_BIT. This should fix build errors. by Dan Gohman · 16 years ago
  42. 11df7e5 TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need its by Dan Gohman · 16 years ago
  43. 1eb49a0 Delete an unused variable and simplify the code. by Dan Gohman · 16 years ago
  44. e520273 s/ConstructType/ConstructTypeDIE/g by Devang Patel · 16 years ago
  45. 5d5a897 make llvm-ld smart enough to link against native libraries that are by Chris Lattner · 16 years ago
  46. 86ae142 by Devang Patel · 16 years ago
  47. 0d8484f fix wordo by Chris Lattner · 16 years ago
  48. b0adcdb Remove redundant ValID::ValID:: scoping (doesn't compile on Windows). by Steve Naroff · 16 years ago
  49. c69bf2c Construct enumerator DIE using DebugInfo. by Devang Patel · 16 years ago
  50. dfd19dd Reject PR3281:accepted03.ll with: by Chris Lattner · 16 years ago
  51. 68afdc3 Construct array/vector type DIEs using DebugInfo. by Devang Patel · 16 years ago
  52. d0ed240 Get rid of sentinel insertion in interval reconstruction. It just masked the by Owen Anderson · 16 years ago
  53. 830703b reject PR3281:crash11.ll with: by Chris Lattner · 16 years ago
  54. 959873d reject PR3281:crash10.ll with: by Chris Lattner · 16 years ago
  55. c38daba reject PR3281:crash09.ll with this diagnostic: by Chris Lattner · 16 years ago
  56. 0b61635 allow opaque undefs. This resolves PR3282 and fixes by Chris Lattner · 16 years ago
  57. 2c1623a Now, getTag() is used by DwarfWriter. by Devang Patel · 16 years ago
  58. d68a076 Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 16 years ago
  59. 08f053f Construct basic and derived type DIEs using DebugInfo. by Devang Patel · 16 years ago
  60. e035fa5 Handle iAny and fAny types in TreePatternNode::UpdateNodeType. by Bob Wilson · 16 years ago
  61. ca03c27 subsume ConstructPointerType() by Devang Patel · 16 years ago
  62. 1ed7942 Add the keyword 'default'. by Dan Gohman · 16 years ago
  63. 9ede3f2 by Devang Patel · 16 years ago
  64. 105a91a Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVM by Misha Brukman · 16 years ago
  65. 8a84e44 by Devang Patel · 16 years ago
  66. 8f56eba A few more polygen grammar updates. by Dan Gohman · 16 years ago
  67. 2182f1f set standard ignores by Gabor Greif · 16 years ago
  68. 6c01ca9 Fix spelling in some comments. by Bob Wilson · 16 years ago
  69. 9add869 another fix to my previous commit: by Gabor Greif · 16 years ago
  70. 5951368 Fix misplaced right parentheses. by Evan Cheng · 16 years ago
  71. 84fb959 eliminate tabs from my previous commit by Gabor Greif · 16 years ago
  72. fd095b6 Get rid of the tagging functions and use PointerIntPair. by Gabor Greif · 16 years ago
  73. 4050a23 Don't spew bitcode to standard out if this test fails, like it is right now. by Duncan Sands · 16 years ago
  74. 8019ff1 This test passes again, unXFAIL. by Torok Edwin · 16 years ago
  75. 7877112 Atom and Core i7 do not have same model number after all. by Evan Cheng · 16 years ago
  76. d0f9c73 produce the same diagnostics for vicmp constant exprs as vicmp instructions. by Chris Lattner · 16 years ago
  77. e914b59 Fix PR3281:crash08.ll with this diagnostic: by Chris Lattner · 16 years ago
  78. 0088a5c reject PR3281:crash07.ll with: by Chris Lattner · 16 years ago
  79. d31a672 alignment of 0 is not valid. by Chris Lattner · 16 years ago
  80. e67c1aa reject undef/zero labels. This fixes PR3281:crash0[56].ll with these by Chris Lattner · 16 years ago
  81. 4a1c4a4 add checking intentionally elided for vfcmp/vicmp since they should really by Chris Lattner · 16 years ago
  82. d77d04c diagnose PR3281:crash02.ll with: by Chris Lattner · 16 years ago
  83. 99bb315 reject PR3281:crash01.ll with: by Chris Lattner · 16 years ago
  84. c8e222b tighten up return type check by Chris Lattner · 16 years ago
  85. 081b505 fix PR3281:accepted0[02].ll: represent empty arrays distinctly, and by Chris Lattner · 16 years ago
  86. 3fbb3ab PR3281:crash00.ll: produce this diagnostic instead of crashing: by Chris Lattner · 16 years ago
  87. 69f9378 Handle weak_extern in the JIT. This fixes by Dan Gohman · 16 years ago
  88. 1c7a81b CellSPU: by Scott Michel · 16 years ago
  89. 6a9e75e gc is not an obsolete keyword. by Dan Gohman · 16 years ago
  90. 571238a Update polygen grammar for recent language changes. by Dan Gohman · 16 years ago
  91. 31aa1a1 CellSPU: - Add an 8-bit operation test, which doesn't do much at this point. by Scott Michel · 16 years ago
  92. ed741dd CellSPU: by Scott Michel · 16 years ago
  93. 6cd0c04 Move the libcall annotating part from doFinalization to doInitialization. by Nick Lewycky · 16 years ago
  94. 81e2167 A few more whitespace tidyments. by Dan Gohman · 16 years ago
  95. 2a08c53 Tidy whitespace. by Dan Gohman · 16 years ago
  96. f24eb39 Regenerate. by Bill Wendling · 16 years ago
  97. 4113bd1 Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to by Bill Wendling · 16 years ago
  98. 7e638cd The .llx suffix is obsolete. by Dan Gohman · 16 years ago
  99. 5d8ab65 Update VIM LLVM IR syntax highlighting. by Dan Gohman · 16 years ago
  100. 1186bf1 Add a mechanism to specify attributes in getOrInsertFunction. by Nick Lewycky · 16 years ago