summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-22
* Convert windows line endings to linux/unix line endings.Craig Topper2013-04-22
* Fix indentation. No functional change.Craig Topper2013-04-22
* Put 'else' on same line as preceding curly brace per coding standards. No fun...Craig Topper2013-04-22
* Remove an unreachable 'break' following a 'return'.Craig Topper2013-04-22
* Legalize vector truncates by parts rather than just splitting.Jim Grosbach2013-04-21
* Passing arguments to varags functions under the SPARC v9 ABI.Jakob Stoklund Olesen2013-04-21
* Tidy up comment grammar.Jim Grosbach2013-04-21
* Fix the SETHIimm pattern for 64-bit code.Jakob Stoklund Olesen2013-04-21
* SROA: Don't crash on a select with two identical operands.Benjamin Kramer2013-04-21
* Revert "SimplifyCFG: If convert single conditional stores"Arnold Schwaighofer2013-04-21
* ARM: Use ldrd/strd to spill 64-bit pairs when available.Tim Northover2013-04-21
* SLPVectorize: Add support for vectorization of casts.Nadav Rotem2013-04-21
* SLPVectorizer: Fix a bug in the code that scans the tree in search of nodes w...Nadav Rotem2013-04-21
* When we strength reduce an objc_retainBlock call to objc_retain, increment Nu...Michael Gottesman2013-04-21
* Fixed comment typo.Michael Gottesman2013-04-21
* [objc-arc] Fixed typo in debug message.Michael Gottesman2013-04-21
* [objc-arc] Fixed comment typo.Michael Gottesman2013-04-21
* [objc-arc] Refactored OptimizeReturns so that it uses continue instead of a l...Michael Gottesman2013-04-21
* [objc-arc] Added debug statement saying when we are resetting a sequence's pr...Michael Gottesman2013-04-20
* Compile varargs functions for SPARCv9.Jakob Stoklund Olesen2013-04-20
* Fix PR15800. Do not try to vectorize vectors and structs.Nadav Rotem2013-04-20
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-20
* ARM: don't add FrameIndex offset for LDMIA (has no immediate)Tim Northover2013-04-20
* AArch64: remove useless commentTim Northover2013-04-20
* Move 'kw_align' case to proper section, reorganize function attribute keyword...Stephen Lin2013-04-20
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-20
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-20
* VecUtils: Clean up uses of dyn_cast.Benjamin Kramer2013-04-20
* SLPVectorizer: Strength reduce SmallVectors to ArrayRefs.Benjamin Kramer2013-04-20
* SLPVectorizer: Reduce the compile time by eliminating the search for some of ...Nadav Rotem2013-04-20
* refactor tryToVectorizePair to a new method that supports vectorization of li...Nadav Rotem2013-04-20
* Fix an unused variable warning.Nadav Rotem2013-04-20
* SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem2013-04-20
* Report the number of stores that were found in the debug message.Nadav Rotem2013-04-20
* Fix the header comment.Nadav Rotem2013-04-20
* Use 64bit arithmetic for calculating distance between pointers.Nadav Rotem2013-04-20
* Move PPC getSwappedPredicate for reuseHal Finkel2013-04-20
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* Allow tail call opportunity detection through nested and/or multiple iteratio...Stephen Lin2013-04-20
* Test commitStephen Lin2013-04-20
* Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...Eli Bendersky2013-04-19
* [mips] Instruction selection patterns for DSP-ASE vector shifts.Akira Hatanaka2013-04-19
* MergeFunc: Make pointer and integer types generate the same hash.Benjamin Kramer2013-04-19
* Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'mEli Bendersky2013-04-19
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-19
* Fix PPC optimizeCompareInstr swapped-sub argument handlingHal Finkel2013-04-19
* Add an MRI::verifyUseLists() function.Jakob Stoklund Olesen2013-04-19
* Use dbgs() consistently for -debug printoutsEli Bendersky2013-04-19
* Do not mangle in MS-way the globals with magic \001 in the name.Anton Korobeynikov2013-04-19