- abec8f9 Changes to support rand48 tests by Reid Spencer · 21 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 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
- 63e8dfa These #includes are long dead 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
- 7301178 Pass around IntrinsicLowering instances as appropriate. by Chris Lattner · 21 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
- 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
- b56a6bc Abort when the user program calls abort, instead of printing a funny message and calling exit(1). by Brian Gaeke · 22 years ago
- b8afbe6 Unbreak the build by Chris Lattner · 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
- 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
- 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 22 years ago
- 1543e40 Add preliminary support for "any" pointersize/endianness. This will need by Chris Lattner · 22 years ago
- 5560c9d Spell `necessary' correctly. by Misha Brukman · 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
- 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
- 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
- 5f311a7 Add memcpy by Chris Lattner · 22 years ago
- 957d62a Implement a bunch of new external functions by Chris Lattner · 22 years ago
- f87a198 Add support for _IO_getc function used on linux 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
- b111874 * Wrap at 80 columns * Fix a ton of warnings * Implement puts by Chris Lattner · 22 years ago
- fe11a97 Substantial changes to refactor LLI to incorporate both the Jello JIT and by Chris Lattner · 22 years ago
- dbcda22 Add support for isnan 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
- 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
- 005cbce * Implement the getc() function by Chris Lattner · 23 years ago
- e8b3e9b * Fix a bug that was causing lli to misrun: 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
- 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
- 2012d5e Fix a bug printing out %c formated characters. 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
- 665ee88 Implement a bunch of new functions to support the SPECINT mcf benchmark by Chris Lattner · 23 years ago
- 34dd24b Implement exp function by Chris Lattner · 23 years ago
- 295fe67 Implement the clock() function by Chris Lattner · 23 years ago
- 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 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
- 69b5ce9 Remove invalid,unneccesary ## token by Chris Lattner · 24 years ago
- 782b939 * Implement array indexing in lli by Chris Lattner · 24 years ago
- 1b60014 Implement some more rand functions for em3d benchmark by Chris Lattner · 24 years ago
- ea38c0e * Switch to operation on pointers with PointerTy more consistently by Chris Lattner · 24 years ago
- 6a6791b Add %p format to printf, which MUST be used when printing pointer values. by Chris Lattner · 24 years ago
- 8679005 Implement log and drand48 for TSP bm by Chris Lattner · 24 years ago
- c063d38 Implement sqrt, implement printf better, simpler. by Chris Lattner · 24 years ago
- 0f279b2 Be lenient on types so that programs that are not very typesafe will work by Chris Lattner · 24 years ago
- 4721f13 Implement a gross function name map that must be used when linking statically by Chris Lattner · 24 years ago
- 08845a2 * Fix pow wrapper to actually work by Chris Lattner · 24 years ago
- 316a65b Fix some illegal uses of the ## operator by Chris Lattner · 24 years ago
- 3eb60f8 Add methods print<TYPE> for String, Pointer, and each primitive type. by Vikram S. Adve · 24 years ago
- c259316 * Make pointer values work better by treating them uniformly as 64 bit values. by Chris Lattner · 24 years ago
- e43db88 * Implement exit() builtin function by Chris Lattner · 24 years ago
- f8f2afb Enhancements to pass argc & argv to main if required by Chris Lattner · 24 years ago
- 2e42d3a Implement global variables. Struct and Pointer initializers are not implemented yet though by Chris Lattner · 24 years ago
- ef9c23f * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 24 years ago
- e93cdce Use the correct style casts by Chris Lattner · 24 years ago
- 7720c8e Add support for external methods by Chris Lattner · 24 years ago