aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove always true checks. Noticed by Adhemerval Zanella.Roman Divacky2012-09-031-2/+2
* Add braces to the case statement.Chad Rosier2012-09-031-1/+2
* IRBuilderify the SjlLjEHPrepare pass.Benjamin Kramer2012-09-031-57/+25
* When updating live range endpoints, make sure to preserve the early clobber bit.Lang Hames2012-09-031-2/+2
* Fix more fallout from r158919, similar to PR13547.Bob Wilson2012-09-031-2/+7
* Removed unused argument.Chad Rosier2012-09-033-18/+15
* some peepholes that should match horizontal add/sub operations.Chris Lattner2012-09-031-0/+12
* [ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier2012-09-033-11/+25
* Move ErrorLoc decl into the scope where it's actually used.Chad Rosier2012-09-031-2/+1
* Fix a typo.Nadav Rotem2012-09-021-1/+1
* Not all targets have efficient ISel code generation for select instructions.Nadav Rotem2012-09-022-7/+27
* LoopRotation: Make the brute force DomTree update more brute force.Benjamin Kramer2012-09-021-32/+21
* Rename ANDROIDEABI to Android.Logan Chien2012-09-022-3/+3
* 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
* Limit domain conversion to cases where it won't break dep chains.Tim Northover2012-09-011-12/+48
* Revert "Take account of boolean vector contents when promoting a build vector...Pete Cooper2012-09-011-17/+1
* Fix Thumb2 fixup kind in the integrated-as.Logan Chien2012-09-011-0/+4
* Fix typo.Logan Chien2012-09-011-1/+1
* LoopRotation: Check some invariants of the dominator updating code.Benjamin Kramer2012-09-011-0/+3
* TyposCraig Topper2012-09-012-2/+2
* 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
* SelectionDAG: when constructing VZEXT_LOAD from other loads, make sure itsManman Ren2012-08-311-0/+12
* Mark FMA4 instructions as commutable and add them to the folding tables.Craig Topper2012-08-312-0/+64
* Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst()Chad Rosier2012-08-311-47/+42
* Add selection of RegOp2MemOpTable3 to canFoldMemoryOperandCraig Topper2012-08-311-0/+2
* Add MachineInstr::tieOperands, remove setIsTied().Jakob Stoklund Olesen2012-08-312-12/+18
* Fix PR12359Michael Liao2012-08-311-3/+5
* The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter2012-08-314-23/+31
* Move the GCOVFormat enums into their own namespace per the LLVM coding standard.Bill Wendling2012-08-311-10/+10
* Add a comment to explain what's really going on.Chad Rosier2012-08-311-0/+6
* The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...Chad Rosier2012-08-313-8/+0
* Mark FMA3 instructions as commutable so that the operands to the multiply par...Craig Topper2012-08-311-0/+4
* Use CloneMachineInstr to make a new MI in commuteInstruction to make the code...Craig Topper2012-08-311-10/+1
* Add support for converting llvm.fma to fma4 instructions.Craig Topper2012-08-313-36/+76
* Don't enforce ordered inline asm operands.Jakob Stoklund Olesen2012-08-311-10/+0
* Clean up ProfileDataLoader a bit.Benjamin Kramer2012-08-311-43/+19
* Cleanups due to feedback. No functionality change. Patch by Alistair.Bill Wendling2012-08-312-50/+50
* Clean up AddedComplexity further after adding UseSSExMichael Liao2012-08-311-17/+13
* Fix a couple of typos in EmitAtomic.Jakob Stoklund Olesen2012-08-311-2/+2
* X86: Fix encoding of 'movd %xmm0, %rax'Jim Grosbach2012-08-311-1/+1
* With the fix in r162954/162955 every cvt function returns true. Thus, haveChad Rosier2012-08-311-64/+42
* 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
* Fix for r162954. Return the Error.Chad Rosier2012-08-301-2/+2
* Move a check to the validateInstruction() function where it more properly bel...Chad Rosier2012-08-301-11/+13
* Typo.Chad Rosier2012-08-301-1/+1
* Currently targets that do not support selects with scalar conditions and vect...Nadav Rotem2012-08-301-1/+65
* Introduce 'UseSSEx' to force SSE legacy encodingMichael Liao2012-08-305-122/+158