- 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
- 8b77be2 Another portability patch graciously provided by Casey Carter by Chris Lattner · 23 years ago
- 0374b8d - Change getelementptr instruction to use long indexes instead of uint by Chris Lattner · 23 years ago
- 0c4e886 - Renamed Type::isIntegral() to Type::isInteger() by Chris Lattner · 23 years ago
- a34c568 Implement ConstantPointerRef support, & ConstantExpr support for Cast, GEP & Add. by Chris Lattner · 23 years ago
- cc63f1c Eliminated the MemAccessInst class, folding contents into GEP class. by Chris Lattner · 23 years ago
- 24ea74e Load & StoreInst no longer derive from MemAccessInst, so we don't have by Chris Lattner · 23 years ago
- e4c3764 Remove support for NOT instruction by Chris Lattner · 23 years ago
- 65629d5 Minor change to make lli print out characters numerically as well as symbolically by Chris Lattner · 23 years ago
- 69ab7a8 Fix problem where lli would not print out a 64 bit value when the client code by Chris Lattner · 23 years ago
- 1bbd361 Fix one real nasty bug by Chris Lattner · 23 years ago
- 601d715 Fix gcc 3.1 complaint by Chris Lattner · 23 years ago
- 5ff62e9 *** empty log message *** by Chris Lattner · 23 years ago
- 743cd3e Implementing shift left & shift right on pointers by Chris Lattner · 23 years ago
- 0b12b5f by Chris Lattner · 23 years ago
- 1ee34a5 Remove explicit support for tracing code. It should be linked into the by Chris Lattner · 23 years ago
- eb1a845 Added external functions for hashing pointers to sequence numbers. by Vikram S. Adve · 23 years ago
- c8cc4cb Updates to move some header files out of include/llvm/Transforms into by Chris Lattner · 23 years ago
- 45d8b91 Change usage of isPointerType to use isa by Chris Lattner · 23 years ago
- 2adcd83 Implement the NOT operator. by Chris Lattner · 23 years ago
- f4dca80 Implement cast operations on booleans to allow casting bools to ints, f.e. by Chris Lattner · 23 years ago
- e2cbbce Fix #include broken by iMemory.h not including DerivedTypes.h by Chris Lattner · 23 years ago
- cc82cc1 FIXME removed: malloc/alloca ALWAYS have a size argument by Chris Lattner · 23 years ago
- 31bcdb8 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 23 years ago
- 2312b1c Eliminate use of SymTabValue class by Chris Lattner · 23 years ago
- 2012d5e Fix a bug printing out %c formated characters. by Chris Lattner · 23 years ago
- e06e914 Move FunctionArgument out of iOther.h into Argument.h and rename class to by Chris Lattner · 23 years ago
- b972f95 Update comment to reflect class name change. by Chris Lattner · 23 years ago
- bc55a31 Remove extranous #include by Chris Lattner · 23 years ago
- 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
- b408b12 s/Method/Function by Chris Lattner · 23 years ago
- 9a3d696 Change from Method to Function by Chris Lattner · 23 years ago
- 7b83b1d Do not link in runtime library anymore, assume that user manually links in by Chris Lattner · 23 years ago
- 665ee88 Implement a bunch of new functions to support the SPECINT mcf benchmark by Chris Lattner · 23 years ago
- 9bffa73 Keep track of memory allocated by alloca so that it is freed appropriately by Chris Lattner · 23 years ago
- 34dd24b Implement exp function by Chris Lattner · 23 years ago
- 221d688 Method.h no longer includes BasicBlock.h by Chris Lattner · 24 years ago
- 7403025 Add new abort-on-exceptions flag by Chris Lattner · 24 years ago
- c0fbd57 Make array bound checks optional and disabled by default. by Chris Lattner · 24 years ago
- 295fe67 Implement the clock() function by Chris Lattner · 24 years ago
- 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
- f23eb85 * Support the new -q flag for automated tests by Chris Lattner · 24 years ago
- e7c6f72 Implement sprintf by Chris Lattner · 24 years ago
- 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
- e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
- 7061dc5 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 24 years ago