aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrBuilder.h
AgeCommit message (Expand)Author
2009-07-16Do not put bunch of target-specific stuff into common namespaceAnton Korobeynikov
2009-07-01Fix some fast-isel problems selecting global variable addressing inChris Lattner
2009-06-27Fix PR4466 by making fastisel set operand flags correctly.Chris Lattner
2009-05-13Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling
2009-04-08Re-apply 68552.Rafael Espindola
2009-04-07Temporarily revert r68552. This was causing a failure in the self-hosting LLVMBill Wendling
2009-04-07Reduce code duplication on the TLS implementation.Rafael Espindola
2008-12-03Extend X86's addFrameReference to add a MachineMemOperand forDan Gohman
2008-09-30Fix X86FastISel's output for x86-32 PIC constant pool addresses.Dan Gohman
2008-09-06Fix constant pool loads, and remove broken versions of addConstantPoolReference.Owen Anderson
2008-09-06Fix the X86 addConstantPoolReference, which had the operands in the wrong order.Owen Anderson
2008-07-03- Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga...Evan Cheng
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2006-05-04Remove and simplify some more machineinstr/machineoperand stuff.Chris Lattner
2006-05-04There shalt be only one "immediate" operand type!Chris Lattner
2006-05-04Remove a bunch more SparcV9 specific stuffChris Lattner
2005-04-21* Remove trailing whitespaceMisha Brukman
2005-01-17Fix indentation.Chris Lattner
2005-01-02Add a new method.Chris Lattner
2004-12-17Remove unused enum valueChris Lattner
2004-10-15Allow X86 addressing modes to represent globals with offsets. Patch contributedChris Lattner
2004-08-30Reduce the number of arguments in the instruction builder and make someReid Spencer
2004-03-04Add assertion for scale verification.Alkis Evlogimenos
2004-02-25Add a helper to create an addressing mode given all of the pieces.Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-22Converted tabs to spaces.Misha Brukman
2003-10-21Added LLVM copyright header.John Criswell
2003-01-15X86 backend should never use addMRegChris Lattner
2003-01-13Add support for frame and constant pool referencesChris Lattner
2002-12-28New addFrameReference functionChris Lattner
2002-12-13lib/Target/X86/InstSelectSimple.cpp: Start counting arguments with 2,Brian Gaeke
2002-11-22Add a simple way to add memory locations of format [reg+offset]Misha Brukman
2002-11-17Add functions to buld X86 specific constructsChris Lattner