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