| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert r84295, this unbreaks llvm-gcc bootstrap on x86-64/linux | Anton Korobeynikov | 2009-10-19 | 2 | -208/+1 |
* | rename test | Chris Lattner | 2009-10-19 | 1 | -0/+0 |
* | Fix SplitBlockPredecessors' LoopInfo updating code to handle the case | Dan Gohman | 2009-10-19 | 1 | -0/+20 |
* | Fix PR5247, "lock addq" pattern (and other atomics), it DOES modify EFLAGS. | Torok Edwin | 2009-10-19 | 1 | -0/+69 |
* | eliminate md_on_instruction.ll, md_on_instruction2.ll is a superset of it. | Chris Lattner | 2009-10-19 | 2 | -24/+1 |
* | Teach lit that the .c files in 'test/CodeGen/CellSPU/useful-harnesses' aren't... | Daniel Dunbar | 2009-10-19 | 1 | -0/+1 |
* | Add support for matching shuffle patterns with palignr. | Nate Begeman | 2009-10-19 | 3 | -15/+70 |
* | Turn on post-alloc scheduling for x86. | Evan Cheng | 2009-10-18 | 13 | -50/+38 |
* | remove a now-pointless regtest | Chris Lattner | 2009-10-18 | 1 | -15/+0 |
* | remove testcase for dead pass | Chris Lattner | 2009-10-18 | 2 | -16/+0 |
* | fix test | Chris Lattner | 2009-10-18 | 1 | -1/+1 |
* | tighten up test3, add test3a for the converse | Chris Lattner | 2009-10-18 | 1 | -3/+22 |
* | tighten test2, add a test that it doesn't get transformed in the invalid edge... | Chris Lattner | 2009-10-18 | 1 | -1/+12 |
* | Merge tests into modref.ll. Also add a test for r84174 at Chris' behest! | Nick Lewycky | 2009-10-18 | 3 | -31/+41 |
* | Add a couple new testcases. | Nick Lewycky | 2009-10-18 | 2 | -0/+30 |
* | replace a useless test with a useful one | Chris Lattner | 2009-10-17 | 1 | -13/+19 |
* | Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed, | Nick Lewycky | 2009-10-17 | 1 | -3/+3 |
* | Teach vm core to more aggressively fold 'trunc' constantexprs, | Chris Lattner | 2009-10-17 | 1 | -0/+18 |
* | remove # uses from FileCheck lines. | Chris Lattner | 2009-10-17 | 1 | -14/+15 |
* | rename test | Chris Lattner | 2009-10-17 | 1 | -0/+0 |
* | Disallow multiple instances of PluginPriority. | Mikhail Glushenkov | 2009-10-17 | 1 | -0/+10 |
* | Simplify some code (first hunk) and fix PR5208 (second hunk) by | Chris Lattner | 2009-10-17 | 1 | -1/+32 |
* | Reclaim a lost month. | Daniel Dunbar | 2009-10-17 | 2 | -0/+0 |
* | Enhance CodePlacementOpt's unconditional intra-loop branch elimination logic | Dan Gohman | 2009-10-17 | 2 | -1/+208 |
* | Autoupgrade malloc insts to malloc calls. | Victor Hernandez | 2009-10-17 | 9 | -12/+17 |
* | HeapAllocSRoA also needs to check if malloc array size can be computed. | Victor Hernandez | 2009-10-16 | 1 | -0/+26 |
* | Update tests to use FileCheck | Mon P Wang | 2009-10-16 | 19 | -55/+70 |
* | Add test case for r84279 | Mon P Wang | 2009-10-16 | 1 | -0/+12 |
* | Move zext and sext casts fed by loads into the same block as the | Dan Gohman | 2009-10-16 | 2 | -2/+22 |
* | Parse PHI instruction with attached metadata. | Devang Patel | 2009-10-16 | 1 | -0/+13 |
* | If there is not any llvm instruction associated with each lexical scope encod... | Devang Patel | 2009-10-16 | 1 | -0/+33 |
* | Invert isSafeToGetMallocArraySize check because we return NULL when we don't ... | Victor Hernandez | 2009-10-16 | 1 | -0/+30 |
* | Force triple in tests. | Daniel Dunbar | 2009-10-16 | 2 | -2/+2 |
* | Check that GVN performs this transform even if the calls | Duncan Sands | 2009-10-16 | 1 | -14/+14 |
* | Enable post-alloc scheduling for all ARM variants except for Thumb1. | Evan Cheng | 2009-10-16 | 1 | -5/+5 |
* | MC: Tweak variable assignment diagnostics, and make reassignment of non-absolute | Daniel Dunbar | 2009-10-16 | 1 | -0/+17 |
* | MC: When parsing a variable reference, substitute absolute variables immediately | Daniel Dunbar | 2009-10-16 | 2 | -9/+24 |
* | Branches must be the last instruction in a Thumb2 IT block. Approved by Evan ... | Sandeep Patel | 2009-10-15 | 1 | -0/+44 |
* | Re-apply 84180 with the fixed test case. | Sanjiv Gupta | 2009-10-15 | 1 | -3/+3 |
* | Move Blackfin intrinsics into the Target/Blackfin directory. | Jakob Stoklund Olesen | 2009-10-15 | 1 | -0/+3 |
* | Make CodePlacementOpt align loops, rather than loop headers. The | Dan Gohman | 2009-10-15 | 2 | -2/+13 |
* | When LiveVariables is adding implicit-def to model "partial dead", add the ea... | Evan Cheng | 2009-10-14 | 1 | -0/+15 |
* | Make use of the result of the loads even though that means adding -instcombine. | Nick Lewycky | 2009-10-14 | 1 | -5/+5 |
* | make instcombine's instruction sinking more aggressive in the | Chris Lattner | 2009-10-14 | 1 | -1/+37 |
* | Another BasicAA fix. If a value does not alias a GEP's base pointer, then it | Evan Cheng | 2009-10-14 | 1 | -0/+30 |
* | Replace test with a simpler hand crafted one. | Evan Cheng | 2009-10-14 | 1 | -76/+19 |
* | Use llvmgxx for C++ test. | Dale Johannesen | 2009-10-14 | 1 | -1/+1 |
* | Fix this test to account for a movl $0 being emitted as an xor now, | Dan Gohman | 2009-10-14 | 1 | -2/+3 |
* | Testcases for msasm bit (llvm-gcc 84062). | Dale Johannesen | 2009-10-14 | 2 | -0/+46 |
* | Teach basic AA about PHI nodes. If all operands of a phi NoAlias another valu... | Evan Cheng | 2009-10-13 | 1 | -0/+86 |