| Commit message (Expand) | Author | Age | Files | Lines |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 246 | -2/+1722 |
* | "Function"[0] == 'F', not 'M' | Chris Lattner | 2003-10-20 | 2 | -16/+16 |
* | Minor leftover fixups from replaceMachineCodeForFunction () change. | Brian Gaeke | 2003-10-20 | 2 | -2/+3 |
* | fix file header | Chris Lattner | 2003-10-20 | 1 | -1/+0 |
* | Added copyright header to all C++ source files. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | Make replaceMachineCodeForFunction() return void. | Brian Gaeke | 2003-10-20 | 1 | -1/+1 |
* | Make replaceMachineCodeForFunction return void. | Brian Gaeke | 2003-10-20 | 2 | -4/+2 |
* | Apparently the dependencies are wrong for this file, so it didn't rebuild it | Chris Lattner | 2003-10-20 | 1 | -1/+1 |
* | Reorder for minor efficiency gain | Chris Lattner | 2003-10-20 | 1 | -1/+1 |
* | Emit x86 instructions for: A = B op C, where A and B are 16-bit registers, | Chris Lattner | 2003-10-20 | 3 | -0/+94 |
* | Hrm, a relic from the past. How cute :) | Chris Lattner | 2003-10-20 | 1 | -1/+1 |
* | Further cleanups and simplifications | Chris Lattner | 2003-10-20 | 2 | -64/+34 |
* | Eliminate code for pointer size and endianness emulation. | Chris Lattner | 2003-10-20 | 3 | -314/+41 |
* | The Grammar Police was here. | Misha Brukman | 2003-10-20 | 2 | -2/+2 |
* | * Rename X86::IMULr16 -> X86::IMULrr16 | Chris Lattner | 2003-10-20 | 6 | -19/+69 |
* | Eliminate unused class | Chris Lattner | 2003-10-19 | 1 | -5/+0 |
* | Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct... | Chris Lattner | 2003-10-19 | 13 | -19/+19 |
* | * Multiplications by 2^X are turned into shifts. This factors code out of the | Chris Lattner | 2003-10-19 | 2 | -190/+402 |
* | Add some new instructions. Wheee | Chris Lattner | 2003-10-19 | 1 | -1/+21 |
* | .string adds an implicit zero at the end. This is not what we wanted. | Chris Lattner | 2003-10-19 | 2 | -2/+2 |
* | Add debugtype, make output marginally more nice | Chris Lattner | 2003-10-19 | 1 | -3/+4 |
* | Fix PR #47 | Chris Lattner | 2003-10-19 | 1 | -3/+3 |
* | Fix bug: Jello/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.llx | Chris Lattner | 2003-10-19 | 2 | -18/+42 |
* | Without this option, the -run-llc mode does not work with shared objects at | Chris Lattner | 2003-10-18 | 1 | -0/+1 |
* | Fix warning | Chris Lattner | 2003-10-18 | 1 | -0/+1 |
* | add support for new linkage types | Chris Lattner | 2003-10-18 | 2 | -8/+18 |
* | Fix PR#50 | Chris Lattner | 2003-10-18 | 1 | -6/+6 |
* | Add support for the new varargs intrinsics and instructions | Chris Lattner | 2003-10-18 | 5 | -34/+61 |
* | ADd support for the new varargs instructions | Chris Lattner | 2003-10-18 | 1 | -1/+2 |
* | Add support for the new varargs intrinsics | Chris Lattner | 2003-10-18 | 2 | -52/+72 |
* | Update the sparc backend to at least compile correctly with the new varargs s... | Chris Lattner | 2003-10-18 | 2 | -4/+16 |
* | Interpret the new varargs intrinsics correctly | Chris Lattner | 2003-10-18 | 3 | -28/+13 |
* | Updated to emit the final 1.0 bytecode format. This supports weak linkage, | Chris Lattner | 2003-10-18 | 2 | -22/+40 |
* | * New revised variable argument handling support | Chris Lattner | 2003-10-18 | 5 | -149/+290 |
* | New revised variable argument handling support | Chris Lattner | 2003-10-18 | 2 | -5/+108 |
* | Chris says it's better to assert that TheModule is valid than silently return 0. | Misha Brukman | 2003-10-17 | 1 | -2/+1 |
* | You can't just blat the address into memory, you have to blat its | Brian Gaeke | 2003-10-17 | 1 | -4/+7 |
* | Don't release the Module, as that invalidates the Module* within the | Misha Brukman | 2003-10-17 | 1 | -2/+2 |
* | Implement replaceMachineCodeForFunction() for x86. | Brian Gaeke | 2003-10-17 | 1 | -0/+7 |
* | Refactor jump insertion code from CompilationCallback() into insertJumpAtAddr(). | Brian Gaeke | 2003-10-17 | 1 | -27/+33 |
* | Add prototype for replaceMachineCodeForFunction(). | Brian Gaeke | 2003-10-17 | 2 | -0/+3 |
* | Return the Module that we just materialized. | Misha Brukman | 2003-10-17 | 1 | -2/+5 |
* | Tidy up doxygen comment for getPointerToFunction(). | Brian Gaeke | 2003-10-17 | 2 | -0/+20 |
* | Refactor running the JIT passes on a single function into the new method, | Brian Gaeke | 2003-10-17 | 1 | -7/+35 |
* | Remove extra blank line. | Brian Gaeke | 2003-10-17 | 1 | -1/+0 |
* | Do not crash on empty structures | Chris Lattner | 2003-10-17 | 1 | -0/+5 |
* | Tighten up handling of checks for shift instructions | Chris Lattner | 2003-10-17 | 1 | -2/+4 |
* | Eliminate some extraneous code in SlotCalculator::insertVal(). | Alkis Evlogimenos | 2003-10-17 | 8 | -106/+103 |
* | Fix typo in comment. | Brian Gaeke | 2003-10-16 | 1 | -1/+1 |
* | Fix a typo in a comment, and zap a blank line. | Brian Gaeke | 2003-10-16 | 1 | -2/+1 |