1. dacca35 Take settings of LCC and LCC1XX from configure. by Brian Gaeke · 21 years ago
  2. 9715fcd Clarify comment. by Brian Gaeke · 21 years ago
  3. 7976e97 I'm fairly certain this was just a typo. by Brian Gaeke · 21 years ago
  4. a12c7bb Handle printing of intervals that are not assign to any physical by Alkis Evlogimenos · 21 years ago
  5. a6d8c3f Handle printing of intervals that are not assign to any physical register yet. by Alkis Evlogimenos · 21 years ago
  6. 3b02cbe Fold open interval ends handling into by Alkis Evlogimenos · 21 years ago
  7. 1893a05 Add asserts to previous change. by Alkis Evlogimenos · 21 years ago
  8. f5f1689 Use a list instead of a vector to store intervals. This will be needed by Alkis Evlogimenos · 21 years ago
  9. cbbbdf7 Use the LLVM standard name mangling infrastructure instead of reinventing the by Misha Brukman · 21 years ago
  10. 4a6ca8d This is my script for narrowing down miscompilations to a single file. by Brian Gaeke · 21 years ago
  11. 0baa0af If these blocks are empty, there is no reason to even emit the bytecode blocks. by Chris Lattner · 21 years ago
  12. d5c59d5 Cleanups & efficiency improvements by Chris Lattner · 21 years ago
  13. 6e4afd0 Put stylesheet after the title. by Misha Brukman · 21 years ago
  14. 637cab0 * HTML 4.01 Strict DTD compliance * Added icons to check document easily by Misha Brukman · 21 years ago
  15. 8c202cd The bcwriter does not want ConstantPointerRef's to be indexed, and the asmwriter never did! by Chris Lattner · 21 years ago
  16. 7be08bf ConstantPointerRef's are no longer emitted. This saves 20028 bytes in the by Chris Lattner · 21 years ago
  17. 9336199 Allow bytecode files to refer directly to global values as constants, instead by Chris Lattner · 21 years ago
  18. ff47e7d Fix more breakage with string change. by Chris Lattner · 21 years ago
  19. c540240 * HTML 4.01 Strict DTD compliance by Misha Brukman · 21 years ago
  20. d011a02 Include TargetRegInfo.h and declare SparcTargetMachine forward, to make this by Brian Gaeke · 21 years ago
  21. 0f5918a Make this assertion more self-explanatory. by Brian Gaeke · 21 years ago
  22. 23632f1 Hrm, thanks to misha for paying attention to my foolishness! by Chris Lattner · 21 years ago
  23. e92f205 PR73 is finally fixed by Chris Lattner · 21 years ago
  24. f4c0e7f Fix PR73: bytecode format inconsistent by Chris Lattner · 21 years ago
  25. 44d0eeb Fix PR73 by Chris Lattner · 21 years ago
  26. 570fb1c Fix brokenness in my last checking by Chris Lattner · 21 years ago
  27. f69d76f Remove configure support for endianness checking, the need for which by Brian Gaeke · 21 years ago
  28. 88fc1b0 Remove ENDIAN_* support. LLVM does not need it anymore. by Chris Lattner · 21 years ago
  29. 7969dc2 Change all of the bytecode reader primitives to throw exceptions instead of by Chris Lattner · 21 years ago
  30. c8434e3 Remove the optimization that depends on ENDIAN_LITTLE: it's not worth it. by Chris Lattner · 21 years ago
  31. febdf58 Remove broken doxygen comments by Chris Lattner · 21 years ago
  32. 13fd15c * Conform to HTML 4.01 strict DTD by Misha Brukman · 21 years ago
  33. 5a141db Make the stylesheet conform to CSS standard. by Misha Brukman · 21 years ago
  34. 7851e1b Improve comments, add support for remembering the constants strings that by Chris Lattner · 21 years ago
  35. d924edb add support for -- for symmetry by Chris Lattner · 21 years ago
  36. 83bb3d2 The new bytecode format supports emitting strings a special case. This is by Chris Lattner · 21 years ago
  37. 9e893e8 Version 1.2 now supports encoding strings as a special case, to avoid having by Chris Lattner · 21 years ago
  38. dcea630 When emitting bytecode, handle strings specially. Do not add the characters by Chris Lattner · 21 years ago
  39. 4e86836 Like output_data, it's obvious that input_data was only used with 1 character by Chris Lattner · 21 years ago
  40. 411a9a6 "fix" a nasty race condition by Chris Lattner · 21 years ago
  41. de31b76 Fix some exception safety problems by Chris Lattner · 21 years ago
  42. f907bac Hrm, apparently I missed lowering this intrinsic. :( by Chris Lattner · 21 years ago
  43. 0a3a27b It is obvious that this has never been used for outputing more than a single by Chris Lattner · 21 years ago
  44. 44e3803 Be const correct by Chris Lattner · 21 years ago
  45. 7aa162b Fix bug in previous checkin: Demorgan would be ashamed of me, I need to by Chris Lattner · 21 years ago
  46. 07ad642 Eliminate the isStringCompatible function, using ConstantArray::isString. by Chris Lattner · 21 years ago
  47. aa06d04 Eliminate the isStringCompatible function, using ConstantArray::isString. by Chris Lattner · 21 years ago
  48. e3f84f5 Use new method by Chris Lattner · 21 years ago
  49. 13cfdea Implement ConstantArray::isString by Chris Lattner · 21 years ago
  50. 9b0a5ee Add new ConstantArray::isString(), as the conditions for using getString() by Chris Lattner · 21 years ago
  51. d6942d7 Ok, I can't handle it. This is a temporary checkin of a ton of statistics that by Chris Lattner · 21 years ago
  52. c08912f Remove support for the pre-1.0 bytecode version #1. This will become by Chris Lattner · 21 years ago
  53. d6e40a6 Properly update #intervals statistic. by Alkis Evlogimenos · 21 years ago
  54. f78616b Fix InstCombine/2004-01-13-InstCombineInvokePHI.ll, which also fixes lots by Chris Lattner · 21 years ago
  55. 34562ba Don't pass anything to the IntrinsicLowering class that is not_intrinsic, by Brian Gaeke · 21 years ago
  56. f6e1803 new testcase by Chris Lattner · 21 years ago
  57. c9b0702 Fix check. PHI nodes must be handled specially, of course. by Chris Lattner · 21 years ago
  58. 30768ac Tighten up verifier checks. The result of an invoke instruction only by Chris Lattner · 21 years ago
  59. 0cccb18 Make sure to verify the result before writing out the bytecode file. Not doing by Chris Lattner · 21 years ago
  60. fa76183 finegrainify namespacification by Chris Lattner · 21 years ago
  61. 277bafb Toggle sense of flag by Chris Lattner · 21 years ago
  62. 8ce7501 The only clients of the slot calculator are now the asmwriter and bcwriter. by Chris Lattner · 21 years ago
  63. 9739736 Fix bug in LiveIntervals::Interval::overlaps and by Alkis Evlogimenos · 21 years ago
  64. 5ab2027 Improve debugging output. by Alkis Evlogimenos · 21 years ago
  65. af25473 Fix miscomputation of live intervals. The catch is that registers can by Alkis Evlogimenos · 21 years ago
  66. 048a1d8 You know you like Makefiles with fewer variables. Next up on the victim list by Brian Gaeke · 21 years ago
  67. 1a119e2 Remove allocatable registers vector. It is already provided by LiveVariables. by Alkis Evlogimenos · 21 years ago
  68. a5b5675 Get rid of dead defns of LCC, LCXX, LAS, as per FIXME. by Brian Gaeke · 21 years ago
  69. 844c546 Fix overzealous fixme fixing by Brian Gaeke · 21 years ago
  70. 5c59be9 Remove dead definitions of NATGCC and CP, and dead .tll, .tbc rules. by Brian Gaeke · 21 years ago
  71. a3a6524 Cleanup debugging output. by Alkis Evlogimenos · 21 years ago
  72. 7446dc0 Finegrainify namespacification by Chris Lattner · 21 years ago
  73. 63841bc Fix output of live intervals to show correctly its closed, open by Alkis Evlogimenos · 21 years ago
  74. c55640f Remove unneeded check (with the recent change in live variables a use by Alkis Evlogimenos · 21 years ago
  75. b7be115 Indentation and whitespace cleanups. by Alkis Evlogimenos · 21 years ago
  76. f7df173e Fix bug introduced by previous commit: check if fixed intervals by Alkis Evlogimenos · 21 years ago
  77. f954326 Remove dump-input option. by Brian Gaeke · 21 years ago
  78. 0496a43 Regenerated using autoheader-2.57. by Brian Gaeke · 21 years ago
  79. f292021 Simplify configure rules. (I don't know if anyone else cares...) by Brian Gaeke · 21 years ago
  80. 1281063 Whoopsie. I should remember to use aclocal next time. by Brian Gaeke · 21 years ago
  81. 26be9c5 Remove and/or shorten many comments in configure.ac. by Brian Gaeke · 21 years ago
  82. 19b6486 Correctly compute live variable information for physical registers by Alkis Evlogimenos · 21 years ago
  83. 504e8fb Implement a bunch of symbolic constant folding opportunities. This implements by Chris Lattner · 21 years ago
  84. 75d1412 New testcase for symbolic constant folding opportunities that LLVM should get. by Chris Lattner · 21 years ago
  85. 3a534f2 Implement new Instruction::isRelational method by Chris Lattner · 21 years ago
  86. 925e347 Add new method by Chris Lattner · 21 years ago
  87. eab20b5 Rearrange and comment code better. No functionality changes by Chris Lattner · 21 years ago
  88. cbfd406 Rename ConstantHandling.* -> ConstantFolding.* by Chris Lattner · 21 years ago
  89. 8b0f0cb Remove a whole bunch more ugliness. This is actually getting to the point of by Chris Lattner · 21 years ago
  90. 6b7b91a Move ConstantHandling.h into lib/VMCore and out of include/llvm by Chris Lattner · 21 years ago
  91. 3027538 Move this file to lib/VMCore by Chris Lattner · 21 years ago
  92. 731ba7f Eliminate a lot of out-of-date comments, and all of the wierd overloaded by Chris Lattner · 21 years ago
  93. 4a0ecc8 Eliminate usage of the wierd overloaded operator constant folders by Chris Lattner · 21 years ago
  94. d4403b4 Eliminate ConstantFoldShiftInstruction reference by Chris Lattner · 21 years ago
  95. 67bb760 Remove use of ConstantHandling itf by Chris Lattner · 21 years ago
  96. 7822c2a Clean up #includes by Chris Lattner · 21 years ago
  97. 76f7fe2 Fix bug in previous checkin by Chris Lattner · 21 years ago
  98. 7e20890 The getShift method is no obsolete by Chris Lattner · 21 years ago
  99. 7c4049c Eliminate use of ConstantHandling and ConstantExpr::getShift interfaces by Chris Lattner · 21 years ago
  100. b6ac8bc Add header file I accidentally removed in teh shuffle by Chris Lattner · 21 years ago