summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
Commit message (Expand)AuthorAge
* Merging r195103:Bill Wendling2013-11-19
* [Stackmap] Materialize the jump address within the patchpoint noop slide.Juergen Ributzka2013-11-09
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-08
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-09
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-16
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-30
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-30
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use MachineInstrBuilder in InstrEmitter.Jakob Stoklund Olesen2012-12-20
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-13
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-11
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-11
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* [inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand.Chad Rosier2012-10-30
* [inline asm] Implement mayLoad and mayStore for inline assembly. In general,Chad Rosier2012-10-30
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Fix PR11985Michael Liao2012-09-12
* Remove an overly-aggressive assertion. The code following this assertion alr...Owen Anderson2012-09-12
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-06
* Add MachineInstr::tieOperands, remove setIsTied().Jakob Stoklund Olesen2012-08-31
* Don't enforce ordered inline asm operands.Jakob Stoklund Olesen2012-08-31
* Verify the order of tied operands in inline asm.Jakob Stoklund Olesen2012-08-29
* Set the isTied flags when building INLINEASM MachineInstrs.Jakob Stoklund Olesen2012-08-29
* Avoid including explicit uses when counting SDNode imp-uses.Jakob Stoklund Olesen2012-08-24
* Add SelectionDAG::getTargetIndex.Jakob Stoklund Olesen2012-08-07
* InstrEmitter::EmitSubregNode() optimize extract_subreg in this case:Evan Cheng2012-07-11
* Allow trailing physreg RegisterSDNode operands on non-variadic instructions.Jakob Stoklund Olesen2012-07-04
* Clear kill flags in InstrEmitter::EmitSubregNode().Jakob Stoklund Olesen2012-06-29
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-07
* Added TargetRegisterInfo::getAllocatableClass.Andrew Trick2012-05-03
* Don't crash when a glue node contains an internal CopyToRegHal Finkel2012-02-24
* Handle all live physreg defs in the same place.Jakob Stoklund Olesen2012-02-03
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Add a RegisterMaskSDNode class.Jakob Stoklund Olesen2012-01-18
* Fix ISD::REG_SEQUENCE to accept physical registers and change TwoAddressInstr...Pete Cooper2012-01-18
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Simplify EXTRACT_SUBREG emission.Jakob Stoklund Olesen2011-10-05
* Simplify INSERT_SUBREG emission.Jakob Stoklund Olesen2011-10-05
* Move getCommonSubClass() into TRI.Jakob Stoklund Olesen2011-09-30
* Constrain register classes instead of emitting copies.Jakob Stoklund Olesen2011-09-22
* Lower ARM adds/subs to add/sub after adding optional CPSR operand.Andrew Trick2011-09-21
* Restore hasPostISelHook tblgen flag.Andrew Trick2011-09-20
* ARM isel bug fix for adds/subs operands.Andrew Trick2011-09-20
* whitespaceAndrew Trick2011-09-20
* Follow up to r138791.Evan Cheng2011-08-30
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.Evan Cheng2011-06-27
* Distinguish early clobber output operands from clobbered registers.Jakob Stoklund Olesen2011-06-27
* Handle debug info for i128 constants.Devang Patel2011-06-24