- 6c9d582 Dynamically get the right-sized member of a GenericValue to hold a size_t, and by Brian Gaeke · 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
- 4af6de8 Do not depend on structure elements being of type UByteTy by Chris Lattner · 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
- 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
- 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
- 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
- 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
- 4c66549 Interpret the new varargs intrinsics correctly by Chris Lattner · 22 years ago
- b8d15b2 Order #includes as per the style guide. by Misha Brukman · 22 years ago
- e24b616 Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 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
- ae19bf7 Do not read past the end of the contained type list 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
- 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
- 29794cb Make getOperandValue and executeCastOperation methods of Interpreter. by Brian Gaeke · 22 years ago
- 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 22 years ago
- d5caf7c Remove printOperandInfo(), and simplify run(). by Brian Gaeke · 22 years ago
- 932539a Remove support for printing values from a module by name, only used by Brian Gaeke · 22 years ago
- 413ab66 Remove support for interactive (step finish next) instructions. by Brian Gaeke · 22 years ago
- 9ad671d Remove support for breakpoints (not used). Remove some dead code and whitespace. by Brian Gaeke · 22 years ago
- f58815e Interpreter cleanups: by Brian Gaeke · 22 years ago
- 82d8277 ExecutionEngine.cpp: Move execution engine creation stuff into a new by Brian Gaeke · 22 years ago
- 39c0726 Targets now configure themselves based on the source module, not on the by Chris Lattner · 22 years ago
- 1543e40 Add preliminary support for "any" pointersize/endianness. This will need by Chris Lattner · 22 years ago
- 69582b3 The JIT now passes the environment pointer to the main() function when it by John Criswell · 22 years ago
- 5560c9d Spell `necessary' correctly. by Misha Brukman · 22 years ago
- fb0ef2e Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 22 years ago
- 832688a Remove redundant const qualifier by Chris Lattner · 22 years ago
- 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
- 7033798 Include <cmath> instead of <math.h> by Brian Gaeke · 22 years ago
- 1d0acac Use std::isnan instead of isnan. Brought back to you from the by Brian Gaeke · 22 years ago
- 44edb6b Add support for atexit function, remove support for __main function by Chris Lattner · 22 years ago
- 56adf15 Make sure that globals are emitted AFTER the passmanager is set up for the JIT, by Chris Lattner · 22 years ago
- d7916e9 switch main LLI core execution to use an InstVisitor instead of a switch statement by Chris Lattner · 22 years ago
- 77113b6 Fix testcase: SingleSource/UnitTests/2003-05-02-DependantPHI.c by Chris Lattner · 22 years ago
- 374344c Implement varargs support for LLI! by Chris Lattner · 22 years ago
- da82ed5 A large number of simple changes: by Chris Lattner · 22 years ago
- cdf5178 Add support for recording arguments passed through the ... of a varargs function by Chris Lattner · 22 years ago
- 10daaa1 Remove two fields from TargetData which are target specific. by Chris Lattner · 22 years ago
- 7471c48 Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit host by Chris Lattner · 22 years ago
- c8cff9e Add __strdup by Chris Lattner · 22 years ago
- 6b73fec MAke sure that LLI properly configures align_of(double) by Chris Lattner · 22 years ago
- d5bc41a Fix problem where we would read 64 bits worth of pointer information, even on 32 bit targets! by Chris Lattner · 22 years ago
- 5f311a7 Add memcpy by Chris Lattner · 22 years ago
- fd506f5 Fix a problem with setcc instructions and pointers by Chris Lattner · 22 years ago
- 957d62a Implement a bunch of new external functions by Chris Lattner · 22 years ago
- 669b76a Implement &|^ on bool values by Chris Lattner · 22 years ago
- f87a198 Add support for _IO_getc function used on linux by Chris Lattner · 22 years ago
- 0286835 Kill using declarations Kill code for invalid operations on pointers by Chris Lattner · 22 years ago
- 5bff50d Implement cast to bool by Chris Lattner · 22 years ago
- b945e4d Get rid of extraneous arguments to implementation functions by Chris Lattner · 22 years ago
- 09e9392 Add support to LLI for switch instruction by Chris Lattner · 22 years ago
- 04e2ad7 Fix wierd idiom by Chris Lattner · 22 years ago
- 9dbf6dd fprintf CAN take exactly 2 args by Chris Lattner · 22 years ago
- f9a88b6 Implement scanf and fix sscanf to actually endian swap the results correctly by Chris Lattner · 22 years ago
- 006a4a5 Fix typeo by Chris Lattner · 22 years ago
- b111874 * Wrap at 80 columns * Fix a ton of warnings * Implement puts by Chris Lattner · 23 years ago
- 9378013 Handle value promotion properly to work with tracing better by Chris Lattner · 23 years ago
- bd199fb Initial checkin of new LLI with JIT compiler by Chris Lattner · 23 years ago
- fe11a97 Substantial changes to refactor LLI to incorporate both the Jello JIT and by Chris Lattner · 23 years ago
- dbcda22 Add support for isnan by Chris Lattner · 23 years ago
- 138b0cd Namespacify more by Chris Lattner · 23 years ago
- bbdabce Add support to count the number of dynamic instructions executed by LLI by Chris Lattner · 23 years ago
- 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 23 years ago
- 25f6f37 Implement feof by Chris Lattner · 23 years ago
- a4479cd Implement freopen for burg by Chris Lattner · 23 years ago
- ab2dea5 Make command line arguments setup be endian correct!! by Chris Lattner · 23 years ago
- cf9b4f0 Implement fprintf by Chris Lattner · 23 years ago
- a5c0bfe Implement fputc and ungetc to allow burg to run in lli by Chris Lattner · 23 years ago
- 2fdaddf Fix two problems: by Chris Lattner · 23 years ago
- 683d5da9 Fix a major bug in lli by Chris Lattner · 23 years ago
- fddc755 - Fix LLI so that it simulates the endianness of the target machine by Chris Lattner · 23 years ago
- 005cbce * Implement the getc() function by Chris Lattner · 23 years ago
- 849735c Cleanup #includes, expose module by Chris Lattner · 23 years ago
- dbaf74d Expose TD to ExternalFunctions.cpp by Chris Lattner · 23 years ago
- e8b3e9b * Fix a bug that was causing lli to misrun: by Chris Lattner · 23 years ago