summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86InstrBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* [X86] Fix latent bugs in 32-bit CMPXCHG8B inserterReid Kleckner2019-09-111-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus2017-01-131-1/+1
* [X86] Do not assume "ri" instructions always have an immediate operandMichael Kuperstein2016-12-071-0/+5
* [x86] Fixing PR28755 by precomputing the address used in CMPXCHG8BNikolai Bozhenov2016-11-241-0/+11
* [x86] Rewrite getAddressFromInstr helper functionNikolai Bozhenov2016-11-241-17/+18
* [LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warningsEugene Zelenko2016-08-181-8/+13
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-1/+1
* [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...Justin Lebar2016-07-151-1/+1
* [x86] Extract a helper function to compute the full addressing mode fromChandler Carruth2016-03-301-0/+28
* PseudoSourceValue: Replace global manager with a manager in a machine function.Alex Lorenz2015-08-111-4/+3
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+2
* Whitespace.Chad Rosier2012-06-221-8/+8
* Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad2011-11-151-1/+0
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-281-3/+3
* it's more elegant to put the "getConstantPool" andChris Lattner2010-09-211-2/+1
* convert targets to the new MF.getMachineMemOperand interface.Chris Lattner2010-09-211-3/+3
* implement rdar://6653118 - fastisel should fold loads where possible.Chris Lattner2010-09-051-3/+29
* Change LEA to have 5 operands for its memory operand, justChris Lattner2010-07-081-26/+13
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-1/+1
* -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixedEvan Cheng2009-10-181-4/+1
* Distinquish stack slots from other stack objects. They (and fixed objects) ge...Evan Cheng2009-10-171-1/+4
* Revert 84315 for now. Re-thinking the patch.Evan Cheng2009-10-171-1/+1
* Rename getFixedStack to getStackObject. The stack objects represented are notEvan Cheng2009-10-171-1/+1
* Improve MachineMemOperand handling.Dan Gohman2009-09-251-5/+6
* Fix the offset values for these memoperands. For frame objects, theDan Gohman2009-09-211-1/+1
* fix PR4984 by ensuring that fastisel adds properly sign extended GEP displace...Chris Lattner2009-09-151-1/+1
* Do not put bunch of target-specific stuff into common namespaceAnton Korobeynikov2009-07-161-19/+20
* Fix some fast-isel problems selecting global variable addressing inChris Lattner2009-07-011-2/+4
* Fix PR4466 by making fastisel set operand flags correctly.Chris Lattner2009-06-271-2/+2
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-131-4/+4
* Re-apply 68552.Rafael Espindola2009-04-081-6/+27
* Temporarily revert r68552. This was causing a failure in the self-hosting LLVMBill Wendling2009-04-071-24/+5
* Reduce code duplication on the TLS implementation.Rafael Espindola2009-04-071-5/+24
* Extend X86's addFrameReference to add a MachineMemOperand forDan Gohman2008-12-031-1/+18
* Fix X86FastISel's output for x86-32 PIC constant pool addresses.Dan Gohman2008-09-301-5/+7
* Fix constant pool loads, and remove broken versions of addConstantPoolReference.Owen Anderson2008-09-061-3/+1
* Fix the X86 addConstantPoolReference, which had the operands in the wrong order.Owen Anderson2008-09-061-1/+2
* - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga...Evan Cheng2008-07-031-4/+8
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-1/+1
* Remove and simplify some more machineinstr/machineoperand stuff.Chris Lattner2006-05-041-6/+6
* There shalt be only one "immediate" operand type!Chris Lattner2006-05-041-6/+6
* Remove a bunch more SparcV9 specific stuffChris Lattner2006-05-041-1/+1
* * Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* Fix indentation.Chris Lattner2005-01-171-19/+18
* Add a new method.Chris Lattner2005-01-021-1/+10
OpenPOWER on IntegriCloud