| Age | Commit message (Expand) | Author |
| 2009-02-20 | Remove test. | Tanya Lattner |
| 2009-02-20 | Update tests to work on ppc. | Tanya Lattner |
| 2009-02-17 | Merge 64582 from mainline | Tanya Lattner |
| 2009-02-17 | Merge 64579 from mainline. | Tanya Lattner |
| 2009-02-17 | Merge 64314 from mainline. | Tanya Lattner |
| 2009-02-14 | Merge 64364 from mainline. | Tanya Lattner |
| 2009-02-14 | Merge 64177 from mainline. | Tanya Lattner |
| 2009-02-13 | Merge from mainline. | Tanya Lattner |
| 2009-02-04 | SROA CBE Fix. | Tanya Lattner |
| 2009-02-04 | Disable support for vicmp/vfcmp from the LLVM 2.5 release branch, like we did... | Tanya Lattner |
| 2009-02-04 | Merge from mainline. | Tanya Lattner |
| 2009-02-03 | Update the callgraph when replacing InvokeInst with CallInst when inlining. | Nick Lewycky |
| 2009-02-03 | fix a bitcode reader bug where it can't handle extractelement correctly: | Chris Lattner |
| 2009-02-03 | Teach ConvertUsesToScalar to handle memset, allowing it to handle | Chris Lattner |
| 2009-02-03 | Delete these two tests. They are specific to x86-64, and there's no | Dan Gohman |
| 2009-02-03 | rearrange how SRoA handles promotion of allocas to vectors. | Chris Lattner |
| 2009-02-03 | this test produces an undefined value, we don't care | Chris Lattner |
| 2009-02-03 | It fails on Linux. XFAIL that machine. | Bill Wendling |
| 2009-02-03 | This is passing for us. Should it have been reenabled? | Bill Wendling |
| 2009-02-03 | Add explicit -march=x86 to these tests so that they don't | Dan Gohman |
| 2009-02-02 | Fix another test to not use -mcpu=yonah with 64-bit code. | Dan Gohman |
| 2009-02-02 | Yonah does not support x86-64. Change the -mcpu value to one that does. | Dan Gohman |
| 2009-02-02 | Run dsymutil on darwin, when it is expected, before running gdb test. | Devang Patel |
| 2009-02-02 | xfail this for now, will fix shortly. | Chris Lattner |
| 2009-02-02 | update test | Chris Lattner |
| 2009-02-02 | Fix a bug which caused us to miscompile a couple of Ada | Chris Lattner |
| 2009-02-02 | Do not add redundant arguments in a method definition DIE. | Devang Patel |
| 2009-02-02 | Make this test case smaller. | Devang Patel |
| 2009-02-02 | This passes on x86-32 linux at least. | Duncan Sands |
| 2009-02-02 | Make the XFAIL line actually match x86-32 targets. | Duncan Sands |
| 2009-02-02 | Teach LowerBRCOND to recognize (xor (setcc x), 1). The xor inverts the condit... | Evan Cheng |
| 2009-02-02 | Fix PR3372 | Chris Lattner |
| 2009-02-02 | reduce testcase. | Chris Lattner |
| 2009-02-01 | add 2 more testcases for -mattr=-sse (r63495). | Torok Edwin |
| 2009-02-01 | Implement -mno-sse: if SSE is disabled on x86-64, don't store XMM on stack for | Torok Edwin |
| 2009-02-01 | Fix PR3453 and probably a bunch of other potential | Duncan Sands |
| 2009-01-31 | Reinstate this optimization to fold icmp of xor when possible. Don't try to | Nick Lewycky |
| 2009-01-31 | Fix PR3452 (an infinite loop bootstrapping) by disabling the recent | Chris Lattner |
| 2009-01-31 | Fix PR3401: when using large integers, the type | Duncan Sands |
| 2009-01-31 | now that all the pieces are in place, teach instcombine's | Chris Lattner |
| 2009-01-31 | make sure to set Changed=true when instcombine hacks on the code, | Chris Lattner |
| 2009-01-31 | Used "-enable-unsafe-fp-math" to allow this transformation - (a * b -c) = c -... | Mon P Wang |
| 2009-01-31 | If unsafe FP optimization is not set, don't allow -(A-B) => B-A because | Mon P Wang |
| 2009-01-31 | Simplify and generalize the SROA "convert to scalar" transformation to | Chris Lattner |
| 2009-01-30 | Each input file is encoded as a separate compile unit in LLVM debugging | Devang Patel |
| 2009-01-30 | This is case is to uncover the bug in IntrinsicLowering.cpp, | Zhou Sheng |
| 2009-01-30 | Enable target tripple. | Devang Patel |
| 2009-01-30 | Linux and other target's encoding for DW_AT_declaration may not match. | Devang Patel |
| 2009-01-30 | Add DW_AT_declaration for class methods. | Devang Patel |
| 2009-01-29 | XFAIL this test. It only worked before because of a bug in the spill point s... | Owen Anderson |