[AVX512] Fix VSQRT packed instructions internal names.
[oota-llvm.git] / lib / Target / X86 / X86InstrBuilder.h
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2012-06-22 Chad RosierWhitespace.
2011-11-15 Jay FoadRemove some unnecessary includes of PseudoSourceValue.h.
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2010-09-21 Chris Lattnerit's more elegant to put the "getConstantPool" and
2010-09-21 Chris Lattnerconvert targets to the new MF.getMachineMemOperand...
2010-09-05 Chris Lattnerimplement rdar://6653118 - fastisel should fold loads...
2010-07-08 Chris LattnerChange LEA to have 5 operands for its memory operand...
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2009-10-18 Evan Cheng-Revert parts of 84326 and 84411. Distinquishing betwee...
2009-10-17 Evan ChengDistinquish stack slots from other stack objects. They...
2009-10-17 Evan ChengRevert 84315 for now. Re-thinking the patch.
2009-10-17 Evan ChengRename getFixedStack to getStackObject. The stack objec...
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-21 Dan GohmanFix the offset values for these memoperands. For frame...
2009-09-15 Chris Lattnerfix PR4984 by ensuring that fastisel adds properly...
2009-07-16 Anton KorobeynikovDo not put bunch of target-specific stuff into common...
2009-07-01 Chris LattnerFix some fast-isel problems selecting global variable...
2009-06-27 Chris LattnerFix PR4466 by making fastisel set operand flags correctly.
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-04-08 Rafael EspindolaRe-apply 68552.
2009-04-07 Bill WendlingTemporarily revert r68552. This was causing a failure...
2009-04-07 Rafael EspindolaReduce code duplication on the TLS implementation.
2008-12-03 Dan GohmanExtend X86's addFrameReference to add a MachineMemOpera...
2008-09-30 Dan GohmanFix X86FastISel's output for x86-32 PIC constant pool...
2008-09-06 Owen AndersonFix constant pool loads, and remove broken versions...
2008-09-06 Owen AndersonFix the X86 addConstantPoolReference, which had the...
2008-07-03 Evan Cheng- Remove calls to copyKillDeadInfo which is an N^2...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-04 Chris LattnerRemove and simplify some more machineinstr/machineopera...
2006-05-04 Chris LattnerThere shalt be only one "immediate" operand type!
2006-05-04 Chris LattnerRemove a bunch more SparcV9 specific stuff
2005-04-21 Misha Brukman* Remove trailing whitespace
2005-01-17 Chris LattnerFix indentation.
2005-01-02 Chris LattnerAdd a new method.
2004-12-17 Chris LattnerRemove unused enum value
2004-10-15 Chris LattnerAllow X86 addressing modes to represent globals with...
2004-08-30 Reid SpencerReduce the number of arguments in the instruction build...
2004-03-04 Alkis EvlogimenosAdd assertion for scale verification.
2004-02-25 Chris LattnerAdd a helper to create an addressing mode given all...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-22 Misha BrukmanConverted tabs to spaces.
2003-10-21 John CriswellAdded LLVM copyright header.
2003-01-15 Chris LattnerX86 backend should never use addMReg
2003-01-13 Chris LattnerAdd support for frame and constant pool references
2002-12-28 Chris LattnerNew addFrameReference function
2002-12-13 Brian Gaekelib/Target/X86/InstSelectSimple.cpp: Start counting...
2002-11-22 Misha BrukmanAdd a simple way to add memory locations of format...
2002-11-17 Chris LattnerAdd functions to buld X86 specific constructs