1. a778ca5 Add support for printing pc-relative displacements of functions (as used in by Brian Gaeke · 21 years ago
  2. f7e44ef Add support for call instructions (0-ary only for now). by Brian Gaeke · 21 years ago
  3. 254bacd cleanup some long-dead code by Chris Lattner · 21 years ago
  4. ec42d98 Ignore configure produced files by Chris Lattner · 21 years ago
  5. 106dc52 Tweak libraries for scev changes by Chris Lattner · 21 years ago
  6. 9187ed5 new testcase by Chris Lattner · 21 years ago
  7. d18d9dc Comment out debugging printouts by Chris Lattner · 21 years ago
  8. 788aed9 New testcases for the indvars pass by Chris Lattner · 21 years ago
  9. 45a0a61 Tweak testcase to work with new indvars pass by Chris Lattner · 21 years ago
  10. 40bf8b4 Rewrite the indvars pass to use the ScalarEvolution analysis. by Chris Lattner · 21 years ago
  11. 53e677a Add a new analysis by Chris Lattner · 21 years ago
  12. 7aa773b Fix the obvious bug in my previous checkin by Chris Lattner · 21 years ago
  13. 147af6b Implement Transforms/SimplifyCFG/return-merge.ll by Chris Lattner · 21 years ago
  14. 512c248 New testcase by Chris Lattner · 21 years ago
  15. bee8a09 Clean up code a bit. by Alkis Evlogimenos · 21 years ago
  16. 79ee87b Only strip symbols if emitting bytecode to the assembly file. by Brian Gaeke · 21 years ago
  17. 142e22a Add support for constant select expressions. Clarify the assertion failure msg. by Brian Gaeke · 21 years ago
  18. fb4b96e Minor speedup by Chris Lattner · 21 years ago
  19. 1a66731 Fix type in comments by Alkis Evlogimenos · 21 years ago
  20. 13ce339 Fix type in instruction builder instantiation by Alkis Evlogimenos · 21 years ago
  21. fdc38c4 Make the verifier API more complete and useful. by Chris Lattner · 21 years ago
  22. 0e4271f Make the verifier API more complete and useful by Chris Lattner · 21 years ago
  23. 8b28b6d Add more ADC and SBB variants by Alkis Evlogimenos · 21 years ago
  24. 02bb481 minor formatting change by Chris Lattner · 21 years ago
  25. 5313f23 Fix two pretty serious bugs: by Chris Lattner · 21 years ago
  26. 87ab7e9 Fix a fairly nasty bug that prevented bugpoint from working quite right when by Chris Lattner · 21 years ago
  27. 58d84ce If the program returns a non-zero exit value, don't leave files laying around by Chris Lattner · 21 years ago
  28. 76351aa Fix wonky header by Chris Lattner · 21 years ago
  29. 909f6cf Add new function by Chris Lattner · 21 years ago
  30. b234d46 Add new function, autoconf support required tho by Chris Lattner · 21 years ago
  31. 56d0f11 Bug fixed by Chris Lattner · 21 years ago
  32. c68bace Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx by Chris Lattner · 21 years ago
  33. 8b8ff16 New testcase for PR310 by Chris Lattner · 21 years ago
  34. 4edf6c0 Remove some assertions that are now bogus with the last patch I put in by Chris Lattner · 21 years ago
  35. 1869a46 Bug fixed by Chris Lattner · 21 years ago
  36. 4f303bd Fix PR306: Loop simplify incorrectly updates dominator information by Chris Lattner · 21 years ago
  37. afd5e2f New testcase for PR306 by Chris Lattner · 21 years ago
  38. c4b611a Fix grammar. by Misha Brukman · 21 years ago
  39. 6683dbf Add support for select constant expressions to the CBE, fixing SIOD by Chris Lattner · 21 years ago
  40. 0526f01 Simplify code by using the more powerful BuildMI forms. by Chris Lattner · 21 years ago
  41. f1ac50e Wrap at 80 cols by Chris Lattner · 21 years ago
  42. 024e91f Allow converting a builder to an iterator by Chris Lattner · 21 years ago
  43. 140385e Tests for fp cmov's that I forgot to check in earlier by Chris Lattner · 21 years ago
  44. 2974b5b Clear out all of the changes. Reset version numbers to 1.3 by Chris Lattner · 21 years ago
  45. da44b15 Add clear() forwarding method. by Brian Gaeke · 21 years ago
  46. 68626c2 Generate slightly smaller code, "test R, R" instead of "cmp R, 0" by Chris Lattner · 21 years ago
  47. 08bde18 The X86 backend no longer needs the select lowering pass. by Chris Lattner · 21 years ago
  48. 352eb48 Codegen FP select instructions into X86 conditional moves. Annoyingly enough by Chris Lattner · 21 years ago
  49. c1bab32 Add support for floating point conditional move instructions by Chris Lattner · 21 years ago
  50. 30b2f72 Add support for FP cmoves by Chris Lattner · 21 years ago
  51. 1c54a85 Add FP conditional move instructions, which annoyingly have special properties by Chris Lattner · 21 years ago
  52. 0e28eca Add warning by Chris Lattner · 21 years ago
  53. b4186e0 MBB::remove should not modify the iterator passed in by Chris Lattner · 21 years ago
  54. 4f6410f MachineBasicBlock::remove should not modify the iterator passed in by Chris Lattner · 21 years ago
  55. 0c58897 Improve description, add warning by Chris Lattner · 21 years ago
  56. 83706a5 MachineBasicBlock::remove should not change the iterator passed into it by Chris Lattner · 21 years ago
  57. 368c5da Factor out getStaticStackSize from InsertPrologCode(), so that I can more by Brian Gaeke · 21 years ago
  58. 60d6e54 Use the true, decoded name of the archive member in getObjectType. by Brian Gaeke · 21 years ago
  59. 91ef460 Avoid TRUE and FALSE which apparently conflict with some macros on OSX by Chris Lattner · 21 years ago
  60. 1438102 Fix linking of constant expr casts due to type resolution changes. With by Chris Lattner · 21 years ago
  61. 4b2f08a Add support for constant expr casts by Chris Lattner · 21 years ago
  62. 1e490ba Add support for reading constantexpr select instructions by Chris Lattner · 21 years ago
  63. 92e8422 Fix a latent bug in select constantexpr handling that was broke 253.perlbmk by Chris Lattner · 21 years ago
  64. a8db01a Correctly update LiveVariables when an instruction changes by Alkis Evlogimenos · 21 years ago
  65. 307ecba Fold comparisons into select instructions, making much better code and by Chris Lattner · 21 years ago
  66. dd285ea Test folding comparisons into select instructions by Chris Lattner · 21 years ago
  67. 5192676 New testcase. This now codegens to: by Chris Lattner · 21 years ago
  68. 87d3bb5 Implement spill code folding for all of the conditional move instructions by Chris Lattner · 21 years ago
  69. 12d96a0 Add direct support for integer select instructions, though we still don't support by Chris Lattner · 21 years ago
  70. 3b68c20 New testcase for select instructions by Chris Lattner · 21 years ago
  71. bc280ab Fix bug: Assembler/2004-03-30-UnclosedFunctionCrash.llx by Chris Lattner · 21 years ago
  72. 982b279 New testcase that crashes the assembler by Chris Lattner · 21 years ago
  73. a5cdab7 Fix some serious bugs in the cmov descriptions, which didn't cause a problem because by Chris Lattner · 21 years ago
  74. 87fa610 Start cleaning up this pass so that I can debug it. by Brian Gaeke · 21 years ago
  75. 4971b72 Oops, actually USE the previously computed value by Chris Lattner · 21 years ago
  76. 5dd784a Test general value/value selection which we can do now that we use the by Chris Lattner · 21 years ago
  77. 552112f Now that all the code generators support the select instruction, and the instcombine by Chris Lattner · 21 years ago
  78. c32b30a Implement select.ll:test[3-6] by Chris Lattner · 21 years ago
  79. 6d09968 Add some testcases for select simplification by Chris Lattner · 21 years ago
  80. 6f2ab04 Fix a fairly major performance problem. If a PHI node had a constant as by Chris Lattner · 21 years ago
  81. 5abd61f Add the select lowering pass to get initial support for select instructions by Chris Lattner · 21 years ago
  82. 18bdbc3 Add a simple select instruction lowering pass by Chris Lattner · 21 years ago
  83. fc33d30 Add some new methods by Chris Lattner · 21 years ago
  84. eb8863d Don't warn about a null live range if the Value is a ConstantIntegral. by Brian Gaeke · 21 years ago
  85. 47b7164 Change how the beginnings and ends of MachineFunctions are printed. Get by Brian Gaeke · 21 years ago
  86. db81395 Adjust to new itf by Chris Lattner · 21 years ago
  87. 62fe9b5 Relax the interface a bit by Chris Lattner · 21 years ago
  88. d179961 Merged in RELEASE_12. by John Criswell · 21 years ago
  89. 8130a38 Merged in RELEASE_12. This fixes the zlib linking problems. by John Criswell · 21 years ago
  90. d25e3ec Handle -0.0 correctly by Chris Lattner · 21 years ago
  91. c50bbc9 Add a faq entry by Chris Lattner · 21 years ago
  92. 4dcb540 Add a bunch of methods that should have been added a long time ago. by Chris Lattner · 21 years ago
  93. 944cfaf Add another check by Chris Lattner · 21 years ago
  94. e83593b Fix an assertion Contributed by Reid Spencer by Chris Lattner · 21 years ago
  95. 11cad51 Make error message a bit nicer. Contributed by Reid Spencer by Chris Lattner · 21 years ago
  96. e3651f0 Add two methods which have been needed for a long time: Type::get(Un)signedVersion by Chris Lattner · 21 years ago
  97. 40bdfe55 Make sure to get the headers from zlib correctly by Chris Lattner · 21 years ago
  98. 4df1b8a X % -1 == X % 1 == 0 by Chris Lattner · 21 years ago
  99. ebd985c Two changes: by Chris Lattner · 21 years ago
  100. f6e5941 New testcase by Chris Lattner · 21 years ago