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