2009-02-07 |
Mon P Wang | Instrcombine should not change load(cast p) to cast... |
tree | commitdiff |
2009-02-07 |
Evan Cheng | Enable machine sinking pass in non-fast mode. |
tree | commitdiff |
2009-02-06 |
Devang Patel | Ignore DbgInfoIntrinsics. |
tree | commitdiff |
2009-02-06 |
Chris Lattner | fix PR3489, use bits instead of bytes. |
tree | commitdiff |
2009-02-06 |
Evan Cheng | Fix test. It produces unexpected code if sse4.1 is on. |
tree | commitdiff |
2009-02-05 |
Devang Patel | Ignore dbg intrinsics while propagating conditional... |
tree | commitdiff |
2009-02-05 |
Evan Cheng | isAsCheapAsMove instructions can have register src... |
tree | commitdiff |
2009-02-05 |
Devang Patel | Revert rev. 63876. It is causing llvm-gcc bootstrap... |
tree | commitdiff |
2009-02-05 |
Devang Patel | Remove dead blocks in the end. |
tree | commitdiff |
2009-02-05 |
Devang Patel | Ignore dbg intrinsics while propagating conditional... |
tree | commitdiff |
2009-02-05 |
Chris Lattner | testcase for rdar://6551276 and llvm-gcc r63873 |
tree | commitdiff |
2009-02-05 |
Evan Cheng | Turn on machine LICM in non-fast mode. |
tree | commitdiff |
2009-02-05 |
Chris Lattner | if we have a large GEP offset on a 32-bit or other... |
tree | commitdiff |
2009-02-05 |
Devang Patel | Ignore dbg intrinsics while folding switch instruction. |
tree | commitdiff |
2009-02-04 |
Devang Patel | Ignore dbg intrinsics. |
tree | commitdiff |
2009-02-04 |
Mon P Wang | Add test case for r63760. |
tree | commitdiff |
2009-02-04 |
Nate Begeman | Remove now-incorrect test. |
tree | commitdiff |
2009-02-04 |
Duncan Sands | Allow the inverse transform x86_fp80 -> i80 (also |
tree | commitdiff |
2009-02-04 |
Duncan Sands | Fix PR3468: a crash when constant folding a bitcast of |
tree | commitdiff |
2009-02-04 |
Owen Anderson | Finish making AliasAnalysis aware of the fact that... |
tree | commitdiff |
2009-02-04 |
Mon P Wang | Fixes a case where we generate an incorrect mask for... |
tree | commitdiff |
2009-02-04 |
Devang Patel | While folding vallue comparison terminators ignore... |
tree | commitdiff |
2009-02-04 |
Devang Patel | Ignore dbg intrinsics while hoisting common code in... |
tree | commitdiff |
2009-02-03 |
Devang Patel | Do not let dbg intrinsic block folding of two entry... |
tree | commitdiff |
2009-02-03 |
Chris Lattner | teach "convert from scalar" to handle loads of fca's. |
tree | commitdiff |
2009-02-03 |
Chris Lattner | make scalar conversion handle stores of first class |
tree | commitdiff |
2009-02-03 |
Chris Lattner | Make SROA produce a vector only when the alloca is... |
tree | commitdiff |
2009-02-03 |
Chris Lattner | this produces an undefined result, just check that... |
tree | commitdiff |
2009-02-03 |
Duncan Sands | Fix PR3411. When replacing values, nodes are analyzed |
tree | commitdiff |
2009-02-03 |
Evan Cheng | APInt'fy SimplifyDemandedVectorElts so it can analyze... |
tree | commitdiff |
2009-02-03 |
Chris Lattner | add another case of undefined behavior without crashing... |
tree | commitdiff |
2009-02-03 |
Nick Lewycky | Revert r63600. It didn't fix the bug, it just moved... |
tree | commitdiff |
2009-02-03 |
Nick Lewycky | Update the callgraph when replacing InvokeInst with... |
tree | commitdiff |
2009-02-03 |
Chris Lattner | fix a bitcode reader bug where it can't handle extracte... |
tree | commitdiff |
2009-02-03 |
Chris Lattner | Teach ConvertUsesToScalar to handle memset, allowing... |
tree | commitdiff |
2009-02-03 |
Dan Gohman | Delete these two tests. They are specific to x86-64... |
tree | commitdiff |
2009-02-03 |
Chris Lattner | rearrange how SRoA handles promotion of allocas to... |
tree | commitdiff |
2009-02-03 |
Chris Lattner | this test produces an undefined value, we don't care |
tree | commitdiff |
2009-02-03 |
Bill Wendling | It fails on Linux. XFAIL that machine. |
tree | commitdiff |
2009-02-03 |
Bill Wendling | This is passing for us. Should it have been reenabled? |
tree | commitdiff |
2009-02-03 |
Dan Gohman | Add explicit -march=x86 to these tests so that they... |
tree | commitdiff |
2009-02-02 |
Dan Gohman | Fix another test to not use -mcpu=yonah with 64-bit... |
tree | commitdiff |
2009-02-02 |
Dan Gohman | Yonah does not support x86-64. Change the -mcpu value... |
tree | commitdiff |
2009-02-02 |
Devang Patel | Run dsymutil on darwin, when it is expected, before... |
tree | commitdiff |
2009-02-02 |
Chris Lattner | xfail this for now, will fix shortly. |
tree | commitdiff |
2009-02-02 |
Chris Lattner | update test |
tree | commitdiff |
2009-02-02 |
Chris Lattner | Fix a bug which caused us to miscompile a couple of Ada |
tree | commitdiff |
2009-02-02 |
Devang Patel | Do not add redundant arguments in a method definition... |
tree | commitdiff |
2009-02-02 |
Devang Patel | Make this test case smaller. |
tree | commitdiff |
2009-02-02 |
Duncan Sands | This passes on x86-32 linux at least. |
tree | commitdiff |
2009-02-02 |
Duncan Sands | Make the XFAIL line actually match x86-32 targets. |
tree | commitdiff |
2009-02-02 |
Evan Cheng | Teach LowerBRCOND to recognize (xor (setcc x), 1).... |
tree | commitdiff |
2009-02-02 |
Chris Lattner | Fix PR3372 |
tree | commitdiff |
2009-02-02 |
Chris Lattner | reduce testcase. |
tree | commitdiff |
2009-02-01 |
Torok Edwin | add 2 more testcases for -mattr=-sse (r63495). |
tree | commitdiff |
2009-02-01 |
Torok Edwin | Implement -mno-sse: if SSE is disabled on x86-64, don... |
tree | commitdiff |
2009-02-01 |
Duncan Sands | Fix PR3453 and probably a bunch of other potential |
tree | commitdiff |
2009-01-31 |
Nick Lewycky | Reinstate this optimization to fold icmp of xor when... |
tree | commitdiff |
2009-01-31 |
Chris Lattner | Fix PR3452 (an infinite loop bootstrapping) by disablin... |
tree | commitdiff |
2009-01-31 |
Duncan Sands | Fix PR3401: when using large integers, the type |
tree | commitdiff |
2009-01-31 |
Chris Lattner | now that all the pieces are in place, teach instcombine's |
tree | commitdiff |
2009-01-31 |
Chris Lattner | make sure to set Changed=true when instcombine hacks... |
tree | commitdiff |
2009-01-31 |
Mon P Wang | Used "-enable-unsafe-fp-math" to allow this transformat... |
tree | commitdiff |
2009-01-31 |
Mon P Wang | If unsafe FP optimization is not set, don't allow ... |
tree | commitdiff |
2009-01-31 |
Chris Lattner | Simplify and generalize the SROA "convert to scalar... |
tree | commitdiff |
2009-01-30 |
Devang Patel | Each input file is encoded as a separate compile unit... |
tree | commitdiff |
2009-01-30 |
Zhou Sheng | This is case is to uncover the bug in IntrinsicLowering... |
tree | commitdiff |
2009-01-30 |
Devang Patel | Enable target tripple. |
tree | commitdiff |
2009-01-30 |
Devang Patel | Linux and other target's encoding for DW_AT_declaratio... |
tree | commitdiff |
2009-01-30 |
Devang Patel | Add DW_AT_declaration for class methods. |
tree | commitdiff |
2009-01-29 |
Owen Anderson | XFAIL this test. It only worked before because of... |
tree | commitdiff |
2009-01-29 |
Evan Cheng | Local register allocator shouldn't assume only the... |
tree | commitdiff |
2009-01-29 |
Dan Gohman | In the case of an extractelement on an insertelement... |
tree | commitdiff |
2009-01-29 |
Evan Cheng | Add a always_inline test case. |
tree | commitdiff |
2009-01-29 |
Evan Cheng | Add a test case for Chris lvalue alignment fixes. |
tree | commitdiff |
2009-01-29 |
Evan Cheng | Exit with nice warnings when register allocator run... |
tree | commitdiff |
2009-01-29 |
Dan Gohman | Make x86's BT instruction matching more thorough, and... |
tree | commitdiff |
2009-01-28 |
Mon P Wang | Fixed lowering of v816 shuffles. |
tree | commitdiff |
2009-01-28 |
Bill Wendling | Make test platform agnostic. |
tree | commitdiff |
2009-01-28 |
Dan Gohman | Give this test an explicit target, to make it host... |
tree | commitdiff |
2009-01-28 |
Devang Patel | Do not forget to derived type while constructing an... |
tree | commitdiff |
2009-01-28 |
Chris Lattner | Fix some issues with volatility, move "CanConvertToScal... |
tree | commitdiff |
2009-01-28 |
Chris Lattner | strengthen this test. |
tree | commitdiff |
2009-01-28 |
Evan Cheng | The memory alignment requirement on some of the mov... |
tree | commitdiff |
2009-01-28 |
Mon P Wang | Added sse test patterns for r62979 and r63193. |
tree | commitdiff |
2009-01-28 |
Mikhail Glushenkov | Add three new option properties. |
tree | commitdiff |
2009-01-27 |
Bill Wendling | Add testcase for r63142. |
tree | commitdiff |
2009-01-27 |
Evan Cheng | Implement multiple with overflow by 2 with an add instr... |
tree | commitdiff |
2009-01-27 |
Evan Cheng | Forgot this test case. |
tree | commitdiff |
2009-01-27 |
Dan Gohman | Add a FrontendC testcase for the x86-64 Red Zone feature, |
tree | commitdiff |
2009-01-27 |
Devang Patel | Assorted debug info fixes. |
tree | commitdiff |
2009-01-27 |
Dan Gohman | Add a regression test for x86-64 red zone usage. |
tree | commitdiff |
2009-01-26 |
Dale Johannesen | Testcase for 6522054. |
tree | commitdiff |
2009-01-26 |
Duncan Sands | Fix PR3393, which amounts to a bug in the expensive |
tree | commitdiff |
2009-01-26 |
Dan Gohman | At Nick Lewycky's request, rename this test with a... |
tree | commitdiff |
2009-01-26 |
Evan Cheng | Enhance logic in X86DAGToDAGISel::PreprocessForRMW... |
tree | commitdiff |
2009-01-26 |
Mon P Wang | Fixed optimization of combining two shuffles where... |
tree | commitdiff |
2009-01-26 |
Scott Michel | CellSPU: |
tree | commitdiff |
2009-01-26 |
Chris Lattner | Handle single-entry phi nodes gracefully in condprop. |
tree | commitdiff |
2009-01-26 |
Chris Lattner | Fix PR3408 by making a non-obvious assumption very... |
tree | commitdiff |
next |