summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix compile errors.Nick Lewycky2010-09-02
* Added counters for PBQP reduction rules.Lang Hames2010-09-02
* Replace unpckl_undef and unpckh_undef matching with target specific opcodesBruno Cardoso Lopes2010-09-02
* Move condition out to prepare for more matchingBruno Cardoso Lopes2010-09-02
* Remove checking for isUNPCKL_v_undef_Mask, the specific node is already emitt...Bruno Cardoso Lopes2010-09-02
* llvm::FindExecutable(): Retrieve the name with suffix.exe, if available.NAKAMURA Takumi2010-09-02
* test/loop-strength-reduce4: Add explicit triplet for Win32 host.NAKAMURA Takumi2010-09-02
* test/twoaddr-coalesce: Do not use @main.NAKAMURA Takumi2010-09-02
* become more strict about when it's safe to use X86ISD::MOVLPSBruno Cardoso Lopes2010-09-02
* Clang's -ccc-host-triple was ignoring the arch specifier on my triple,Eric Christopher2010-09-02
* This should be TargetMaterializeConstant instead.Eric Christopher2010-09-02
* One definition of isThumb is plenty, thanks.Eric Christopher2010-09-02
* Remove trailing whitespaceJim Grosbach2010-09-02
* Rework arm fast-isel load and store handling. Move offset computationEric Christopher2010-09-02
* Add a bit of debug output for register scavengingJim Grosbach2010-09-02
* updates to make it clear that this applies to clang and other llvm subprojects.Chris Lattner2010-09-02
* trivial cleanupJim Grosbach2010-09-02
* Simplify the tGPR register class now that the register allocators know notJim Grosbach2010-09-01
* Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply,Bob Wilson2010-09-01
* Reword this comment. Don't mention outs(), as that's not whatDan Gohman2010-09-01
* deepen my MMX/SRoA hack to avoid hurting non-x86 codegen.Chris Lattner2010-09-01
* Revert r112689, avoid those kind of checks cause they mess up with mmxBruno Cardoso Lopes2010-09-01
* Tweak to ignoring reserved regs. The allocator was occasionally still lookingJim Grosbach2010-09-01
* Recommit with changes. Comment out palignr for the Dale Johannesen2010-09-01
* Using target specific nodes for shuffle nodes makes the maskBruno Cardoso Lopes2010-09-01
* Some basic store support.Eric Christopher2010-09-01
* Teach RemoveCopyByCommutingDef to check all aliases, not just subregisters.Jakob Stoklund Olesen2010-09-01
* Apparently only Darwin passes long double misaligned. Compensate.Dale Johannesen2010-09-01
* tidy up trailing whitespace and an 80 column violation.Jim Grosbach2010-09-01
* Fix loop unswitching's assumption that a code path which eitherDan Gohman2010-09-01
* Revert 112740, it broke some clang tests somehow...Dale Johannesen2010-09-01
* cleanup per feedback. use a helper function for getting the first non-reservedJim Grosbach2010-09-01
* The register allocator shouldn't consider allocating reserved registers. PBQP...Jim Grosbach2010-09-01
* The register allocator shouldn't consider allocating reserved registers.Jim Grosbach2010-09-01
* Add a few more missing MMX operations. This should be it.Dale Johannesen2010-09-01
* update the tutorial to use CreateFAdd to create fp operations.Chris Lattner2010-09-01
* The register allocator shouldn't consider allocating reserved registers.Jim Grosbach2010-09-01
* Disable CorrelatedValuePropagation while I track down selfhost failures.Owen Anderson2010-09-01
* tidy up a few 80-column and trailing whitespace bits.Jim Grosbach2010-09-01
* The output of opt -stats must be sent to stderr. Patch by NAKAMURA Takumi!Bill Wendling2010-09-01
* Tentatively add correlated value propagation to the set of standard passes.Owen Anderson2010-09-01
* JumpThreading keeps LazyValueInfo up to date, so we don't need to rerun itOwen Anderson2010-09-01
* Add some more load types in.Eric Christopher2010-09-01
* Speculatively revert 112699 and 112702, they seem to be causingEric Christopher2010-09-01
* have the makefiles check the llvm-config error code instead of chargingChris Lattner2010-09-01
* dead code patrolChris Lattner2010-09-01
* zap dead code.Chris Lattner2010-09-01
* temporarily revert r112664, it is causing a decoding conflict, and Chris Lattner2010-09-01
* zap dead code.Chris Lattner2010-09-01
* remove dead code.Chris Lattner2010-09-01