| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement UndefValue class | Chris Lattner | 2004-10-16 | 1 | -0/+45 |
* | Add support for the unreachable instruction | Chris Lattner | 2004-10-16 | 2 | -3/+5 |
* | Add new UndefValueVal type | Chris Lattner | 2004-10-16 | 1 | -4/+6 |
* | Add new UnreachableInst class | Chris Lattner | 2004-10-16 | 1 | -0/+37 |
* | Add new unreachable instruction | Chris Lattner | 2004-10-16 | 1 | -44/+45 |
* | Add new UndefValue class | Chris Lattner | 2004-10-16 | 1 | -0/+31 |
* | UndefValue's are constants | Chris Lattner | 2004-10-16 | 1 | -1/+2 |
* | Document unreachable instruction | Chris Lattner | 2004-10-16 | 1 | -14/+53 |
* | Add missing 'Instruction Opcodes' bullet to TOC | Chris Lattner | 2004-10-16 | 1 | -38/+100 |
* | Add a missing dependency | Chris Lattner | 2004-10-16 | 1 | -1/+1 |
* | Fix file header | Chris Lattner | 2004-10-16 | 1 | -1/+1 |
* | Be more careful about looking for constants when we really want constantint's. | Chris Lattner | 2004-10-16 | 1 | -10/+8 |
* | None of these have actually been implemented yet. | Chris Lattner | 2004-10-16 | 1 | -3/+5 |
* | Move the implementation of the instructions clone methods to this file so | Chris Lattner | 2004-10-15 | 1 | -0/+30 |
* | Move the implementation of the clone method for these classes to | Chris Lattner | 2004-10-15 | 2 | -25/+19 |
* | Fix hyphenation and quoting style for great justice | Misha Brukman | 2004-10-15 | 1 | -1/+1 |
* | There is no reason not to build these in parallel | Chris Lattner | 2004-10-15 | 1 | -1/+2 |
* | Add a space between the type and name of value when printing error message | Misha Brukman | 2004-10-15 | 1 | -1/+1 |
* | Don't print a bunch of metrics that are meaningless for external functions | Chris Lattner | 2004-10-15 | 1 | -17/+20 |
* | Fix broken links | Chris Lattner | 2004-10-15 | 1 | -3/+3 |
* | Instruction select globals with offsets better. For example, on this test | Chris Lattner | 2004-10-15 | 1 | -7/+17 |
* | Give the X86 JIT the ability to encode global+disp constants. Patch | Chris Lattner | 2004-10-15 | 1 | -27/+54 |
* | Give the X86 asm printer the ability to print out addressing modes that have | Chris Lattner | 2004-10-15 | 1 | -25/+53 |
* | Allow X86 addressing modes to represent globals with offsets. Patch contributed | Chris Lattner | 2004-10-15 | 1 | -5/+10 |
* | Allow machine operands to represent global variables with offsets. This is | Chris Lattner | 2004-10-15 | 3 | -26/+53 |
* | This patch fixes the nasty bug that caused 175.vpr to fail for X86 last night. | Chris Lattner | 2004-10-15 | 1 | -1/+2 |
* | This patch adds and improves debugging output. No functionality changes. | Chris Lattner | 2004-10-15 | 1 | -3/+7 |
* | Better codegen of binary integer ops with 32 bit immediate operands. | Nate Begeman | 2004-10-15 | 1 | -2/+22 |
* | The field is called `imm22', not simply `imm' | Misha Brukman | 2004-10-14 | 2 | -2/+2 |
* | Synthetic instructions RET and RETL need to have all 3 parameters specified | Misha Brukman | 2004-10-14 | 2 | -8/+12 |
* | Class F2_1 already inherits the imm22 field from class F2 | Misha Brukman | 2004-10-14 | 2 | -2/+0 |
* | Generate the SparcV8 code emitter from .td files | Misha Brukman | 2004-10-14 | 2 | -2/+10 |
* | * In the F3_1 class, default asi to 0 because it's not currently used | Misha Brukman | 2004-10-14 | 2 | -4/+2 |
* | * We don't use the ENABLE_*_JIT flags in the source base anymore | Misha Brukman | 2004-10-14 | 1 | -8/+5 |
* | Fix a bug John tracked down in libstdc++ where we were incorrectly deleting | Chris Lattner | 2004-10-14 | 1 | -1/+2 |
* | Add FSTOI, FDTOI (fp to integer cast) instructions. | Brian Gaeke | 2004-10-14 | 2 | -0/+8 |
* | Rewrite emitCastOperation, refactoring parts of it into emitIntegerCast, and | Brian Gaeke | 2004-10-14 | 2 | -108/+184 |
* | Add list of libc procedures we'll use, at some point. | Brian Gaeke | 2004-10-14 | 2 | -12/+28 |
* | Use the shared Makefile.JIT for JIT-enablement, which also enables the examples | Misha Brukman | 2004-10-14 | 2 | -6/+7 |
* | Use the shared Makefile.JIT for JIT-enablement | Misha Brukman | 2004-10-14 | 2 | -92/+5 |
* | Add Makefile.JIT to the list of Makefiles transferred to the build dir to give | Misha Brukman | 2004-10-14 | 1 | -28/+34 |
* | Transfer Makefile.JIT into the build tree for JIT-enabling tools and examples | Misha Brukman | 2004-10-14 | 1 | -0/+1 |
* | Since several tools and examples want JIT support, factor out the process of | Misha Brukman | 2004-10-14 | 1 | -0/+68 |
* | Convert tabs to spaces | Misha Brukman | 2004-10-14 | 1 | -2/+2 |
* | Make sure any client of Dominators.h links in Dominators.cpp | Chris Lattner | 2004-10-14 | 1 | -0/+2 |
* | Make sure any client of Dominators.h links in Dominators.cpp | Chris Lattner | 2004-10-14 | 1 | -0/+6 |
* | Do not use the same variable name for two different variables in the | Chris Lattner | 2004-10-14 | 1 | -3/+2 |
* | Remove unneeded typedef, patch by Morten Ofstad | Chris Lattner | 2004-10-14 | 1 | -2/+0 |
* | * Claim to support machine code emission - return false from | Misha Brukman | 2004-10-14 | 1 | -4/+26 |
* | Enable the PowerPC JIT by compiling powerpc.o library into lli | Misha Brukman | 2004-10-14 | 1 | -0/+13 |