summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [X86] Improve the selection of SSE3/AVX addsub instructions. Andrea Di Biagio2014-06-261-0/+43
* This patch removed duplicate code for matching patterns Dinesh Dwivedi2014-06-262-142/+1
* Added instruction combine to transform few more negative values addition to s...Dinesh Dwivedi2014-06-261-49/+54
* GlobalOpt: Don't optimize thread_local for initializersDavid Majnemer2014-06-261-2/+3
* R600: Fix vector FMAMatt Arsenault2014-06-261-0/+1
* Don't build switch tables for dllimport and TLS variables in GEPsHans Wennborg2014-06-261-2/+3
* MSVC build fix following r211749Alp Toker2014-06-263-10/+13
* [X86] AVX512: Fix asm syntax for packed vcmpAdam Nemet2014-06-261-3/+3
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-2643-224/+155
* For CrashRecoveryContext::RunSafelyOnThread, propagate Darwin's PRIO_DARWIN_B...Argyrios Kyrtzidis2014-06-251-2/+21
* [FastISel][X86] More refactoring of select lowering and XALU folding. NFC.Juergen Ributzka2014-06-251-83/+55
* The includes were sorted. Revert r210578.Eric Christopher2014-06-251-1/+1
* [FastISel][X86] Refactor XALU folding. NFC.Juergen Ributzka2014-06-251-124/+70
* [FastISel][X86] Only fold the cmp into the select when both instructions are ...Juergen Ributzka2014-06-251-5/+15
* Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.Rafael Espindola2014-06-254-16/+18
* Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug inf...David Blaikie2014-06-253-34/+4
* PR20038: DebugInfo: Inlined call sites where the caller has debug info but th...David Blaikie2014-06-253-4/+34
* Add Rpass-missed and Rpass-analysis reports to the loop vectorizer. The remar...Tyler Nowicki2014-06-251-24/+183
* [X86] Always prefer to lower a VECTOR_SHUFFLE into a BLENDI instead of SHUFP ...Andrea Di Biagio2014-06-252-7/+7
* Fix indentation.Juergen Ributzka2014-06-251-7/+7
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-2514-66/+44
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-255-9/+15
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-2513-167/+37
* Random Number Generator (llvm)JF Bastien2014-06-253-1/+76
* Simplify AddValueSymbols. No functionality change.Rafael Espindola2014-06-251-4/+3
* [msan] Fix bad interaction between with-calls mode and chained origin tracking.Evgeniy Stepanov2014-06-251-1/+1
* Don't leak a file descriptor.Rafael Espindola2014-06-251-1/+1
* Code cleanup.Logan Chien2014-06-251-1/+1
* [x86] Add intrinsics for the pshufd, pshuflw, and pshufhw instructions.Chandler Carruth2014-06-251-0/+12
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-2512-169/+405
* Reformat.NAKAMURA Takumi2014-06-253-26/+23
* [X86] Add target combine rule to select ADDSUB instructions from a build_vectorAndrea Di Biagio2014-06-252-1/+138
* Factor out part of LICM::sink into a helper function.Evgeniy Stepanov2014-06-251-28/+41
* [LICM] Don't create more than one copy of an instruction per loop exit block ...Evgeniy Stepanov2014-06-251-24/+34
* Fix another asserting method in the null streamer.Rafael Espindola2014-06-251-1/+0
* Fix a regression from r211653.Rafael Espindola2014-06-251-1/+0
* MCNullStreamer.cpp: Roll back a few empty methods that have been marked as un...NAKAMURA Takumi2014-06-251-1/+2
* Use SourceMgr::getMemoryBuffer() in a couple of placesAlp Toker2014-06-251-2/+2
* Move some trivial methods up to MCStreamer.Rafael Espindola2014-06-253-80/+33
* [RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generatedLang Hames2014-06-253-10/+129
* Simplify the handling of .cfi_endproc.Rafael Espindola2014-06-255-24/+9
* Simplify EmitLabel.Rafael Espindola2014-06-242-6/+1
* [FastISel][X86] Fold XALU condition into branch and compare.Juergen Ributzka2014-06-241-0/+150
* R600/SI: Use a ComplexPattern for MUBUF storesTom Stellard2014-06-243-36/+67
* R600: Promote i64 stores to v2i32Tom Stellard2014-06-243-3/+10
* Print a=b as an assignment.Rafael Espindola2014-06-2411-42/+13
* R600: Fix inconsistency in rsq instructions.Matt Arsenault2014-06-248-14/+55
* fixed a few typos in commentsSanjay Patel2014-06-242-14/+12
* [PPC64] Fix PR20071 (fctiduz generated for targets lacking that instruction)Bill Schmidt2014-06-241-0/+4
* vpblend intrinsics combines as shifts intrinsics due to absence return stmt b...Robert Khasanov2014-06-241-0/+2
OpenPOWER on IntegriCloud