1. 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 21 years ago
  2. e5cda8e Fix compilation problem; make the cast and the LHS be the same type. by John Criswell · 21 years ago
  3. 53fe2be Remove dead var by Chris Lattner · 21 years ago
  4. 141e3fd Quiet VC++ warnings by Chris Lattner · 21 years ago
  5. 41ffe4b Do not make i have bigger scope that we need by Chris Lattner · 21 years ago
  6. 183f2eb Remove dead vars by Chris Lattner · 21 years ago
  7. f158092 Fix some warnings on VC++ by Chris Lattner · 21 years ago
  8. 28dd2fc Thanks to sabre for pointing out that we were incorrectly codegen'ing by Nate Begeman · 21 years ago
  9. 6931fd6 Handle "call" operands of type long/ulong passed in registers. by Brian Gaeke · 21 years ago
  10. 82962de Don't call Constant::getNullValue when the argument could be VoidTy by Chris Lattner · 21 years ago
  11. da6122f Fix this function to not say that longs have 8-byte alignment on X86/PPC. by Chris Lattner · 21 years ago
  12. 80f0855 Added gross hacks such as creating my own def-use map, and picking on Instruction that I can add all my TmpInstructions to its MCFI. by Tanya Lattner · 21 years ago
  13. f1de30a Graphs that are part of equivalence sets can be multi-function SCC's by Chris Lattner · 21 years ago
  14. caa35bc Correctly handle new SCC's found as a result of merging EQ graphs do to by Chris Lattner · 21 years ago
  15. 033a7d5 Substantially cleanup/speedup the eq graphs pass by walking the callgraph by Chris Lattner · 21 years ago
  16. a62869b Fix a warning by Chris Lattner · 21 years ago
  17. 983baf4 Minor cleanups by Chris Lattner · 21 years ago
  18. d308f8a * Rearrange code slightly by Chris Lattner · 21 years ago
  19. 4457f7e Remove more dead methods by Chris Lattner · 21 years ago
  20. fcb7d95 Rename FoldedGraph -> DSInfo to be consistent with other passes by Chris Lattner · 21 years ago
  21. 77408b8 Get rid of the EquivClassGraphArgsInfo class, and the map that held it. by Chris Lattner · 21 years ago
  22. 7cc372b Add placeholder variable to make Win32 work, applied for Morten Ofstad by Chris Lattner · 21 years ago
  23. 68f9658 Eliminate the cloneGraph method by Chris Lattner · 21 years ago
  24. 7e54a01 Speed up the tail duplication pass on the testcase below from 68.2s to 1.23s: by Chris Lattner · 21 years ago
  25. bfd3e52 Do not compute the predecessor list for a block unless we need it. by Chris Lattner · 21 years ago
  26. 31d3f67 * Do not refer to ActualCallees in CBU, when we can do it locally. by Chris Lattner · 21 years ago
  27. 4bbf3df Simplify graph traversal, improve grammar by Chris Lattner · 21 years ago
  28. ab8544a Do not do horrible things to the CBU graphs. In particular, we do NOT own by Chris Lattner · 21 years ago
  29. 3b7b81b Fix comment by Chris Lattner · 21 years ago
  30. e84c23e Improve comment by Chris Lattner · 21 years ago
  31. f498568 Fix another bug in Prolangs-C++/objects by Chris Lattner · 21 years ago
  32. 113cde8 Only call getNodeForValue on pointer arguments! this fixes a problem running by Chris Lattner · 21 years ago
  33. 7d8d471 Add more paranoid assertions :) by Chris Lattner · 21 years ago
  34. cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 21 years ago
  35. f1bd4b4 Fix some more problems where we called getOffset before getNode() by Chris Lattner · 21 years ago
  36. 857eb06 Fix three bugs: by Chris Lattner · 21 years ago
  37. 62c3a95 Fix more undefined behavior by Chris Lattner · 21 years ago
  38. 6f96774 * Add a method by Chris Lattner · 21 years ago
  39. 260652a Fixed bug with infinite epilogues. by Tanya Lattner · 21 years ago
  40. 9437db4 * Fix compilation on AIX: GCC's fixincludes eliminates isinf() declaration by Misha Brukman · 21 years ago
  41. b982c42 Change name of target lib to conform to new naming scheme. by Brian Gaeke · 21 years ago
  42. b13fac7 Remove dependency on MRegisterInfo::getRegClass by Brian Gaeke · 21 years ago
  43. e7a3f3e The Alpha (tm) intrinsics have never been used anywhere by Misha Brukman · 21 years ago
  44. 88560c3 When emitting debug msgs for function stubs, don't truncate the by Brian Gaeke · 21 years ago
  45. 56a2468 Gep indices must be of int, uint, long or ulong type. by Alkis Evlogimenos · 21 years ago
  46. 685f86a Fix library name. by Reid Spencer · 21 years ago
  47. 0022421 Fix library name. by Alkis Evlogimenos · 21 years ago
  48. 06aada9 Fix library name. by Reid Spencer · 21 years ago
  49. e55bd78 Fix name of library by Reid Spencer · 21 years ago
  50. 5d6ca51 Make sure that the yacc and lex output are specified as BUILT_SOURCES. by Reid Spencer · 21 years ago
  51. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 21 years ago
  52. abec8f9 Changes to support rand48 tests by Reid Spencer · 21 years ago
  53. 1fca5ff Convert 'struct' to 'class' in various places to adhere to the coding standards by Chris Lattner · 21 years ago
  54. 0aafc32 Move destructor out of line to avoid vtable emission in every file that includes the header. Thanks to sabre. by Nate Begeman · 21 years ago
  55. dc78122 Hrm, this code was severely botched. As it turns out, this patch: by Chris Lattner · 21 years ago
  56. 4c34801 Fix the build by eliminating some more dead code. That'll learn me not to listen to Reid by Nate Begeman · 21 years ago
  57. 2f48686 Initialize with the correct constant type by Chris Lattner · 21 years ago
  58. e8343a5 Plug a memory leak in the asmparser. It turns out that we were leaking by Chris Lattner · 21 years ago
  59. 48b2f6b add support for UndefValue by Chris Lattner · 21 years ago
  60. 52c09d7 Move method bodies that depend on <algorithm> from MBB.h to MBB.cpp by Chris Lattner · 21 years ago
  61. 27f2916 Clean up the MachineBasicBlock.h file, percolating #includes into this file. by Chris Lattner · 21 years ago
  62. b9cad90 Remove include of MRegisterInfo.h, since it is already included by by Nate Begeman · 21 years ago
  63. 17304c3 Remove file that is no longer used, and move include of MRegisterInfo.h by Nate Begeman · 21 years ago
  64. dfd0e7b Eliminate usage of MRegisterInfo::getRegClass(physreg) by Nate Begeman · 21 years ago
  65. 6f335f9 Fix the interpreter crash that Michael McCracken found by Chris Lattner · 21 years ago
  66. ad3c74f Reduce usage of MRegisterInfo::getRegClass by Chris Lattner · 21 years ago
  67. 4a0de07 Update to-do list by Nate Begeman · 21 years ago
  68. 9b508c3 Fix treecc. Also fix a latent bug in emitBinaryConstOperation that would by Nate Begeman · 21 years ago
  69. 20ac4e3 Add EXTRA_DIST for additional files to be distributed. by Reid Spencer · 21 years ago
  70. 097714b Disable the JIT until it can sorta kinda work. by Chris Lattner · 21 years ago
  71. f1ac33d Remove dead assert by Chris Lattner · 21 years ago
  72. f0ae6c6 Patch to support MSVC, contributed by Morten Ofstad by Chris Lattner · 21 years ago
  73. 67b6e4e Patch to support MSVC, contributed by Morten Ofstad by Chris Lattner · 21 years ago
  74. 13a1665 Fix compatibility with MSVC, patch by Morten Ofstad by Chris Lattner · 21 years ago
  75. 6fcd8d8 Do not use variable sized arrays in C++, they are non-portable. Patch by Chris Lattner · 21 years ago
  76. 408f999 Removed dead method, printPHICopiesForSuccessors(). by John Criswell · 21 years ago
  77. 7a36ae8 Patch to support MSVC better, contributed by Morten Ofstad by Chris Lattner · 21 years ago
  78. 219c141 Patch to support MSVC, contributed by Morten Ofstad by Chris Lattner · 21 years ago
  79. 30cc227 Modified switch generation so that only the phi values associated with the by John Criswell · 21 years ago
  80. 905a291 Implement more complete and correct codegen for bitfield inserts, as tested by Nate Begeman · 21 years ago
  81. 236ca44 Fix the previous bug the correct way. This fixes ptrdist/bc by Chris Lattner · 21 years ago
  82. 6edde96 Make this actually work. by Alkis Evlogimenos · 21 years ago
  83. 60ab140 Add ConstantExpr::getSizeOf(Type*). by Alkis Evlogimenos · 21 years ago
  84. d4b4a99 * Correctly handle the MovePCtoLR pseudo-instr with a bl to next instr by Misha Brukman · 21 years ago
  85. 40a55e1 Add BA, BL, and BLA opcodes by Misha Brukman · 21 years ago
  86. a4df350 * Do not emit IMPLICIT_DEF pseudo-instructions by Misha Brukman · 21 years ago
  87. bd7780b DForm_1, particularly used by store instructions, needs the immediate operand to by Misha Brukman · 21 years ago
  88. da8d96d Fix the SPR field for MTLR, MFLR, MTCTR, and MFCTR instructions. by Misha Brukman · 21 years ago
  89. 15f74b3 The value of the XO field for MFLR and MFCTR is 339, not 399 by Misha Brukman · 21 years ago
  90. bb48249 Remove extraneous blank line by Misha Brukman · 21 years ago
  91. 3a060e5 Align function arguments in function headers by Misha Brukman · 21 years ago
  92. 5fd2ab3 Fix a bug that Brian brought to my attention. This corrects: by Chris Lattner · 21 years ago
  93. 31dfc52 Kill casts from integer types to unsigned byte, when the cast was only used by Nate Begeman · 21 years ago
  94. ec84302 Use cleaner quoting and eliminate blank space by Misha Brukman · 21 years ago
  95. b8d5570 Clean up the output from this makefile so its not verbose. by Reid Spencer · 21 years ago
  96. 6b9ae58 Adjust rules for building .inc files due to Reid's changes of Makefile.rules by Misha Brukman · 21 years ago
  97. 8c2c315 Adjust to changes in Makefile.rules by Reid Spencer · 21 years ago
  98. 4e073a8 Eliminate compilation warning on uninitialized variable. by Reid Spencer · 21 years ago
  99. e9ece2a *** empty log message *** by Chris Lattner · 21 years ago
  100. 9b99182 Fix a bug Nate noticed, where we miscompiled a simple testcase by Chris Lattner · 21 years ago