Age | Commit message (Expand) | Author |
2010-02-15 | Revert r96130 ("Forward parameter options as '-option=param'"). | Mikhail Glushenkov |
2010-02-13 | Fix a problem where we had bitcasted operands that gave us | Eric Christopher |
2010-02-13 | Forward parameter options as '-option=parameter'. | Mikhail Glushenkov |
2010-02-13 | add encoder support and tests for rdtscp | Chris Lattner |
2010-02-13 | Fix PR6283. | Jakob Stoklund Olesen |
2010-02-13 | MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ... | Daniel Dunbar |
2010-02-13 | rip out the 'heinous' x86 MCCodeEmitter implementation. | Chris Lattner |
2010-02-13 | remove special cases for vmlaunch, vmresume, vmxoff, and swapgs | Chris Lattner |
2010-02-13 | Besides removing phi cycles that reduce to a single value, also remove dead | Bob Wilson |
2010-02-13 | MC/X86: Push immediate operands as immediates not expressions when possible. | Daniel Dunbar |
2010-02-12 | add some disassemble testcases for weird instructions | Chris Lattner |
2010-02-12 | implement the rest of correct x86-64 encoder support for | Chris Lattner |
2010-02-12 | When save/restoring CR at prolog/epilog, in a large | Dale Johannesen |
2010-02-12 | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner |
2010-02-12 | 1. modernize the constantmerge pass, using densemap/smallvector. | Chris Lattner |
2010-02-12 | rename test | Chris Lattner |
2010-02-12 | Testcases for recent stdcall / fastcall mangling improvements | Anton Korobeynikov |
2010-02-12 | Cleanup stdcall / fastcall name mangling. | Anton Korobeynikov |
2010-02-12 | Reapply the new LoopStrengthReduction code, with compile time and | Dan Gohman |
2010-02-12 | Update test to match 95961. | Evan Cheng |
2010-02-12 | Test for 95961. | Evan Cheng |
2010-02-12 | Test case for 95958. | Evan Cheng |
2010-02-12 | Add a new pass on machine instructions to optimize away PHI cycles that | Bob Wilson |
2010-02-12 | fix the encodings of monitor and mwait, which were completely | Chris Lattner |
2010-02-12 | Add a new function attribute, 'alignstack'. It will indicate (when the backends | Charles Davis |
2010-02-11 | Reapply coalescer fix for better cross-class coalescing. | Jakob Stoklund Olesen |
2010-02-11 | Make sure that ConstantExpr offsets also aren't off of extern | Eric Christopher |
2010-02-11 | Rename ValueRequiresCast to ShouldOptimizeCast, to better reflect | Chris Lattner |
2010-02-11 | convert to filecheck. | Chris Lattner |
2010-02-11 | Make DSE only scan blocks that are reachable from the entry | Chris Lattner |
2010-02-11 | a testcase that doesn't crash GVN but could someday. | Chris Lattner |
2010-02-11 | Make jump threading honor x|undef -> true and x&undef -> false, | Chris Lattner |
2010-02-11 | Add ConstantExpr handling to Intrinsic::objectsize lowering. | Eric Christopher |
2010-02-11 | test case for r95842. | Devang Patel |
2010-02-11 | Remove the few # TAILCALL comments that snuck in. As they may fail on linux. | Kevin Enderby |
2010-02-11 | Update the X86 assembler matcher test case now that a few more things match | Kevin Enderby |
2010-02-10 | The previous fix of widening divides that trap was too fragile as it depends ... | Mon P Wang |
2010-02-10 | Delete dead PHI machine instructions. These can be created due to type | Bob Wilson |
2010-02-10 | MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAIL | Daniel Dunbar |
2010-02-10 | XFAIL this on linux until I figure out what is happening. | Daniel Dunbar |
2010-02-10 | Replace this file containing 4 tests of x86 32-bit encodings with a file | Kevin Enderby |
2010-02-10 | Canonicalize sizeof and alignof on pointer types to a canonical | Dan Gohman |
2010-02-10 | Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes ... | Evan Cheng |
2010-02-10 | Fix the encoding of the movntdqa X86 instruction. It was missing the 0x66 | Kevin Enderby |
2010-02-09 | fix X86 encoder to output [disp] only addresses with no SIB byte | Chris Lattner |
2010-02-09 | Move Intrinsic::objectsize lowering back to InstCombineCalls and | Eric Christopher |
2010-02-09 | Re-disable for Darwin; I was mistaken to think this was fixed. | Dale Johannesen |
2010-02-09 | Pull these back out, they're a little too aggressive and time | Eric Christopher |
2010-02-09 | move tests that depend on the x86 backend out of codegen/generic, | Chris Lattner |
2010-02-09 | make target independent. | Chris Lattner |