summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix test.Evan Cheng2009-11-04
* reimplement multiple return value handling in IPSCCP, making it Chris Lattner2009-11-03
* fconsts / fconstd immediate should be proceeded with #.Evan Cheng2009-11-03
* Re-apply 85799. It turns out my code isn't buggy.Evan Cheng2009-11-03
* fix testChris Lattner2009-11-03
* merge a test into ipsccp-basic. running llvm-ld to get one pass is... bad.Chris Lattner2009-11-03
* turn IPSCCP back on by default, try #3 or 4? Woo.Chris Lattner2009-11-03
* fix an IPSCCP bug I introduced when I changed IPSCCP to start working on Chris Lattner2009-11-03
* Parse debug info attached with insertvalue and extractvalue instructions.Devang Patel2009-11-03
* xfail this test since daniel turned off ipsccpChris Lattner2009-11-03
* testcase for r85903Chris Lattner2009-11-03
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-03
* Fix PR5367. QPR_8 is the super regclass of DPR_8 and SPR_8.Evan Cheng2009-11-03
* Declare sin & cos as readonly so they match the code in SelectionDAGBuildNate Begeman2009-11-03
* Temporary xfail until PR5367 will be resolvedAnton Korobeynikov2009-11-03
* Revert r85049, it is causing PR5367Anton Korobeynikov2009-11-03
* Revert 85799 for now. It might be breaking llvm-gcc driver.Evan Cheng2009-11-02
* merge 2008-03-10-sret.ll into ipsccp-basic.ll, and upgrade its syntax.Chris Lattner2009-11-02
* disable IPSCCP support for multiple return values, it is buggy, so justChris Lattner2009-11-02
* Initilize the machine LICM CSE map upon the first time an instruction is hois...Evan Cheng2009-11-02
* improve IPSCCP to be able to propagate the result of "!mayBeOverridden"Chris Lattner2009-11-02
* Remove an irrelevant and poorly reduced test case.Evan Cheng2009-11-02
* Use the libanalysis 'ConstantFoldLoadFromConstPtr' functionChris Lattner2009-11-02
* Unbreak ARMBaseRegisterInfo::copyRegToReg.Evan Cheng2009-11-02
* fix a bug exposed by moving SRoA earlier which caused a crash building kc++Chris Lattner2009-11-02
* fix instcombine to only do store sinking when the alignmentsChris Lattner2009-11-02
* merge a test into store.llChris Lattner2009-11-02
* convert to filecheckChris Lattner2009-11-02
* Handle splats of undefs properly. This includes the testcase for PR5364 as well.Anton Korobeynikov2009-11-02
* 64-bit FP loads & stores operate on both NEON and VFP pipelines.Anton Korobeynikov2009-11-02
* Make use of imm12 version of Thumb2 ldr / str instructions more aggressively.Evan Cheng2009-11-01
* merge phi-merge.ll into phi.llChris Lattner2009-11-01
* when merging two loads, make sure to take the min of their alignment,Chris Lattner2009-11-01
* fix a bug noticed by inspection: when instcombine sinks loads throughChris Lattner2009-11-01
* convert to filecheck.Chris Lattner2009-11-01
* We currently only run ipsccp at LTO time, which is silly. It subsumesChris Lattner2009-11-01
* Fix tests.Evan Cheng2009-11-01
* improve x86 codegen support for blockaddress. We now compileChris Lattner2009-11-01
* Use cbz and cbnz instructions.Evan Cheng2009-10-31
* vml[as].f32 cause stalls in following advanced SIMD instructions. Avoid usingJim Grosbach2009-10-31
* Consolidate test filesJim Grosbach2009-10-31
* Change to use FileCheckJim Grosbach2009-10-31
* Make tests more explicit about which instructions are expected.Jim Grosbach2009-10-31
* Grammar tweak to commentsJim Grosbach2009-10-31
* Update test to be more explicit about what instruction sequences are expected...Jim Grosbach2009-10-31
* Update test to be more explicit about what instruction sequences are expected...Jim Grosbach2009-10-31
* Expand 64-bit logical shift right inlineJim Grosbach2009-10-31
* Expand 64-bit arithmetic shift right inlineJim Grosbach2009-10-31
* Force triple; darwin's ASM syntax differs from linux's.Benjamin Kramer2009-10-31
* Expand 64 bit left shift inline rather than using the libcall. For now, thisJim Grosbach2009-10-31