Age | Commit message (Expand) | Author |
2003-08-11 | Print % signs before register names; turn off "noprefix" mode in gas output. | Brian Gaeke |
2003-08-04 | Simplify some constant expressions | Chris Lattner |
2003-08-03 | Remove illegal, unsupported escapes. This fixes program: Ptrdist-bc | Chris Lattner |
2003-08-03 | * Sort #includes, remove dupliates | Chris Lattner |
2003-07-31 | I think local symbols in X86 GAS have to start with .L, not just | Brian Gaeke |
2003-07-24 | Use unified CWriter-X86/Printer name mangler. Do not bother using | Brian Gaeke |
2003-07-24 | It doesn't appear that we need to #include these. | Brian Gaeke |
2003-07-24 | Constify most methods. We could have constified doInitialization and | Brian Gaeke |
2003-07-23 | Printer.cpp: Ditch addRequired/getAnalysis, because they leave | Brian Gaeke |
2003-07-23 | Add, rewrite, and/or reformat many comments. | Brian Gaeke |
2003-07-23 | Simplify code by using ConstantInt::getRawValue instead of checking to see | Chris Lattner |
2003-07-11 | If we have a constant pointer reference to a function, we were printing | Brian Gaeke |
2003-07-11 | Fix some serious floating-point bugs (fixes test cases such as Oscar, | Brian Gaeke |
2003-07-07 | Insert workaround for GAS bug in assembling FLD/FSTP XWORD PTR [...] | Brian Gaeke |
2003-06-27 | Nice tasty llc fixes. These should fix LLC for x86 for everything in | Brian Gaeke |
2003-06-26 | Number constants from constant pool as CPIf_i where f is the function index | Brian Gaeke |
2003-06-25 | Integrate the C writer's name mangler. | Brian Gaeke |
2003-06-25 | First draft of X86 LLC backend. This should be OK for small programs like | Brian Gaeke |
2003-06-19 | Fix output bug: Intel asm comment character is #, not ;. | Brian Gaeke |
2003-06-19 | Add Initialization and Finalization methods for the Printer pass, | Brian Gaeke |
2003-05-27 | Renamed opIsDef to opIsDefOnly. | Vikram S. Adve |
2003-01-14 | Rename MachineInstrInfo -> TargetInstrInfo | Chris Lattner |
2003-01-13 | * Implement rudimentary output of the constant pool | Chris Lattner |
2002-12-28 | * Convert to a MachineFunctionPass | Chris Lattner |
2002-12-25 | Add printer support for Pseudo instructions | Chris Lattner |
2002-12-23 | Add support for the bswap instruction | 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 | Print X86 PHI nodes in a sane manner | Chris Lattner |
2002-12-13 | InstSelectSimple.cpp: Give promote32 a comment. Add initial | Brian Gaeke |
2002-12-13 | Rename MemArg* to Arg* | Chris Lattner |
2002-12-05 | Target/X86/Printer.cpp: Add sizePtr function, and use it instead of | Brian Gaeke |
2002-12-04 | Fix bogus assertion failures | Chris Lattner |
2002-12-04 | Avoid bad assertion | Chris Lattner |
2002-12-04 | Add support for referencing global variables/functions | Chris Lattner |
2002-12-03 | Split the machine code emitter completely out of the printer | Chris Lattner |
2002-12-02 | Remove comment | Chris Lattner |
2002-12-01 | Add rawfrm flags | Chris Lattner |
2002-11-21 | Handle cmp Reg, 0 correctly | Chris Lattner |
2002-11-21 | Fix off by one bug | Chris Lattner |
2002-11-21 | Minor code cleanups | Chris Lattner |
2002-11-21 | Implement printing of store instructions | Chris Lattner |
2002-11-21 | The big change here is to handle printing/emission of X86II::MRMSrcMem | Chris Lattner |
2002-11-21 | Add printing support for /0 /1 type instructions | Chris Lattner |
2002-11-21 | Support Registers of the form (B8+ rd) for example | Chris Lattner |
2002-11-21 | Implement printing more, implement opcode output more | Chris Lattner |
2002-11-21 | Print another class of instructions correctly, giving us: xorl EDX, EDX | Chris Lattner |
2002-11-20 | Check not only for MO_VirtualRegister, but MO_MachineRegister as well when | Misha Brukman |
2002-11-18 | Start trying to print instructions more correctly. For now we also print out... | Chris Lattner |
2002-11-17 | Arrange to have a TargetMachine available in X86InstrInfo::print | Chris Lattner |