aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2012-09-09LiveVariables: Compute a set of defs and kills to speed up updating LV during...Benjamin Kramer
2012-09-07Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer
2012-09-07Fix indent.Chad Rosier
2012-09-07Update function names to conform to guidelines. No functional change intended.Chad Rosier
2012-09-07MC: Overhaul handling of .lcommBenjamin Kramer
2012-09-07Stop emitting lifetime region info when stack coloring is not enabled in O0Michael Liao
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren
2012-09-06Allow overlaps between virtreg and physreg live ranges.Jakob Stoklund Olesen
2012-09-06Handle overlapping regunit intervals in LiveIntervals::addKillFlags().Jakob Stoklund Olesen
2012-09-06Clear kill flags while computing live ranges.Jakob Stoklund Olesen
2012-09-06Dont cast away const needlessly. Found by gcc48 -Wcast-qual.Roman Divacky
2012-09-06Disable stack coloring by default in order to resolve the i386 failures.Nadav Rotem
2012-09-06Fix a few old-GCC warnings. No functional change.Nadav Rotem
2012-09-06Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem
2012-09-05[ms-inline asm] Use the asm dialect from the MI to set the parser dialect.Chad Rosier
2012-09-05Cleanup a few magic numbers.Chad Rosier
2012-09-05Stop casting away const qualifier needlessly.Roman Divacky
2012-09-05[ms-inline asm] We only need one bit to represent the AsmDialect in theChad Rosier
2012-09-05Constify this properly. Found by gcc48 -Wcast-qual.Roman Divacky
2012-09-05Constify SDNodeIterator an stop its only non-const user being cast strippedRoman Divacky
2012-09-05[ms-inline asm] Propagate the asm dialect into the MachineInstr representation.Chad Rosier
2012-09-05Remove unused typedefs gcc4.8 warns about.Roman Divacky
2012-09-05Fixed the DAG combiner to better handle the folding of AND nodes for vector t...Silviu Baranga
2012-09-05Reorder the comments of EmitExceptionTable.Logan Chien
2012-09-05Convert vextracti128/vextractf128 intrinsics to extract_subvector at DAG buil...Craig Topper
2012-09-04Search the whole instruction for tied operands.Jakob Stoklund Olesen
2012-09-04Typo.Jakob Stoklund Olesen
2012-09-04Actually use the MachineOperand field for isRegTiedToDefOperand().Jakob Stoklund Olesen
2012-09-04Move tie checks into MachineVerifier::visitMachineOperand.Jakob Stoklund Olesen
2012-09-04Allow tied uses and defs in different orders.Jakob Stoklund Olesen
2012-09-04Generic Bypass Slow DivPreston Gurd
2012-09-03IRBuilderify the SjlLjEHPrepare pass.Benjamin Kramer
2012-09-03When updating live range endpoints, make sure to preserve the early clobber bit.Lang Hames
2012-09-02Fix a typo.Nadav Rotem
2012-09-02Generate better select code by allowing the target to use scalar select, and ...Nadav Rotem
2012-09-01Only legalise a VSELECT in to bitwise operations if the vector mask bool is z...Pete Cooper
2012-09-01Revert "Take account of boolean vector contents when promoting a build vector...Pete Cooper
2012-09-01Fix typo.Logan Chien
2012-09-01Teach DAG combine a number of tricks to simplify FMA expressions in fast-math...Owen Anderson
2012-09-01Fix typoMichael Liao
2012-08-31Add MachineInstr::tieOperands, remove setIsTied().Jakob Stoklund Olesen
2012-08-31Use CloneMachineInstr to make a new MI in commuteInstruction to make the code...Craig Topper
2012-08-31Don't enforce ordered inline asm operands.Jakob Stoklund Olesen
2012-08-30Take account of boolean vector contents when promoting a build vector from i1...Pete Cooper
2012-08-30Teach the DAG combiner to turn chains of FADDs (x+x+x+x+...) into FMULs by co...Owen Anderson
2012-08-30Currently targets that do not support selects with scalar conditions and vect...Nadav Rotem
2012-08-30Don't use MCInstrDesc flags for implicit operands.Jakob Stoklund Olesen
2012-08-30Add FMA to switch statement in VectorLegalizer::LegalizeOp so that it can be ...Craig Topper
2012-08-30Add support for FMA to WidenVectorResult.Craig Topper
2012-08-29Verify the order of tied operands in inline asm.Jakob Stoklund Olesen