Age | Commit message (Expand) | Author |
2009-09-20 | delete X86IntelAsmPrinter! Now -x86-asm-syntax just switches | Chris Lattner |
2009-09-13 | remove all but one reference to TargetRegisterDesc::AsmName. | Chris Lattner |
2009-09-13 | switch the x86 asmprinters to use getRegisterName instead | Chris Lattner |
2009-09-13 | make intel asmprinter use TRI::getAsmName instead of TRI::getName like | Chris Lattner |
2009-09-13 | reduce indentation with early exit. | Chris Lattner |
2009-09-13 | replace printBasicBlockLabel with EmitBasicBlockStart, | Chris Lattner |
2009-09-13 | convert some uses of printBasicBlockLabel to use GetMBBSymbol | Chris Lattner |
2009-09-09 | remove DebugLoc from MCInst and eliminate "Comment printing" from | Chris Lattner |
2009-09-09 | hoist the call to processDebugLoc out of the generated | Chris Lattner |
2009-09-03 | remove extraneous hack. | Chris Lattner |
2009-09-02 | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel |
2009-08-22 | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner |
2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
2009-08-19 | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner |
2009-08-18 | remove some pointless null switchtosections. The IntelAsmPrinter doesn't rea... | Chris Lattner |
2009-08-17 | the MinPad argument to PadToColumn only really makes sense to be 1, | Chris Lattner |
2009-08-13 | Various AsmWriter output cleanups. Use WriteAsOperand instead of | Dan Gohman |
2009-08-12 | Use PadToColumn instead of tabs. | Dan Gohman |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-08-05 | Don't flush the raw_ostream between each MachineFunction. These flush | Dan Gohman |
2009-08-03 | eliminate textual section switching from intel asm printer. | Chris Lattner |
2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
2009-07-21 | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner |
2009-07-20 | Add plumbing for the `linker_private' linkage type. This type is meant for | Bill Wendling |
2009-07-14 | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-14 | Revert r75615, which depended on 75610. | Daniel Dunbar |
2009-07-14 | eliminate extra space. | Torok Edwin |
2009-07-14 | Rename getValueName -> getMangledName. | Chris Lattner |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-07-09 | move handling of dllimport linkage in isel, not in asmprinter. | Chris Lattner |
2009-06-30 | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling |
2009-06-20 | remove dead code, the main codepath never has to deal | Chris Lattner |
2009-06-20 | eliminate the "call" operand modifier from the asm descriptions, modeling | Chris Lattner |
2009-06-19 | Misc tweaks to Intel asm printing to make it more compatible with MASM. | Eli Friedman |
2009-05-09 | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands |
2009-04-30 | Fix compilation for some targets other than x86. | Argyrios Kyrtzidis |
2009-04-30 | Make DebugLoc independent of DwarfWriter. | Argyrios Kyrtzidis |
2009-04-08 | Re-apply 68552. | Rafael Espindola |
2009-04-07 | Temporarily revert r68552. This was causing a failure in the self-hosting LLVM | Bill Wendling |
2009-04-07 | Reduce code duplication on the TLS implementation. | Rafael Espindola |
2009-03-25 | Don't print global names twice with -asm-verbose. | Evan Cheng |
2009-03-24 | Do not emit comments unless -asm-verbose. | Evan Cheng |
2009-03-11 | It makes no sense to have a ODR version of common | Duncan Sands |
2009-03-07 | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands |
2009-02-24 | Overhaul my earlier submission due to feedback. It's a large patch, but most of | Bill Wendling |
2009-02-18 | Put code that generates debug labels into TableGen so that it can be used by | Bill Wendling |
2009-01-15 | Add the private linkage. | Rafael Espindola |
2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |