summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Disable the asserts that check that normalization is perfectlyDan Gohman2010-09-03
* Reapply considered harmfull part of rr112934 and r112942.Bruno Cardoso Lopes2010-09-03
* previous patch was a little too tricky for its own good. Don't try toJim Grosbach2010-09-03
* Remove the rest of the nonexistent 64-bit AVX instructions.Dale Johannesen2010-09-03
* Reapply last harmless part of r112934, the pattern fragment to match X86UnpcklpdBruno Cardoso Lopes2010-09-03
* Reintroduce a simple function refactoring done in r112934, also without any f...Bruno Cardoso Lopes2010-09-03
* Reapply piecies of r112942 and r112934 which don't doBruno Cardoso Lopes2010-09-03
* Reapply Fix commentBruno Cardoso Lopes2010-09-03
* Revert r112934, "- Use specific nodes to match unpckl masks.", which introducedDaniel Dunbar2010-09-03
* Revert r112938 "Fix comment", which depends on r112934, which introduced someDaniel Dunbar2010-09-03
* Revert r112942, "Use punpckh and unpckh family of nodes instead of using unpckhDaniel Dunbar2010-09-03
* Add a missing check when legalizing a vector extending load. This doesn'tBob Wilson2010-09-03
* Get rid of "passing signed into unsigned parameter" warning on PPC.Bill Wendling2010-09-03
* Add support for simplifying a load from a computed value to a load from a glo...Owen Anderson2010-09-03
* Re-apply r112883:Jim Grosbach2010-09-03
* VirtRegRewriter checks for early clobbers before it reuses an available stackJakob Stoklund Olesen2010-09-03
* Check the local frame alignment for determining whether dynamic stackJim Grosbach2010-09-03
* Finish converting the rest of the NEON VLD instructions to use pseudo-Bob Wilson2010-09-03
* Revert "For ARM stack frames that utilize variable sized objects and have eit...Daniel Dunbar2010-09-03
* Zap dead code.Benjamin Kramer2010-09-03
* Reapply commit 112702 which was speculatively reverted by echristo.Duncan Sands2010-09-03
* AVX doesn't support mm operations neither its instrinsics.Bruno Cardoso Lopes2010-09-03
* Use punpckh and unpckh family of nodes instead of using unpckh mask pattern f...Bruno Cardoso Lopes2010-09-03
* Replace NEON vabdl, vaba, and vabal intrinsics with combinations of theBob Wilson2010-09-03
* Fix commentBruno Cardoso Lopes2010-09-03
* - Use specific nodes to match unpckl masks.Bruno Cardoso Lopes2010-09-03
* Simple branch instruction support.Eric Christopher2010-09-03
* Don't call Predicate_* from X86 target.Jakob Stoklund Olesen2010-09-03
* Remove Predicate_* calls from MBlaze and XCoreJakob Stoklund Olesen2010-09-03
* Remove Predicate_* calls from MipsJakob Stoklund Olesen2010-09-03
* Add basic support for materializing constants (including fp) andEric Christopher2010-09-02
* lets get crazy and name the header file the exact class name,Chris Lattner2010-09-02
* Properly emit __chkstk call instead of __alloca on non-mingw windows targets.Anton Korobeynikov2010-09-02
* stop forcing a noop AssemblyAnnotationWriter to silence #usesChris Lattner2010-09-02
* There is no need to use .set here.Devang Patel2010-09-02
* reapply 112894:Chris Lattner2010-09-02
* Move insertps mask decoding to header fileBruno Cardoso Lopes2010-09-02
* revert patch, need to update clang tests tooChris Lattner2010-09-02
* Remove #uses comments from functions: they we're padded out to column 50Chris Lattner2010-09-02
* Use the FindProgramByName fallback only with known absolute paths.Dan Gohman2010-09-02
* Revert win64 changes. They seem to be incompleteAnton Korobeynikov2010-09-02
* For ARM stack frames that utilize variable sized objects and have eitherJim Grosbach2010-09-02
* fix more AST updating bugs, correcting miscompilation in PR8041Chris Lattner2010-09-02
* Remove incorrect and poorly tested code for trying to reason about values on ...Owen Anderson2010-09-02
* Properly allocate win64 shadow reg area.Anton Korobeynikov2010-09-02
* After some discussion with djg, teach SmallVector to grow from a zeroJohn McCall2010-09-02
* Move decoding of insertps back to avoid unused warnings in x86 isel lowering,...Bruno Cardoso Lopes2010-09-02
* Detect undef value early and save unnecessary NodeMap query.Devang Patel2010-09-02
* Don't narrow the load and store in a load+twiddle+store sequence unlessDan Gohman2010-09-02
* Tidy up.Devang Patel2010-09-02