aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-09-05Remove some of the patterns added in r163196. Increasing the complexity on in...Craig Topper
2012-09-05Add patterns for integer forms of VINSERTF128/VINSERTI128 folded with loads. ...Craig Topper
2012-09-05Add a FIXME that assumes we maintain backward compatibility until the next ma...Chad Rosier
2012-09-05Reorder the comments of EmitExceptionTable.Logan Chien
2012-09-05Fix UseInitArray option for MIPS target.Logan Chien
2012-09-05Convert vextracti128/vextractf128 intrinsics to extract_subvector at DAG buil...Craig Topper
2012-09-05Remove redundant semicolons to fix -pedantic-errors build.Richard Smith
2012-09-05Fix function name per coding standard.Chad Rosier
2012-09-05[ms-inline asm] Add support for the nsdialect keyword in the BitcodeChad Rosier
2012-09-05[ms-inline asm] Add the nsdialect keyword to the lexer.Chad Rosier
2012-09-05[ms-inline asm] Emit the (new) inline asm Non-Standard Dialect attribute.Chad Rosier
2012-09-04Make provenance checking conservative in cases whenDan Gohman
2012-09-04BypassSlowDivision: Assign to reference, don't copy the object.Jakub Staszak
2012-09-04Search the whole instruction for tied operands.Jakob Stoklund Olesen
2012-09-04[ms-inline asm] Add the inline assembly dialect, AsmDialect, to the InlineAsmChad Rosier
2012-09-04[ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. ThisChad Rosier
2012-09-04Fix my previous patch (r163164). It does now what it is supposed to do:Jakub Staszak
2012-09-04Return false if BypassSlowDivision doesn't change anything.Jakub Staszak
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-04Porting Hexagon MI Scheduler to the new API.Sergei Larin
2012-09-04Patch to implement UMLAL/SMLAL instructions for the ARM architectureArnold Schwaighofer
2012-09-04This patch optimizes shuffle instruction - generates 2 instructions instead o...Elena Demikhovsky
2012-09-04LICM may hoist an instruction with undefined behavior above a trap.Nadav Rotem
2012-09-04Fix Android build of gtest and lib/Support.Evgeniy Stepanov
2012-09-04Add support for fetching inlining context (stack of source code locations)Alexey Samsonov
2012-09-04Be conservative about allocations that may alias the accessed pointer.Bob Wilson
2012-09-03[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier
2012-09-03[ms-inline asm] Add a comment.Chad Rosier
2012-09-03[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier
2012-09-03Remove always true checks. Noticed by Adhemerval Zanella.Roman Divacky
2012-09-03Add braces to the case statement.Chad Rosier
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-03Fix more fallout from r158919, similar to PR13547.Bob Wilson
2012-09-03Removed unused argument.Chad Rosier
2012-09-03some peepholes that should match horizontal add/sub operations.Chris Lattner
2012-09-03[ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier
2012-09-03Move ErrorLoc decl into the scope where it's actually used.Chad Rosier
2012-09-02Fix a typo.Nadav Rotem
2012-09-02Not all targets have efficient ISel code generation for select instructions.Nadav Rotem
2012-09-02LoopRotation: Make the brute force DomTree update more brute force.Benjamin Kramer
2012-09-02Rename ANDROIDEABI to Android.Logan Chien
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-01Limit domain conversion to cases where it won't break dep chains.Tim Northover
2012-09-01Revert "Take account of boolean vector contents when promoting a build vector...Pete Cooper