1. ca40327 Document removeModule(). by Devang Patel · 19 years ago
  2. 7a498cb this doesn't occur any more in mason by Chris Lattner · 19 years ago
  3. 4ccf63d the code in question is now: by Chris Lattner · 19 years ago
  4. 9286cd3 Document getAlignment() by Devang Patel · 19 years ago
  5. 1c9b2f3 remove debug code by Chris Lattner · 19 years ago
  6. d2f9ee9 Codegen cond&cond with two branches. This compiles (f.e.) PowerPC/and-branch.ll to: by Chris Lattner · 19 years ago
  7. 00ef504 new testcase by Chris Lattner · 19 years ago
  8. 571e434 Turn conditions like x<Y|z==q into multiple blocks. by Chris Lattner · 19 years ago
  9. d0fffc8 new testcase by Chris Lattner · 19 years ago
  10. f686d9b Fixed a significant bug where unpcklpd is incorrectly used to extract element 1 from a v2f64 value. by Evan Cheng · 19 years ago
  11. 8d51a32 Add a new vextract test case. by Evan Cheng · 19 years ago
  12. 22706e8 Forgot a } by Bill Wendling · 19 years ago
  13. b3d83a3 Re-added the part where it tries to remove all global variables first. by Bill Wendling · 19 years ago
  14. 2ac33c4 SmallVector append not insert. by Jim Laskey · 19 years ago
  15. 47ce6b4 Grrr. by Jim Laskey · 19 years ago
  16. 788a0c6 Temp patch for missing functionality. by Jim Laskey · 19 years ago
  17. 461076f Make the Value and Type methods print a newline so it prints nicely in gdb by Reid Spencer · 19 years ago
  18. 6bdb3f6 Fix for PR968: expand vector sdiv, udiv, srem, urem. by Evan Cheng · 19 years ago
  19. 160db5d MathExtras isn't in the llvm/ADT directory but in the llvm/Support directory. by Bill Wendling · 19 years ago
  20. 18529f3 Apply editorials. by Jim Laskey · 19 years ago
  21. f5d9134 Improve cvs ignoring of test results. by Reid Spencer · 19 years ago
  22. 0e5af19 Breakout folding hash set from SelectionDAGCSEMap. by Jim Laskey · 19 years ago
  23. c50209b Initialize CStringSection member var. by Reid Spencer · 19 years ago
  24. 8b93a9c Add a run line to this test. by Reid Spencer · 19 years ago
  25. 87e0813 Change load PatFrag to ignore indexed load. by Evan Cheng · 19 years ago
  26. 5270cf1 getPreIndexedLoad -> getIndexedLoad. by Evan Cheng · 19 years ago
  27. 8862ef1 Indexed load / store changes. by Evan Cheng · 19 years ago
  28. 80aa9a1 Place cstrings in .cstring section. by Evan Cheng · 19 years ago
  29. abf6345 Speed up isCString() by Evan Cheng · 19 years ago
  30. 38187d6 Save temp. bc files when saveTemps flag is true. Use final output file by Devang Patel · 19 years ago
  31. 811b0cb Simplify code a bit by changing instances of: by Reid Spencer · 19 years ago
  32. 8910c1c Put cstrings in .cstring section when compiling for Mac OS X. by Evan Cheng · 19 years ago
  33. 8d8c597 Added CStringSection. by Evan Cheng · 19 years ago
  34. 22c7030 Add isCString() - returns true if a ConstantArray is a CString. by Evan Cheng · 19 years ago
  35. 4d3839d Fix Transforms/InstCombine/2006-10-26-VectorReassoc.ll by Chris Lattner · 19 years ago
  36. 9290885 new testcase, should not reassoc fp vector by Chris Lattner · 19 years ago
  37. 2e1c196 Add isFPOrFPVector() method, which indicates if a type is either FP or a by Chris Lattner · 19 years ago
  38. 7ae68ab initial support for frame pointers by Rafael Espindola · 19 years ago
  39. 72ddc21 Enclose a case in { and } so that the pickier compilers don't complain. by Reid Spencer · 19 years ago
  40. 1628cec For PR950: by Reid Spencer · 19 years ago
  41. 7043d00 Fix 2006-10-25-AddSetCC. A relational operator (like setlt) can never by Nick Lewycky · 19 years ago
  42. 30b3b1c Handling of setlt/le/gt/ge is broken at the moment; predsimplify removes by Nick Lewycky · 19 years ago
  43. b43f00b Make the makefile tell us when Intrinsics.gen is being updated. by Reid Spencer · 19 years ago
  44. aa596f3 This testcase was logically wrong! Fixing, and including the test for the by Nick Lewycky · 19 years ago
  45. e63bf95 Resurrect r1.25. Fix and comment the "or", "and" and "xor" transformations. by Nick Lewycky · 19 years ago
  46. c2e91e3 simplify code by Chris Lattner · 19 years ago
  47. 5962d3e New shuffle test case. by Evan Cheng · 19 years ago
  48. 9eca5e8 During vector shuffle lowering, we sometimes commute a vector shuffle to try by Evan Cheng · 19 years ago
  49. 009073d X86ISD::PEXTRW 3rd operand type is always target pointer type. by Evan Cheng · 19 years ago
  50. b67e8f2 hide symbols properly by Chris Lattner · 19 years ago
  51. 9bbbb98 Remove -disable-x86-shuffle-opti by Evan Cheng · 19 years ago
  52. 4e3be89 Fix for PR960. Improves bugpoint so that it removes global variable by Bill Wendling · 19 years ago
  53. 08fb05c Supply alignment info to linker through LLVMSymbol. by Devang Patel · 19 years ago
  54. 323ece6 turn off tail merging for now by Chris Lattner · 19 years ago
  55. 13a0412 be more aggressive about matching identical instructions. by Chris Lattner · 19 years ago
  56. f603618 Allow this to pass on ppc by Chris Lattner · 19 years ago
  57. 4fa2ba6 Modernize the testcase, allow it to pass on ppc by Chris Lattner · 19 years ago
  58. 5f90cbc TargetData is not subclassed. So no need to have virtual method. by Devang Patel · 19 years ago
  59. 93858f6 Targets should depend on all the intrinsics.td files also, otherwise they by Chris Lattner · 19 years ago
  60. f9c197e Move getPreferredAlignmentLog from AsmPrinter to TargetData by Devang Patel · 19 years ago
  61. 0e5e3aa expand ISD::VACOPY by Rafael Espindola · 19 years ago
  62. 2f6a8b1 Removed extraneous semi-colon; this was prevening the grammar file from by John Criswell · 19 years ago
  63. 6152b7e Instead of hard coding global prefix, use TargetAsmInfo. Add LTO destructor. by Devang Patel · 19 years ago
  64. 2452595 visitSwitchCase knows how to insert conditional branches well. Change by Chris Lattner · 19 years ago
  65. 57ab659 Generalize CaseBlock a bit more: by Chris Lattner · 19 years ago
  66. 33644ba update comment by Chris Lattner · 19 years ago
  67. bacf9f4 Fix CodeGen/IA64/ret-0.ll, which has apparently been broken since some of the by Chris Lattner · 19 years ago
  68. d1300ab new testcase by Chris Lattner · 19 years ago
  69. 3d7d39a fix warning about missing newline at end of file by Rafael Espindola · 19 years ago
  70. 7b248d9 generalize 'CaseBlock'. It really allows any comparison to be inserted. by Chris Lattner · 19 years ago
  71. 578e64a implement uncond branch insertion, mark branches with isBranch. by Chris Lattner · 19 years ago
  72. 11533e2 implement uncond branch insertion for the branch folding pass by Chris Lattner · 19 years ago
  73. 0476b28 implement uncond branch insertion so alpha works work branchfolding. by Chris Lattner · 19 years ago
  74. e87146a implement uncond branch insertion for sparc to fix regressions from last night by Chris Lattner · 19 years ago
  75. cf10391 new bad case by Chris Lattner · 19 years ago
  76. 62d07d6 Don't do dead block elimination in fast mode. by Jim Laskey · 19 years ago
  77. 24321d7 fix assert comment by Rafael Espindola · 19 years ago
  78. e719d9f LinearScanner hotspot. by Jim Laskey · 19 years ago
  79. fcc1d94 Tighter data structure for deleted debug labels. by Jim Laskey · 19 years ago
  80. ae5d51c Fix Transforms/ScalarRepl/2006-10-23-PointerUnionCrash.ll by Chris Lattner · 19 years ago
  81. b0d6dbf New testcase that crashes scalarrepl by Chris Lattner · 19 years ago
  82. 7d09784 move single basic blocks that are neither fallen into nor fall out of into by Chris Lattner · 19 years ago
  83. e90c537 Add intrinsics for the rest of the DCB* instructions. by Chris Lattner · 19 years ago
  84. 0b2e613 add missing dcb* intrinsics by Chris Lattner · 19 years ago
  85. ef2aa19 Revert back to r1.21, which was the last revision of predsimplify that by Chris Lattner · 19 years ago
  86. c585a3f add moveBefore/moveAfter helper methods by Chris Lattner · 19 years ago
  87. 2a4dd68 Fix typo. Add more comment. Avoid extra hash_map search. by Devang Patel · 19 years ago
  88. 34ea076 add two helper methods by Chris Lattner · 19 years ago
  89. f2ca21f Add removeModule(). by Devang Patel · 19 years ago
  90. a4bcfe1 Enable tail merging by default. by Chris Lattner · 19 years ago
  91. 2cd931f Update test case. by Evan Cheng · 19 years ago
  92. c391d16 implement STRB and STRH by Rafael Espindola · 19 years ago
  93. d8ed7f8 expand ISD::MEMSET by Rafael Espindola · 19 years ago
  94. 12711df Make these hack flags hidden, like other dsa hack flags by Andrew Lenharth · 19 years ago
  95. 72be6e6 Revert the aggressive inlining for now, it doesn't handle external correctly by Andrew Lenharth · 19 years ago
  96. 9a9aa4c change this back by Andrew Lenharth · 19 years ago
  97. 21c04a3 restore these tests by Andrew Lenharth · 19 years ago
  98. ddaaa37 Handle fallout from the recent branch-on-undef changes. This fixes by Chris Lattner · 19 years ago
  99. e285d59 new testcase by Chris Lattner · 19 years ago
  100. b354343 Minor tweak. Instead of generating: by Chris Lattner · 19 years ago