Age | Commit message (Expand) | Author |
2010-09-02 | Mask out reserved registers when constructing the set of allocatable regs. | Jim Grosbach |
2010-09-02 | Fill in a missing comment. | Bob Wilson |
2010-09-02 | Convert VLD1 and VLD2 instructions to use pseudo-instructions until | Bob Wilson |
2010-09-02 | llvmc: .dylib support. | Mikhail Glushenkov |
2010-09-02 | Print the number of uses of a function in the .ll since it can be informative | Duncan Sands |
2010-09-02 | Added support for register allocators to record which intervals are spill int... | Lang Hames |
2010-09-02 | Reapply commit 112699, speculatively reverted by echristo, since | Duncan Sands |
2010-09-02 | Silence an ambiguous else warning from GCC. | Chandler Carruth |
2010-09-02 | Fix compile errors. | Nick Lewycky |
2010-09-02 | Added counters for PBQP reduction rules. | Lang Hames |
2010-09-02 | Replace unpckl_undef and unpckh_undef matching with target specific opcodes | Bruno Cardoso Lopes |
2010-09-02 | Move condition out to prepare for more matching | Bruno Cardoso Lopes |
2010-09-02 | Remove checking for isUNPCKL_v_undef_Mask, the specific node is already emitt... | Bruno Cardoso Lopes |
2010-09-02 | llvm::FindExecutable(): Retrieve the name with suffix.exe, if available. | NAKAMURA Takumi |
2010-09-02 | test/loop-strength-reduce4: Add explicit triplet for Win32 host. | NAKAMURA Takumi |
2010-09-02 | test/twoaddr-coalesce: Do not use @main. | NAKAMURA Takumi |
2010-09-02 | become more strict about when it's safe to use X86ISD::MOVLPS | Bruno Cardoso Lopes |
2010-09-02 | Clang's -ccc-host-triple was ignoring the arch specifier on my triple, | Eric Christopher |
2010-09-02 | This should be TargetMaterializeConstant instead. | Eric Christopher |
2010-09-02 | One definition of isThumb is plenty, thanks. | Eric Christopher |
2010-09-02 | Remove trailing whitespace | Jim Grosbach |
2010-09-02 | Rework arm fast-isel load and store handling. Move offset computation | Eric Christopher |
2010-09-02 | Add a bit of debug output for register scavenging | Jim Grosbach |
2010-09-02 | updates to make it clear that this applies to clang and other llvm subprojects. | Chris Lattner |
2010-09-02 | trivial cleanup | Jim Grosbach |
2010-09-01 | Simplify the tGPR register class now that the register allocators know not | Jim Grosbach |
2010-09-01 | Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply, | Bob Wilson |
2010-09-01 | Reword this comment. Don't mention outs(), as that's not what | Dan Gohman |
2010-09-01 | deepen my MMX/SRoA hack to avoid hurting non-x86 codegen. | Chris Lattner |
2010-09-01 | Revert r112689, avoid those kind of checks cause they mess up with mmx | Bruno Cardoso Lopes |
2010-09-01 | Tweak to ignoring reserved regs. The allocator was occasionally still looking | Jim Grosbach |
2010-09-01 | Recommit with changes. Comment out palignr for the | Dale Johannesen |
2010-09-01 | Using target specific nodes for shuffle nodes makes the mask | Bruno Cardoso Lopes |
2010-09-01 | Some basic store support. | Eric Christopher |
2010-09-01 | Teach RemoveCopyByCommutingDef to check all aliases, not just subregisters. | Jakob Stoklund Olesen |
2010-09-01 | Apparently only Darwin passes long double misaligned. Compensate. | Dale Johannesen |
2010-09-01 | tidy up trailing whitespace and an 80 column violation. | Jim Grosbach |
2010-09-01 | Fix loop unswitching's assumption that a code path which either | Dan Gohman |
2010-09-01 | Revert 112740, it broke some clang tests somehow... | Dale Johannesen |
2010-09-01 | cleanup per feedback. use a helper function for getting the first non-reserved | Jim Grosbach |
2010-09-01 | The register allocator shouldn't consider allocating reserved registers. PBQP... | Jim Grosbach |
2010-09-01 | The register allocator shouldn't consider allocating reserved registers. | Jim Grosbach |
2010-09-01 | Add a few more missing MMX operations. This should be it. | Dale Johannesen |
2010-09-01 | update the tutorial to use CreateFAdd to create fp operations. | Chris Lattner |
2010-09-01 | The register allocator shouldn't consider allocating reserved registers. | Jim Grosbach |
2010-09-01 | Disable CorrelatedValuePropagation while I track down selfhost failures. | Owen Anderson |
2010-09-01 | tidy up a few 80-column and trailing whitespace bits. | Jim Grosbach |
2010-09-01 | The output of opt -stats must be sent to stderr. Patch by NAKAMURA Takumi! | Bill Wendling |
2010-09-01 | Tentatively add correlated value propagation to the set of standard passes. | Owen Anderson |
2010-09-01 | JumpThreading keeps LazyValueInfo up to date, so we don't need to rerun it | Owen Anderson |