aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-21Remove the executable bit on cmake filesSylvestre Ledru
2013-04-21SLPVectorize: Add support for vectorization of casts.Nadav Rotem
2013-04-21SLPVectorizer: Fix a bug in the code that scans the tree in search of nodes w...Nadav Rotem
2013-04-21[objc-arc] Cleaned up tail-call-invariant-enforcement.ll.Michael Gottesman
2013-04-21[objc-arc] Check that objc-arc-expand properly handles all strictly forwardin...Michael Gottesman
2013-04-21[objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated...Michael Gottesman
2013-04-21Remove tbaa metadata.Bill Wendling
2013-04-21When we strength reduce an objc_retainBlock call to objc_retain, increment Nu...Michael Gottesman
2013-04-21Fixed comment typo.Michael Gottesman
2013-04-21[objc-arc] Fixed typo in debug message.Michael Gottesman
2013-04-21[objc-arc] Fixed comment typo.Michael Gottesman
2013-04-21[objc-arc] Refactored OptimizeReturns so that it uses continue instead of a l...Michael Gottesman
2013-04-20[objc-arc] Added debug statement saying when we are resetting a sequence's pr...Michael Gottesman
2013-04-20Compile varargs functions for SPARCv9.Jakob Stoklund Olesen
2013-04-20Fix PR15800. Do not try to vectorize vectors and structs.Nadav Rotem
2013-04-20SimplifyCFG: If convert single conditional storesArnold Schwaighofer
2013-04-20ARM: don't add FrameIndex offset for LDMIA (has no immediate)Tim Northover
2013-04-20recommit testsNuno Lopes
2013-04-20Minor renaming of tests (for consistency with an in-development patch)Stephen Lin
2013-04-20AArch64: remove useless commentTim Northover
2013-04-20Move 'kw_align' case to proper section, reorganize function attribute keyword...Stephen Lin
2013-04-20Remove unused ShouldFoldAtomicFences flag.Tim Northover
2013-04-20Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover
2013-04-20Remove dead code.Rafael Espindola
2013-04-20Don't litter .s files in test directory.Benjamin Kramer
2013-04-20VecUtils: Clean up uses of dyn_cast.Benjamin Kramer
2013-04-20SLPVectorizer: Strength reduce SmallVectors to ArrayRefs.Benjamin Kramer
2013-04-20SLPVectorizer: Reduce the compile time by eliminating the search for some of ...Nadav Rotem
2013-04-20refactor tryToVectorizePair to a new method that supports vectorization of li...Nadav Rotem
2013-04-20Fix an unused variable warning.Nadav Rotem
2013-04-20SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem
2013-04-20Report the number of stores that were found in the debug message.Nadav Rotem
2013-04-20Fix the header comment.Nadav Rotem
2013-04-20Use 64bit arithmetic for calculating distance between pointers.Nadav Rotem
2013-04-20Move PPC getSwappedPredicate for reuseHal Finkel
2013-04-20Add CodeGen support for functions that always return arguments via a new para...Stephen Lin
2013-04-20Allow tail call opportunity detection through nested and/or multiple iteratio...Stephen Lin
2013-04-20These can be void.Rafael Espindola
2013-04-20Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.Rafael Espindola
2013-04-20Remove local namespace yaml to avoid confusion with llvm::yaml.Rafael Espindola
2013-04-20Small obj2yaml cleanups.Rafael Espindola
2013-04-20Remove COFFYAML::Header.Rafael Espindola
2013-04-20Test commitStephen Lin
2013-04-19Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...Eli Bendersky
2013-04-19[mips] Instruction selection patterns for DSP-ASE vector shifts.Akira Hatanaka
2013-04-19MergeFunc: Make pointer and integer types generate the same hash.Benjamin Kramer
2013-04-19Make variable match any name.Bill Wendling
2013-04-19Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'mEli Bendersky
2013-04-19ArrayRefize getMachineNode(). No functionality change.Michael Liao
2013-04-19Fix PPC optimizeCompareInstr swapped-sub argument handlingHal Finkel