1. 80b27ce Fix typo. by Alkis Evlogimenos · 21 years ago
  2. 607baea Improve code comments. by Alkis Evlogimenos · 21 years ago
  3. 51662c7 The uid mapping is no more by Chris Lattner · 21 years ago
  4. 735f270 Eliminate uses of the UniqueID field on Type objects by Chris Lattner · 21 years ago
  5. d6391d7 Do not call Type::getUniqueID by Chris Lattner · 21 years ago
  6. f3f6382 Add support for __fixdfdi(), __floatdisf(), and __floatdidf() external functions by Misha Brukman · 21 years ago
  7. 0aa97c6 * Use several Function* for external functions instead of a std::map by Misha Brukman · 21 years ago
  8. fc879c3 * Add support for loading FP constants from the constant pool by Misha Brukman · 21 years ago
  9. 05fcd0c * Fix header comment, excise references to X86 by Misha Brukman · 21 years ago
  10. e14d7e4 Eliminate the SignedType and UnsignedType classes. by Chris Lattner · 21 years ago
  11. 3a08589 Support setcc on fp values. by Brian Gaeke · 21 years ago
  12. 4185d03 Add floating-point branches and compares. Compares don't complete by Brian Gaeke · 21 years ago
  13. 7e540fe Fix bug where SwitchSection would fail to change to ".bss" successfully. by Brian Gaeke · 21 years ago
  14. ccdd70a Fix bug involving bool arguments to binary operators. Fix typo in comment. by Brian Gaeke · 21 years ago
  15. 2a9f539 Fix bug in copying long constants to register pairs. We were getting by Brian Gaeke · 21 years ago
  16. 5ace1e4 Disable some code that isn't helping matters by Chris Lattner · 21 years ago
  17. f9a7546 Support 'ret float' by Brian Gaeke · 21 years ago
  18. 71bf404 Add viewCFG() and viewCFGOnly() APIs. by Alkis Evlogimenos · 21 years ago
  19. cf617dd There is no error message to print out, end sentence with `!' by Misha Brukman · 21 years ago
  20. f86cafd Make error message consistent with the rest of LLVM by saying that bytecode by Reid Spencer · 21 years ago
  21. e294753 Fix for bug 391. Improve exeception handling around bcreader invocations. by Reid Spencer · 21 years ago
  22. 2834a4d * Use a map for caching lookups to external functions (fp div/rem) by Misha Brukman · 21 years ago
  23. e62cd37 * Wrap long lines (comments and code) * Tabs to spaces by Misha Brukman · 21 years ago
  24. 5c45e6d Fix regressions in these testcases: by Chris Lattner · 21 years ago
  25. b093259 Add fmod() to the Module being compiled so that it gets a stub in the asm file by Misha Brukman · 21 years ago
  26. c964715 The bytecode reader wants to be able to read types that are not quite resolved by Chris Lattner · 21 years ago
  27. 8adbec8 Headers moved by Chris Lattner · 21 years ago
  28. 4dabb2c Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
  29. eaef568 Moving headers by Chris Lattner · 21 years ago
  30. efffdc9 As much as I hate to say it, the whole setNode interface for DSNodeHandles by Chris Lattner · 21 years ago
  31. d340867 When folding constant expr gep's, don't force the use of long indices. by Chris Lattner · 21 years ago
  32. 3877652 Disable coalescing. by Alkis Evlogimenos · 21 years ago
  33. edfc49d Make sure people don't make functiontypes with an invalid return type by Chris Lattner · 21 years ago
  34. d18a31d * Add support for calling vararg functions (must pass doubles in int regs too) by Misha Brukman · 21 years ago
  35. 4cf5112 Use the more compact `bl' instead of cryptic (but equivalent) `bcl 20,31' by Misha Brukman · 21 years ago
  36. a4c7c41 Work around apparent Apple compiler bug which was making all mangled by Brian Gaeke · 21 years ago
  37. fae1010 Check to make sure types are sized before calling getTypeSize on them. by Chris Lattner · 21 years ago
  38. 08cc64e It doesn't matter what the 2nd operand is; if the GEP has 2 operands and by Brian Gaeke · 21 years ago
  39. 10585d9 Add helper function. by Brian Gaeke · 21 years ago
  40. a9e7781 Find bugs sooner rather than later. In this case, don't allow the creation by Chris Lattner · 21 years ago
  41. 5de868b Do not crash when joining two intervals of registers of different by Alkis Evlogimenos · 21 years ago
  42. e9c6551 * Add utility functions: convert SetCC => PPC opcode and invert PPC opcode by Misha Brukman · 21 years ago
  43. 3571b72 Implement rem.ll:test3 by Chris Lattner · 21 years ago
  44. 1e3564e Fix a minor bug where we would go into infinite loops on some constants by Chris Lattner · 21 years ago
  45. 5b73c08 Implement InstCombine/sub.ll:test15: X % -Y === X % Y by Chris Lattner · 21 years ago
  46. 7f0566c Fix a bug in the unreachable block elim pass. Dropping all references on a by Chris Lattner · 21 years ago
  47. ba46636 Remove definition and use of OtherVal enumerator. This just fixes a thinko. by Reid Spencer · 21 years ago
  48. 5c15fe5 Finalize bytecode dumping. The "handleFinish" method was getting called by Reid Spencer · 21 years ago
  49. c156095 Correctly compute the ration of iterations/#intervals. by Alkis Evlogimenos · 21 years ago
  50. 38343f6 Add #includes by Chris Lattner · 21 years ago
  51. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  52. 8ce1da7 - remove use of isa<Type>(Val) since there's no inheritance relationship by Reid Spencer · 21 years ago
  53. 77f4d86 Remove use of Type::TypeTy which is no longer defined. This change needed by Reid Spencer · 21 years ago
  54. 7474d03 Correct syntax typo .. ; -> : by Reid Spencer · 21 years ago
  55. 6e885d0 - Changes for bug 122 by Reid Spencer · 21 years ago
  56. e2fac77 - #include <iostream> since its not in Value.h any more. by Reid Spencer · 21 years ago
  57. db8e515 Constify SymbolTable's use of Type* so that it never modifies them. by Reid Spencer · 21 years ago
  58. c28a224 - #include <iostream> since its not in Value.h any more. by Reid Spencer · 21 years ago
  59. 57f6efc #include <iostream> since its not in Value.h any more. by Reid Spencer · 21 years ago
  60. 0e25e1c Adjust the slot machine to handle Types separately from Values. This was by Reid Spencer · 21 years ago
  61. d57da4b Implementation of SlotTable went into header file. Note that this header by Reid Spencer · 21 years ago
  62. 0852c80 Remove Tabs. by Reid Spencer · 21 years ago
  63. cb3595c Implement new output functions for types and compacted type planes. Also by Reid Spencer · 21 years ago
  64. d1fb1b7 Add new methods outputTypes and outputCompactionTypes for handling Types by Reid Spencer · 21 years ago
  65. 24ab28f For bug 122: by Reid Spencer · 21 years ago
  66. 5e394ff - Type::TypeTyID doesn't exist any more (bug 122) by Reid Spencer · 21 years ago
  67. 04cde2c - Don't use macros to call the BytecodeHandler by Reid Spencer · 21 years ago
  68. a86159c - Make ValueList an "OtherVal" user of Values to ensure it doesn't get by Reid Spencer · 21 years ago
  69. 97c7d74 Remove tabs. Move function declaration to Reader.h where it belongs. by Reid Spencer · 21 years ago
  70. 77cf296 Add #include <iostream> which is needed now that Value.h doesn't include it by Reid Spencer · 21 years ago
  71. b61cdb7 Excise tabs. by Reid Spencer · 21 years ago
  72. d55b2b1 Add efficiency statistic. by Alkis Evlogimenos · 21 years ago
  73. 5114004 Fix compilation on internix by Chris Lattner · 21 years ago
  74. 46238a6 Implement add.ll:test22, a common case in MSIL files by Chris Lattner · 21 years ago
  75. c5f143b Fix Type::isSized() to realize that "{ opaque }" is not sized by Chris Lattner · 21 years ago
  76. cf27afb Do not call getTypeSize on a type that has no size by Chris Lattner · 21 years ago
  77. 68a9b04 Add FIXME notes for spilling int/fp regs (need to calculate stack space). by Misha Brukman · 21 years ago
  78. e0e3589 Fix use-before-def thinko by Brian Gaeke · 21 years ago
  79. 230b4fb Revert patches 1.79 and 1.80 which had to do with dead MBB's. Now that they by Chris Lattner · 21 years ago
  80. a9a582f Fix potential problems with unreachable basic blocks. by Chris Lattner · 21 years ago
  81. fab96f0 Fix all of those problems that the PPC backend has running 176.gcc :) by Chris Lattner · 21 years ago
  82. 9a9ca0f Remove dead blocks by Chris Lattner · 21 years ago
  83. fc3c82a Add a trivially simple pass to delete unreachable blocks from the CFG. This by Chris Lattner · 21 years ago
  84. 1c4b6de4 Get rid of a dead variable, and fix a typo in a comment. by Brian Gaeke · 21 years ago
  85. 90c5bbe Add M_TERMINATOR_FLAG to terminator instructions (branches and returns). by Brian Gaeke · 21 years ago
  86. 3c95d3a RETURN instructions are not used in the sparc backend. by Brian Gaeke · 21 years ago
  87. 452069a * Follow the PowerPC convention of leaving 24 bytes for linking on the stack. by Misha Brukman · 21 years ago
  88. 425ff24 * Get rid of constant-expr handling code: we use the ConstantExpr lowering pass by Misha Brukman · 21 years ago
  89. f233a84 Wrap long line by Misha Brukman · 21 years ago
  90. 15eb0a1 * Do not allocate r0 as we use it indiscriminantly in the instr selector. by Misha Brukman · 21 years ago
  91. 4363bdb Check if operand has an allocated reg before requesting it. by Misha Brukman · 21 years ago
  92. 4d13294 Add much better assertion checking for load and store insts. by Chris Lattner · 21 years ago
  93. a9160a0 Make this pass use a more specific debug message than "Processing:". by Brian Gaeke · 21 years ago
  94. 59b0067 Handle targets where alignment can be bigger than the size of the data. by Chris Lattner · 21 years ago
  95. 4b9a400 Make sure that we destroy the MBB's, with all of their instructions, before by Chris Lattner · 21 years ago
  96. 8490f9c Now that MachineFunction/MachineBasicBlock keep a mapping of blocks to ID #'s by Chris Lattner · 21 years ago
  97. ca48eb9 Change MBB autonumber a bit to get the reverse mapping as well as a forward by Chris Lattner · 21 years ago
  98. 51289aa Instance var no longer exists by Chris Lattner · 21 years ago
  99. 8ba9771 Start using MBB numbers directly instead of going through the live variables by Chris Lattner · 21 years ago
  100. a5287a6 Instead of building a private numbering of MBB's use brg's nifty auto-numbering. by Chris Lattner · 21 years ago