aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-08-04print st_shndx with the correct number of bits.Rafael Espindola
2011-08-04print st_other with the correct number of bits.Rafael Espindola
2011-08-04print st_type with the correct number of bits.Rafael Espindola
2011-08-04Print st_bind with the correct number of bits.Rafael Espindola
2011-08-04Print r_sym with the correct number of bits.Rafael Espindola
2011-08-04Print r_type with the correct number of bits.Rafael Espindola
2011-08-04Another counter goes decimal.Rafael Espindola
2011-08-04Change anther counter to decimal.Rafael Espindola
2011-08-04Don't print a counter in hex.Rafael Espindola
2011-08-04Print all the bits in the addend.Rafael Espindola
2011-08-04Fix http://llvm.org/bugs/show_bug.cgi?id=10568Jason W Kim
2011-08-04Only access both operands of an INSERT_SUBVECTOR if it is an INSERT_SUBVECTOR.Bill Wendling
2011-08-03ARM refactoring assembly parsing of memory address operands.Jim Grosbach
2011-08-03Remove underscore that's breaking linux buildbots.Benjamin Kramer
2011-08-03Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics.Jakub Staszak
2011-08-03Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling
2011-08-03SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forgetAndrew Trick
2011-08-03Handle IMPLICIT_DEF instructions in X86FloatingPoint.Jakob Stoklund Olesen
2011-08-03fix PR10286, a problem with the .ll printer handling block addresses that are...Chris Lattner
2011-08-03Use byte offset, instead of element number, to access merged global.Devang Patel
2011-08-03Fix logical error when detecting lifetime intrinsics.Nick Lewycky
2011-08-02Teach InstCombine that lifetime intrincs aren't a real user on the result of aNick Lewycky
2011-08-02Lifetime intrinsics on undef are dead.Nick Lewycky
2011-08-02Assume .cfi_startproc is the first thing in a function. If the function isRafael Espindola
2011-08-02Make this kind of lowering to be supported by 256-bit instructions:Bruno Cardoso Lopes
2011-08-02Remove empty test.Benjamin Kramer
2011-08-02Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gc...Owen Anderson
2011-08-01Add v4f64 -> v2f32 fp_round support. Also add a testcase to exerciseBruno Cardoso Lopes
2011-08-01Since vectors with all ones can't be created with a 256-bit instruction,Bruno Cardoso Lopes
2011-08-01Fix crash with varargs function with no named parameters.Richard Osborne
2011-07-31Add a small gep optimization I noticed was missing while reading some IL.Rafael Espindola
2011-07-31Remove InvalidateStructLayoutInfo from the ocaml bindings.Benjamin Kramer
2011-07-30Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling
2011-07-30Revert "Don't check liveness of unallocatable registers."Jakob Stoklund Olesen
2011-07-29Don't check liveness of unallocatable registers.Jakob Stoklund Olesen
2011-07-29Add support for the 'Q' constraint.Eric Christopher
2011-07-29ARM SRS instruction parsing, diassembly and encoding support.Jim Grosbach
2011-07-29Clean up debug info after reassociation.Devang Patel
2011-07-29ARM assembly parsing and encoding for RFE instruction.Jim Grosbach
2011-07-29ARM update tests for CPS instruction.Jim Grosbach
2011-07-29Fix two tests that I crashed in the previous commits. The mask eltsBruno Cardoso Lopes
2011-07-29Match VPERMIL masks more strictly and update the target specific maskBruno Cardoso Lopes
2011-07-29Add v8i32 and v4i64 vpermil patternsBruno Cardoso Lopes
2011-07-29Transfer implicit operands in NEONMoveFixPass.Jakob Stoklund Olesen
2011-07-29Add -verify-arm-pseudo-expand.Jakob Stoklund Olesen
2011-07-29Make sure to correctly clear the exact/nuw/nsw flags off of shifts when they ...Eli Friedman
2011-07-28CBZ/CBNZ are Thumb2 only. No need for ARM mode tests for them.Jim Grosbach
2011-07-28ARM assembly parsing and encoding for BLX (immediate).Jim Grosbach
2011-07-28Handle REG_SEQUENCE with implicitly defined operands.Jakob Stoklund Olesen
2011-07-28Remove obsolete FIXME reference in comment.Jim Grosbach