aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Generate better select code by allowing the target to use scalar select, and ...Nadav Rotem2012-09-021-4/+3
* Only legalise a VSELECT in to bitwise operations if the vector mask bool is z...Pete Cooper2012-09-011-1/+6
* Revert "Take account of boolean vector contents when promoting a build vector...Pete Cooper2012-09-011-17/+1
* Fix typo.Logan Chien2012-09-011-1/+1
* Teach DAG combine a number of tricks to simplify FMA expressions in fast-math...Owen Anderson2012-09-011-0/+64
* Fix typoMichael Liao2012-09-011-1/+1
* Add MachineInstr::tieOperands, remove setIsTied().Jakob Stoklund Olesen2012-08-312-12/+18
* Use CloneMachineInstr to make a new MI in commuteInstruction to make the code...Craig Topper2012-08-311-10/+1
* Don't enforce ordered inline asm operands.Jakob Stoklund Olesen2012-08-311-10/+0
* Take account of boolean vector contents when promoting a build vector from i1...Pete Cooper2012-08-301-1/+17
* Teach the DAG combiner to turn chains of FADDs (x+x+x+x+...) into FMULs by co...Owen Anderson2012-08-301-1/+122
* Currently targets that do not support selects with scalar conditions and vect...Nadav Rotem2012-08-301-1/+65
* Don't use MCInstrDesc flags for implicit operands.Jakob Stoklund Olesen2012-08-301-11/+16
* Add FMA to switch statement in VectorLegalizer::LegalizeOp so that it can be ...Craig Topper2012-08-301-0/+1
* Add support for FMA to WidenVectorResult.Craig Topper2012-08-302-0/+14
* 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
* Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().Jakob Stoklund Olesen2012-08-292-9/+9
* Don't move normal loads across volatile/atomic loads.Jakob Stoklund Olesen2012-08-291-3/+8
* Verify the consistency of inline asm operands.Jakob Stoklund Olesen2012-08-291-16/+72
* Clean this up slightly, doesn't really fall through.Eric Christopher2012-08-291-2/+1
* Verify the tied operand flags.Jakob Stoklund Olesen2012-08-291-0/+37
* Maintain a vaild isTied bit as operands are added and removed.Jakob Stoklund Olesen2012-08-291-1/+39
* Add a MachineOperand::isTied() flag.Jakob Stoklund Olesen2012-08-281-21/+34
* Don't allow TargetFlags on MO_Register MachineOperands.Jakob Stoklund Olesen2012-08-281-2/+2
* Remove extra MayLoad/MayStore flags from atomic_load/store.Jakob Stoklund Olesen2012-08-281-18/+23
* Fix bug 13532.Akira Hatanaka2012-08-281-1/+1
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-242-7/+5
* Avoid including explicit uses when counting SDNode imp-uses.Jakob Stoklund Olesen2012-08-241-3/+6
* BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren2012-08-243-28/+60
* Use DW_FORM_flag_present to save space in debug information if we'reEric Christopher2012-08-244-25/+41
* Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher2012-08-231-1/+8
* Turn these two options in to trinary state so that they can beEric Christopher2012-08-232-15/+42
* Add a flag to DwarfDebug to allow it to communicate whether or notEric Christopher2012-08-232-0/+9
* Typo.Eric Christopher2012-08-231-1/+1
* Only emit the __debug_inlined section if we're trying to be compatibleEric Christopher2012-08-231-1/+5
* Emit pubtypes only when going for darwin gdb compatibility.Eric Christopher2012-08-231-1/+4
* Add an option for darwin gdb compatibility.Eric Christopher2012-08-231-2/+9
* Simplify the computeOperandLatency API.Andrew Trick2012-08-233-114/+54
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-2212-27/+15
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-223-9/+8
* Rejected 169195. As Duncan commented, bitcasting to proper type is wrong appr...Stepan Dyatkovskiy2012-08-221-23/+3
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-2219-41/+39
* Initialize SelectionDAGBuilder's Context in 'init', not in its constructor. TheRichard Smith2012-08-222-1/+2
* Remove unnecessary cast that was also unnecessarily casting away constness.David Blaikie2012-08-211-1/+1
* Add support for the --param ssp-buffer-size= driver option.Chad Rosier2012-08-211-9/+3
* Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen2012-08-202-9/+16
* Don't add CFG edges for redundant conditional branches.Jakob Stoklund Olesen2012-08-202-3/+22
* Add a verification pass after ExpandISelPseudos.Jakob Stoklund Olesen2012-08-201-1/+2
* Add CFG checks to MachineVerifier.Jakob Stoklund Olesen2012-08-201-0/+40