| Commit message (Expand) | Author | Age | Files | Lines |
| * | unconditionally request MMI | Chris Lattner | 2009-09-24 | 1 | -5/+1 |
| * | Rename several variables from EVT to more descriptive names, now that EVT | Dan Gohman | 2009-09-23 | 1 | -20/+20 |
| * | Fix X86's unfoldMemoryOperand to properly handle MachineMemOperands. | Dan Gohman | 2009-09-23 | 1 | -1/+5 |
| * | Add support for rematerializing FsFLD0SS and FsFLD0SD as constant-pool | Dan Gohman | 2009-09-21 | 2 | -16/+42 |
| * | Recognize SSE min and max opportunities in even more cases. | Dan Gohman | 2009-09-21 | 1 | -37/+119 |
| * | Fix the offset values for these memoperands. For frame objects, the | Dan Gohman | 2009-09-21 | 1 | -1/+1 |
| * | remove a temporary hack. | Chris Lattner | 2009-09-20 | 2 | -4/+2 |
| * | rename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewise the .h file. | Chris Lattner | 2009-09-20 | 5 | -958/+941 |
| * | move target registry stuff to X86ATTAsmPrinter.cpp | Chris Lattner | 2009-09-20 | 2 | -27/+25 |
| * | simplify this now that createX86CodePrinterPass is trivial | Chris Lattner | 2009-09-20 | 1 | -14/+2 |
| * | rename X86ATTAsmPrinter class -> X86AsmPrinter | Chris Lattner | 2009-09-20 | 5 | -37/+35 |
| * | remove the asmstring, it is now dead. Improve comment. | Chris Lattner | 2009-09-20 | 1 | -3/+4 |
| * | kill off printPICLabel now, it's specialness is handled by | Chris Lattner | 2009-09-20 | 5 | -18/+2 |
| * | delete X86IntelAsmPrinter! Now -x86-asm-syntax just switches | Chris Lattner | 2009-09-20 | 5 | -815/+5 |
| * | Add an intel syntax MCInstPrinter implementation. You can now | Chris Lattner | 2009-09-20 | 6 | -10/+244 |
| * | split random COFF asmprinter state out to X86COFFMachineModuleInfo.h. | Chris Lattner | 2009-09-20 | 6 | -137/+238 |
| * | Tabs -> spaces, and remove trailing whitespace. | Daniel Dunbar | 2009-09-20 | 1 | -10/+10 |
| * | Fix funky comments. | Evan Cheng | 2009-09-19 | 1 | -5/+5 |
| * | Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b... | Evan Cheng | 2009-09-19 | 2 | -16/+20 |
| * | Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ... | Evan Cheng | 2009-09-18 | 2 | -2/+4 |
| * | Fix cmake build, which has a different -I that | Shantonu Sen | 2009-09-18 | 1 | -1/+1 |
| * | Make a new X8632_MachoTargetObjectFile TLOF implementation whose | Chris Lattner | 2009-09-18 | 5 | -27/+47 |
| * | Add support for using the FLAGS result of or, xor, and and instructions | Dan Gohman | 2009-09-18 | 4 | -5/+365 |
| * | Added RCL and RCR (rotate left and right with a | Sean Callanan | 2009-09-18 | 2 | -0/+124 |
| * | This file can need access to the X86 instruction enums when the table exceeds... | Chris Lattner | 2009-09-18 | 1 | -0/+1 |
| * | pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, | Chris Lattner | 2009-09-17 | 2 | -0/+2 |
| * | Added the LODS (load byte into register, usually | Sean Callanan | 2009-09-16 | 2 | -0/+10 |
| * | Added the LAR (load segment access rights) | Sean Callanan | 2009-09-16 | 2 | -0/+21 |
| * | Added the LOOP family of instructions to the Intel | Sean Callanan | 2009-09-16 | 1 | -0/+6 |
| * | Added an alternate form of register-register CMP | Sean Callanan | 2009-09-16 | 2 | -0/+8 |
| * | Fix incorrect assert that should be a user error for code like 'mov $0, %%eax'. | Kevin Enderby | 2009-09-16 | 1 | -1/+2 |
| * | move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinter | Chris Lattner | 2009-09-16 | 4 | -43/+44 |
| * | revert a hunk of r82018 that wasn't supposed to go in yet. | Chris Lattner | 2009-09-16 | 1 | -0/+5 |
| * | add a new MachineModuleInfoMachO class, which is the per-module | Chris Lattner | 2009-09-16 | 1 | -5/+0 |
| * | tidy up | Chris Lattner | 2009-09-16 | 1 | -3/+3 |
| * | rearrange X86ATTAsmPrinter::doFinalization, making a scan of | Chris Lattner | 2009-09-16 | 2 | -33/+43 |
| * | remove the AsmPrinter::printMCInst hook hack now that | Chris Lattner | 2009-09-16 | 1 | -2/+1 |
| * | fix cmake build | Shantonu Sen | 2009-09-16 | 1 | -0/+1 |
| * | Do not try and sink a load whose chain result has more than one use, when | Nate Begeman | 2009-09-16 | 1 | -2/+5 |
| * | Added the ENTER instruction, which sets up a stack | Sean Callanan | 2009-09-16 | 1 | -0/+5 |
| * | Added the definitions for one-bit left shifts to | Sean Callanan | 2009-09-16 | 2 | -4/+15 |
| * | Removed a few instructions that were already | Sean Callanan | 2009-09-16 | 1 | -5/+0 |
| * | Big change #1 for personality function references: | Chris Lattner | 2009-09-16 | 4 | -9/+64 |
| * | Added a variety of floating-point and SSE instructions. | Sean Callanan | 2009-09-16 | 2 | -0/+51 |
| * | Added far return instructions (that is, returns to | Sean Callanan | 2009-09-15 | 1 | -0/+4 |
| * | Updated comments per Eli's suggestion. | Sean Callanan | 2009-09-15 | 2 | -2/+4 |
| * | Added register-to-register ADD instructions to the | Sean Callanan | 2009-09-15 | 2 | -0/+13 |
| * | Added a new register class for segment registers | Sean Callanan | 2009-09-15 | 3 | -0/+25 |
| * | Change the marker byte for stubs from 0xcd to 0xce (another form of | Dale Johannesen | 2009-09-15 | 1 | -3/+6 |
| * | fix PR4984 by ensuring that fastisel adds properly sign extended GEP displace... | Chris Lattner | 2009-09-15 | 1 | -1/+1 |