index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86InstrBuilder.h
Age
Commit message (
Expand
)
Author
2012-06-22
Whitespace.
Chad Rosier
2011-11-15
Remove some unnecessary includes of PseudoSourceValue.h.
Jay Foad
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2010-09-21
it's more elegant to put the "getConstantPool" and
Chris Lattner
2010-09-21
convert targets to the new MF.getMachineMemOperand interface.
Chris Lattner
2010-09-05
implement rdar://6653118 - fastisel should fold loads where possible.
Chris Lattner
2010-07-08
Change LEA to have 5 operands for its memory operand, just
Chris Lattner
2010-04-15
Add 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-fixed
Evan Cheng
2009-10-17
Distinquish stack slots from other stack objects. They (and fixed objects) ge...
Evan Cheng
2009-10-17
Revert 84315 for now. Re-thinking the patch.
Evan Cheng
2009-10-17
Rename getFixedStack to getStackObject. The stack objects represented are not
Evan Cheng
2009-09-25
Improve MachineMemOperand handling.
Dan Gohman
2009-09-21
Fix the offset values for these memoperands. For frame objects, the
Dan Gohman
2009-09-15
fix PR4984 by ensuring that fastisel adds properly sign extended GEP displace...
Chris Lattner
2009-07-16
Do not put bunch of target-specific stuff into common namespace
Anton Korobeynikov
2009-07-01
Fix some fast-isel problems selecting global variable addressing in
Chris Lattner
2009-06-27
Fix PR4466 by making fastisel set operand flags correctly.
Chris Lattner
2009-05-13
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-04-08
Re-apply 68552.
Rafael Espindola
2009-04-07
Temporarily revert r68552. This was causing a failure in the self-hosting LLVM
Bill Wendling
2009-04-07
Reduce code duplication on the TLS implementation.
Rafael Espindola
2008-12-03
Extend X86's addFrameReference to add a MachineMemOperand for
Dan Gohman
2008-09-30
Fix X86FastISel's output for x86-32 PIC constant pool addresses.
Dan Gohman
2008-09-06
Fix constant pool loads, and remove broken versions of addConstantPoolReference.
Owen Anderson
2008-09-06
Fix 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-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-04
Remove and simplify some more machineinstr/machineoperand stuff.
Chris Lattner
2006-05-04
There shalt be only one "immediate" operand type!
Chris Lattner
2006-05-04
Remove a bunch more SparcV9 specific stuff
Chris Lattner
2005-04-21
* Remove trailing whitespace
Misha Brukman
2005-01-17
Fix indentation.
Chris Lattner
2005-01-02
Add a new method.
Chris Lattner
2004-12-17
Remove unused enum value
Chris Lattner
2004-10-15
Allow X86 addressing modes to represent globals with offsets. Patch contributed
Chris Lattner
2004-08-30
Reduce the number of arguments in the instruction builder and make some
Reid Spencer
2004-03-04
Add assertion for scale verification.
Alkis Evlogimenos
2004-02-25
Add a helper to create an addressing mode given all of the pieces.
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-22
Converted tabs to spaces.
Misha Brukman
2003-10-21
Added LLVM copyright header.
John Criswell
2003-01-15
X86 backend should never use addMReg
Chris Lattner
2003-01-13
Add support for frame and constant pool references
Chris Lattner
2002-12-28
New addFrameReference function
Chris Lattner
2002-12-13
lib/Target/X86/InstSelectSimple.cpp: Start counting arguments with 2,
Brian Gaeke
2002-11-22
Add a simple way to add memory locations of format [reg+offset]
Misha Brukman
2002-11-17
Add functions to buld X86 specific constructs
Chris Lattner