Age | Commit message (Expand) | Author |
2004-05-14 | Support MachineBasicBlock operands on RawFrm instructions. | Brian Gaeke |
2004-04-13 | Add support for the printImplicitDefsBefore flag | Chris Lattner |
2004-04-08 | Added the llvm.readport and llvm.writeport intrinsics for x86. These do | John Criswell |
2004-03-31 | Add support for FP cmoves | Chris Lattner |
2004-03-11 | Fix compilation on Sparc: assert(0) => abort() | Misha Brukman |
2004-03-09 | Check if printing of implicit uses is required for all types of shift | Alkis Evlogimenos |
2004-03-09 | Use newly added API to emit bytes for instructions that gas misassembles | Alkis Evlogimenos |
2004-03-01 | Doxygenify some comments. | Misha Brukman |
2004-02-29 | A big X86 instruction rename. The instructions are renamed to make | Alkis Evlogimenos |
2004-02-28 | Floating point loads/stores act on memory operands. Rename them to | 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-23 | Work around a gas bug. Print '-9223372036854775808' as unsigned. | Chris Lattner |
2004-02-17 | Expand the repertoire of the forms we can print and encode. | Chris Lattner |
2004-02-17 | Rename MOVi[mr] instructions to MOV[rm]i | Chris Lattner |
2004-02-17 | Rename the IMULri* instructions to IMULrri, as they are actually three address | Chris Lattner |
2004-02-15 | Make dense maps keyed on physical registers smallerusing | Alkis Evlogimenos |
2004-02-14 | finegrainify namespacification, fix 80col prob | Chris Lattner |
2004-02-12 | Change MachineBasicBlock's vector of MachineInstr pointers into an | Alkis Evlogimenos |
2004-02-11 | s/getOpCode/getOpcode | Chris Lattner |
2004-02-04 | Modify the two address instruction pass to remove the duplicate | Alkis Evlogimenos |
2004-02-04 | IMULri* instructions do not require their first two registers operands | Alkis Evlogimenos |
2004-01-14 | Eliminate the isStringCompatible function, using ConstantArray::isString. | Chris Lattner |
2003-12-14 | Change interface of MachineOperand as follows: | Alkis Evlogimenos |
2003-12-01 | generalize the instruction types permitted a bit | Chris Lattner |
2003-11-22 | Support constant casting constant pointers to ints/uints, and/or | Brian Gaeke |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-11-04 | Fix problems in previous changes. This fixes several regressions last night. | Chris Lattner |
2003-11-03 | Significantly simplify constant emission by unifying the stuff which used to ... | Chris Lattner |
2003-11-03 | Incorporate printSingleConstantValue into its single caller | Chris Lattner |
2003-11-03 | * Reformat some code | Chris Lattner |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-10-20 | The Grammar Police was here. | Misha Brukman |
2003-10-20 | * Rename X86::IMULr16 -> X86::IMULrr16 | Chris Lattner |
2003-10-19 | .string adds an implicit zero at the end. This is not what we wanted. | Chris Lattner |
2003-10-16 | Add support for 'weak' linkage. | Chris Lattner |
2003-10-06 | Add # of printed instructions statistic to both the SPARC and X86 LLC backends. | Brian Gaeke |
2003-09-10 | Only emit inter-field-padding if the amount of padding is != 0 | Chris Lattner |
2003-09-09 | * Simplify printConstantValueOnly by moving the tail padding stuff directly | Chris Lattner |
2003-08-13 | Factory methods for FunctionPasses now return type FunctionPass *. | Brian Gaeke |
2003-08-11 | Sort #includes, eliminate #include of "llvm/Type.h" which was redundant | Chris Lattner |
2003-08-11 | Cygwin apparently works with %'s on registers! | Chris Lattner |
2003-08-11 | Add a new -enable-cygwin-compatible-output argument, which make the output more | Chris Lattner |
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 |