summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrBuilder.h
Commit message (Expand)AuthorAge
* Do not put bunch of target-specific stuff into common namespaceAnton Korobeynikov2009-07-16
* Fix some fast-isel problems selecting global variable addressing inChris Lattner2009-07-01
* Fix PR4466 by making fastisel set operand flags correctly.Chris Lattner2009-06-27
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-13
* Re-apply 68552.Rafael Espindola2009-04-08
* Temporarily revert r68552. This was causing a failure in the self-hosting LLVMBill Wendling2009-04-07
* Reduce code duplication on the TLS implementation.Rafael Espindola2009-04-07
* Extend X86's addFrameReference to add a MachineMemOperand forDan Gohman2008-12-03
* Fix X86FastISel's output for x86-32 PIC constant pool addresses.Dan Gohman2008-09-30
* Fix constant pool loads, and remove broken versions of addConstantPoolReference.Owen Anderson2008-09-06
* Fix the X86 addConstantPoolReference, which had the operands in the wrong order.Owen Anderson2008-09-06
* - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga...Evan Cheng2008-07-03
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* Remove and simplify some more machineinstr/machineoperand stuff.Chris Lattner2006-05-04
* There shalt be only one "immediate" operand type!Chris Lattner2006-05-04
* Remove a bunch more SparcV9 specific stuffChris Lattner2006-05-04
* * Remove trailing whitespaceMisha Brukman2005-04-21
* Fix indentation.Chris Lattner2005-01-17
* Add a new method.Chris Lattner2005-01-02
* Remove unused enum valueChris Lattner2004-12-17
* Allow X86 addressing modes to represent globals with offsets. Patch contributedChris Lattner2004-10-15
* Reduce the number of arguments in the instruction builder and make someReid Spencer2004-08-30
* Add assertion for scale verification.Alkis Evlogimenos2004-03-04
* Add a helper to create an addressing mode given all of the pieces.Chris Lattner2004-02-25
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Converted tabs to spaces.Misha Brukman2003-10-22
* Added LLVM copyright header.John Criswell2003-10-21
* X86 backend should never use addMRegChris Lattner2003-01-15
* Add support for frame and constant pool referencesChris Lattner2003-01-13
* New addFrameReference functionChris Lattner2002-12-28
* lib/Target/X86/InstSelectSimple.cpp: Start counting arguments with 2,Brian Gaeke2002-12-13
* Add a simple way to add memory locations of format [reg+offset]Misha Brukman2002-11-22
* Add functions to buld X86 specific constructsChris Lattner2002-11-17