| Commit message (Expand) | Author | Age | Files | Lines |
* | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov | 2010-02-15 | 1 | -1/+1 |
* | Fix PR6300. | Jakob Stoklund Olesen | 2010-02-15 | 1 | -0/+80 |
* | Last week we were generating code with duplicate induction variables in this | Bob Wilson | 2010-02-15 | 1 | -0/+4 |
* | remove empty file. | Chris Lattner | 2010-02-15 | 1 | -0/+0 |
* | revert r96241. It breaks two regression tests, isn't documented, | Chris Lattner | 2010-02-15 | 1 | -84/+0 |
* | fix PR6305 by handling BlockAddress in a helper function | Chris Lattner | 2010-02-15 | 2 | -3/+18 |
* | Add support for emitting non-temporal stores for DAGs marked | David Greene | 2010-02-15 | 1 | -0/+84 |
* | Revert r96130 ("Forward parameter options as '-option=param'"). | Mikhail Glushenkov | 2010-02-15 | 1 | -1/+1 |
* | Fix a problem where we had bitcasted operands that gave us | Eric Christopher | 2010-02-13 | 1 | -0/+9 |
* | Forward parameter options as '-option=parameter'. | Mikhail Glushenkov | 2010-02-13 | 1 | -1/+1 |
* | add encoder support and tests for rdtscp | Chris Lattner | 2010-02-13 | 2 | -1/+9 |
* | Fix PR6283. | Jakob Stoklund Olesen | 2010-02-13 | 1 | -0/+260 |
* | MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ... | Daniel Dunbar | 2010-02-13 | 3 | -10/+16 |
* | rip out the 'heinous' x86 MCCodeEmitter implementation. | Chris Lattner | 2010-02-13 | 2 | -2/+2 |
* | remove special cases for vmlaunch, vmresume, vmxoff, and swapgs | Chris Lattner | 2010-02-13 | 2 | -1/+29 |
* | Besides removing phi cycles that reduce to a single value, also remove dead | Bob Wilson | 2010-02-13 | 4 | -4/+42 |
* | MC/X86: Push immediate operands as immediates not expressions when possible. | Daniel Dunbar | 2010-02-13 | 3 | -16/+12 |
* | add some disassemble testcases for weird instructions | Chris Lattner | 2010-02-12 | 1 | -0/+14 |
* | implement the rest of correct x86-64 encoder support for | Chris Lattner | 2010-02-12 | 1 | -0/+30 |
* | When save/restoring CR at prolog/epilog, in a large | Dale Johannesen | 2010-02-12 | 1 | -0/+30 |
* | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner | 2010-02-12 | 2 | -0/+15 |
* | 1. modernize the constantmerge pass, using densemap/smallvector. | Chris Lattner | 2010-02-12 | 1 | -10/+24 |
* | rename test | Chris Lattner | 2010-02-12 | 1 | -0/+0 |
* | Testcases for recent stdcall / fastcall mangling improvements | Anton Korobeynikov | 2010-02-12 | 2 | -0/+28 |
* | Cleanup stdcall / fastcall name mangling. | Anton Korobeynikov | 2010-02-12 | 1 | -2/+2 |
* | Reapply the new LoopStrengthReduction code, with compile time and | Dan Gohman | 2010-02-12 | 28 | -66/+523 |
* | Update test to match 95961. | Evan Cheng | 2010-02-12 | 1 | -1/+1 |
* | Test for 95961. | Evan Cheng | 2010-02-12 | 1 | -2/+1 |
* | Test case for 95958. | Evan Cheng | 2010-02-12 | 1 | -0/+18 |
* | Add a new pass on machine instructions to optimize away PHI cycles that | Bob Wilson | 2010-02-12 | 1 | -0/+34 |
* | fix the encodings of monitor and mwait, which were completely | Chris Lattner | 2010-02-12 | 1 | -0/+14 |
* | Add a new function attribute, 'alignstack'. It will indicate (when the backends | Charles Davis | 2010-02-12 | 1 | -0/+4 |
* | Reapply coalescer fix for better cross-class coalescing. | Jakob Stoklund Olesen | 2010-02-11 | 6 | -9/+7 |
* | Make sure that ConstantExpr offsets also aren't off of extern | Eric Christopher | 2010-02-11 | 1 | -0/+15 |
* | Rename ValueRequiresCast to ShouldOptimizeCast, to better reflect | Chris Lattner | 2010-02-11 | 1 | -0/+16 |
* | convert to filecheck. | Chris Lattner | 2010-02-11 | 1 | -4/+2 |
* | Make DSE only scan blocks that are reachable from the entry | Chris Lattner | 2010-02-11 | 1 | -0/+14 |
* | a testcase that doesn't crash GVN but could someday. | Chris Lattner | 2010-02-11 | 1 | -3/+19 |
* | Make jump threading honor x|undef -> true and x&undef -> false, | Chris Lattner | 2010-02-11 | 1 | -0/+69 |
* | Add ConstantExpr handling to Intrinsic::objectsize lowering. | Eric Christopher | 2010-02-11 | 1 | -2/+1 |
* | test case for r95842. | Devang Patel | 2010-02-11 | 1 | -0/+7 |
* | Remove the few # TAILCALL comments that snuck in. As they may fail on linux. | Kevin Enderby | 2010-02-11 | 1 | -4/+4 |
* | Update the X86 assembler matcher test case now that a few more things match | Kevin Enderby | 2010-02-11 | 1 | -5/+161 |
* | The previous fix of widening divides that trap was too fragile as it depends ... | Mon P Wang | 2010-02-10 | 1 | -0/+29 |
* | Delete dead PHI machine instructions. These can be created due to type | Bob Wilson | 2010-02-10 | 2 | -4/+6 |
* | MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAIL | Daniel Dunbar | 2010-02-10 | 1 | -4/+0 |
* | XFAIL this on linux until I figure out what is happening. | Daniel Dunbar | 2010-02-10 | 1 | -0/+4 |
* | Replace this file containing 4 tests of x86 32-bit encodings with a file | Kevin Enderby | 2010-02-10 | 1 | -9/+9857 |
* | Canonicalize sizeof and alignof on pointer types to a canonical | Dan Gohman | 2010-02-10 | 1 | -7/+51 |
* | Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes ... | Evan Cheng | 2010-02-10 | 1 | -0/+13 |