summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Delete an unused member variable.Jakob Stoklund Olesen2012-01-20
* Fix inverted condition.Jim Grosbach2012-01-20
* Intel syntax: Robustify register parsing.Devang Patel2012-01-20
* Support register masks in MachineLICM.Jakob Stoklund Olesen2012-01-20
* Handle register masks in DeadMachineInstructionElim.Jakob Stoklund Olesen2012-01-20
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Handle a corner case with IV chain collection with bailout instead of assert.Andrew Trick2012-01-20
* Intel syntax: Parse ... PTR [-8]Devang Patel2012-01-20
* Intel syntax: For now, disable ambiguous JMP64pcrel32 for intel syntax.Devang Patel2012-01-20
* ARM vector any_extends need to be selected to vmovl. <rdar://problem/10723651>Bob Wilson2012-01-20
* TblGen diagnostic for mismatched template instantiation.Jim Grosbach2012-01-20
* VST2 four-register w/ update pseudos for fixed/register update.Jim Grosbach2012-01-20
* NEON use vmov.i32 to splat some f32 values into vectors.Jim Grosbach2012-01-20
* Extend Attributes to 64 bitsKostya Serebryany2012-01-20
* Add missing breaks to switch.Benjamin Kramer2012-01-20
* Remove a bunch of unused variable assignments.Benjamin Kramer2012-01-20
* Remove obviously invalid early exit that prevented analyzing ConstantAggregat...Benjamin Kramer2012-01-20
* Improve 256-bit shuffle splitting to allow 2 sources in each 128-bit lane. As...Craig Topper2012-01-20
* Fix CountCodeReductionForAlloca to more accurately represent what SROA can andNick Lewycky2012-01-20
* SCEVExpander fixes. Affects LSR and indvars.Andrew Trick2012-01-20
* Add support for selecting 256-bit PALIGNR.Craig Topper2012-01-20
* When lowering the 'resume' instruction, look to see if we can eliminate theBill Wendling2012-01-20
* Support MSVC x86-32 sret convention. PR11688. Patch by Joe Groff.Eli Friedman2012-01-20
* Silence warnings about mixing enums.Benjamin Kramer2012-01-19
* Add a dump() implementation for sub-instruction MCOperands.Owen Anderson2012-01-19
* Set the "tail" flag on pattern-matched objc_storeStrong calls.Dan Gohman2012-01-19
* Post process 'and', 'sub' instructions and select better encoding, if available.Devang Patel2012-01-19
* Actually, this code handles wrapped sets just fine. Noticed by inspection.Nick Lewycky2012-01-19
* Intel syntax: There is no need to create unary expr for simple negative displ...Devang Patel2012-01-19
* Post process 'xor', 'or' and 'cmp' instructions and select better encoding, i...Devang Patel2012-01-19
* Emit ARM EHABI unwinding instructions for 3 more Thumb instructions.Evgeniy Stepanov2012-01-19
* Folding table additions and fixes for AVX.Craig Topper2012-01-19
* Merge 128-bit and 256-bit SHUFPS/SHUFPD handling.Craig Topper2012-01-19
* More bundle related API additions.Evan Cheng2012-01-19
* Rewriter should definitly rewrite instructions inside bundles.Evan Cheng2012-01-19
* Enhance finalizeBundle to return end of bundle iterator because it makes sense.Evan Cheng2012-01-19
* ARM assembly diagnostic caret in better position for FPImm.Jim Grosbach2012-01-19
* Thumb2 relaxation for tADR to t2ADR.Jim Grosbach2012-01-19
* Add comment and fix range check in condition.Jim Grosbach2012-01-19
* - Slight change to finalizeBundle() interface. LastMI is not exclusive (pointingEvan Cheng2012-01-19
* Add a TargetOption for disabling tail calls.Nick Lewycky2012-01-19
* Rename Finalizebundle to finalizeBundle to conform to coding guideline.Evan Cheng2012-01-19
* Add experimental -x86-use-regmask command line option.Jakob Stoklund Olesen2012-01-18
* Ignore register mask operands when lowering instructions to MC.Jakob Stoklund Olesen2012-01-18
* Add a RegisterMaskSDNode class.Jakob Stoklund Olesen2012-01-18
* Add support for the gnueabihf environment. Patch by Sylvestre Ledru.Rafael Espindola2012-01-18
* Thumb2 alternate syntax for LDR(literal) and friends.Jim Grosbach2012-01-18
* Process instructions after match to select alternative encoding which may be ...Devang Patel2012-01-18
* Replace FIXME with explanatory comment.Jim Grosbach2012-01-18
* Thumb2 relaxation for LDR(literal).Jim Grosbach2012-01-18