1. fc3678a Fix SCEV denormalization of expressions where the exit value from by Dan Gohman · 14 years ago
  2. f27ca42 update tests for smarter BIC usage by Jim Grosbach · 14 years ago
  3. 6bf8eee The same problem was being tracked in PR7652. by Duncan Sands · 14 years ago
  4. 4677379 Fix PR7174, a couple o Mips fixes: by Bruno Cardoso Lopes · 14 years ago
  5. 29e9daa Fix Mips PR7473. Patch by stetorvs@gmail.com by Bruno Cardoso Lopes · 14 years ago
  6. 7a2b701 x86_32 tests for vbroadcast by Bruno Cardoso Lopes · 14 years ago
  7. 43945d9 Add AVX vbroadcast new instruction by Bruno Cardoso Lopes · 14 years ago
  8. 94143ee Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions! by Bruno Cardoso Lopes · 14 years ago
  9. c6e59b7 After a custom inserter, in a block which has constant instructions, by Dan Gohman · 14 years ago
  10. 77e2dd7 X86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit mode. They are the same by Daniel Dunbar · 14 years ago
  11. 6ee3270 Testcase for 108732 (8195660). by Dale Johannesen · 14 years ago
  12. 8b3a6b6 Fix PR 7662. by Devang Patel · 14 years ago
  13. aa52fd1 Testcase for r108687. by Owen Anderson · 14 years ago
  14. 54026c0 Remove r108639 now that it is handled by InstCombine instead. by Owen Anderson · 14 years ago
  15. 926f2bb X86-64: Mark WINCALL and more tail call instructions as code gen only. by Daniel Dunbar · 14 years ago
  16. 90b374c MC/X86: We now match instructions like "incl %eax" correctly for the arch we are by Daniel Dunbar · 14 years ago
  17. 9ece46d tests: Force another triple. by Daniel Dunbar · 14 years ago
  18. 030794b tests: Force triples. by Daniel Dunbar · 14 years ago
  19. 6a46d57 MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token by Daniel Dunbar · 14 years ago
  20. 7a570d0 MC/AsmParser: Add macro argument substitution support. by Daniel Dunbar · 14 years ago
  21. c64a0d7 MC/AsmParser: Add basic support for macro instantiation. by Daniel Dunbar · 14 years ago
  22. 6d8cf08 MC/AsmParser: Add basic parsing support for .macro definitions. by Daniel Dunbar · 14 years ago
  23. fb2d1b2 daniel doesn't hate me, he hates macpython 2.5, which by Chris Lattner · 14 years ago
  24. 3c802de MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don't by Daniel Dunbar · 14 years ago
  25. fd73c91 Add a testcase for r108639. by Owen Anderson · 14 years ago
  26. 7e3012c Another attempt at getting the clang self-host to like my instcombine patch. by Owen Anderson · 14 years ago
  27. 5423856 Add combiner patterns to more effectively utilize the BFI (bitfield insert) by Jim Grosbach · 14 years ago
  28. 879259f Test for ELF .size directive. by Eli Friedman · 14 years ago
  29. 469bbdb Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instruction by Jim Grosbach · 14 years ago
  30. dc86704 Consider this function: by Bill Wendling · 14 years ago
  31. 468a2a4 Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill by Jakob Stoklund Olesen · 14 years ago
  32. 3df1d5c Feed the right output into FileCheck. by Benjamin Kramer · 14 years ago
  33. 394ce41 Arrays and vectors with different numbers of elements are not equivalent. by Nick Lewycky · 14 years ago
  34. 74c7400 LoopSimplify does not update domfrontier correctly. by Tobias Grosser · 14 years ago
  35. 04c528a Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. by Jakob Stoklund Olesen · 14 years ago
  36. 18c479c Add forgotten test case. by Jakob Stoklund Olesen · 14 years ago
  37. e667e01 Use the source-order scheduler instead of the "fast" scheduler at -O0, by Dan Gohman · 14 years ago
  38. de309a8 Also revert 108422, it's causing some test failures. by Eric Christopher · 14 years ago
  39. 2969016 Fix this test. by Dan Gohman · 14 years ago
  40. bdc09d9 The SelectionDAGBuilder's handling of debug info, on rare by Dale Johannesen · 14 years ago
  41. a60f0e7 Revert. This isn't the correct way to go. by Bill Wendling · 14 years ago
  42. bb5d927 Fix the order that SCEVExpander considers add operands in so that by Dan Gohman · 14 years ago
  43. e9bf7e6 Handle code gen for the unreachable instruction if it's the only instruction in by Bill Wendling · 14 years ago
  44. 60108e9 Split -enable-finite-only-fp-math to two options: by Evan Cheng · 14 years ago
  45. 6a624a6 fix the definitions of ConstTextCoalSection/ConstDataCoalSection by Chris Lattner · 14 years ago
  46. 07538ad Fix crash reported in PR7653. by Devang Patel · 14 years ago
  47. c88c1a4 Watch out for a constant offset cancelling out a base register, forming by Dan Gohman · 14 years ago
  48. 96fe621 Reapply r108378, with bugfixes, testcase, and improved comment formatting. by Owen Anderson · 14 years ago
  49. d2bfe54 Fix PR7647, handling the case when 'To' ends up being by Chris Lattner · 14 years ago
  50. bbcdebb see comment. by Chris Lattner · 14 years ago
  51. 14904ce Temporarily disable this test. by Eric Christopher · 14 years ago
  52. c7c601e Make it a .ll test case. by Devang Patel · 14 years ago
  53. d26e89d Add a testcase for the vla and stack realignment warning. by Eric Christopher · 14 years ago
  54. be876e3 Tests for llvm-gcc commit 108360. by Dale Johannesen · 14 years ago
  55. 502e0aa Improve 64-subtraction of immediates when parts of the immediate can fit by Jim Grosbach · 14 years ago
  56. 2dd50e6 Delete fast-isel's trivial load optimization; it breaks debugging because by Dan Gohman · 14 years ago
  57. 7a52e65 Fix test to appease the buildbots. by Bob Wilson · 14 years ago
  58. dedd974 Fix for PR7193 was overly conservative. The only case where sibcall callee by Evan Cheng · 14 years ago
  59. 7e3f0d2 Add support for NEON VMVN immediate instructions. by Bob Wilson · 14 years ago
  60. 07c9b64 revert r108320, I see the failures now... by Chris Lattner · 14 years ago
  61. 7e185af reapply benjamin's instcombine patch, I don't see anything wrong with it and can't repro any problems with a manual self-host. by Chris Lattner · 14 years ago
  62. 44a44ad Re-enable the test with fix. by Evan Cheng · 14 years ago
  63. f4e5947 temporarily disable to test to fix buildbots. by Chris Lattner · 14 years ago
  64. db89809 Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_DEF (and subsequently eliminate them). This allows machine LICM to hoist IMPLICIT_DEF's. PR7620. by Evan Cheng · 14 years ago
  65. 9e82bf1 Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes. by Bob Wilson · 14 years ago
  66. 7dbf7d8 Add AVX 256-bit compare instructions and a bunch of testcases by Bruno Cardoso Lopes · 14 years ago
  67. cba270d Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to represent by Bob Wilson · 14 years ago
  68. 87a85c7 AVX 256-bit conversion instructions by Bruno Cardoso Lopes · 14 years ago
  69. b5611a6 In inline asm treat indirect 'X' constraint as 'm'. by Dale Johannesen · 14 years ago
  70. 9dc8ae1 Add support for empty named metadata too. This isn't particularly by Dan Gohman · 14 years ago
  71. ac80975 Add support for empty metadata nodes: !{}. by Dan Gohman · 14 years ago
  72. 218977b Extend the r107852 optimization which turns some fp compare to code sequence using only i32 operations. It now optimize some f64 compares when fp compare is exceptionally slow (e.g. cortex-a8). It also catches comparison against 0.0. by Evan Cheng · 14 years ago
  73. ea4cdb7 -enable-unsafe-fp-math should not imply -enable-finite-only-fp-math. by Evan Cheng · 14 years ago
  74. 24bb7bd Fix PR number. by Dale Johannesen · 14 years ago
  75. d0d3ccc Handle the case of a tail recursion in which the tail call is followed by Duncan Sands · 14 years ago
  76. 37a746b my work on adding segment registers to LEA missed the by Chris Lattner · 14 years ago
  77. fd920fa Add AVX 256-bit packed logical forms by Bruno Cardoso Lopes · 14 years ago
  78. 6991623 Add AVX 256-bit unop arithmetic instructions by Bruno Cardoso Lopes · 14 years ago
  79. a0d09a8 Add AVX 256 binary arithmetic instructions by Bruno Cardoso Lopes · 14 years ago
  80. cfbf0ed Apply the SSE dependence idiom for SSE unary operations to by Dan Gohman · 14 years ago
  81. aa099be Add AVX 256-bit MOVMSK forms by Bruno Cardoso Lopes · 14 years ago
  82. b6c3a60 MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser. by Daniel Dunbar · 14 years ago
  83. 492b7a2 MC/AsmParser: Move .desc parsing to Darwin specific parser. by Daniel Dunbar · 14 years ago
  84. 9ac66b0 MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser. by Daniel Dunbar · 14 years ago
  85. 545d006 Add a lint check for mismatched return types, inspired by PR6944. by Dan Gohman · 14 years ago
  86. c9fe637 Nope, still breaks the release selfhost bots :( by Benjamin Kramer · 14 years ago
  87. 8fd437c Reapply the "or" half of r108136, which seems to be less problematic. by Benjamin Kramer · 14 years ago
  88. e2d07b5 Revert r108141 again, sigh. by Benjamin Kramer · 14 years ago
  89. 98a8206 Reapply 108136 with an ugly pasto fixed. by Benjamin Kramer · 14 years ago
  90. 0cc4ed1 Revert r108136 until I figure out why it broke selfhost. by Benjamin Kramer · 14 years ago
  91. 4fc719e instcombine: fold (x & y) | (~x & z) and (x & y) ^ (~x & z) into ((y ^ z) & x) ^ z which is one instruction shorter. (PR6773) by Benjamin Kramer · 14 years ago
  92. dfd3626 fix PR7311 by avoiding breaking casts when a bitcast from scalar->vector by Chris Lattner · 14 years ago
  93. 0a96144 if jump threading is able to infer interesting values on both by Chris Lattner · 14 years ago
  94. eae2895 fix PR7429, a crash turning a load from a string into a float. by Chris Lattner · 14 years ago
  95. ddef835 convert to filechecconvert to filecheckk by Chris Lattner · 14 years ago
  96. 243a73d merge two tests. by Chris Lattner · 14 years ago
  97. 744b3a5 Remove TargetInstrInfo::copyRegToReg entirely. by Jakob Stoklund Olesen · 14 years ago
  98. cbeeae2 Fix va_arg for doubles. With this patch VAARG nodes always contain the by Rafael Espindola · 14 years ago
  99. e695de0 Fix this test. by Dan Gohman · 14 years ago
  100. 5d6f892 FileCheckize inline asm FP stack tests by Jakob Stoklund Olesen · 14 years ago