- d91ff7c Add support for targets that require stubs for external functions. by Chris Lattner · 20 years ago
- 5b3a455 Fix the missing symbols problem Bill was hitting. Patch contributed by by Chris Lattner · 20 years ago
- e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
- 3e27952 Use const iterators where possible. Patch by Evan Jones! by Chris Lattner · 20 years ago
- 6943570 Fix problems running the HowToUseJIT on powerpc, and probably problems with by Chris Lattner · 20 years ago
- 032ad08 This is no longer needed. Global variables with undef initializers can be by Chris Lattner · 20 years ago
- 4e7dd8f If the interpreter tries to execute an external function, kill it. Of course by Chris Lattner · 20 years ago
- 638559a Improve compatiblity with HPUX on Itanium, patch by Duraid Madina by Chris Lattner · 20 years ago
- 281a601 Rework constant pool handling so that function constant pools are no longer by Chris Lattner · 20 years ago
- 9dacd12 Silence warnings by Chris Lattner · 20 years ago
- 813c815 Silence VS warnings. by Chris Lattner · 20 years ago
- a8101c1 Silence VS warnings. by Chris Lattner · 20 years ago
- d564496 Silence VS warnings by Chris Lattner · 20 years ago
- 099557b Be double sure about including sys/stat.h by wrapping the inclusion in by Reid Spencer · 20 years ago
- 6b4bd6b Move the #include of sys/stat.h inside the linux "hack" for the stat by Reid Spencer · 20 years ago
- 382343d Only #include sys/stat.h if we're on linux where we have the PR274 problem. by Reid Spencer · 20 years ago
- 4af3da6 Get rid of some leaks found by VC leak detector. by Reid Spencer · 20 years ago
- e518b71 Properly implement a fix for PR475 by Chris Lattner · 20 years ago
- 6d316f8 Revert this patch, it broke a ton of programs. by Chris Lattner · 20 years ago
- 9d272d4 Fix PR475. by Alkis Evlogimenos · 20 years ago
- b929de2 Remove darwin specific majik by Chris Lattner · 20 years ago
- 33306c0 Do not look here for elegance. by Chris Lattner · 20 years ago
- f71755d Remove unneeded cast. by Chris Lattner · 20 years ago
- 532343b Fix the JIT when being used from llvm-db by Chris Lattner · 20 years ago
- df5a37e Use System/DynamicLibrary instead of Support/DynamicLinker by Reid Spencer · 20 years ago
- 166f226 Rename Emitter.cpp -> JITEmitter.cpp by Chris Lattner · 20 years ago
- cf88d32 Fix the FIXME, nuke the JIT specific forceCompilationOf method. by Chris Lattner · 20 years ago
- 6f71720 These methods are obsolete by Chris Lattner · 20 years ago
- b43dbdc Support targets that require stubs for external functions better by Chris Lattner · 20 years ago
- cb47941 Clean up DEBUG output by Chris Lattner · 20 years ago
- 5e22558 Allow targets to avoid emitting a stub for EVERY lazily resolved call. In by Chris Lattner · 20 years ago
- 5426652 Implement relocation support by adding a target independent resolver interface. by Chris Lattner · 20 years ago
- 3c600c8 This method does not exist any longer. by Chris Lattner · 20 years ago
- 5be478f Add getCurrentPCOffset() and addRelocation() methods. by Chris Lattner · 20 years ago
- 890b4bd Add accessor by Chris Lattner · 20 years ago
- 45730d7 Match change in MachineCodeEmitter prototype. by Chris Lattner · 20 years ago
- a98c545 This is a horrible hack to work around libstdc++ bugs :( by Chris Lattner · 20 years ago
- 02376e3 Now that we have ghost linkage, we can force resolution of external symbols by Chris Lattner · 20 years ago
- 0050ef8 There is no reason to try to materialize the function from bytecode if it by Chris Lattner · 20 years ago
- 895eddf Implement ExecutionEngine::freeMachineCodeForFunction() by Misha Brukman · 20 years ago
- 88560c3 When emitting debug msgs for function stubs, don't truncate the by Brian Gaeke · 20 years ago
- 685f86a Fix library name. by Reid Spencer · 20 years ago
- 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
- abec8f9 Changes to support rand48 tests by Reid Spencer · 20 years ago
- 6f335f9 Fix the interpreter crash that Michael McCracken found by Chris Lattner · 20 years ago
- ec84302 Use cleaner quoting and eliminate blank space by Misha Brukman · 20 years ago
- cac731e We won't use automake by Reid Spencer · 20 years ago
- 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
- ec7c1ab Add support for unreachable by Chris Lattner · 20 years ago
- bd1d382 Add support for undef by Chris Lattner · 20 years ago
- d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
- 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
- 2da5c3d Convert code to compile with vc7.1. by Reid Spencer · 20 years ago
- 33189e7 Simplify the sys::Memory interface per Chris' request. by Reid Spencer · 20 years ago
- 52b0ba6 Convert the Emitter to use the lib/System "Memory" interface instead of the by Reid Spencer · 20 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
- 174f226 Add a special case for argc,argv by Chris Lattner · 20 years ago
- f24d099 Don't pass too many arguments into runFunction by Chris Lattner · 20 years ago
- cc22e9f Finally, add support for calling arbitrary non-varargs functions. by Chris Lattner · 20 years ago
- e5eab14 Handle all nullary functions, of any valid return type. by Chris Lattner · 20 years ago
- f7bedf4 Fine, go all of the way and check that the argument types are correct as well. by Chris Lattner · 20 years ago
- d297aea These only really work if returning int or void by Chris Lattner · 20 years ago
- 7c45d78 Handle zero arg function case by Chris Lattner · 20 years ago
- b47130c Simplify code a bit, print error message always instead of asserting. by Chris Lattner · 20 years ago
- 15876bb Stop using getValues(). by Alkis Evlogimenos · 20 years ago
- 40cf2f9 bug 122: by Reid Spencer · 20 years ago
- ed6c073 Fixes for PR341 by Chris Lattner · 20 years ago
- 0a8e8e1 Fixes for PR341 by Chris Lattner · 20 years ago
- beff74f The cleanup is done. Update comment. by Chris Lattner · 20 years ago
- 5f90cb8 Make add constantexprs work with all types, fixing the regressions from last night by Chris Lattner · 20 years ago
- d5e1d9d Goodbye macro hell, hello nice clean simple extensible code. This change by Chris Lattner · 20 years ago
- f86cafd Make error message consistent with the rest of LLVM by saying that bytecode by Reid Spencer · 20 years ago
- e294753 Fix for bug 391. Improve exeception handling around bcreader invocations. by Reid Spencer · 20 years ago
- 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 20 years ago
- 3048373 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 20 years ago
- 8f7f71b Move the IntrinsicLowering header into the CodeGen directory by Chris Lattner · 20 years ago
- f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 20 years ago
- 59108d3 Add int ferror(FILE *) by Brian Gaeke · 20 years ago
- abf1cd3 Implement PR315: abort, don't warn, when missing external functions encountered by Chris Lattner · 20 years ago
- 0cb162b Use the SystemUtils.h file to do our dirty work. by Chris Lattner · 20 years ago
- 6f05f35 Remove long unused #includes by Chris Lattner · 20 years ago
- 63e8dfa These #includes are long dead by Chris Lattner · 20 years ago
- c52663c This code is a real mess, but at least get the JIT *building* on platforms by Chris Lattner · 20 years ago
- 0098bdf Get rid of a wart: useless getFILE function is now a cast macro. by Reid Spencer · 20 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 · 21 years ago