1. ddb6db4 Add a 'tail' marker for call instructions, patch contributed by by Chris Lattner · 19 years ago
  2. 2bff524 Add info on new 'tail' marker by Chris Lattner · 19 years ago
  3. 19bdc03 Wrap long lines by Chris Lattner · 19 years ago
  4. ec710c5 DCE intrinsic instructions without side effects. by Chris Lattner · 19 years ago
  5. 998fffd These intrinsics do not access memory by Chris Lattner · 19 years ago
  6. eabfa47 Teach instcombine propagate zeroness through shl instructions, implementing by Chris Lattner · 19 years ago
  7. 5962b3b new testcases by Chris Lattner · 19 years ago
  8. d7115b0 Implement shift.ll:test23. If we are shifting right then immediately truncating by Chris Lattner · 19 years ago
  9. 1b50d06 new testcase by Chris Lattner · 19 years ago
  10. 7aed7ac Implement xor.ll:test22 by Chris Lattner · 19 years ago
  11. d152380 implement and.ll:test30 and set.ll:test21 by Chris Lattner · 19 years ago
  12. cb94575 new testcase for unneeded and by Chris Lattner · 19 years ago
  13. 564d20c new testcase by Chris Lattner · 19 years ago
  14. 828eedd implement or.ll:test20 by Chris Lattner · 19 years ago
  15. 056ea90 new testcase by Chris Lattner · 19 years ago
  16. d7a10c8 * Order #includes alphabetically * Remove commented-out debug printouts by Misha Brukman · 19 years ago
  17. f4f8599 Remove extra blank line by Misha Brukman · 19 years ago
  18. 827e8f0 * Use consistent spacing for function arguments by Misha Brukman · 19 years ago
  19. 6b8a63a Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 19 years ago
  20. e25bc8c Convert tabs to spaces by Misha Brukman · 19 years ago
  21. 554a4dc new testcase for PR541 by Chris Lattner · 19 years ago
  22. 9e60d8d add support for undef values of opaque type, addressing PR541 by Chris Lattner · 19 years ago
  23. aba5ff5 Add some extra checks. Opaque types don't have a null marker. by Chris Lattner · 19 years ago
  24. fd38787 new testcase by Chris Lattner · 19 years ago
  25. 7ea0ade When hitting an unsupported intrinsic, actually print it by Chris Lattner · 19 years ago
  26. ded10bf ctpop lowering in legalize by Andrew Lenharth · 19 years ago
  27. 3987abd Fix a bug compimling Ruby, fixing this testcase: by Chris Lattner · 19 years ago
  28. ac0630f new testcase for a bug Jim found by Chris Lattner · 19 years ago
  29. b5884d3 fix typo by Andrew Lenharth · 19 years ago
  30. 5900919 Well, add support for ct* for 21264 only. 21164 is broken until expand works. by Andrew Lenharth · 19 years ago
  31. fecf095 Make promoteOp work for CT* by Andrew Lenharth · 19 years ago
  32. 693787a Instcombine: cast (X != 0) to int, cast (X == 1) to int -> X iff X has only the low bit set. by Chris Lattner · 19 years ago
  33. 3a9a770 new testcase by Chris Lattner · 19 years ago
  34. cea6559 Implement the IsDigitOptimization for simplifying calls to the isdigit by Reid Spencer · 19 years ago
  35. 3ec93c5 Make sure both optimization cases get tested. by Reid Spencer · 19 years ago
  36. 57ff221 Add a test case for the IsDigitOptimization class. by Reid Spencer · 19 years ago
  37. e8aebf7 comment fix by Andrew Lenharth · 19 years ago
  38. d3942b4 see if the legalize code propery compensates for the additional zeros introduced by Andrew Lenharth · 19 years ago
  39. 68fb553 Correct the descriptions of WHILE...END and RROT. Thanks to Lalo Martins by Reid Spencer · 19 years ago
  40. 535c619 WHILE does not "pop" a value, it "examines" to top of stack. Make this by Reid Spencer · 19 years ago
  41. 1419711 added a use of ctpop to debug stuff with by Andrew Lenharth · 19 years ago
  42. 7ba1ea5 fixup argument by Andrew Lenharth · 19 years ago
  43. 58b563c * Correct the function prototypes for some of the functions to match the by Reid Spencer · 19 years ago
  44. 0b86148 Minor clean-ups by Misha Brukman · 19 years ago
  45. ec370fd initial descriptions of count intrinsics by Andrew Lenharth · 19 years ago
  46. 691ef2b Implement count leading zeros (ctlz), count trailing zeros (cttz), and count by Andrew Lenharth · 19 years ago
  47. c88e681 Fix this test to succeed even if "strchr" is on a call instruction. by Reid Spencer · 19 years ago
  48. 82be985 Add a test case for SPrintFOptimization. by Reid Spencer · 19 years ago
  49. f166ec6 yea yea yea by Andrew Lenharth · 19 years ago
  50. 30a1f8f note the vararg change, and other stuff by Andrew Lenharth · 19 years ago
  51. 279a7b2 pre add count tests by Andrew Lenharth · 19 years ago
  52. f818cfe fix a bug in the 1 index GEP handling code by Chris Lattner · 19 years ago
  53. 21506ff Implement optimizations for the strchr and llvm.memset library calls. by Reid Spencer · 19 years ago
  54. 34efdf8 Add a test case for StrChrOptimizer for -simplify-libcalls by Reid Spencer · 19 years ago
  55. e7d52b6 Clean up and correct llvmc configurations for C and C++ by Misha Brukman · 19 years ago
  56. 3a98ff8 std::string(NULL) does not a proper constructor make by Misha Brukman · 19 years ago
  57. 38bacf2 add direct support for making GEP instrs with one index by Chris Lattner · 19 years ago
  58. 4c42937 Omit periods at the end of command-line switch explanations for consistency by Misha Brukman · 19 years ago
  59. 3b7c6dc A new test case for the LLVMMemSetOptimization. by Reid Spencer · 19 years ago
  60. a97e8db Use ANSI-approved way of getting the value infinity (otherwise VC++ won't compile it) by Jeff Cohen · 19 years ago
  61. 9974dda Avoid garbage output in the statistics display by ensuring that the by Reid Spencer · 19 years ago
  62. e6ec8cc Add the StrNCmpOptimization which is similar to strcmp. by Reid Spencer · 19 years ago
  63. f31918b Correct the title and the success criteria: strcmp -> strncmp by Reid Spencer · 19 years ago
  64. d2db880 Add a new test case for the StrNCmpOptimization. by Reid Spencer · 19 years ago
  65. a1b4390 Implement the fprintf optimization which converts calls like this: by Reid Spencer · 19 years ago
  66. 6302abe Add a test case for testing the FPrintFOptimization. by Reid Spencer · 19 years ago
  67. 8b9e3e6 fold fp div by 0 to inf, the way gcc does. This is legal according to the FP spec by Andrew Lenharth · 19 years ago
  68. abc73b3 Remove support for 1.0 style varargs by Andrew Lenharth · 19 years ago
  69. fe3706a Fixed a comment. by John Criswell · 19 years ago
  70. 40c9e6b support multiplication by constant negative integers by Duraid Madina · 19 years ago
  71. 4bd708d add support for bools to SELECT, this fixes Prolangs-C/bison from the by Duraid Madina · 19 years ago
  72. a7e302a Mention that arguments to functions must be first class types. by Reid Spencer · 19 years ago
  73. 21d6ff5 Add accessor method, by Tanya Lattner · 19 years ago
  74. 9d6b628 Adding ModuloSched SB. by Tanya Lattner · 19 years ago
  75. 9fb25db Implement getelementptr.ll:test11 by Chris Lattner · 19 years ago
  76. f05fd08 new testcase by Chris Lattner · 19 years ago
  77. 37366c1 Check for volatile loads only once. by Chris Lattner · 19 years ago
  78. 45c2bdd add a new testcase by Chris Lattner · 19 years ago
  79. 874abe5 SMS for superblocks. by Tanya Lattner · 19 years ago
  80. be2b84a Added extra constructor for superblocks. by Tanya Lattner · 19 years ago
  81. c501563 Fixed bug in searchPath function for finding nodes between two recurrences. by Tanya Lattner · 19 years ago
  82. 50d91d7 I was sure I had thought about this and there was a reason it should work. by Andrew Lenharth · 19 years ago
  83. b1beff0 Do not use deprecated APIs by Alkis Evlogimenos · 19 years ago
  84. 63a7513 Fix a comment that stated the wrong thing. by Reid Spencer · 19 years ago
  85. 9c9183a Eliminate some random whitespace by Chris Lattner · 19 years ago
  86. f76e7dc Codegen and legalize sin/cos/llvm.sqrt as FSIN/FCOS/FSQRT calls. This patch by Chris Lattner · 19 years ago
  87. ac766dc add sin/cos tests by Chris Lattner · 19 years ago
  88. 08cae7f Doesn't support these nodes by Chris Lattner · 19 years ago
  89. 17234b7 This target doesn't support the FSIN/FCOS/FSQRT nodes yet by Chris Lattner · 19 years ago
  90. c5dcb53 Add support for FSIN/FCOS when unsafe math ops are enabled. Patch contributed by by Chris Lattner · 19 years ago
  91. 5434b42 Add support for llvm.sqrt and sin/cos if unsafe math optimizations are enabled. by Chris Lattner · 19 years ago
  92. 34f74a6 Expose an option allowing unsafe math optimizations. Patch contributed by by Chris Lattner · 19 years ago
  93. b42a9ff Lower llvm.sqrt -> fsqrt/sqrt by Chris Lattner · 19 years ago
  94. 459ced2 Add a test for llvm.sqrt by Chris Lattner · 19 years ago
  95. eed37ba Add llvm.sqrt intrinsic, patch contributed by Morten Ofstad by Chris Lattner · 19 years ago
  96. 9f56b1f * Don't depend on "guessing" what a FILE* is, just require that the actual by Reid Spencer · 19 years ago
  97. abffafd * Fix signed/unsigned usage problem * Rearrange for readability. by Reid Spencer · 19 years ago
  98. b2ae078 A new test case for the ToAsciiOptimizer. by Reid Spencer · 19 years ago
  99. 926bd0c A new test case for the StrCmpOptimization in -simplify-libcalls. by Reid Spencer · 19 years ago
  100. e589cc4 This is StrCpy, NOT StrCat! by Reid Spencer · 19 years ago