aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated...Michael Gottesman2013-04-211-0/+0
* Remove tbaa metadata.Bill Wendling2013-04-211-7/+3
* When we strength reduce an objc_retainBlock call to objc_retain, increment Nu...Michael Gottesman2013-04-211-1/+6
* Fixed comment typo.Michael Gottesman2013-04-211-1/+1
* [objc-arc] Fixed typo in debug message.Michael Gottesman2013-04-211-1/+1
* [objc-arc] Fixed comment typo.Michael Gottesman2013-04-211-1/+1
* [objc-arc] Refactored OptimizeReturns so that it uses continue instead of a l...Michael Gottesman2013-04-211-25/+30
* [objc-arc] Added debug statement saying when we are resetting a sequence's pr...Michael Gottesman2013-04-201-0/+1
* Compile varargs functions for SPARCv9.Jakob Stoklund Olesen2013-04-202-31/+119
* Fix PR15800. Do not try to vectorize vectors and structs.Nadav Rotem2013-04-202-1/+24
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-202-4/+171
* ARM: don't add FrameIndex offset for LDMIA (has no immediate)Tim Northover2013-04-202-1/+37
* recommit testsNuno Lopes2013-04-201-0/+20
* Minor renaming of tests (for consistency with an in-development patch)Stephen Lin2013-04-201-10/+10
* AArch64: remove useless commentTim Northover2013-04-201-2/+0
* Move 'kw_align' case to proper section, reorganize function attribute keyword...Stephen Lin2013-04-201-12/+25
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-205-32/+0
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-2018-195/+2
* Remove dead code.Rafael Espindola2013-04-201-4/+0
* Don't litter .s files in test directory.Benjamin Kramer2013-04-201-1/+1
* VecUtils: Clean up uses of dyn_cast.Benjamin Kramer2013-04-201-4/+4
* SLPVectorizer: Strength reduce SmallVectors to ArrayRefs.Benjamin Kramer2013-04-203-30/+28
* SLPVectorizer: Reduce the compile time by eliminating the search for some of ...Nadav Rotem2013-04-201-1/+1
* refactor tryToVectorizePair to a new method that supports vectorization of li...Nadav Rotem2013-04-201-0/+8
* Fix an unused variable warning.Nadav Rotem2013-04-201-0/+1
* SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem2013-04-204-11/+101
* Report the number of stores that were found in the debug message.Nadav Rotem2013-04-201-6/+8
* Fix the header comment.Nadav Rotem2013-04-202-2/+2
* Use 64bit arithmetic for calculating distance between pointers.Nadav Rotem2013-04-201-2/+2
* Move PPC getSwappedPredicate for reuseHal Finkel2013-04-203-17/+20
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-2020-43/+371
* Allow tail call opportunity detection through nested and/or multiple iteratio...Stephen Lin2013-04-202-73/+214
* These can be void.Rafael Espindola2013-04-201-12/+7
* Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.Rafael Espindola2013-04-203-7/+7
* Remove local namespace yaml to avoid confusion with llvm::yaml.Rafael Espindola2013-04-201-8/+6
* Small obj2yaml cleanups.Rafael Espindola2013-04-201-69/+76
* Remove COFFYAML::Header.Rafael Espindola2013-04-201-17/+38
* Test commitStephen Lin2013-04-201-1/+1
* Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...Eli Bendersky2013-04-192-18/+11
* [mips] Instruction selection patterns for DSP-ASE vector shifts.Akira Hatanaka2013-04-195-6/+176
* MergeFunc: Make pointer and integer types generate the same hash.Benjamin Kramer2013-04-192-3/+12
* Make variable match any name.Bill Wendling2013-04-191-2/+2
* Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'mEli Bendersky2013-04-196-99/+95
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-1916-160/+135
* Fix PPC optimizeCompareInstr swapped-sub argument handlingHal Finkel2013-04-192-16/+82
* Add an MRI::verifyUseLists() function.Jakob Stoklund Olesen2013-04-193-3/+60
* Use dbgs() consistently for -debug printoutsEli Bendersky2013-04-191-13/+13
* Remove COFFYAML::Relocation.Rafael Espindola2013-04-191-11/+19
* Try explicitly setting the target triple to see if this gets it to pass on ARM.Bill Wendling2013-04-191-1/+1
* Do not mangle in MS-way the globals with magic \001 in the name.Anton Korobeynikov2013-04-193-9/+27