1. 2f2c3e4 New testcase by Chris Lattner · 20 years ago
  2. 87bb7c6 Add note to self to complete the testing of all intrinsic functions as by Reid Spencer · 20 years ago
  3. fd414a2 Don't use the load/store instruction as the source pointer, use the pointer by Chris Lattner · 20 years ago
  4. 0437cdd memoize all nodes, even null Value* nodes. Do not add two token chain outputs by Chris Lattner · 20 years ago
  5. 369e6db wrap long lines by Chris Lattner · 20 years ago
  6. 2bf3c26 Print SrcValue nodes correctly by Chris Lattner · 20 years ago
  7. e3e0f27 Fix X86/2005-05-08-FPStackifierPHI.ll: ugly gross hack. by Chris Lattner · 20 years ago
  8. 49b8b70 New testcase that crashes the pattern isel by Chris Lattner · 20 years ago
  9. cb9048a Preserve CC's when linking modules by Chris Lattner · 20 years ago
  10. f201dbc Preserve calling conventions when doing IPO by Chris Lattner · 20 years ago
  11. c154cef wrap long lines, preserve calling conventions when cloning functions and by Chris Lattner · 20 years ago
  12. 42e3c81 By definition, 'tail' calls cannot access the stack frame of their caller. by Chris Lattner · 20 years ago
  13. 20fad44 New testacse for information exposed by the 'tail' call marker. by Chris Lattner · 20 years ago
  14. 37c121a Verify that varargs functions all have ccc by Chris Lattner · 20 years ago
  15. fb217ad Convert non-address taken functions with C calling conventions to fastcc. by Chris Lattner · 20 years ago
  16. 56c4186 If loopextract breaks the program provide output so that we can repro the by Chris Lattner · 20 years ago
  17. 6d60924 add a testcase for a case we do not handle yet by Chris Lattner · 20 years ago
  18. 44b8c7d Implement Reassociate/mul-neg-add.ll by Chris Lattner · 20 years ago
  19. 22d0631 new testcase by Chris Lattner · 20 years ago
  20. 6f15685 Bail out earlier by Chris Lattner · 20 years ago
  21. f33151a Teach reassociate that 0-X === X*-1 by Chris Lattner · 20 years ago
  22. 4544d02 new testcase by Chris Lattner · 20 years ago
  23. 9c72319 Fix PR557 and basictest[34].ll. by Chris Lattner · 20 years ago
  24. f4946df new testcases for PR557 by Chris Lattner · 20 years ago
  25. c9fd097 Add debugging information by Chris Lattner · 20 years ago
  26. 989f622 eliminate gotos by Chris Lattner · 20 years ago
  27. 1f243e9 Wrap long lines. Fix "warning: conflicting types for built-in function 'memset'" by Chris Lattner · 20 years ago
  28. 109d34d Improve reassociation handling of inverses, implementing inverses.ll. by Chris Lattner · 20 years ago
  29. 1a82ca8 new testcase by Chris Lattner · 20 years ago
  30. 9281282 clean up and modernize this pass. by Chris Lattner · 20 years ago
  31. 120347e Strength reduce SAR into SHR if there is no way sign bits could be shifted by Chris Lattner · 20 years ago
  32. a9c83c7 new testcase by Chris Lattner · 20 years ago
  33. 0939d77 Update my info by Jeff Cohen · 20 years ago
  34. 4690010 Refactor some code by Chris Lattner · 20 years ago
  35. cc8a2b9 Handle some simple cases where we can see that values get annihilated. by Chris Lattner · 20 years ago
  36. f4d4c87 Fix a miscompilation of crafty by clobbering the "A" variable. by Chris Lattner · 20 years ago
  37. cbe92e6 Move licm after reassociate, add some cond-propagate passes by Chris Lattner · 20 years ago
  38. c0649ac Rewrite the guts of the reassociate pass to be more efficient and logical. Instead by Chris Lattner · 20 years ago
  39. 29a5bf5 * Break tests into individual cases so its easier to see what's going on. by Reid Spencer · 20 years ago
  40. 789082a * Add two strlen optimizations: by Reid Spencer · 20 years ago
  41. 673c1a9 Don't increment the counter unless the debug flag is set. by Reid Spencer · 20 years ago
  42. 0975ed5 Convert shifts to muls to assist reassociation. This implements by Chris Lattner · 20 years ago
  43. 5cc924a test that reassociate can handle shifts by Chris Lattner · 20 years ago
  44. 08b4392 Simplify the code and rearrange it. No major functionality changes here. by Chris Lattner · 20 years ago
  45. 39cef60 Silence VC++ warnings about unsafe mixing of ints and bools with the | operator. by Jeff Cohen · 20 years ago
  46. 7939b78 add note about bit builtins newly supported by Chris Lattner · 20 years ago
  47. 8ccdf7b new testcase by Chris Lattner · 20 years ago
  48. cfe6b37 fix bugs in my previous commit clarify the return type of the bit ops by Chris Lattner · 20 years ago
  49. 8cdc5bc add a couple of notes by Chris Lattner · 20 years ago
  50. bad10ee document calling convention extensions by Chris Lattner · 20 years ago
  51. 3f6948d remove some dead (always dynamically false) flags by Chris Lattner · 20 years ago
  52. dee199f encode calling conventions for call/invoke instructions. by Chris Lattner · 20 years ago
  53. 6dc7e68 new testcase by Chris Lattner · 20 years ago
  54. 479ffeb encode function calling convs in the bytecode file. invoke and call are by Chris Lattner · 20 years ago
  55. a8e8f16 parse new calling conv specifiers by Chris Lattner · 20 years ago
  56. 28caccf wrap a longline by Chris Lattner · 20 years ago
  57. d511898 add support for explicit calling conventions by Chris Lattner · 20 years ago
  58. 3340ffe Add support for explicit calling conventions by Chris Lattner · 20 years ago
  59. a62e52a New file by Chris Lattner · 20 years ago
  60. f924a4c use splice instead of remove/insert for a minor speedup by Chris Lattner · 20 years ago
  61. 1f64025 remove some ugly hacks that are no longer needed since andrew removed the by Chris Lattner · 20 years ago
  62. 3799ed8 BAD typeo which caused many testsuite failures last night. Note to self, do by Chris Lattner · 20 years ago
  63. 50a8a17 clean up the CBE output a bit by Chris Lattner · 20 years ago
  64. fe673d9 add tail marker as a comment by Chris Lattner · 20 years ago
  65. a471e04 Make the stub functions be tail calls by Chris Lattner · 20 years ago
  66. a9e9211 Preserve tail marker by Chris Lattner · 20 years ago
  67. 1b49141 Implement Transforms/Inline/inline-tail.ll by Chris Lattner · 20 years ago
  68. 2f4251b Make sure to not accidentally get a bogus tail marker by Chris Lattner · 20 years ago
  69. 1430ef1 preserve the tail marker by Chris Lattner · 20 years ago
  70. cfae2e8 add a default arg by Chris Lattner · 20 years ago
  71. f6b5c1a Don't forget these are calls by Chris Lattner · 20 years ago
  72. c28ade4 lex tail by Chris Lattner · 20 years ago
  73. d100d4c test that tail call survives bytecodification by Chris Lattner · 20 years ago
  74. 38287bd add bytecode reader support for tail calls by Chris Lattner · 20 years ago
  75. 653488d Hilight tail by Chris Lattner · 20 years ago
  76. 47968e4 These are legal for tail calls by Chris Lattner · 20 years ago
  77. ddb6db4 Add a 'tail' marker for call instructions, patch contributed by by Chris Lattner · 20 years ago
  78. 2bff524 Add info on new 'tail' marker by Chris Lattner · 20 years ago
  79. 19bdc03 Wrap long lines by Chris Lattner · 20 years ago
  80. ec710c5 DCE intrinsic instructions without side effects. by Chris Lattner · 20 years ago
  81. 998fffd These intrinsics do not access memory by Chris Lattner · 20 years ago
  82. eabfa47 Teach instcombine propagate zeroness through shl instructions, implementing by Chris Lattner · 20 years ago
  83. 5962b3b new testcases by Chris Lattner · 20 years ago
  84. d7115b0 Implement shift.ll:test23. If we are shifting right then immediately truncating by Chris Lattner · 20 years ago
  85. 1b50d06 new testcase by Chris Lattner · 20 years ago
  86. 7aed7ac Implement xor.ll:test22 by Chris Lattner · 20 years ago
  87. d152380 implement and.ll:test30 and set.ll:test21 by Chris Lattner · 20 years ago
  88. cb94575 new testcase for unneeded and by Chris Lattner · 20 years ago
  89. 564d20c new testcase by Chris Lattner · 20 years ago
  90. 828eedd implement or.ll:test20 by Chris Lattner · 20 years ago
  91. 056ea90 new testcase by Chris Lattner · 20 years ago
  92. d7a10c8 * Order #includes alphabetically * Remove commented-out debug printouts by Misha Brukman · 20 years ago
  93. f4f8599 Remove extra blank line by Misha Brukman · 20 years ago
  94. 827e8f0 * Use consistent spacing for function arguments by Misha Brukman · 20 years ago
  95. 6b8a63a Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 20 years ago
  96. e25bc8c Convert tabs to spaces by Misha Brukman · 20 years ago
  97. 554a4dc new testcase for PR541 by Chris Lattner · 20 years ago
  98. 9e60d8d add support for undef values of opaque type, addressing PR541 by Chris Lattner · 20 years ago
  99. aba5ff5 Add some extra checks. Opaque types don't have a null marker. by Chris Lattner · 20 years ago
  100. fd38787 new testcase by Chris Lattner · 20 years ago