- 702a8a0 Adjust to new interface by Chris Lattner · 21 years ago
- c6b0fb3 Adjust to new gep_type_iterator prototypes. by Chris Lattner · 21 years ago
- 7d1bd33 Fix PR296: [execution engines] Unhandled cast constant expression by Chris Lattner · 21 years ago
- 317201d Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to by Chris Lattner · 21 years ago
- d0f3c5e My fix for PR274 broke the build on Darwin/PPC. As I'm fairly certain this by Brian Gaeke · 21 years ago
- 00f0a29 Address PR274 - '[JIT] Programs cannot resolve the fstat function' by Brian Gaeke · 21 years ago
- b1dfc70 remove obsolete comment by Chris Lattner · 21 years ago
- 9d20b71 Represent va_list in interpreter as a (ec-stack-depth . var-arg-index) by Brian Gaeke · 21 years ago
- 367b91d Great sparc renaming fallout IV: Sparc --> SparcV9. by Brian Gaeke · 21 years ago
- 150666f Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) by Brian Gaeke · 21 years ago
- dd2c82a Make the JIT zero out globals with memset instead of an element at a time. This by Chris Lattner · 22 years ago
- e625890 Fix off-by-one in Interpreter::getFirstVarArg(), which was punishing by Brian Gaeke · 22 years ago
- d8400d8 The Interpreter was failing the AtExit UnitTest. This fixes it. by Brian Gaeke · 22 years ago
- d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 22 years ago
- aeb2a1d rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 22 years ago
- 23c4724 Print out all globals as they are emitted, not just those emitted from by Chris Lattner · 22 years ago
- 6c0398e There is no reason to #define fd by Chris Lattner · 22 years ago
- 338733f Print an error message if we can't materialize the bytecode file by Chris Lattner · 22 years ago
- da79bd2 Print an error message if there is an error materialize the bc file. by Chris Lattner · 22 years ago
- 34562ba Don't pass anything to the IntrinsicLowering class that is not_intrinsic, by Brian Gaeke · 22 years ago
- 55d8648 Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently by Chris Lattner · 22 years ago
- f70e0c2 Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering by Chris Lattner · 22 years ago
- 7301178 Pass around IntrinsicLowering instances as appropriate. by Chris Lattner · 22 years ago
- 87f0310 Factor code out of LLI by Chris Lattner · 22 years ago
- ff0f1bb No longer run atExit functions from run() by Chris Lattner · 22 years ago
- 2cab55d No longer run atExit functions from run() rename run to runFunction by Chris Lattner · 22 years ago
- 028565b This should not be needed anymore by Chris Lattner · 22 years ago
- c07ed13 Implement PR135, lazy emission of global variables by Chris Lattner · 22 years ago
- 24b0a18 Simple refactorings to prepare for lazy global emission by Chris Lattner · 22 years ago
- 4d326fa Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the by Chris Lattner · 22 years ago
- 61612df Update for changes in the JIT by Chris Lattner · 22 years ago
- 1e60a91 Rip JIT specific stuff out of TargetMachine, as per PR176 by Chris Lattner · 22 years ago
- f7a743d Finegrainify namespacification by Chris Lattner · 22 years ago
- 6c9d582 Dynamically get the right-sized member of a GenericValue to hold a size_t, and by Brian Gaeke · 22 years ago
- 993bdce Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding the by Chris Lattner · 22 years ago
- 2798cd0 Since we are using a gep_type_iterator, we apparently must get the type by Brian Gaeke · 22 years ago
- dfa5849 Fix typo in comment. Add prototype for getConstantExprValue(). by Brian Gaeke · 22 years ago
- 63438cc Add support for --debug-only=interpreter, to print out instrs before by Brian Gaeke · 22 years ago
- e63fc8b implement method by Chris Lattner · 22 years ago
- 38f0eba Use the new method, though noone currently implements it any better than before by Chris Lattner · 22 years ago
- c19aade Finegrainify namespacification by Chris Lattner · 22 years ago
- 2c0a6a1 Emit constants to one contiguous block, but this time, respect alignment constraints. by Chris Lattner · 22 years ago
- 91de352 Go back to allocating memory for each constant separately. Since SPARCs do not by Misha Brukman · 22 years ago
- 4af6de8 Do not depend on structure elements being of type UByteTy by Chris Lattner · 22 years ago
- c2ee9b9 Fine grainify namespaceification by Chris Lattner · 22 years ago
- ef7e570 Emit the MachineConstantPool constants in one contiguous memory `pool'. by Misha Brukman · 22 years ago
- 0ca042d * Order #includes as per style guide by Misha Brukman · 22 years ago
- 8da1748 Change LLI's internal representation of va_list to a pointer to the next by Brian Gaeke · 22 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- 0bb3c2b Remove #include of PassManager.h which was marked FIXME, and apparently is no by Brian Gaeke · 22 years ago
- c1a2be1 Implement vaarg instruction. This is not quite perfect: 2003-08-11-VaListArg by Brian Gaeke · 22 years ago
- dbde1ae popStackAndReturnValueToCaller() must advance instruction pointer to normal by Brian Gaeke · 22 years ago
- cb93d8d Remove the *BIG UGLY HACK* from the JIT: PreSelection is now a FunctionPass. by Misha Brukman · 22 years ago
- 9bf06b1 Add stub version of unwind support by Brian Gaeke · 22 years ago
- fea483d visitCallInst --> visitCallSite. by Brian Gaeke · 22 years ago
- ae2495a Make the operation of visitCallInst() only depend on the CallSite. by Brian Gaeke · 22 years ago
- 2cb474c Use CallSites for call sites, instead of CallInsts. A revolutionary concept. by Brian Gaeke · 22 years ago
- af955ba Refactor the return-from-function code into popStackAndReturnValueToCaller(). by Brian Gaeke · 22 years ago
- 502dda0 Be friendly to gcc 3.4... good compiler. Nice compiler. by Chris Lattner · 22 years ago
- b56a6bc Abort when the user program calls abort, instead of printing a funny message and calling exit(1). by Brian Gaeke · 22 years ago
- 2fa8212 Use regular old malloc to emulate malloc/alloca instructions. by Brian Gaeke · 22 years ago
- 3636f4e Remove a comment which no longer applies. by Brian Gaeke · 22 years ago
- 11911ab In VM::create(), comment out almost the whole function if NO_JITS_ENABLED, by Brian Gaeke · 22 years ago
- b8afbe6 Unbreak the build by Chris Lattner · 22 years ago
- f143d3c ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 22 years ago
- a824f42 ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 22 years ago
- 02438ca The ExecutionAnnotations (SlotNumber, InstNumber, and FunctionInfo) are history. by Brian Gaeke · 22 years ago
- 03e43dc Reduce the number of #includes. by Brian Gaeke · 22 years ago
- 20a277e ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 22 years ago
- 242978c Destroy MachineFunction for any Function that we are about to by Brian Gaeke · 22 years ago
- 856ba76 Added LLVM copyright header. by John Criswell · 22 years ago
- e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 22 years ago
- b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- e738656 Hrm, a relic from the past. How cute :) by Chris Lattner · 22 years ago
- 4c66549 Interpret the new varargs intrinsics correctly by Chris Lattner · 22 years ago
- 0570157 Don't release the Module, as that invalidates the Module* within the by Misha Brukman · 22 years ago
- 55c0f02 Tidy up doxygen comment for getPointerToFunction(). by Brian Gaeke · 22 years ago
- cd64ddf Refactor running the JIT passes on a single function into the new method, by Brian Gaeke · 22 years ago
- 6020ddd Fix a typo in a comment, and zap a blank line. by Brian Gaeke · 22 years ago
- 0f4f7d9 JIT.cpp: by Misha Brukman · 22 years ago
- 1968416 * Reorder includes as per the style guide by Misha Brukman · 22 years ago
- b8d15b2 Order #includes as per the style guide. by Misha Brukman · 22 years ago
- 005e5e9 Enabling incremental bytecode loading in the JIT: by Misha Brukman · 22 years ago
- 7b2b40f Enabling incremental bytecode loading in the JIT: by Misha Brukman · 22 years ago
- 364f86d Make mmap's fd for anonymous memory acquisition default to -1, except on by Brian Gaeke · 22 years ago
- e24b616 Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 22 years ago
- 4afac18 * Tabs to spaces by Misha Brukman · 22 years ago
- d5d96b9 Fix spelling. by Misha Brukman · 22 years ago
- 235b200 Never set any signal handlers. Never call setjmp(), longjmp() or strsignal(). by Brian Gaeke · 22 years ago
- 58a6faa Rewrite head-of-file comment. by Brian Gaeke · 22 years ago
- 322cdb2 Change to use GetAddressOfSymbol instead of dlsym. by Brian Gaeke · 22 years ago
- ae19bf7 Do not read past the end of the contained type list by Chris Lattner · 22 years ago
- 011efae Actually _PASS IN_ NO_RESERVE if we have it. by Chris Lattner · 22 years ago
- 021c190 Squelch warning by Chris Lattner · 22 years ago
- 63bd613 Change FunctionInfo from being an annotation put on Functions to be by Chris Lattner · 22 years ago
- 36d10ef * Move include files from middle of file to the top where they belong, moving by Misha Brukman · 22 years ago
- 88b4855 Fix warning when _POSIX_MAPPED_FILES is already defined in unistd.h by Misha Brukman · 22 years ago
- bd9df30 Remove a bunch of unneeded stuph by Chris Lattner · 22 years ago
- fd13129 Reorder #includes to follow LLVM conventions by Chris Lattner · 22 years ago
- 9722294 ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/ by Brian Gaeke · 22 years ago