aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for several vector shifts operations while in AVX mode. Fix PR10581Bruno Cardoso Lopes2011-08-081-0/+64
* Fix up the patterns for SXTB, SXTH, UXTB, and UXTH so that they are correctly...Eli Friedman2011-08-081-0/+29
* Don't clobber pending ST regs when FP regs are killed.Jakob Stoklund Olesen2011-08-081-0/+11
* Made SCEV's UDiv expressions more canonical. When dividing aAndrew Trick2011-08-061-0/+56
* ARM load instruction shifted register index operands.Jim Grosbach2011-08-051-0/+4
* ARM indexed load assembly parsing and encoding.Jim Grosbach2011-08-051-0/+16
* Add ARM LDR parsing tests.Jim Grosbach2011-08-051-0/+26
* We need to map DebugLoc. It leads to Fuction * (through subprogram entry node...Devang Patel2011-08-042-0/+49
* Linke NamedMDNodes after linking global values as comment suggests.Devang Patel2011-08-042-0/+58
* Fix the bitwidth of the remaining fields.Rafael Espindola2011-08-0450-540/+536
* print st_shndx with the correct number of bits.Rafael Espindola2011-08-0425-82/+82
* print st_other with the correct number of bits.Rafael Espindola2011-08-0425-84/+84
* print st_type with the correct number of bits.Rafael Espindola2011-08-0428-95/+95
* Print st_bind with the correct number of bits.Rafael Espindola2011-08-0431-99/+101
* Print r_sym with the correct number of bits.Rafael Espindola2011-08-048-29/+29
* Print r_type with the correct number of bits.Rafael Espindola2011-08-0410-42/+44
* Another counter goes decimal.Rafael Espindola2011-08-0430-95/+95
* Change anther counter to decimal.Rafael Espindola2011-08-0437-167/+167
* Don't print a counter in hex.Rafael Espindola2011-08-0424-38/+38
* Print all the bits in the addend.Rafael Espindola2011-08-0426-129/+123
* Fix http://llvm.org/bugs/show_bug.cgi?id=10568Jason W Kim2011-08-041-0/+13
* Only access both operands of an INSERT_SUBVECTOR if it is an INSERT_SUBVECTOR.Bill Wendling2011-08-041-0/+23
* ARM refactoring assembly parsing of memory address operands.Jim Grosbach2011-08-033-6/+11
* Remove underscore that's breaking linux buildbots.Benjamin Kramer2011-08-031-1/+1
* Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics.Jakub Staszak2011-08-034-18/+19
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-033-50/+0
* SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forgetAndrew Trick2011-08-031-0/+88
* Handle IMPLICIT_DEF instructions in X86FloatingPoint.Jakob Stoklund Olesen2011-08-031-1/+20
* fix PR10286, a problem with the .ll printer handling block addresses that are...Chris Lattner2011-08-031-0/+23
* Use byte offset, instead of element number, to access merged global.Devang Patel2011-08-031-0/+124
* Fix logical error when detecting lifetime intrinsics.Nick Lewycky2011-08-031-0/+11
* Teach InstCombine that lifetime intrincs aren't a real user on the result of aNick Lewycky2011-08-021-1/+13
* Lifetime intrinsics on undef are dead.Nick Lewycky2011-08-021-1/+10
* Assume .cfi_startproc is the first thing in a function. If the function isRafael Espindola2011-08-021-0/+21
* Make this kind of lowering to be supported by 256-bit instructions:Bruno Cardoso Lopes2011-08-021-0/+32
* Remove empty test.Benjamin Kramer2011-08-021-0/+0
* Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gc...Owen Anderson2011-08-021-38/+0
* Add v4f64 -> v2f32 fp_round support. Also add a testcase to exerciseBruno Cardoso Lopes2011-08-011-0/+7
* Since vectors with all ones can't be created with a 256-bit instruction,Bruno Cardoso Lopes2011-08-011-0/+9
* Fix crash with varargs function with no named parameters.Richard Osborne2011-08-011-0/+17
* Add a small gep optimization I noticed was missing while reading some IL.Rafael Espindola2011-07-311-0/+20
* Remove InvalidateStructLayoutInfo from the ocaml bindings.Benjamin Kramer2011-07-311-1/+0
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-54/+0
* Revert "Don't check liveness of unallocatable registers."Jakob Stoklund Olesen2011-07-301-1/+1
* Don't check liveness of unallocatable registers.Jakob Stoklund Olesen2011-07-291-1/+1
* Add support for the 'Q' constraint.Eric Christopher2011-07-291-0/+12
* ARM SRS instruction parsing, diassembly and encoding support.Jim Grosbach2011-07-292-2/+53
* Clean up debug info after reassociation.Devang Patel2011-07-291-0/+38
* ARM assembly parsing and encoding for RFE instruction.Jim Grosbach2011-07-291-0/+50
* ARM update tests for CPS instruction.Jim Grosbach2011-07-292-9/+13