1. c9bdb00 Fix and encoding error in the psrad xmm, imm8 instruction. by Nate Begeman · 16 years ago
  2. fa7fd33 On x86, it's safe to treat i32 load anyext as a normal i32 load. Ditto for i8 anyext load to i16. by Evan Cheng · 16 years ago
  3. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 16 years ago
  4. a334d5f Initial documentation for first-class aggregates changes. by Dan Gohman · 16 years ago
  5. f3480b9 Fix a malformed %gt; by Dan Gohman · 16 years ago
  6. 0d1704b Teach Legalize how to scalarize VSETCC by Nate Begeman · 16 years ago
  7. 9bfa03c Xform bitconvert(build_pair(load a, load b)) to a single load if the load locations are at the right offset from each other. by Evan Cheng · 16 years ago
  8. 38eb9f9 New test for tail merging by Dale Johannesen · 16 years ago
  9. 30562b7 Be more aggressive about tail-merging small blocks by Dale Johannesen · 16 years ago
  10. ae94dda Constify isSourceDefinedByImplicitDef function. Otherwise, just formatting by Bill Wendling · 16 years ago
  11. 9f8fea3 Constify the machine instruction passed into the by Bill Wendling · 16 years ago
  12. c2616e4 Initial X86 codegen support for VSETCC. by Nate Begeman · 16 years ago
  13. 51b2b9e Further rework of tail merge algorithm. Not quite by Dale Johannesen · 16 years ago
  14. baa64eb Simplify some checks by Nate Begeman · 16 years ago
  15. 9499b71 Fix a copy+paste bug; pseudo-instructions shouldn't have encoding information. by Dan Gohman · 16 years ago
  16. 51d2ed1 Pointer comparisons should use icmp, not vicmp by Nate Begeman · 16 years ago
  17. a472c4a Go back to passing the analyses around as parameters. by Owen Anderson · 16 years ago
  18. c83ad0d Pointer comparisons should be handled by icmp, not vicmp :) by Nate Begeman · 16 years ago
  19. f86f211 Forgot this. by Evan Cheng · 16 years ago
  20. 18e4e85 Hard code CmpInst back to i1 for now while I go track down what in the bitcode reader/writer is assuming i1 by Nate Begeman · 16 years ago
  21. ad4196b Refactor isConsecutiveLoad from X86 to TargetLowering so DAG combiner can make use of it. by Evan Cheng · 16 years ago
  22. c1b7f52 Revert the previous commit. Go ahead and hoist rematerializable instructions. by Bill Wendling · 16 years ago
  23. b43e9c1 Add support for vicmp/vfcmp codegen, more legalize support coming. by Nate Begeman · 16 years ago
  24. e4fc1cc One real change - don't hoist something that's trivially rematerializable. It's by Bill Wendling · 16 years ago
  25. 6fd90ce Fix build breakage by Nate Begeman · 16 years ago
  26. ac80ade Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef by Nate Begeman · 16 years ago
  27. 7c2e4f2 Make firstEightPowers const. by Dan Gohman · 16 years ago
  28. 9b38d7d Update comments. by Dan Gohman · 16 years ago
  29. 5c98d82 Filter option names to escape symbols not allowed as C++ identifiers. by Mikhail Glushenkov · 16 years ago
  30. ecb977e Make it possible to choose between different compilation graph definitions at compile-time. by Mikhail Glushenkov · 16 years ago
  31. a673037 Fix some error messages; Make LLVMC pass through the exit code of a failed tool. by Mikhail Glushenkov · 16 years ago
  32. 2ce3898 Fix a compile error on compilers that still want a return value by Dan Gohman · 16 years ago
  33. 9ab9ee8 Fix a missing break in the ISD::FLT_ROUNDS_ handling. Patch by giuma! by Dan Gohman · 16 years ago
  34. 9658a2c Testcase for PR2264. by Duncan Sands · 16 years ago
  35. 7b45e33 Move the various analyses used by GVN into static variables so we don't have to keep passing them around or refetching them. by Owen Anderson · 16 years ago
  36. 4651f3d prune #includes. by Chris Lattner · 16 years ago
  37. ab7d9cc Add a new SparsePropagation analysis utility, which allows you to do by Chris Lattner · 16 years ago
  38. fff116f Make constructors target-specific. This fixes problems where the path would by Nick Lewycky · 16 years ago
  39. 64d6910 Add note by Anton Korobeynikov · 16 years ago
  40. 5c8e8d7 Fix various DOUTs to not call the extremely expensive Value::getName() by Chris Lattner · 16 years ago
  41. 3a73c9e Simplify code by using SwitchInst::findCaseValue instead of reimplementing it. by Chris Lattner · 16 years ago
  42. c2e7353 Remove warnings when using -Wshorten-64-to-32. by Bill Wendling · 16 years ago
  43. eca2f99 Testcase for PR2303. by Duncan Sands · 16 years ago
  44. caa8ae8 Fix linking of internal aliases by Anton Korobeynikov · 16 years ago
  45. 1b2f729 Prevent -W64-to-32-shortened warnings. by Bill Wendling · 16 years ago
  46. d2a5a2a Prevent warnings from the -Wshorten-64-to-32 flag. by Bill Wendling · 16 years ago
  47. 469a582 remove commented-out code, it is subsumed by DECLARE_TRANSPARENT_OPERAND_ACCESSORS by Gabor Greif · 16 years ago
  48. efe6536 merge of use-diet branch to trunk by Gabor Greif · 16 years ago
  49. 4982bab Re-enable loop deletion by default. by Owen Anderson · 16 years ago
  50. 50d9e72 When transforming a vector_shuffle to a load, the base address must not be an undef. by Evan Cheng · 16 years ago
  51. 49ff661 Set to 2.4 and regenerate configure. by Tanya Lattner · 16 years ago
  52. c81d50e Add nounwind. by Evan Cheng · 16 years ago
  53. 9018e83 For now, abort when an ISD::VAARG is encountered on x86-64, rather by Dan Gohman · 16 years ago
  54. b70ea0b Some clean up. by Evan Cheng · 16 years ago
  55. 25210da If movl top bits are undef, let it be selected to movlps, etc. by Evan Cheng · 16 years ago
  56. b3e0a6d If all sources of a PHI node are defined by an implicit_def, just emit an implicit_def instead of a copy. by Evan Cheng · 16 years ago
  57. 637980e Cosmetic changes: by Bill Wendling · 16 years ago
  58. 23573e5 Add a pattern to do move the low element of a v4f32 and zero extend the rest. by Evan Cheng · 16 years ago
  59. 6b8583c Remove an evil vector bool. Cosmetic refactoring, no functional change. by Dale Johannesen · 16 years ago
  60. d880b97 Handle a few more cases of folding load i64 into xmm and zero top bits. by Evan Cheng · 16 years ago
  61. c6c6a3e Make OpActionsCapacity multiple of 4. by Evan Cheng · 16 years ago
  62. 6ae83fa Rewrite tail merging algorithm to handle the by Dale Johannesen · 16 years ago
  63. f03893a put LibCallAliasAnalysis into anonymous namespace to avoid clashes on ::X by Torok Edwin · 16 years ago
  64. 6c17c6b Simplify test. by Evan Cheng · 16 years ago
  65. 910fd57 Rename Example.td to Graph.td. by Mikhail Glushenkov · 16 years ago
  66. 6b89d92 use doxygen comments for makeBuffer() by Nick Kledzik · 16 years ago
  67. bfc538c don't sink invokes, even if they are readonly. This fixes a crash on kimwitu++. by Chris Lattner · 16 years ago
  68. 33af59d Fix a type and formatting. by Duncan Sands · 16 years ago
  69. 3aa8a6b ignore Output dirs by Gabor Greif · 16 years ago
  70. f1d1183 ignore AutoGenerated.inc, it is created by TableGen by Gabor Greif · 16 years ago
  71. 98687a3 ignore Output dir by Gabor Greif · 16 years ago
  72. 8e7254c Reapply 50867: A small refactoring (extract method) + some comment fixes. by Mikhail Glushenkov · 16 years ago
  73. 4ca7913 add support for pattern matching 'neg' by Chris Lattner · 16 years ago
  74. 7d2cbd2 Implement PR2298. This transforms: ~x < ~y --> y < x -x == -y --> x == y by Chris Lattner · 16 years ago
  75. 94019f8 restore doxygen comment. by Chris Lattner · 16 years ago
  76. 90dcff7 <rdar://problem/5917641> use getMemBufferCopy if supplied buffer is not already zero terminated by Nick Kledzik · 16 years ago
  77. 018f771 Check for validity of aliasee pointer before dereference. by Anton Korobeynikov · 16 years ago
  78. fd17f42 Use movq to move low half of XMM register and zero-extend the rest. by Evan Cheng · 16 years ago
  79. 748118d conservatively say that volatile stores read memory. by Chris Lattner · 16 years ago
  80. 0561f78 Revertin 50867 since it was breaking the build. by Tanya Lattner · 16 years ago
  81. 38818b0 store can't read from memory. by Chris Lattner · 16 years ago
  82. 194a78f Add -E and -S options by Mikhail Glushenkov · 16 years ago
  83. 21607fa A small refactoring (extract method) + some comment fixes. by Mikhail Glushenkov · 16 years ago
  84. 76e2e4a Remove dead return. Thanks to Bill for the review! by Chris Lattner · 16 years ago
  85. a8a118b Improve pass documentation and comments. by Gordon Henriksen · 16 years ago
  86. 2539e33 More than just loads can read from memory: readonly calls like strlen by Chris Lattner · 16 years ago
  87. 0ef546e Make instcombine's DSE respect loads as well as stores. It is not safe to by Chris Lattner · 16 years ago
  88. d96288a add a new Instruction::mayReadFromMemory predicate, make by Chris Lattner · 16 years ago
  89. d7266d4 Check linkage. by Devang Patel · 16 years ago
  90. 43b30a8 Get exception handling working again on 64 bit by Duncan Sands · 16 years ago
  91. 8c073c0 new testcase. by Chris Lattner · 16 years ago
  92. 268e7d7 Add support for constant folding the 'offsetof' pattern even if the by Chris Lattner · 16 years ago
  93. 7e2ff77 Handle vector move / load which zero the destination register top bits (i.e. movd, movq, movss (addr), movsd (addr)) with X86 specific dag combine. by Evan Cheng · 16 years ago
  94. 687bcb2 Add nounwind. by Evan Cheng · 16 years ago
  95. 0b12ecf Turn StripPointerCast() into a method by Anton Korobeynikov · 16 years ago
  96. 4561ab5 Use Doxygen-style comments. by Mikhail Glushenkov · 16 years ago
  97. 1fd2e6d Make the interface of CStrInCStrNoCase be the same as strcasestr. by Ted Kremenek · 16 years ago
  98. 029840c Add a new LibCallAliasAnalysis pass, which is parameterized by Chris Lattner · 16 years ago
  99. fdedd53 Fix some serious logical errors in CStrInCStrNoCase pointed out by Bill. by Ted Kremenek · 16 years ago
  100. 671fa97 Output correct exception handling and frame info by Duncan Sands · 16 years ago