1. de31b76 Fix some exception safety problems by Chris Lattner · 22 years ago
  2. f907bac Hrm, apparently I missed lowering this intrinsic. :( by Chris Lattner · 22 years ago
  3. 0a3a27b It is obvious that this has never been used for outputing more than a single by Chris Lattner · 22 years ago
  4. 44e3803 Be const correct by Chris Lattner · 22 years ago
  5. 7aa162b Fix bug in previous checkin: Demorgan would be ashamed of me, I need to by Chris Lattner · 22 years ago
  6. 07ad642 Eliminate the isStringCompatible function, using ConstantArray::isString. by Chris Lattner · 22 years ago
  7. aa06d04 Eliminate the isStringCompatible function, using ConstantArray::isString. by Chris Lattner · 22 years ago
  8. e3f84f5 Use new method by Chris Lattner · 22 years ago
  9. 13cfdea Implement ConstantArray::isString by Chris Lattner · 22 years ago
  10. d6942d7 Ok, I can't handle it. This is a temporary checkin of a ton of statistics that by Chris Lattner · 22 years ago
  11. c08912f Remove support for the pre-1.0 bytecode version #1. This will become by Chris Lattner · 22 years ago
  12. d6e40a6 Properly update #intervals statistic. by Alkis Evlogimenos · 22 years ago
  13. f78616b Fix InstCombine/2004-01-13-InstCombineInvokePHI.ll, which also fixes lots by Chris Lattner · 22 years ago
  14. 34562ba Don't pass anything to the IntrinsicLowering class that is not_intrinsic, by Brian Gaeke · 22 years ago
  15. c9b0702 Fix check. PHI nodes must be handled specially, of course. by Chris Lattner · 22 years ago
  16. 30768ac Tighten up verifier checks. The result of an invoke instruction only by Chris Lattner · 22 years ago
  17. 277bafb Toggle sense of flag by Chris Lattner · 22 years ago
  18. 8ce7501 The only clients of the slot calculator are now the asmwriter and bcwriter. by Chris Lattner · 22 years ago
  19. 9739736 Fix bug in LiveIntervals::Interval::overlaps and by Alkis Evlogimenos · 22 years ago
  20. 5ab2027 Improve debugging output. by Alkis Evlogimenos · 22 years ago
  21. af25473 Fix miscomputation of live intervals. The catch is that registers can by Alkis Evlogimenos · 22 years ago
  22. 1a119e2 Remove allocatable registers vector. It is already provided by LiveVariables. by Alkis Evlogimenos · 22 years ago
  23. a3a6524 Cleanup debugging output. by Alkis Evlogimenos · 22 years ago
  24. 7446dc0 Finegrainify namespacification by Chris Lattner · 22 years ago
  25. 63841bc Fix output of live intervals to show correctly its closed, open by Alkis Evlogimenos · 22 years ago
  26. c55640f Remove unneeded check (with the recent change in live variables a use by Alkis Evlogimenos · 22 years ago
  27. b7be115 Indentation and whitespace cleanups. by Alkis Evlogimenos · 22 years ago
  28. f7df173e Fix bug introduced by previous commit: check if fixed intervals by Alkis Evlogimenos · 22 years ago
  29. f954326 Remove dump-input option. by Brian Gaeke · 22 years ago
  30. 19b6486 Correctly compute live variable information for physical registers by Alkis Evlogimenos · 22 years ago
  31. 504e8fb Implement a bunch of symbolic constant folding opportunities. This implements by Chris Lattner · 22 years ago
  32. 3a534f2 Implement new Instruction::isRelational method by Chris Lattner · 22 years ago
  33. eab20b5 Rearrange and comment code better. No functionality changes by Chris Lattner · 22 years ago
  34. cbfd406 Rename ConstantHandling.* -> ConstantFolding.* by Chris Lattner · 22 years ago
  35. 8b0f0cb Remove a whole bunch more ugliness. This is actually getting to the point of by Chris Lattner · 22 years ago
  36. 6b7b91a Move ConstantHandling.h into lib/VMCore and out of include/llvm by Chris Lattner · 22 years ago
  37. 731ba7f Eliminate a lot of out-of-date comments, and all of the wierd overloaded by Chris Lattner · 22 years ago
  38. 4a0ecc8 Eliminate usage of the wierd overloaded operator constant folders by Chris Lattner · 22 years ago
  39. d4403b4 Eliminate ConstantFoldShiftInstruction reference by Chris Lattner · 22 years ago
  40. 67bb760 Remove use of ConstantHandling itf by Chris Lattner · 22 years ago
  41. 7822c2a Clean up #includes by Chris Lattner · 22 years ago
  42. 76f7fe2 Fix bug in previous checkin by Chris Lattner · 22 years ago
  43. 7c4049c Eliminate use of ConstantHandling and ConstantExpr::getShift interfaces by Chris Lattner · 22 years ago
  44. b6ac8bc Add header file I accidentally removed in teh shuffle by Chris Lattner · 22 years ago
  45. 69b9e89 Fix out of date comment, remove use of ConstantExpr::getShift by Chris Lattner · 22 years ago
  46. 5585b33 Remove use of the ConstantHandling interfaces by Chris Lattner · 22 years ago
  47. c6646eb Remove use of ConstantExpr::getShift by Chris Lattner · 22 years ago
  48. b16689b Don't use ConstantExpr::getShift anymore by Chris Lattner · 22 years ago
  49. 3edd397 Make ConstantExpr::get work for shifts as well by Chris Lattner · 22 years ago
  50. 81ebc30 Remove use of ConstantHandling by Chris Lattner · 22 years ago
  51. e5d4f1b Remove unneeded #include by Chris Lattner · 22 years ago
  52. c4a1509 Move prototype of llvm::ConstantFoldInstruction by Chris Lattner · 22 years ago
  53. 8f90b00 Move llvm::ConstantFoldInstruction from VMCore to here, next to ConstantFoldTerminator by Chris Lattner · 22 years ago
  54. 28aabc3 Move llvm::ConstantFoldInstruction from here to Transforms/Utils by Chris Lattner · 22 years ago
  55. ccd3a87 Remove uses of ConstantHandling itf by Chris Lattner · 22 years ago
  56. d4d4ab5 Eliminate use of ConstantHandling itf by Chris Lattner · 22 years ago
  57. e902863 Remove use of ConstantHandling itf by Chris Lattner · 22 years ago
  58. 6eb88d4 Eliminate use of ConstantHandling itf by Chris Lattner · 22 years ago
  59. b7a5d3e Use constantexprs for casts. Eliminate use of the ConstantHandling interfaces by Chris Lattner · 22 years ago
  60. 8483164 Fix fairly severe bug in my last checking where we treated all unfoldable by Chris Lattner · 22 years ago
  61. f998a7e Output mov %REG = 0 instead of xor %REG, %REG, %REG to clear a by Alkis Evlogimenos · 22 years ago
  62. c6a4d6a * Implement minor performance optimization for the getelementptr case by Chris Lattner · 22 years ago
  63. 5f16a13 Do not hack on volatile loads. I'm not sure what the point of a volatile load by Chris Lattner · 22 years ago
  64. 1daee8b Implement SCCP/phitest.ll by Chris Lattner · 22 years ago
  65. 2d11f16 Implement Transforms/ScalarRepl/phinodepromote.ll, which is an important by Chris Lattner · 22 years ago
  66. 952454d Implement: Assembler/2004-01-11-getelementptrfolding.llx by Chris Lattner · 22 years ago
  67. 92fa44c Urg, remove testing code. by Chris Lattner · 22 years ago
  68. 9380297 Fix a regression that I introduced yesterday. :( by Chris Lattner · 22 years ago
  69. b08bdc4 Make LiveVariables::HandlePhysRegUse and by Alkis Evlogimenos · 22 years ago
  70. a14b0d4 Check in two changes: by Chris Lattner · 22 years ago
  71. 91d7efb Hrm, another minor cleanup, which I missed before by Chris Lattner · 22 years ago
  72. 9a08179 Minor cleanup by Chris Lattner · 22 years ago
  73. 2cacc0a Update obsolete comments by Chris Lattner · 22 years ago
  74. 737d3cd Do not bother to emit a BytecodeBlock for an empty symbol table. This commonly by Chris Lattner · 22 years ago
  75. ae7fc3a Remove use of llvm/CodeGen/InstrSelection.h by Chris Lattner · 22 years ago
  76. 74b1f45 Remove config wrapper around <cerrno> by Chris Lattner · 22 years ago
  77. 32abce6 Err, we don't need Config/*.h files for things that are standard C++ by Chris Lattner · 22 years ago
  78. 1499934 minor comment tweaks by Chris Lattner · 22 years ago
  79. 3446ae8 * finegrainify namespacification of ArchiveReader.cpp by Chris Lattner · 22 years ago
  80. 4443019 Refactor writer stuff out of include/llvm/Bytecode/Primitives.h. This is by Chris Lattner · 22 years ago
  81. 44f549b Finegrainify namespacification by Chris Lattner · 22 years ago
  82. b3da2fd Live var is now in lib/Target/Sparc by Chris Lattner · 22 years ago
  83. 12023d6 Move sparc-specific code into lib/Target/Sparc by Chris Lattner · 22 years ago
  84. 9982e21 Move sparc-specific livevar code into lib/Target/Sparc by Chris Lattner · 22 years ago
  85. 1d415a9 Fix more incestuous #includage. by Chris Lattner · 22 years ago
  86. d5da197 Finegrainify namespacification. by Chris Lattner · 22 years ago
  87. 2abcf52 Move InstrSelection into lib/Target/Sparc, as it's sparc specific by Chris Lattner · 22 years ago
  88. 46de01e Move InstrSelection into lib/Target/Sparc, as it's sparc specific. This by Chris Lattner · 22 years ago
  89. 75e2609 Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specific by Chris Lattner · 22 years ago
  90. f7703df Finegrainify namespacification by Chris Lattner · 22 years ago
  91. 21949d9 Remove dependence on structure index type. s/MT/FT by Chris Lattner · 22 years ago
  92. d745602 Finegrainify namespacification by Chris Lattner · 22 years ago
  93. 559d519 Finegrainify namespacification add flags for PR82 by Chris Lattner · 22 years ago
  94. 63a917b Inching towards fixing PR82 by Chris Lattner · 22 years ago
  95. 258b537 Inching our way towards fixing PR82 by Chris Lattner · 22 years ago
  96. 329c1c6 Improve encapsulation in the Loop and LoopInfo classes by eliminating the by Chris Lattner · 22 years ago
  97. 7d629b5 Add a separate list of fixed intervals. This improves the running time by Alkis Evlogimenos · 22 years ago
  98. 1283d86 Minor cleanups. by Alkis Evlogimenos · 22 years ago
  99. 75ca6a3 Remove declared but undefined method. by Alkis Evlogimenos · 22 years ago
  100. 80b378c Change implementation of LiveIntervals::overlap(). This results in a by Alkis Evlogimenos · 22 years ago