| Commit message (Expand) | Author | Age | Files | Lines |
* | Added opaque 32-, 48-, and 80-bit memory operand types to the X86 | Sean Callanan | 2009-09-03 | 2 | -0/+13 |
* | switch from std::string to SmallString + raw_svector_ostream. | Chris Lattner | 2009-09-02 | 1 | -7/+5 |
* | split mcinst lowering stuff out to its own file. | Chris Lattner | 2009-09-02 | 4 | -262/+293 |
* | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 2 | -4/+4 |
* | X86/exp-asm-printer: Lower MachineOperand::MO_JumpTableIndex to MCOperand. | Daniel Dunbar | 2009-08-31 | 2 | -1/+35 |
* | Stop printing old asm printing code inline with -experimental-asm-printer (th... | Daniel Dunbar | 2009-08-31 | 1 | -9/+0 |
* | Avoid unnecessary +0 in experimental-asm-printer. | Daniel Dunbar | 2009-08-31 | 1 | -7/+10 |
* | llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. | Daniel Dunbar | 2009-08-31 | 2 | -10/+30 |
* | Fix PR 4751, another difficulty with %a modifier on x86. | Dale Johannesen | 2009-08-25 | 1 | -0/+4 |
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 3 | -42/+42 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 6 | -10/+10 |
* | Record variable debug info at ISel time directly. | Devang Patel | 2009-08-22 | 1 | -3/+0 |
* | Add an extra line to conform with preferred style. | Dale Johannesen | 2009-08-19 | 1 | -1/+2 |
* | Handle 'a' modifier in X86 asms. PR 4742. | Dale Johannesen | 2009-08-19 | 1 | -0/+12 |
* | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner | 2009-08-19 | 2 | -11/+12 |
* | remove some pointless null switchtosections. The IntelAsmPrinter doesn't rea... | Chris Lattner | 2009-08-18 | 1 | -4/+2 |
* | add support for some targetflags on GV operands. This allows us to | Chris Lattner | 2009-08-18 | 1 | -2/+44 |
* | the MinPad argument to PadToColumn only really makes sense to be 1, | Chris Lattner | 2009-08-17 | 2 | -5/+5 |
* | add support for external symbols + X86::MOVPC32r. | Chris Lattner | 2009-08-16 | 2 | -59/+123 |
* | implement support for lowering references to global addresses. For example, ... | Chris Lattner | 2009-08-16 | 2 | -5/+53 |
* | Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API | Daniel Dunbar | 2009-08-14 | 1 | -0/+2 |
* | Add X86 instruction printer support for printing MCValue operands. | Daniel Dunbar | 2009-08-14 | 1 | -0/+8 |
* | TargetRegistry: Change AsmPrinter constructor to be typed as returning an | Daniel Dunbar | 2009-08-13 | 1 | -4/+4 |
* | TargetRegistry: Reorganize AsmPrinter construction so that clients pass in the | Daniel Dunbar | 2009-08-13 | 1 | -2/+3 |
* | Various AsmWriter output cleanups. Use WriteAsOperand instead of | Dan Gohman | 2009-08-13 | 2 | -18/+17 |
* | Symbols with LinkerPrivateLinkage are weak. | Dale Johannesen | 2009-08-13 | 1 | -2/+2 |
* | Use PadToColumn instead of tabs. | Dan Gohman | 2009-08-12 | 2 | -4/+8 |
* | change the -x86-asm-syntax=intel/att flag to be in X86TAI | Chris Lattner | 2009-08-11 | 1 | -4/+2 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 2 | -14/+14 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 3 | -19/+19 |
* | split MachO section handling stuff out to its out .h/.cpp file. | Chris Lattner | 2009-08-10 | 1 | -1/+1 |
* | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner | 2009-08-10 | 1 | -5/+7 |
* | make printInstruction return void since its result is omitted. Make the | Chris Lattner | 2009-08-08 | 2 | -3/+3 |
* | Remove dead code. MDNode and MDString are not Constant anymore. | Devang Patel | 2009-08-05 | 1 | -3/+0 |
* | Clarify common linkage and the requirements on it. Enforce | Chris Lattner | 2009-08-05 | 1 | -1/+6 |
* | Don't flush the raw_ostream between each MachineFunction. These flush | Dan Gohman | 2009-08-05 | 2 | -4/+0 |
* | make MergeableCString be a SectionKind "abstract class", and | Chris Lattner | 2009-08-04 | 1 | -0/+1 |
* | hoist some common code out of a switch | Chris Lattner | 2009-08-03 | 1 | -3/+2 |
* | Eliminate textual section switching from the x86 backend, one | Chris Lattner | 2009-08-03 | 1 | -12/+20 |
* | remove a dead switch directive, replace it with some | Chris Lattner | 2009-08-03 | 1 | -1/+2 |
* | eliminate textual section switching from intel asm printer. | Chris Lattner | 2009-08-03 | 1 | -15/+15 |
* | Change MCOperand to use Create style instead of Make style for constructing | Daniel Dunbar | 2009-08-02 | 1 | -3/+4 |
* | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner | 2009-07-31 | 1 | -1/+2 |
* | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner | 2009-07-29 | 1 | -2/+3 |
* | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel | 2009-07-28 | 1 | -1/+1 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 2 | -4/+6 |
* | hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating | Chris Lattner | 2009-07-27 | 2 | -30/+1 |
* | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 2009-07-27 | 1 | -1/+1 |
* | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar | 2009-07-26 | 1 | -5/+5 |
* | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 1 | -2/+2 |