- f065107 Add info about volatile loads/stores 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
- 09b47f9 syntax highlightify by Chris Lattner · 21 years ago
- f9de593 Syntax hilight 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
- ebd2220 Fix grammar-o by Chris Lattner · 21 years ago
- 680f6a4 New testcase by Chris Lattner · 21 years ago
- b4b8f7c Fix old style test by Chris Lattner · 21 years ago
- ec6867e Fix syntax error when makellvm is run in an invalid directory. by Vikram S. Adve · 21 years ago
- c6315d9 Spell `occurrence' correctly. by Misha Brukman · 21 years ago
- 737af82 Fixed spelling of `intentionally'. by Misha Brukman · 21 years ago
- 6cb0f4d Remove unneeded #include by Chris Lattner · 21 years ago
- 40574dd Checkin of autoconf-style object root. by John Criswell · 21 years ago
- c764fbc Checkin of autoconf-style object root. by John Criswell · 21 years ago
- e3e7c47 Checkin of autoconf-style object root. by John Criswell · 21 years ago
- ee29d2a Checkin of autoconf-style object root. by John Criswell · 21 years ago
- a37fefd Checkin of autoconf-style object root. by John Criswell · 21 years ago
- 69077e2 Checkin of autoconf-style object root. by John Criswell · 21 years ago
- 2d53308 Checkin of autoconf-style object root. by John Criswell · 21 years ago
- 7f33695 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
- f10da33 No longer used by Brian Gaeke · 21 years ago
- 85ce5f3 Correct comments by Brian Gaeke · 21 years ago
- d1cab3e Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine) 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
- 5c9cd95 -abort-on-exception is gone. Rebuild your gccld shell scripts, folks! :-) 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
- f3c333e Zap some more unused static method decls by Brian Gaeke · 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
- b1678c6 Get friendly 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
- f2bbe37 Reshuffling of APIs 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
- 6f4e385 Remove 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
- 43c2eb7 Final cleanups, document is good to go by Chris Lattner · 21 years ago
- 27f71f2 Add a WHOLE lot of updates clarifications and fixes. This is not done but getting closer. I changed the docs to reflect the goal of making unwind an instruction, not an intrinsic. by Chris Lattner · 21 years ago
- fde246a hyphenation police visited here 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
- 2a4a4b5 New method 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
- ca37104 Remove the "recursive bit", not only is it unused by anyone, it was also by Chris Lattner · 21 years ago
- 22edc39 Added code that makes the bytecode file readable (needed by the generated shell by John Criswell · 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
- d35b5b5 Modified the code so that it uses the MakeFileExecutable() method. The new 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
- b44cacb The description is no longer stored directly in the type. by Chris Lattner · 21 years ago
- 714a3a6 Remove assertion which is never reached. by Brian Gaeke · 21 years ago
- b23043d Dead header file by Chris Lattner · 21 years ago
- 145b7dd #include is unnecessary by Chris Lattner · 21 years ago
- bf88100 Prototype for creator function got moved by Chris Lattner · 21 years ago
- 3dc48c5 Add RPR prototype here by Chris Lattner · 21 years ago
- 4f98928 Remove dead file by Chris Lattner · 21 years ago
- b7f7296 OptInfo is no longer required by Chris Lattner · 21 years ago
- 84be5ad No longer provide an optinfo, noone uses it by Chris Lattner · 21 years ago
- c5dc890 No longer require an OptInfo by Chris Lattner · 21 years ago
- a89d8f7 Inline simple comparison which is sparc specific anyway by Chris Lattner · 21 years ago
- be4063b Don't build dead directories by Chris Lattner · 21 years ago
- 5ab12b5 Remove header files that were privatized by Chris Lattner · 21 years ago
- 67699ff Move private interfaces into private .h file by Chris Lattner · 21 years ago
- 253aef8e Preselection is now integrated into the Sparc target library by Chris Lattner · 21 years ago
- 79a4e8e Remove dead library makefile by Chris Lattner · 21 years ago
- 02b8135 Remove makefile for dead library by Chris Lattner · 21 years ago
- 0748a39 Sparc peephole optimizer moved out of post-opts library into Sparc target library by Chris Lattner · 21 years ago