aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86InstrBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused enum valueChris Lattner2004-12-171-2/+2
* Allow X86 addressing modes to represent globals with offsets. Patch contributedChris Lattner2004-10-151-5/+10
* Reduce the number of arguments in the instruction builder and make someReid Spencer2004-08-301-6/+33
* Add assertion for scale verification.Alkis Evlogimenos2004-03-041-0/+1
* Add a helper to create an addressing mode given all of the pieces.Chris Lattner2004-02-251-0/+8
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Converted tabs to spaces.Misha Brukman2003-10-221-1/+1
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
* X86 backend should never use addMRegChris Lattner2003-01-151-4/+4
* Add support for frame and constant pool referencesChris Lattner2003-01-131-4/+16
* New addFrameReference functionChris Lattner2002-12-281-6/+18
* lib/Target/X86/InstSelectSimple.cpp: Start counting arguments with 2,Brian Gaeke2002-12-131-6/+10
* Add a simple way to add memory locations of format [reg+offset]Misha Brukman2002-11-221-0/+9
* Add functions to buld X86 specific constructsChris Lattner2002-11-171-0/+28