| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 5 | -7/+8 |
* | Get rid of the duplicate '0x' in debug mode. | Brian Gaeke | 2003-06-30 | 1 | -1/+1 |
* | Include <cmath> instead of <math.h> | Brian Gaeke | 2003-06-23 | 1 | -10/+1 |
* | Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms. | Brian Gaeke | 2003-06-17 | 1 | -0/+3 |
* | Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where | Brian Gaeke | 2003-06-17 | 1 | -1/+1 |
* | Use std::isnan instead of isnan. Brought back to you from the | Brian Gaeke | 2003-06-17 | 1 | -1/+1 |
* | Life is too short. Link in too much stuff on Linux to make building on sun e... | Chris Lattner | 2003-06-17 | 1 | -4/+3 |
* | The never-ending odyssey trying to get sparc to link | Chris Lattner | 2003-06-17 | 1 | -1/+1 |
* | Make sure to get the value of ARCH before we use it | Chris Lattner | 2003-06-17 | 1 | -0/+5 |
* | Do not link in the Sparc JIT when building on X86. Eventually the sparc will... | Chris Lattner | 2003-06-17 | 1 | -6/+6 |
* | Apparently "sparc" is a macro on sparcs. Ugh. :) | Chris Lattner | 2003-06-17 | 1 | -4/+4 |
* | Whoops, didn't mean to check that in :( | Chris Lattner | 2003-06-17 | 1 | -3/+19 |
* | Use more structured command line option processing | Chris Lattner | 2003-06-17 | 2 | -41/+31 |
* | #ifdef out code that only applies when the HOSTARCH = sparc | Chris Lattner | 2003-06-17 | 1 | -1/+4 |
* | Add #include for older GCC's | Chris Lattner | 2003-06-08 | 1 | -0/+1 |
* | ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: | Misha Brukman | 2003-06-06 | 1 | -1/+14 |
* | Output function address as hex. | Misha Brukman | 2003-06-06 | 1 | -3/+2 |
* | Removed debug print statement. | Misha Brukman | 2003-06-06 | 1 | -1/+0 |
* | * Institute a hack for the Sparc call to mmap() to get our generated code to be | Misha Brukman | 2003-06-04 | 1 | -10/+16 |
* | Sparc's dlsym() requires the special operand RTLD_SELF to find a symbol in the | Misha Brukman | 2003-06-04 | 1 | -0/+4 |
* | * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp | Misha Brukman | 2003-06-02 | 5 | -262/+24 |
* | The flag modifications weren't picking up the old values of the | Brian Gaeke | 2003-06-02 | 1 | -5/+10 |
* | Remove obsolete code | Chris Lattner | 2003-06-02 | 1 | -51/+0 |
* | Move target specific code to target files. The new MachineCodeEmitter | Chris Lattner | 2003-06-01 | 6 | -196/+80 |
* | Fix induction variable name clash in for loops, in finishFunction(). | Brian Gaeke | 2003-06-01 | 1 | -3/+8 |
* | Fixed rewriting of branches -- they now work forward and backward. | Misha Brukman | 2003-05-31 | 1 | -4/+9 |
* | Since malloc is no longer used, no need to free() memory. | Misha Brukman | 2003-05-30 | 1 | -15/+11 |
* | Fix call to mmap, so that it can be used on sparc. | Brian Gaeke | 2003-05-30 | 1 | -10/+5 |
* | mmap() seems to be failing on Sparc, so just use malloc()/free() . | Misha Brukman | 2003-05-28 | 1 | -4/+29 |
* | Link in Sparc libs for the JIT, even on X86 to be able to support debugging | Misha Brukman | 2003-05-27 | 1 | -3/+19 |
* | Allow for specification of which JIT to run on the commandline. | Misha Brukman | 2003-05-27 | 5 | -14/+271 |
* | Fix typeos | Chris Lattner | 2003-05-14 | 1 | -4/+4 |
* | Add support for more constant expressions | Chris Lattner | 2003-05-14 | 1 | -6/+35 |
* | Add support for atexit function, remove support for __main function | Chris Lattner | 2003-05-14 | 5 | -14/+37 |
* | Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.c | Chris Lattner | 2003-05-14 | 4 | -4/+35 |
* | Fix compilation problems with previous checking *blush* | Chris Lattner | 2003-05-14 | 1 | -3/+4 |
* | Add a framework for intercepting system calls | Chris Lattner | 2003-05-14 | 2 | -21/+54 |
* | Clean up cast | Chris Lattner | 2003-05-13 | 1 | -1/+1 |
* | Make sure that globals are emitted AFTER the passmanager is set up for the JIT, | Chris Lattner | 2003-05-12 | 2 | -0/+2 |
* | switch main LLI core execution to use an InstVisitor instead of a switch stat... | Chris Lattner | 2003-05-10 | 2 | -67/+61 |
* | Fix testcase: SingleSource/UnitTests/2003-05-02-DependantPHI.c | Chris Lattner | 2003-05-10 | 2 | -34/+55 |
* | Add support for function stubs, which allow calling functions which need to | Chris Lattner | 2003-05-09 | 5 | -8/+81 |
* | Minor speedup by avoiding callbacks to functions already generated | Chris Lattner | 2003-05-08 | 2 | -6/+9 |
* | Improve efficiency of JIT by having it use direct function calls instead of | Chris Lattner | 2003-05-08 | 4 | -36/+34 |
* | assert early instead of late for unimplemented feature | Chris Lattner | 2003-05-08 | 1 | -3/+10 |
* | Implement varargs support for LLI! | Chris Lattner | 2003-05-08 | 2 | -73/+56 |
* | Add a pointersize/endianness safe load routine to match the store routine | Chris Lattner | 2003-05-08 | 1 | -0/+76 |
* | A large number of simple changes: | Chris Lattner | 2003-05-08 | 7 | -178/+95 |
* | Add support for recording arguments passed through the ... of a varargs function | Chris Lattner | 2003-05-08 | 2 | -10/+17 |
* | Fix bug: Jello/2003-05-07-ArgumentTest.llx | Chris Lattner | 2003-05-07 | 1 | -17/+33 |