1. b6d465f Finegrainify namespacification by Chris Lattner · 22 years ago
  2. 721b4e5 I wonder how this didn't cause any tests to fail... by Alkis Evlogimenos · 22 years ago
  3. 4d7af65 Change interface of MachineOperand as follows: by Alkis Evlogimenos · 22 years ago
  4. 97323a4 Change preserve all claim to just preserve live variables and phielimination. by Alkis Evlogimenos · 22 years ago
  5. b40efb3 Rev the release notes to 1.2 by Chris Lattner · 22 years ago
  6. 00ad4a2 Do not promote volatile alias sets into registers by Chris Lattner · 22 years ago
  7. e260924 Finegrainify namespacification by Chris Lattner · 22 years ago
  8. bb8f476 Add capability to represent volatile AliasSet's by Chris Lattner · 22 years ago
  9. 15beaf7 Testcase for PR179 by Chris Lattner · 22 years ago
  10. 94743e4 When reserving a preallocated register spill the aliases of this register too. by Alkis Evlogimenos · 22 years ago
  11. 4c214d2 Ignore non-allocatable physical registers in live interval analysis. by Alkis Evlogimenos · 22 years ago
  12. 7d65a12 Expire any active intervals left when register allocation is done. by Alkis Evlogimenos · 22 years ago
  13. f6e610c Add instruction numbers to debugging output. by Alkis Evlogimenos · 22 years ago
  14. 359b65f Add a floating point killer pass. This pass runs before register by Alkis Evlogimenos · 22 years ago
  15. 9435eda Handle explicit physical register defs. by Alkis Evlogimenos · 22 years ago
  16. efe995a Remove unecessary if statements when looping on ImplicitDefs. by Alkis Evlogimenos · 22 years ago
  17. 1124e2c Try rewording stuff talking about unwinding. Hopefully it will make llvm sound less bad, and still make John happy. :) by Chris Lattner · 22 years ago
  18. 5eccca4 Link to lists, incorporate feedback from Tanya by Chris Lattner · 22 years ago
  19. 2f2741b Updated configure script so that it does not configure llvm/project by John Criswell · 22 years ago
  20. 9493c97 Don't configure directories that don't have a configure script (i.e Stacker). by John Criswell · 22 years ago
  21. 52b62de Modified cast so that it converts the int to a long before casting to by John Criswell · 22 years ago
  22. bb1bad5 Fixed some minor typos. by John Criswell · 22 years ago
  23. 6c9d582 Dynamically get the right-sized member of a GenericValue to hold a size_t, and by Brian Gaeke · 22 years ago
  24. 8b644f9 PR177 is no longer among the open by Chris Lattner · 22 years ago
  25. 993bdce Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding the by Chris Lattner · 22 years ago
  26. 65b05ce Implement the TargetMachine::getJITStubForFunction method for X86, finegrainify by Chris Lattner · 22 years ago
  27. 459ccab Add new getJITStubForFunction method, which may optionally be implemented by by Chris Lattner · 22 years ago
  28. 895be4b Doxygenify comments, remove extraneous #include by Chris Lattner · 22 years ago
  29. 8c1237e Note about bytecode format by Chris Lattner · 22 years ago
  30. 2798cd0 Since we are using a gep_type_iterator, we apparently must get the type by Brian Gaeke · 22 years ago
  31. 246372f Use uintptr_t for pointer values in the ExecutionEngine. by Brian Gaeke · 22 years ago
  32. 92c59d6 Fix typo in comment by Brian Gaeke · 22 years ago
  33. 97e4acd These aren't bugs, don't phrase them like they are. by Chris Lattner · 22 years ago
  34. 287c9e6 I'm a spaz by Chris Lattner · 22 years ago
  35. 3b368c7 Add note about Stacker, duh! by Chris Lattner · 22 years ago
  36. c4b7bee Break lines and add space after ':' to be consistent in layout. by Misha Brukman · 22 years ago
  37. 9e84809 More updates for the release by Chris Lattner · 22 years ago
  38. 27b40bc Throw better error messages, by calling strerror(errno) when we by Brian Gaeke · 22 years ago
  39. 3f6e798 Add an assertion to make sure we are at least getting argv[0] right. by Brian Gaeke · 22 years ago
  40. 2d9d4e7 Update release notes for PR86 and C++ support by Chris Lattner · 22 years ago
  41. 4a83088 Factor out some duplicated code, implement the rest of the cases in by Chris Lattner · 22 years ago
  42. de454ff Rename variable to avoid confusing it with the global G by Chris Lattner · 22 years ago
  43. b307c88 Fix PR86. This makes basicaa _SIGNIFICANLY_ more aggressive with getelementptr's by Chris Lattner · 22 years ago
  44. ea9403f Fix LICM/2003-12-11-SinkingToPHI.ll, and quite possibly all of the other known problems in the universe. by Chris Lattner · 22 years ago
  45. 0ac4d92 New testcase that LICM is breaking crafty on by Chris Lattner · 22 years ago
  46. 1ca2a58 Finegrainify namespacification Add new -print-cfg-only pass by Chris Lattner · 22 years ago
  47. 1301515 verifyFunction depends on dominator info, which levelraise does not declare by Chris Lattner · 22 years ago
  48. 258f49c Fix test that was failing because we were optimizing the program better than expected :) by Chris Lattner · 22 years ago
  49. 5211296 New testcase for PR86 by Chris Lattner · 22 years ago
  50. ca6cc6f Run tailcall elimination in a more logical place by Chris Lattner · 22 years ago
  51. c54735e Fix a glaring bug by Chris Lattner · 22 years ago
  52. 88d3e03 Realize the gep P, <zeros> must aliases P. This is a partial fix for PR 86 by Chris Lattner · 22 years ago
  53. 8639145 With Brian's change to AA.h we can now clean out this uglyness by Chris Lattner · 22 years ago
  54. 8e32f5e IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.h by Brian Gaeke · 22 years ago
  55. fc188b9 IncludeFile hack to pull in BasicAliasAnalysis whenever AliasAnalysis.h by Brian Gaeke · 22 years ago
  56. f19ae4c Separate out target for cleaning up qmtest garbage. by Brian Gaeke · 22 years ago
  57. a6ffa54 Add more fixed bugs. Keep llvm core section sorted by pr#. (Is that ok?) by Brian Gaeke · 22 years ago
  58. 7538469 Stop laughing Misha by Chris Lattner · 22 years ago
  59. 3c09636 In getObjectType(), doxygenify comment, and take a pointer to the by Brian Gaeke · 22 years ago
  60. 27f7a71 Turn off "attribute weak" to pacify Mac OS X's system compiler, which prints a by Brian Gaeke · 22 years ago
  61. dfa5849 Fix typo in comment. Add prototype for getConstantExprValue(). by Brian Gaeke · 22 years ago
  62. 63438cc Add support for --debug-only=interpreter, to print out instrs before by Brian Gaeke · 22 years ago
  63. f5ba89d This appears to fix Bug 172 and does not break any other feature tests or by John Criswell · 22 years ago
  64. 7d3ced9 Fix bug: LICM/sink_multiple_exits.ll by Chris Lattner · 22 years ago
  65. df45bd3 Don't allow dead instructions to stop sinking early. by Chris Lattner · 22 years ago
  66. 88369d2 Fix bug: IndVarsSimplify/2003-12-10-RemoveInstrCrash.llx by Chris Lattner · 22 years ago
  67. da7d069 A new testcase, reduced by bugpoint by Chris Lattner · 22 years ago
  68. dead993 Finegrainify namespacification Fix bug: LowerInvoke/2003-12-10-Crash.llx by Chris Lattner · 22 years ago
  69. 7d10417 new testcase by Chris Lattner · 22 years ago
  70. 2998d3f Fixed a comma error. by John Criswell · 22 years ago
  71. 265f0ec Support 'make install' for LLVM include files. by Brian Gaeke · 22 years ago
  72. 0284a42 Upon Chris's suggestion, moved the #ifdef's to the generated C code. by John Criswell · 22 years ago
  73. ba4f3f6 Finegrainify namespacification by Chris Lattner · 22 years ago
  74. 01b2d61 Fixed the CBE on Solaris/Sparc. We need to define the return value of by John Criswell · 22 years ago
  75. 7277826 New testcase by Chris Lattner · 22 years ago
  76. 66ea98e Finegrainify namespacification by Chris Lattner · 22 years ago
  77. baf9d2e New testcase which caused a bunch of tests to break last night with more by Chris Lattner · 22 years ago
  78. e3cfe8d Simplify code by Chris Lattner · 22 years ago
  79. f594a03 Avoid performing two identical lookups when one will suffice by Chris Lattner · 22 years ago
  80. 0ed2da9 Make LICM itself a bit more efficient, and make the generated code more efficient too: don't insert a store in every exit block, because a particular block may be exited to more than once by a loop by Chris Lattner · 22 years ago
  81. 5be28c5 Removed the pthread_once() function because it doesn't actually do by John Criswell · 22 years ago
  82. 381bf79 Finegrainify namespacification by Chris Lattner · 22 years ago
  83. 9a4f8ef Finegrainify namespacification Provide a context module to WriteAsOperand by Chris Lattner · 22 years ago
  84. a84962c Added the --host= option to the Sparc configuration directions. by John Criswell · 22 years ago
  85. 61eae03 Dummy implementation of the pthread library. by John Criswell · 22 years ago
  86. b592fc2 Make 'opt -o -' work correctly instead of creating a file named './-' by Chris Lattner · 22 years ago
  87. a270651 Implement instruction sinking out of loops. This still can do a little bit by Chris Lattner · 22 years ago
  88. 94046b2 new testcase, checking to ensure we handle yet-another spiffy case correctly by Chris Lattner · 22 years ago
  89. 47c1b6d Don't assume that system headers define 'uint' or 'ulong' as types. by Brian Gaeke · 22 years ago
  90. c745b49 Fix apparent copy-and-paste-o. by Brian Gaeke · 22 years ago
  91. 44909cf Add support for installing tool executables. by Brian Gaeke · 22 years ago
  92. 5339ada Add installation directories and commands, standardly provided by configure. by Brian Gaeke · 22 years ago
  93. a8d9c83 Yet another hard testcase by Chris Lattner · 22 years ago
  94. 010ba10 Do not insert one entry PHI nodes in split exit blocks! by Chris Lattner · 22 years ago
  95. 73d8d55 Check in the llvm-native-gcc script, which I use in the process of by Brian Gaeke · 22 years ago
  96. d0069a0 Add a new testcase which breaks the sinker because the loop canonnicalization by Chris Lattner · 22 years ago
  97. caef3cc Fix buggy test by Chris Lattner · 22 years ago
  98. 87d9e69 New testcase for sinking operations from loops with multiple exits by Chris Lattner · 22 years ago
  99. 8f25f46 Make the test a bit harder so that we test to ensure that _both_ instructions by Chris Lattner · 22 years ago
  100. ed6dfc2 Refactor code a little bit, eliminating the gratuitous InstVisitor, which by Chris Lattner · 22 years ago