1. a497748 Make sure to cannonicalize loops before running indvar simplify by Chris Lattner · 21 years ago
  2. 8fce16e Do not return success after checking only the FIRST USE of a gep instruction. by Chris Lattner · 21 years ago
  3. fe7ea0d Minor optimization efficiency improvement: by Chris Lattner · 21 years ago
  4. 37f92e2 Fixed spelling and grammar. by Misha Brukman · 21 years ago
  5. 515c97c Simplify code Implement InstCombine/mul.ll:test9 by Chris Lattner · 21 years ago
  6. 2f2d065 Fixed spelling and grammar. by Misha Brukman · 21 years ago
  7. 3cfb6b1 Apostrophes are only used for possession and quoting. by Misha Brukman · 21 years ago
  8. 38aec32 Integrate functionality of the mem2reg pass directly into this pass to make by Chris Lattner · 21 years ago
  9. c444a42 Renamed DominatorTree::Node::getNode() -> getBlock() by Chris Lattner · 21 years ago
  10. 352361b Spell `definite' correctly. by Misha Brukman · 21 years ago
  11. 7bc439a Spell `definitely' correctly. by Misha Brukman · 21 years ago
  12. 36d10ef * Move include files from middle of file to the top where they belong, moving by Misha Brukman · 21 years ago
  13. 545a76c Unwind instructions are intrinsically alive, just like returns by Chris Lattner · 21 years ago
  14. b884f59 Rework dominator interfaces to handle changes in the post-dominance by Chris Lattner · 21 years ago
  15. 706e61e Rework post dominator information so that we do not have to by Chris Lattner · 21 years ago
  16. 1df2998 Update for new UnifyFunction... API Remove using decl by Chris Lattner · 21 years ago
  17. 4ea31ca Remove #include by Chris Lattner · 21 years ago
  18. f46057be Expand the pass to unify all of the unwind blocks as well by Chris Lattner · 21 years ago
  19. d0b52cf Remove a bunch of warnings from the CBE generated C code by Chris Lattner · 21 years ago
  20. 4b2a71d "the one true solution for compatibility with GCC 3.3+" by Chris Lattner · 21 years ago
  21. b787e13 Be a little more specific about what is begin generated. Only print by Chris Lattner · 21 years ago
  22. b3aad5d Only emit inter-field-padding if the amount of padding is != 0 by Chris Lattner · 21 years ago
  23. 053134a Make createVerifierPass return a FunctionPass *. by Brian Gaeke · 21 years ago
  24. 2446b0a Remove using declarations by Chris Lattner · 21 years ago
  25. 88b4855 Fix warning when _POSIX_MAPPED_FILES is already defined in unistd.h by Misha Brukman · 21 years ago
  26. a176a8b another trivial cleanup by Chris Lattner · 21 years ago
  27. 44abf85 Simplification of trip counting machinery. by Chris Lattner · 21 years ago
  28. 1a51956 Don't explicitly use $SourceDir to find the tblgen files. This causes make by John Criswell · 21 years ago
  29. 065a616 Fix spell-o's by Chris Lattner · 21 years ago
  30. 3adf51d Spelling fixes. I think that "cannonical" is ok, but "canonical" appears to by Chris Lattner · 21 years ago
  31. 69ecd0d Spelling fixes by Chris Lattner · 21 years ago
  32. c01ccfd Fix up file header by Chris Lattner · 21 years ago
  33. f6e5233f clean up file header comment by Chris Lattner · 21 years ago
  34. 36836a6 Simplify some code by Chris Lattner · 21 years ago
  35. dfa5f83 Spell `occurrence' correctly. by Misha Brukman · 21 years ago
  36. 410d1b5 Updated to find source files using VPATH. This makes writing build rules by John Criswell · 21 years ago
  37. 531922a Reverting back to the previous revision. by John Criswell · 21 years ago
  38. 21ca6ee Modified the check for intrinsic functions. All intrinsic functions have to by John Criswell · 21 years ago
  39. ad20071 * Simplify printConstantValueOnly by moving the tail padding stuff directly by Chris Lattner · 21 years ago
  40. 79ad1380 Oops, look at the VOLATILE marker, not the opcode by Chris Lattner · 21 years ago
  41. ee5457c Eliminate support for the llvm.unwind intrinisic, using the Unwind instruction instead by Chris Lattner · 21 years ago
  42. da73bea Fix bug by Chris Lattner · 21 years ago
  43. e4d9096 Should invokify is always true by Chris Lattner · 21 years ago
  44. 36143fc Add support for the unwind instruction by Chris Lattner · 21 years ago
  45. a6ce898 Add support for unwind by Chris Lattner · 21 years ago
  46. 15c9c03 Parse volatile loads/stores by Chris Lattner · 21 years ago
  47. dba2b22 Read volatile loads/stores by Chris Lattner · 21 years ago
  48. bd9df30 Remove a bunch of unneeded stuph by Chris Lattner · 21 years ago
  49. 61c1e7e Do not hoist volatile loads by Chris Lattner · 21 years ago
  50. bd70a31 Fix bug: RLE-Preserve-Volatile.ll by Chris Lattner · 21 years ago
  51. 09bd025 Remove a gross hack that was there to support bytecode files that are over a year old. by Chris Lattner · 21 years ago
  52. 0fe56f4 Add support for writing volatile load/stores by Chris Lattner · 21 years ago
  53. e5e475e Add support for volatile loads/stores by Chris Lattner · 21 years ago
  54. c6315d9 Spell `occurrence' correctly. by Misha Brukman · 21 years ago
  55. 69077e2 Checkin of autoconf-style object root. by John Criswell · 21 years ago
  56. 103f0c3 Added some optimizations: by Misha Brukman · 21 years ago
  57. fd13129 Reorder #includes to follow LLVM conventions by Chris Lattner · 21 years ago
  58. 85ce5f3 Correct comments by Brian Gaeke · 21 years ago
  59. dbff772 Add ExecutionEngine directory. by Brian Gaeke · 21 years ago
  60. 9722294 ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/ by Brian Gaeke · 21 years ago
  61. 29794cb Make getOperandValue and executeCastOperation methods of Interpreter. by Brian Gaeke · 21 years ago
  62. 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 21 years ago
  63. 5bea411 Fix reading of invoke instrs by Chris Lattner · 21 years ago
  64. 8e2185e Whoa, we were misreading invoke instructions "normal" destinations quite badly. by Chris Lattner · 21 years ago
  65. d5caf7c Remove printOperandInfo(), and simplify run(). by Brian Gaeke · 21 years ago
  66. c9b24a3 Add asserts, move code around. This gets the dropAllTypeUses partially implemented by Chris Lattner · 21 years ago
  67. 932539a Remove support for printing values from a module by name, only used by Brian Gaeke · 21 years ago
  68. 413ab66 Remove support for interactive (step finish next) instructions. by Brian Gaeke · 21 years ago
  69. 8df956c Move functionality preserving changes. by Chris Lattner · 21 years ago
  70. 266caa2 Refactor what has effectively become copy-and-pasted code by Chris Lattner · 21 years ago
  71. 169726b Check in a bunch of minor fixes, plus a whole lot of #if 0'd out code, which will hopefully be enabled in the near future by Chris Lattner · 21 years ago
  72. 663b479 containsEquivalent never returns its argument by Chris Lattner · 21 years ago
  73. d256ed8 Non-functional change by Chris Lattner · 21 years ago
  74. a5112c7 Remove needless usage of getDescription() by Chris Lattner · 21 years ago
  75. e09a128 Inline method by Chris Lattner · 21 years ago
  76. a3057e8 Don't try to be sneaky, breaking recursive types in the process by Chris Lattner · 21 years ago
  77. c34c132 This is now unnecessary by Chris Lattner · 21 years ago
  78. 9ad671d Remove support for breakpoints (not used). Remove some dead code and whitespace. by Brian Gaeke · 21 years ago
  79. 8e53948 Move EE dtor where it belongs by Brian Gaeke · 21 years ago
  80. f58815e Interpreter cleanups: by Brian Gaeke · 21 years ago
  81. 82d8277 ExecutionEngine.cpp: Move execution engine creation stuff into a new by Brian Gaeke · 21 years ago
  82. 6c51a36 Avoid printing meaningless numbers by Chris Lattner · 21 years ago
  83. b8565e3 Fix bug where we couldn't print a function without a name by Chris Lattner · 21 years ago
  84. 3e80abe Follow the pattern of all other atu's by Chris Lattner · 21 years ago
  85. a3ad5b2 No need to rescan types when they are created. by Chris Lattner · 21 years ago
  86. a2f3e1d Another small speedup, this one to: 2.42s by Chris Lattner · 21 years ago
  87. d8d6c76 Don't return bogus references, and don't add an entry to the Concrete map by Chris Lattner · 21 years ago
  88. 1bb6263 Another optimization, speed up the testcase to 2.7s by Chris Lattner · 21 years ago
  89. bc4846d Removal of explicit stack, which requires the method to be a member (so it can by Chris Lattner · 21 years ago
  90. 87ca5fa Remove the "recursive bit", not only is it unused by anyone, it was also by Chris Lattner · 21 years ago
  91. 66622be Added the MakeFileReadable() method. by John Criswell · 21 years ago
  92. 9adeccc Added a description of the algorithm. Return failure if the chmod() fails. by John Criswell · 21 years ago
  93. 6991a03 Added the MakeFileExecutable() method. This method takes a filename and by John Criswell · 21 years ago
  94. de73193 Don't bother doing an exhaustive recursive walk if we are at the limit of what by Chris Lattner · 21 years ago
  95. 11e4050 Ugh, fix bugs. Ok, so the last fix wasn't as great as I thought it was. by Chris Lattner · 21 years ago
  96. 7ba77f2 Further simplifications by Chris Lattner · 21 years ago
  97. dd4b421 Change the code to no longer compute the "type description" immediately when by Chris Lattner · 21 years ago
  98. 714a3a6 Remove assertion which is never reached. by Brian Gaeke · 21 years ago
  99. bf88100 Prototype for creator function got moved by Chris Lattner · 21 years ago
  100. b7f7296 OptInfo is no longer required by Chris Lattner · 21 years ago