summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* X86-FMA3: Defined the ExeDomain property for Scalar FMA3 opcodes.Vyacheslav Klochkov2015-12-095-67/+70
* Simplify memory management a bit. NFC.Rafael Espindola2015-12-091-9/+8
* Return a std::unique_ptr from CloneModule. NFC.Rafael Espindola2015-12-086-40/+42
* [IndVars] Use any_of and foreach instead of explicit for loops; NFCSanjoy Das2015-12-081-11/+6
* Adjust line numbers to account for new XFAIL commentsReid Kleckner2015-12-081-2/+2
* [UBSan] Remove "-fsanitize=" prefix from ubsan_checks.inc. NFC.Alexey Samsonov2015-12-083-34/+26
* [UBSan] Always calculate ErrorType (kind of UB) before printing a report.Alexey Samsonov2015-12-082-42/+65
* [OperandBundles] Have PruneEH work correct with operand bundles.Sanjoy Das2015-12-082-2/+33
* Define selection for v4f16, v8f16 scalar_to_vectorPirama Arumuga Nainar2015-12-083-0/+23
* Fix/Improve Debug print in FunctionImport passMehdi Amini2015-12-081-9/+12
* [CGP] Reimplement r255055 a different wayReid Kleckner2015-12-082-0/+61
* [SCEV] Use for-each; NFCSanjoy Das2015-12-081-19/+13
* Fix typoXinliang David Li2015-12-081-1/+1
* [PPC64, TSAN] Enable thread sanitizer for PPC64Bill Schmidt2015-12-081-1/+1
* Objective-C properties: fix bogus use of "isa<>" on a QualType.Douglas Gregor2015-12-082-6/+15
* Module file extensions: pass a Sema through to the extension writer.Douglas Gregor2015-12-085-8/+14
* Remove caching in FunctionImport: a Module can't be reused after being linked...Mehdi Amini2015-12-082-43/+20
* Revert "[CGP] Check that we have an insert point before moving llvm.dbg.value...Reid Kleckner2015-12-082-65/+4
* [OperandBundles] Fix a transform in simplifycfgSanjoy Das2015-12-082-2/+19
* [X86][AVX] Fold loads + splats into broadcast instructionsSimon Pilgrim2015-12-085-75/+45
* Remove the -c option from dotest.py.Zachary Turner2015-12-086-164/+6
* [PPC64, TSAN] Provide setjmp interceptor support for PPC64Bill Schmidt2015-12-084-2/+393
* [Sema] Add warning when comparing nonnull and nullGeorge Burgess IV2015-12-084-37/+69
* [PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE)Bill Schmidt2015-12-0818-11/+270
* [CMake] Ignore externalizing debuginfo for unit testsChris Bieneman2015-12-081-3/+5
* [CGP] Check that we have an insert point before moving llvm.dbg.value aroundReid Kleckner2015-12-082-4/+65
* [EarlyCSE] Value forwarding for unordered atomicsPhilip Reames2015-12-082-19/+204
* [X86][SSE4A] Added fast-isel intrinsics testsSimon Pilgrim2015-12-081-0/+98
* [X86][SSSE3] Added fast-isel intrinsics testsSimon Pilgrim2015-12-081-0/+290
* [X86][SSE3] Added fast-isel intrinsics testsSimon Pilgrim2015-12-081-0/+171
* [X86][AVX2] Stripped backend codegen testsSimon Pilgrim2015-12-081-207/+1
* Remove default case in switch which covers all enumeration valuesEd Maste2015-12-081-1/+0
* Remove the -X option from dotest.pyZachary Turner2015-12-083-10/+3
* Fix ARMv4T (Thumb1) epilogue generationArtyom Skrobov2015-12-085-95/+132
* [CMake] Adding simulator supported runtimes should be done in the block that ...Chris Bieneman2015-12-081-2/+2
* Revert "Add Available Externally linkage type to isWeakForLinker()"Mehdi Amini2015-12-082-24/+1
* Cleanup test: remove useless alignmentMehdi Amini2015-12-081-2/+2
* Add Available Externally linkage type to isWeakForLinker()Mehdi Amini2015-12-082-1/+24
* Use range loops and autos in utils/TableGen/ClangAttrEmitter.cpp and generate...Eugene Zelenko2015-12-081-21/+17
* Remove the -g option from dotest.pyZachary Turner2015-12-083-11/+1
* Remove the -b option from dotest.pyZachary Turner2015-12-085-49/+0
* COFF: Create an empty but valid PDF file.Rui Ueyama2015-12-081-6/+34
* Change DeclContextFindDeclByName to return a vector of CompilerDecl objects. ...Greg Clayton2015-12-086-20/+19
* Remove +b option from dotest.pyZachary Turner2015-12-084-22/+1
* X86: produce more friendly errors during MachO relocation handlingTim Northover2015-12-083-32/+94
* Remove the -D option from dotest.py.Zachary Turner2015-12-083-9/+0
* [ARM] Allowing SP/PC for AND/BIC mod_imm_notRenato Golin2015-12-082-4/+15
* Use range loops and autos in lib/Serialization/ASTWriter.cpp.Eugene Zelenko2015-12-081-127/+103
* [TSan] Remove legacy Makefile.old!Alexey Samsonov2015-12-082-166/+0
* [CMake] Remove debug output leftovers.Alexey Samsonov2015-12-081-2/+0
OpenPOWER on IntegriCloud