1. 30878f4 Make full use of the Mangler interface to simplify code by Chris Lattner · 20 years ago
  2. ea9e005 Sparc don't got not "sqrtl", bum bum bum by Chris Lattner · 20 years ago
  3. bb2aff1 Kill warnings during an optimized compile where assert() disappears. by Misha Brukman · 20 years ago
  4. ddd947f Fix PR312 and IndVarsSimplify/2004-04-05-InvokeCastCrash.llx by Chris Lattner · 20 years ago
  5. 1b151b4 New testcase for PR312 by Chris Lattner · 20 years ago
  6. 548f47e Fix a bug in yesterdays checkins which broke siod. siod is a great testcase! :) by Chris Lattner · 20 years ago
  7. 15a76c0 Fix InstCombine/2004-04-04-InstCombineReplaceAllUsesWith.ll by Chris Lattner · 20 years ago
  8. ec3f8cd New testcase that crashes the instcombine pass. Dominance properties have by Chris Lattner · 20 years ago
  9. ce8492d PR82 is finally fixed! by Chris Lattner · 20 years ago
  10. af48fa8 Minor change by Chris Lattner · 20 years ago
  11. f74d5c7 Update getelementptr instruction description by Chris Lattner · 20 years ago
  12. 28977af Support getelementptr instructions which use uint's to index into structure by Chris Lattner · 20 years ago
  13. 830b6f9 Support getelementptr instructions which use uint's to index into structure by Chris Lattner · 20 years ago
  14. 5fa428f Implement support for a new LLVM 1.3 bytecode format, which uses uint's by Chris Lattner · 20 years ago
  15. 6805612 Be more restrictive with the index types we allow for sequential types by Chris Lattner · 20 years ago
  16. 89c6048 PR305 is now fixed by Chris Lattner · 20 years ago
  17. d144f42 Add ConstantExpr::get(Sign|Zero)Extend methods by Chris Lattner · 20 years ago
  18. 97220b7 In the perhaps not-to-distant future, we might support gep instructions that by Chris Lattner · 20 years ago
  19. 702a8a0 Adjust to new interface by Chris Lattner · 20 years ago
  20. 72e606e Support iteration over constant instructions by Chris Lattner · 20 years ago
  21. c6b0fb3 Adjust to new gep_type_iterator prototypes. by Chris Lattner · 20 years ago
  22. 9dd8770 Remove a bunch of cruft that was used to be backwards compatible with the last by Chris Lattner · 20 years ago
  23. 43cb041 Allow for use of arbitrary iterator types... by Chris Lattner · 20 years ago
  24. 5da8097 Implement test/Regression/Transforms/GCSE/undefined_load.ll by Chris Lattner · 20 years ago
  25. 414294e New testcase by Chris Lattner · 20 years ago
  26. e34c0b4 Add a break in the default case by Chris Lattner · 20 years ago
  27. 8507ecb Add autoconf support for isStandardOutAConsole (). by Brian Gaeke · 20 years ago
  28. 02cef96 Regenerated using autoheader-2.57. by Brian Gaeke · 20 years ago
  29. 9a08b5e Regenerated using autoconf-2.57. by Brian Gaeke · 20 years ago
  30. 8d36db1 check for isatty function by Brian Gaeke · 20 years ago
  31. 04eaef2 Remove obsolete analyses by Chris Lattner · 20 years ago
  32. 9687845 Remove obsolete files by Chris Lattner · 20 years ago
  33. 6c5526e Add support for many of the MRegisterInfo callbacks. by Brian Gaeke · 20 years ago
  34. 8542e08 Add load, store, and NOP instructions. Fix up comments. by Brian Gaeke · 20 years ago
  35. a778ca5 Add support for printing pc-relative displacements of functions (as used in by Brian Gaeke · 20 years ago
  36. f7e44ef Add support for call instructions (0-ary only for now). by Brian Gaeke · 20 years ago
  37. 254bacd cleanup some long-dead code by Chris Lattner · 20 years ago
  38. ec42d98 Ignore configure produced files by Chris Lattner · 20 years ago
  39. 106dc52 Tweak libraries for scev changes by Chris Lattner · 20 years ago
  40. 9187ed5 new testcase by Chris Lattner · 20 years ago
  41. d18d9dc Comment out debugging printouts by Chris Lattner · 20 years ago
  42. 788aed9 New testcases for the indvars pass by Chris Lattner · 20 years ago
  43. 45a0a61 Tweak testcase to work with new indvars pass by Chris Lattner · 20 years ago
  44. 40bf8b4 Rewrite the indvars pass to use the ScalarEvolution analysis. by Chris Lattner · 20 years ago
  45. 53e677a Add a new analysis by Chris Lattner · 20 years ago
  46. 7aa773b Fix the obvious bug in my previous checkin by Chris Lattner · 20 years ago
  47. 147af6b Implement Transforms/SimplifyCFG/return-merge.ll by Chris Lattner · 20 years ago
  48. 512c248 New testcase by Chris Lattner · 20 years ago
  49. bee8a09 Clean up code a bit. by Alkis Evlogimenos · 20 years ago
  50. 79ee87b Only strip symbols if emitting bytecode to the assembly file. by Brian Gaeke · 20 years ago
  51. 142e22a Add support for constant select expressions. Clarify the assertion failure msg. by Brian Gaeke · 20 years ago
  52. fb4b96e Minor speedup by Chris Lattner · 20 years ago
  53. 1a66731 Fix type in comments by Alkis Evlogimenos · 20 years ago
  54. 13ce339 Fix type in instruction builder instantiation by Alkis Evlogimenos · 20 years ago
  55. fdc38c4 Make the verifier API more complete and useful. by Chris Lattner · 20 years ago
  56. 0e4271f Make the verifier API more complete and useful by Chris Lattner · 20 years ago
  57. 8b28b6d Add more ADC and SBB variants by Alkis Evlogimenos · 20 years ago
  58. 02bb481 minor formatting change by Chris Lattner · 20 years ago
  59. 5313f23 Fix two pretty serious bugs: by Chris Lattner · 20 years ago
  60. 87ab7e9 Fix a fairly nasty bug that prevented bugpoint from working quite right when by Chris Lattner · 20 years ago
  61. 58d84ce If the program returns a non-zero exit value, don't leave files laying around by Chris Lattner · 20 years ago
  62. 76351aa Fix wonky header by Chris Lattner · 20 years ago
  63. 909f6cf Add new function by Chris Lattner · 20 years ago
  64. b234d46 Add new function, autoconf support required tho by Chris Lattner · 20 years ago
  65. 56d0f11 Bug fixed by Chris Lattner · 20 years ago
  66. c68bace Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx by Chris Lattner · 20 years ago
  67. 8b8ff16 New testcase for PR310 by Chris Lattner · 20 years ago
  68. 4edf6c0 Remove some assertions that are now bogus with the last patch I put in by Chris Lattner · 20 years ago
  69. 1869a46 Bug fixed by Chris Lattner · 20 years ago
  70. 4f303bd Fix PR306: Loop simplify incorrectly updates dominator information by Chris Lattner · 20 years ago
  71. afd5e2f New testcase for PR306 by Chris Lattner · 20 years ago
  72. c4b611a Fix grammar. by Misha Brukman · 20 years ago
  73. 6683dbf Add support for select constant expressions to the CBE, fixing SIOD by Chris Lattner · 20 years ago
  74. 0526f01 Simplify code by using the more powerful BuildMI forms. by Chris Lattner · 20 years ago
  75. f1ac50e Wrap at 80 cols by Chris Lattner · 20 years ago
  76. 024e91f Allow converting a builder to an iterator by Chris Lattner · 20 years ago
  77. 140385e Tests for fp cmov's that I forgot to check in earlier by Chris Lattner · 20 years ago
  78. 2974b5b Clear out all of the changes. Reset version numbers to 1.3 by Chris Lattner · 20 years ago
  79. da44b15 Add clear() forwarding method. by Brian Gaeke · 20 years ago
  80. 68626c2 Generate slightly smaller code, "test R, R" instead of "cmp R, 0" by Chris Lattner · 20 years ago
  81. 08bde18 The X86 backend no longer needs the select lowering pass. by Chris Lattner · 20 years ago
  82. 352eb48 Codegen FP select instructions into X86 conditional moves. Annoyingly enough by Chris Lattner · 20 years ago
  83. c1bab32 Add support for floating point conditional move instructions by Chris Lattner · 20 years ago
  84. 30b2f72 Add support for FP cmoves by Chris Lattner · 20 years ago
  85. 1c54a85 Add FP conditional move instructions, which annoyingly have special properties by Chris Lattner · 20 years ago
  86. 0e28eca Add warning by Chris Lattner · 20 years ago
  87. b4186e0 MBB::remove should not modify the iterator passed in by Chris Lattner · 20 years ago
  88. 4f6410f MachineBasicBlock::remove should not modify the iterator passed in by Chris Lattner · 20 years ago
  89. 0c58897 Improve description, add warning by Chris Lattner · 20 years ago
  90. 83706a5 MachineBasicBlock::remove should not change the iterator passed into it by Chris Lattner · 20 years ago
  91. 368c5da Factor out getStaticStackSize from InsertPrologCode(), so that I can more by Brian Gaeke · 20 years ago
  92. 60d6e54 Use the true, decoded name of the archive member in getObjectType. by Brian Gaeke · 20 years ago
  93. 91ef460 Avoid TRUE and FALSE which apparently conflict with some macros on OSX by Chris Lattner · 20 years ago
  94. 1438102 Fix linking of constant expr casts due to type resolution changes. With by Chris Lattner · 20 years ago
  95. 4b2f08a Add support for constant expr casts by Chris Lattner · 20 years ago
  96. 1e490ba Add support for reading constantexpr select instructions by Chris Lattner · 20 years ago
  97. 92e8422 Fix a latent bug in select constantexpr handling that was broke 253.perlbmk by Chris Lattner · 20 years ago
  98. a8db01a Correctly update LiveVariables when an instruction changes by Alkis Evlogimenos · 20 years ago
  99. 307ecba Fold comparisons into select instructions, making much better code and by Chris Lattner · 20 years ago
  100. dd285ea Test folding comparisons into select instructions by Chris Lattner · 20 years ago