Age | Commit message (Expand) | Author |
2004-10-15 | Give the X86 JIT the ability to encode global+disp constants. Patch | Chris Lattner |
2004-10-15 | Give the X86 asm printer the ability to print out addressing modes that have | Chris Lattner |
2004-10-15 | Allow X86 addressing modes to represent globals with offsets. Patch contributed | Chris Lattner |
2004-10-15 | Allow machine operands to represent global variables with offsets. This is | Chris Lattner |
2004-10-15 | This patch fixes the nasty bug that caused 175.vpr to fail for X86 last night. | Chris Lattner |
2004-10-15 | This patch adds and improves debugging output. No functionality changes. | Chris Lattner |
2004-10-15 | Better codegen of binary integer ops with 32 bit immediate operands. | Nate Begeman |
2004-10-14 | The field is called `imm22', not simply `imm' | Misha Brukman |
2004-10-14 | Synthetic instructions RET and RETL need to have all 3 parameters specified | Misha Brukman |
2004-10-14 | Class F2_1 already inherits the imm22 field from class F2 | Misha Brukman |
2004-10-14 | Generate the SparcV8 code emitter from .td files | Misha Brukman |
2004-10-14 | * In the F3_1 class, default asi to 0 because it's not currently used | Misha Brukman |
2004-10-14 | Fix a bug John tracked down in libstdc++ where we were incorrectly deleting | Chris Lattner |
2004-10-14 | Add FSTOI, FDTOI (fp to integer cast) instructions. | Brian Gaeke |
2004-10-14 | Rewrite emitCastOperation, refactoring parts of it into emitIntegerCast, and | Brian Gaeke |
2004-10-14 | Add list of libc procedures we'll use, at some point. | Brian Gaeke |
2004-10-14 | Make sure any client of Dominators.h links in Dominators.cpp | Chris Lattner |
2004-10-14 | Do not use the same variable name for two different variables in the | Chris Lattner |
2004-10-14 | * Claim to support machine code emission - return false from | Misha Brukman |
2004-10-14 | * Include the real (generated) version of getBinaryCodeForInstr() | Misha Brukman |
2004-10-14 | * Make a PPC32-specific code emitter because we have separate classes for 32- | Misha Brukman |
2004-10-14 | Checking in code that works on my simple test case. However, there is still a... | Tanya Lattner |
2004-10-14 | There is only one field in an instruction, and that is `Inst', the final view of | Misha Brukman |
2004-10-14 | PowerPC instruction definitions use LittleEndian-style encoding [0..31] | Misha Brukman |
2004-10-14 | Add isLittleEndianEncoding to InstrInfo class, defaults to `off' | Misha Brukman |
2004-10-14 | When converting phi nodes into select instructions, we shouldn't promote PHI | Chris Lattner |
2004-10-14 | Allow this file to compile on Darwin. | Reid Spencer |
2004-10-14 | Use __MINGW instead of __MING. Patch contributed by Henrik Bach. | Reid Spencer |
2004-10-14 | Get proper BSD #includes for MappedFile implementation. | Reid Spencer |
2004-10-14 | Implementation of MappedFile for Win32. Patch provided by Jeff Cohen. | Reid Spencer |
2004-10-14 | Today is not my day. Fix broken # | Chris Lattner |
2004-10-14 | unbreak previous checkin :( | Chris Lattner |
2004-10-14 | Add back a missing paren | Chris Lattner |
2004-10-14 | Fit to 80 cols | Chris Lattner |
2004-10-14 | Wrap to 80 cols, delete some seriously old debugging printouts | Chris Lattner |
2004-10-14 | Fit in 80 columns | Chris Lattner |
2004-10-14 | Minor cleanups | Chris Lattner |
2004-10-13 | Update to reflect changes in Makefile rules. | Reid Spencer |
2004-10-12 | Minor cleanups: | Chris Lattner |
2004-10-12 | Transform memmove -> memcpy when the source is obviously constant memory. | Chris Lattner |
2004-10-12 | Minor tweaks | Chris Lattner |
2004-10-12 | Implement a new method | Chris Lattner |
2004-10-12 | This nutty patch has been in my tree since before 1.3 went out, and it needs | Chris Lattner |
2004-10-12 | Fix a REALLY obscure bug in my previous checkin, which was splicing the END | Chris Lattner |
2004-10-11 | Handle a common case more carefully. In particular, instead of transforming | Chris Lattner |
2004-10-11 | Allow creation of GEP constantexprs with a vector of value* operands as | Chris Lattner |
2004-10-11 | Implement remove/eraseFromParent methods | Chris Lattner |
2004-10-11 | Make this build | Chris Lattner |
2004-10-11 | Reenable the transform, turning X/-10 < 1 into X > -10 | Chris Lattner |
2004-10-11 | Fix a warning that is emitted on the suns | Chris Lattner |