aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-0/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-22/+26
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-21/+19
* Update to LLVM 3.5a.Stephen Hines2014-04-241-8/+23
* Merging r195103:Bill Wendling2013-11-191-1/+2
* [Stackmap] Materialize the jump address within the patchpoint noop slide.Juergen Ributzka2013-11-091-1/+11
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-081-7/+18
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-091-1/+7
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-161-2/+2
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-301-7/+1
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-301-1/+7
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use MachineInstrBuilder in InstrEmitter.Jakob Stoklund Olesen2012-12-201-76/+66
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-131-7/+9
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-111-8/+6
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-111-6/+8
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* [inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand.Chad Rosier2012-10-301-8/+2
* [inline asm] Implement mayLoad and mayStore for inline assembly. In general,Chad Rosier2012-10-301-0/+7
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* Fix PR11985Michael Liao2012-09-121-0/+1
* Remove an overly-aggressive assertion. The code following this assertion alr...Owen Anderson2012-09-121-2/+0
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-061-0/+11
* Add MachineInstr::tieOperands, remove setIsTied().Jakob Stoklund Olesen2012-08-311-6/+2
* Don't enforce ordered inline asm operands.Jakob Stoklund Olesen2012-08-311-10/+0
* Verify the order of tied operands in inline asm.Jakob Stoklund Olesen2012-08-291-0/+12
* Set the isTied flags when building INLINEASM MachineInstrs.Jakob Stoklund Olesen2012-08-291-4/+21
* Avoid including explicit uses when counting SDNode imp-uses.Jakob Stoklund Olesen2012-08-241-3/+6
* Add SelectionDAG::getTargetIndex.Jakob Stoklund Olesen2012-08-071-0/+4
* InstrEmitter::EmitSubregNode() optimize extract_subreg in this case:Evan Cheng2012-07-111-1/+2
* Allow trailing physreg RegisterSDNode operands on non-variadic instructions.Jakob Stoklund Olesen2012-07-041-7/+27
* Clear kill flags in InstrEmitter::EmitSubregNode().Jakob Stoklund Olesen2012-06-291-0/+1
* Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen2012-05-071-3/+3
* Added TargetRegisterInfo::getAllocatableClass.Andrew Trick2012-05-031-6/+10
* Don't crash when a glue node contains an internal CopyToRegHal Finkel2012-02-241-0/+3
* Handle all live physreg defs in the same place.Jakob Stoklund Olesen2012-02-031-43/+46
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-2/+0
* Add a RegisterMaskSDNode class.Jakob Stoklund Olesen2012-01-181-0/+2
* Fix ISD::REG_SEQUENCE to accept physical registers and change TwoAddressInstr...Pete Cooper2012-01-181-7/+12
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-1/+1
* Simplify EXTRACT_SUBREG emission.Jakob Stoklund Olesen2011-10-051-27/+46
* Simplify INSERT_SUBREG emission.Jakob Stoklund Olesen2011-10-051-27/+19
* Move getCommonSubClass() into TRI.Jakob Stoklund Olesen2011-09-301-1/+2
* Constrain register classes instead of emitting copies.Jakob Stoklund Olesen2011-09-221-3/+5
* Lower ARM adds/subs to add/sub after adding optional CPSR operand.Andrew Trick2011-09-211-0/+2
* Restore hasPostISelHook tblgen flag.Andrew Trick2011-09-201-1/+2
* ARM isel bug fix for adds/subs operands.Andrew Trick2011-09-201-2/+1
* whitespaceAndrew Trick2011-09-201-26/+26
* Follow up to r138791.Evan Cheng2011-08-301-0/+4