- 5191b4b Convert tabs to spaces by Misha Brukman · 21 years ago
- 91fb9ab * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 21 years ago
- 28edd69 If the interpreter tries to execute an external function, kill it. Of course by Chris Lattner · 21 years ago
- cebb964 Improve compatiblity with HPUX on Itanium, patch by Duraid Madina by Chris Lattner · 21 years ago
- 4588542 Silence warnings by Chris Lattner · 21 years ago
- 70e3727 Use System/DynamicLibrary instead of Support/DynamicLinker by Reid Spencer · 21 years ago
- f967653 Changes to support rand48 tests by Reid Spencer · 21 years ago
- 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
- 6b72759 Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
- 3b9474e Add int ferror(FILE *) by Brian Gaeke · 21 years ago
- cb9ccac These #includes are long dead by Chris Lattner · 21 years ago
- 7b8a3b5 Get rid of a wart: useless getFILE function is now a cast macro. by Reid Spencer · 21 years ago
- 2d7efbb Generalize the strlen size_t hack, for the benefit of the other external by Brian Gaeke · 21 years ago
- c8c6c03 Pass around IntrinsicLowering instances as appropriate. by Chris Lattner · 22 years ago
- 1809966 Finegrainify namespacification by Chris Lattner · 22 years ago
- 13a2e54 Dynamically get the right-sized member of a GenericValue to hold a size_t, and by Brian Gaeke · 22 years ago
- d81ca47 Change LLI's internal representation of va_list to a pointer to the next by Brian Gaeke · 22 years ago
- 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- 4e106f0 Abort when the user program calls abort, instead of printing a funny message and calling exit(1). by Brian Gaeke · 22 years ago
- 37edb43 Unbreak the build by Chris Lattner · 22 years ago
- 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- fefd3be Interpret the new varargs intrinsics correctly by Chris Lattner · 22 years ago
- 1d2d8ec Order #includes as per the style guide. by Misha Brukman · 22 years ago
- cc31fdd Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 22 years ago
- aa7d26c Fix spelling. by Misha Brukman · 22 years ago
- 6cc20de Rewrite head-of-file comment. by Brian Gaeke · 22 years ago
- 93cb392 Do not read past the end of the contained type list by Chris Lattner · 22 years ago
- a766903 Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 22 years ago
- 4798540 Add preliminary support for "any" pointersize/endianness. This will need by Chris Lattner · 22 years ago
- 7eb05a1 Spell `necessary' correctly. by Misha Brukman · 22 years ago
- 3ef61af Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
- fcd7264 Include <cmath> instead of <math.h> by Brian Gaeke · 22 years ago
- 44a4adf Use std::isnan instead of isnan. Brought back to you from the by Brian Gaeke · 22 years ago
- 4a5bb95 Add support for atexit function, remove support for __main function by Chris Lattner · 22 years ago
- 525e251 Implement varargs support for LLI! by Chris Lattner · 22 years ago
- 470754e A large number of simple changes: by Chris Lattner · 22 years ago
- 01971e1 Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit host by Chris Lattner · 22 years ago
- 4c5245b Add __strdup by Chris Lattner · 22 years ago
- 487bb80 Add memcpy by Chris Lattner · 23 years ago
- 93f4ff7 Implement a bunch of new external functions by Chris Lattner · 23 years ago
- 26a4a1f Add support for _IO_getc function used on linux by Chris Lattner · 23 years ago
- 1610666 fprintf CAN take exactly 2 args by Chris Lattner · 23 years ago
- d318371 Implement scanf and fix sscanf to actually endian swap the results correctly by Chris Lattner · 23 years ago
- d49518c * Wrap at 80 columns * Fix a ton of warnings * Implement puts by Chris Lattner · 23 years ago
- a0d7b08 Substantial changes to refactor LLI to incorporate both the Jello JIT and by Chris Lattner · 23 years ago
- 677671d Add support for isnan by Chris Lattner · 23 years ago
- 98cf1f5 - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 23 years ago
- 7a1da7c Implement feof by Chris Lattner · 23 years ago
- a41a195 Implement freopen for burg by Chris Lattner · 23 years ago
- c3a8409 Implement fprintf by Chris Lattner · 23 years ago
- 8529020 Implement fputc and ungetc to allow burg to run in lli by Chris Lattner · 23 years ago
- 0313db6 * Implement the getc() function by Chris Lattner · 23 years ago
- bd0d2ea * Fix a bug that was causing lli to misrun: by Chris Lattner · 23 years ago
- 33b3b96 Fix problem where lli would not print out a 64 bit value when the client code by Chris Lattner · 23 years ago
- 7076ff2 by Chris Lattner · 23 years ago
- 1319429 Remove explicit support for tracing code. It should be linked into the by Chris Lattner · 23 years ago
- a77150b Added external functions for hashing pointers to sequence numbers. by Vikram S. Adve · 23 years ago
- d6010ab Fix a bug printing out %c formated characters. by Chris Lattner · 24 years ago
- 62b7fd1 Change references to the Method class to be references to the Function by Chris Lattner · 24 years ago
- f94811a s/Method/Function by Chris Lattner · 24 years ago
- 5dec460 Implement a bunch of new functions to support the SPECINT mcf benchmark by Chris Lattner · 24 years ago
- 568a770 Implement exp function by Chris Lattner · 24 years ago
- 8f52ffd Implement the clock() function by Chris Lattner · 24 years ago
- 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
- 60a9a23 Implement sprintf by Chris Lattner · 24 years ago
- 2413b16 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
- e977e5d Remove invalid,unneccesary ## token by Chris Lattner · 24 years ago
- 5ba7573 * Implement array indexing in lli by Chris Lattner · 24 years ago
- 9754aba Implement some more rand functions for em3d benchmark by Chris Lattner · 24 years ago
- 31e9e4d * Switch to operation on pointers with PointerTy more consistently by Chris Lattner · 24 years ago
- 51862ef Add %p format to printf, which MUST be used when printing pointer values. by Chris Lattner · 24 years ago
- c23094e Implement log and drand48 for TSP bm by Chris Lattner · 24 years ago
- 5cc3188 Implement sqrt, implement printf better, simpler. by Chris Lattner · 24 years ago
- d7c742f Be lenient on types so that programs that are not very typesafe will work by Chris Lattner · 24 years ago
- 7fd51b5 Implement a gross function name map that must be used when linking statically by Chris Lattner · 24 years ago
- 490d2a8 * Fix pow wrapper to actually work by Chris Lattner · 24 years ago
- 9cd1451 Fix some illegal uses of the ## operator by Chris Lattner · 24 years ago
- 578a840 Add methods print<TYPE> for String, Pointer, and each primitive type. by Vikram S. Adve · 24 years ago
- 0b00b31 * Make pointer values work better by treating them uniformly as 64 bit values. by Chris Lattner · 24 years ago
- 15157b8 * Implement exit() builtin function by Chris Lattner · 24 years ago
- d299dba Enhancements to pass argc & argv to main if required by Chris Lattner · 24 years ago
- c62e2e5 Implement global variables. Struct and Pointer initializers are not implemented yet though by Chris Lattner · 24 years ago
- 7fac070 * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 24 years ago
- f4a0d70 Use the correct style casts by Chris Lattner · 24 years ago
- baf08eb Add support for external methods by Chris Lattner · 24 years ago