- ec84302 Use cleaner quoting and eliminate blank space by Misha Brukman · 21 years ago
- cac731e We won't use automake by Reid Spencer · 21 years ago
- 86d341b Initial automake generated Makefile template by Reid Spencer · 21 years ago
- ec7c1ab Add support for unreachable by Chris Lattner · 21 years ago
- bd1d382 Add support for undef by Chris Lattner · 21 years ago
- d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 21 years ago
- 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 21 years ago
- 2da5c3d Convert code to compile with vc7.1. by Reid Spencer · 21 years ago
- 33189e7 Simplify the sys::Memory interface per Chris' request. by Reid Spencer · 21 years ago
- 52b0ba6 Convert the Emitter to use the lib/System "Memory" interface instead of the by Reid Spencer · 21 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
- 174f226 Add a special case for argc,argv by Chris Lattner · 21 years ago
- f24d099 Don't pass too many arguments into runFunction by Chris Lattner · 21 years ago
- cc22e9f Finally, add support for calling arbitrary non-varargs functions. by Chris Lattner · 21 years ago
- e5eab14 Handle all nullary functions, of any valid return type. by Chris Lattner · 21 years ago
- f7bedf4 Fine, go all of the way and check that the argument types are correct as well. by Chris Lattner · 21 years ago
- d297aea These only really work if returning int or void by Chris Lattner · 21 years ago
- 7c45d78 Handle zero arg function case by Chris Lattner · 21 years ago
- b47130c Simplify code a bit, print error message always instead of asserting. by Chris Lattner · 21 years ago
- 15876bb Stop using getValues(). by Alkis Evlogimenos · 21 years ago
- 40cf2f9 bug 122: by Reid Spencer · 21 years ago
- ed6c073 Fixes for PR341 by Chris Lattner · 21 years ago
- 0a8e8e1 Fixes for PR341 by Chris Lattner · 21 years ago
- beff74f The cleanup is done. Update comment. by Chris Lattner · 21 years ago
- 5f90cb8 Make add constantexprs work with all types, fixing the regressions from last night by Chris Lattner · 21 years ago
- d5e1d9d Goodbye macro hell, hello nice clean simple extensible code. This change by Chris Lattner · 21 years ago
- f86cafd Make error message consistent with the rest of LLVM by saying that bytecode by Reid Spencer · 21 years ago
- e294753 Fix for bug 391. Improve exeception handling around bcreader invocations. by Reid Spencer · 21 years ago
- 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
- 3048373 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 21 years ago
- 8f7f71b Move the IntrinsicLowering header into the CodeGen directory by Chris Lattner · 21 years ago
- f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
- 59108d3 Add int ferror(FILE *) by Brian Gaeke · 21 years ago
- abf1cd3 Implement PR315: abort, don't warn, when missing external functions encountered by Chris Lattner · 21 years ago
- 0cb162b Use the SystemUtils.h file to do our dirty work. by Chris Lattner · 21 years ago
- 6f05f35 Remove long unused #includes by Chris Lattner · 21 years ago
- 63e8dfa These #includes are long dead by Chris Lattner · 21 years ago
- c52663c This code is a real mess, but at least get the JIT *building* on platforms by Chris Lattner · 21 years ago
- 0098bdf Get rid of a wart: useless getFILE function is now a cast macro. by Reid Spencer · 21 years ago
- 3c66c35 Generalize the strlen size_t hack, for the benefit of the other external by Brian Gaeke · 21 years ago
- b440dea Go back to the interpreter main loop after performing intrinsic lowering, by Brian Gaeke · 21 years ago
- aea1b58 Implement emitWordAt() for the JIT emitter. by Brian Gaeke · 21 years ago
- 759d34f Add support for the select instruction by Chris Lattner · 21 years ago
- 50872d5 Add a TargetData to the PassManager regardless of the TargetMachine. by Brian Gaeke · 21 years ago
- 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