aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make this test check the transforms it's actually doing. Also add a test that itNick Lewycky2012-09-251-3/+17
* Add missing i64 max/min/umax/umin on 32-bit targetMichael Liao2012-09-252-1/+51
* ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach2012-09-251-0/+43
* Fix a case where SROA did not correctly detect dead PHI or selects dueChandler Carruth2012-09-251-0/+45
* Change the way the lint sanity checking pass detects misaligned memory accesses.Duncan Sands2012-09-251-2/+6
* Fix an illegal tailcall opt where the callee returns a double via xmm while c...Evan Cheng2012-09-251-3/+26
* Don't forget that strcpy and friends return a pointer to the destination, soNick Lewycky2012-09-251-0/+10
* ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.Jim Grosbach2012-09-251-0/+4
* Mark jump tables in code sections with DataRegion directives.Jim Grosbach2012-09-241-0/+12
* Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may beNick Lewycky2012-09-241-0/+46
* Specify MachinePointerInfo as refering to the argument value and offset of theRoman Divacky2012-09-241-0/+27
* Add missing : in CHECK line.Richard Osborne2012-09-241-1/+1
* Add missing check for presence of target data.Richard Osborne2012-09-241-0/+19
* Address one of the original FIXMEs for the new SROA pass by implementingChandler Carruth2012-09-241-20/+43
* Emit dtors into proper section while compiling in vcpp-compatible mode.Anton Korobeynikov2012-09-231-6/+17
* Switch to a signed representation for the dynamic offsets while walkingChandler Carruth2012-09-231-0/+58
* Don't do actual work inside an assert statement. Fixes PR11760!Nick Lewycky2012-09-233-0/+3
* Revise test to avoid using of 'grep'Michael Liao2012-09-231-20/+14
* Enhance test case of atomic16 to verify inst encoding fixed in r164453.Michael Liao2012-09-221-0/+6
* Fix edge cases of ARM shift operands in arith instructions.Tim Northover2012-09-222-0/+88
* Fix the handling of edge cases in ARM shifted operands.Tim Northover2012-09-222-0/+116
* Fix a case where the new SROA pass failed to zap dead operands toChandler Carruth2012-09-211-7/+11
* LoopIdiom: Give up when the loop is not in canonical form.Benjamin Kramer2012-09-211-0/+34
* [fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier2012-09-211-0/+36
* InstCombine: Make sure we use the pre-zext type when creating a constant of a...Benjamin Kramer2012-09-211-0/+14
* BitcodeReader: Correctly insert blockaddress constant referring to a already ...Benjamin Kramer2012-09-211-0/+15
* Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...Alexey Samsonov2012-09-212-9/+25
* llvm/test/CodeGen/X86/pr5145.ll: Tweak expressions to match for darwin target.NAKAMURA Takumi2012-09-211-8/+8
* Add missing i8 max/min/umax/umin supportMichael Liao2012-09-212-1/+35
* llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_stor...NAKAMURA Takumi2012-09-211-2/+2
* Testcase does not need to be this strict.Chad Rosier2012-09-211-1/+1
* Add newline.Chad Rosier2012-09-211-1/+1
* [fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier2012-09-211-0/+30
* ARM: Use a dedicated intrinsic for vector bitwise select.Jim Grosbach2012-09-211-0/+49
* Ignore PHI-defs for -new-coalescer interference checks.Jakob Stoklund Olesen2012-09-201-0/+48
* Only emit DW_AT_object_pointer if this is a definition.Eric Christopher2012-09-201-2/+2
* SimplifyCFG: sink common codes from IF, ELSE blocks down to END block.Manman Ren2012-09-201-0/+53
* Try to make these tests more portable.Evan Cheng2012-09-203-7/+7
* Fix broken check lines.Benjamin Kramer2012-09-201-3/+3
* Specify cpu to get the correct instruction ordering. Remove XFAIL.Roman Divacky2012-09-201-6/+1
* Specify CPu to prevent failure on ATOM due to different code schedulingMichael Liao2012-09-201-1/+1
* Re-work X86 code generation of atomic ops with spin-loopMichael Liao2012-09-208-13/+1201
* Resolve conflicts involving dead vector lanes for -new-coalescer.Jakob Stoklund Olesen2012-09-191-0/+27
* Add support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-192-8/+50
* Support default parameters/arguments for assembler macros.Preston Gurd2012-09-191-2/+10
* Enhance unmatched '.endr' directive error message in assembler.Preston Gurd2012-09-191-1/+1
* Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArithMichael Liao2012-09-191-1/+2
* Really XFAIL test/CodeGen/PowerPC/structsinregs.ll.Jordan Rose2012-09-191-1/+1
* XFAIL test/CodeGen/PowerPC/structsinregs.llBill Schmidt2012-09-191-0/+6
* Small structs for PPC64 SVR4 must be passed right-justified in registers.Bill Schmidt2012-09-191-0/+204