| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move the implementation of the instructions clone methods to this file so | Chris Lattner | 2004-10-15 | 1 | -0/+30 |
* | 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 |
* | 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 | 1 | -5/+9 |
* | 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 |
* | 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 |
* | Make sure any client of Dominators.h links in Dominators.cpp | Chris Lattner | 2004-10-14 | 1 | -0/+2 |
* | Do not use the same variable name for two different variables in the | Chris Lattner | 2004-10-14 | 1 | -3/+2 |
* | * Claim to support machine code emission - return false from | Misha Brukman | 2004-10-14 | 1 | -4/+26 |
* | * Include the real (generated) version of getBinaryCodeForInstr() | Misha Brukman | 2004-10-14 | 1 | -10/+20 |
* | * Make a PPC32-specific code emitter because we have separate classes for 32- | Misha Brukman | 2004-10-14 | 1 | -6/+6 |
* | Checking in code that works on my simple test case. However, there is still a... | Tanya Lattner | 2004-10-14 | 1 | -104/+205 |
* | There is only one field in an instruction, and that is `Inst', the final view of | Misha Brukman | 2004-10-14 | 1 | -51/+51 |
* | PowerPC instruction definitions use LittleEndian-style encoding [0..31] | Misha Brukman | 2004-10-14 | 3 | -0/+6 |
* | Add isLittleEndianEncoding to InstrInfo class, defaults to `off' | Misha Brukman | 2004-10-14 | 1 | -0/+6 |
* | When converting phi nodes into select instructions, we shouldn't promote PHI | Chris Lattner | 2004-10-14 | 1 | -41/+93 |
* | Allow this file to compile on Darwin. | Reid Spencer | 2004-10-14 | 1 | -0/+1 |
* | Use __MINGW instead of __MING. Patch contributed by Henrik Bach. | Reid Spencer | 2004-10-14 | 2 | -2/+2 |
* | Get proper BSD #includes for MappedFile implementation. | Reid Spencer | 2004-10-14 | 1 | -0/+2 |
* | Implementation of MappedFile for Win32. Patch provided by Jeff Cohen. | Reid Spencer | 2004-10-14 | 2 | -12/+202 |
* | Today is not my day. Fix broken # | Chris Lattner | 2004-10-14 | 1 | -1/+1 |
* | unbreak previous checkin :( | Chris Lattner | 2004-10-14 | 1 | -1/+1 |
* | Add back a missing paren | Chris Lattner | 2004-10-14 | 1 | -2/+2 |
* | Fit to 80 cols | Chris Lattner | 2004-10-14 | 1 | -7/+6 |
* | Wrap to 80 cols, delete some seriously old debugging printouts | Chris Lattner | 2004-10-14 | 1 | -26/+15 |
* | Fit in 80 columns | Chris Lattner | 2004-10-14 | 1 | -13/+14 |
* | Minor cleanups | Chris Lattner | 2004-10-14 | 1 | -7/+3 |
* | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 33 | -120/+111 |
* | Minor cleanups: | Chris Lattner | 2004-10-12 | 1 | -23/+20 |
* | Transform memmove -> memcpy when the source is obviously constant memory. | Chris Lattner | 2004-10-12 | 1 | -16/+33 |
* | Minor tweaks | Chris Lattner | 2004-10-12 | 1 | -5/+5 |
* | Implement a new method | Chris Lattner | 2004-10-12 | 1 | -3/+27 |