summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrBuilder.h
AgeCommit message (Expand)Author
2017-01-13[CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus
2016-12-07[X86] Do not assume "ri" instructions always have an immediate operandMichael Kuperstein
2016-11-24[x86] Fixing PR28755 by precomputing the address used in CMPXCHG8BNikolai Bozhenov
2016-11-24[x86] Rewrite getAddressFromInstr helper functionNikolai Bozhenov
2016-08-18[LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warningsEugene Zelenko
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun
2016-07-15[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...Justin Lebar
2016-03-30[x86] Extract a helper function to compute the full addressing mode fromChandler Carruth
2015-08-11PseudoSourceValue: Replace global manager with a manager in a machine function.Alex Lorenz
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-04-28[C++] Use 'nullptr'.Craig Topper
2012-06-22Whitespace.Chad Rosier
2011-11-15Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad
2011-06-28- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng
2010-09-21it's more elegant to put the "getConstantPool" andChris Lattner
2010-09-21convert targets to the new MF.getMachineMemOperand interface.Chris Lattner
2010-09-05implement rdar://6653118 - fastisel should fold loads where possible.Chris Lattner
2010-07-08Change LEA to have 5 operands for its memory operand, justChris Lattner
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2009-10-18-Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixedEvan Cheng
2009-10-17Distinquish stack slots from other stack objects. They (and fixed objects) ge...Evan Cheng
2009-10-17Revert 84315 for now. Re-thinking the patch.Evan Cheng
2009-10-17Rename getFixedStack to getStackObject. The stack objects represented are notEvan Cheng
2009-09-25Improve MachineMemOperand handling.Dan Gohman
2009-09-21Fix the offset values for these memoperands. For frame objects, theDan Gohman
2009-09-15fix PR4984 by ensuring that fastisel adds properly sign extended GEP displace...Chris Lattner
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