Age | Commit message (Expand) | Author |
2004-05-14 | Don't keep track of references to LLVM BasicBlocks while emitting; use | Brian Gaeke |
2004-04-23 | Use emitWordAt() to emit forward-branch fixups. | Brian Gaeke |
2004-04-13 | Add support for new instruction type | Chris Lattner |
2004-03-09 | Add emitInstruction() API so that we can get the bytes of a simple instruction | Alkis Evlogimenos |
2004-03-09 | Constify things a bit | Alkis Evlogimenos |
2004-02-28 | Each instruction now has both an ImmType and a MemType. This describes | Alkis Evlogimenos |
2004-02-27 | Rename MRMS[0-7]{r,m} to MRM[0-7]{r,m}. | Alkis Evlogimenos |
2004-02-17 | Add support for GlobalAddress's for alkis | Chris Lattner |
2004-02-17 | Expand the repertoire of the forms we can print and encode. | Chris Lattner |
2004-02-15 | Make dense maps keyed on physical registers smallerusing | Alkis Evlogimenos |
2004-02-15 | Add back machine code deleter pass until we get a MachineCode pass | Alkis Evlogimenos |
2004-02-12 | Add support for the rep movs[bwd] instructions, and emit them when code | Chris Lattner |
2004-02-12 | Change MachineBasicBlock's vector of MachineInstr pointers into an | Alkis Evlogimenos |
2004-02-04 | Modify the two address instruction pass to remove the duplicate | Alkis Evlogimenos |
2003-12-20 | Remove floating point killer pass. This is now implemented in the | Alkis Evlogimenos |
2003-12-20 | Finally, _actually delete the machine code_ for a function, after it has | Chris Lattner |
2003-12-20 | A minor cleanup for better encapsulation | Chris Lattner |
2003-12-20 | Rip JIT specific stuff out of TargetMachine, as per PR176 | Chris Lattner |
2003-12-12 | Modified cast so that it converts the int to a long before casting to | John Criswell |
2003-12-12 | Implement the TargetMachine::getJITStubForFunction method for X86, finegrainify | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-10-20 | * Rename X86::IMULr16 -> X86::IMULrr16 | Chris Lattner |
2003-10-16 | Fix typo in comment. | Brian Gaeke |
2003-08-18 | Spell `necessary' correctly. | Misha Brukman |
2003-08-13 | addPassesToJITCompile and addPassesToEmitMachineCode now take a | Brian Gaeke |
2003-08-05 | This is the real fix for the previous register allocator problem. | Chris Lattner |
2003-08-03 | Set debug types | Chris Lattner |
2003-08-01 | Move DEBUG to Debug.h | Chris Lattner |
2003-07-26 | We don't modify the LLVM rep, remain const correct | Chris Lattner |
2003-06-30 | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell |
2003-06-16 | Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", | Brian Gaeke |
2003-06-06 | Fix warnings on Sparc | Chris Lattner |
2003-06-06 | Add statistic for # machine instrs emitted | Chris Lattner |
2003-06-03 | Add namespace comments for doxygen | Chris Lattner |
2003-06-02 | Eliminated a compiler warning due to casting to a different-sized datatype. | Misha Brukman |
2003-06-02 | Renamed MachineCodeEmitter.cpp -> X86CodeEmitter.cpp as it conflicts with the | Misha Brukman |
2003-06-01 | Move X86 specific code out of the JIT into the X86 backend | Chris Lattner |
2003-05-09 | This blank line has GOT to go. | Chris Lattner |
2003-05-07 | IMPLICIT_DEF was not the beautiful elegant solution I thought it was going | Chris Lattner |
2003-05-06 | Don't have a cow with new pseudo instructions | Chris Lattner |
2003-01-14 | Rename MachineInstrInfo -> TargetInstrInfo | Chris Lattner |
2003-01-13 | * Add support for FP registers ST* | Chris Lattner |
2002-12-28 | * Convert to a MachineFunctionPass | Chris Lattner |
2002-12-25 | Add support for FP prefixes | Chris Lattner |
2002-12-23 | Add support for the bswap instruction | Chris Lattner |
2002-12-20 | fix warning | Chris Lattner |
2002-12-15 | Give passes nice names! | Chris Lattner |
2002-12-15 | Use MachineOperand::isFoo methods instead of our own global functions | Chris Lattner |
2002-12-13 | InstSelectSimple.cpp: Give promote32 a comment. Add initial | Brian Gaeke |