summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [ValueTracking] recognize variations of 'clamp' to improve codegen (PR31693)Sanjay Patel2017-01-201-1/+39
* [ThinLTO] Drop non-prevailing non-ODR weak to declarationsTeresa Johnson2017-01-202-11/+33
* LowerTypeTests: Implement importing of type identifiers.Peter Collingbourne2017-01-201-2/+84
* [libFuzzer] add an assert to protect against LLVMFuzzerInitialize changing a...Kostya Serebryany2017-01-204-0/+22
* AMDGPU/R600: Serialize vector trunc stores to private ASJan Vesely2017-01-205-3/+44
* NewGVN: Fix PR 31686 and PR 31698 by rewriting store leader handling.Daniel Berlin2017-01-201-36/+41
* LowerTypeTests: Compute SizeM1BitWidth in exportTypeId. NFCI.Peter Collingbourne2017-01-201-7/+6
* [libFuzzer] experimental support for 'equivalance fuzzing'Kostya Serebryany2017-01-2010-7/+243
* [WebAssembly] Don't create bitcast-wrappers for varargs.Dan Gohman2017-01-201-0/+5
* [ThinLTO] Fix lazy-loading of MDString instruction attachmentsMehdi Amini2017-01-203-6/+19
* [DWARF] [ObjectYAML] Adding APIs for unittestingChris Bieneman2017-01-202-34/+85
* Recommit "[InlineCost] Use TTI to check if GEP is free." #3Haicheng Wu2017-01-201-2/+18
* ARM: tLDR_postidx should be marked mayLoadMatthias Braun2017-01-201-1/+1
* [InstCombine][X86] Add MULDQ/MULUDQ undef handlingSimon Pilgrim2017-01-202-0/+21
* AArch64LoadStoreOptimizer: Update kill flags when merging storesMatthias Braun2017-01-201-2/+23
* [mips] Fix debug information for __thread variablePetar Jovanovic2017-01-206-1/+37
* [AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-01-2011-200/+300
* [RegisterCoalescing] Recommit the patch "Remove partial redundent copy".Wei Mi2017-01-201-0/+171
* Revert "Recommit "[InlineCost] Use TTI to check if GEP is free." #2"Haicheng Wu2017-01-201-18/+2
* Recommit "[InlineCost] Use TTI to check if GEP is free." #2Haicheng Wu2017-01-201-2/+18
* Remove trailing whitespace. NFCI.Simon Pilgrim2017-01-201-1/+1
* [CostModel][X86] Removed unused cost. NFCI.Simon Pilgrim2017-01-201-1/+0
* [Thumb] Add support for tMUL in the compare instruction peephole optimizer.Sjoerd Meijer2017-01-201-169/+206
* Pacify -Wreorder.Benjamin Kramer2017-01-201-1/+1
* Add an assertion to PlaceholderQueue destructor, ensuring it has been flushedMehdi Amini2017-01-201-0/+3
* [AMDGPU] Add subtarget features for SDWA/DPPSam Kolton2017-01-208-13/+50
* [InstCombine][SSE] Add DemandedElts support for PACKSS/PACKUS instructionsSimon Pilgrim2017-01-201-0/+54
* [PM] Port LoopSink to the new pass manager.Chandler Carruth2017-01-203-0/+39
* [LoopSink] Trivial comment cleanup.Chandler Carruth2017-01-201-1/+2
* [ARM] Use helpers for adding pred / CC operands. NFCDiana Picus2017-01-209-108/+128
* NewGVN: Fix PR 31682, an overactive assert.Daniel Berlin2017-01-201-10/+16
* Revert "LiveRegUnits: Add accumulateBackward() function"Matthias Braun2017-01-202-42/+32
* Revert "Demangle: only demangle mangled symbols"Saleem Abdulrasool2017-01-201-10/+1
* Revert "Recommit "[InlineCost] Use TTI to check if GEP is free.""Haicheng Wu2017-01-201-18/+2
* Recommit "[InlineCost] Use TTI to check if GEP is free."Haicheng Wu2017-01-201-2/+18
* [LoopInfo] Add helper methods to compute two useful orderings of theChandler Carruth2017-01-201-18/+4
* [AArch64][GlobalISel] Widen scalar int->fp conversions.Ahmed Bougacha2017-01-202-1/+29
* [AMDGPU] Prevent spills before exec mask is restoredStanislav Mekhanoshin2017-01-203-2/+15
* GlobalISel: Add a note about how we're being a bit loose with memory operandsJustin Bogner2017-01-201-0/+4
* [MIRParser] Allow generic register specification on operand.Ahmed Bougacha2017-01-201-12/+16
* GlobalISel: Only set FailedISel on dropped dbg intrinsics when using fallbackJustin Bogner2017-01-201-2/+2
* [AliasAnalysis] Fences do not modify constant memory locationAnna Thomas2017-01-201-0/+8
* GlobalISel: Pass the MachineFunction in to reportSelectionError directlyJustin Bogner2017-01-201-6/+6
* LiveRegUnits: Add accumulateBackward() functionMatthias Braun2017-01-202-32/+42
* CodeGen: Add/Factor out LiveRegUnits class; NFCIMatthias Braun2017-01-203-59/+106
* AArch64: fall back to DAG ISel for inline assembly.Tim Northover2017-01-191-0/+3
* Fix a few more build errors.Zachary Turner2017-01-191-0/+2
* Fix incorrectly formed assert statement.Zachary Turner2017-01-191-1/+1
* [pdb] Add HashTable data structure.Zachary Turner2017-01-194-170/+331
* clang-format SampleProfile.cpp (NFC)Dehao Chen2017-01-191-6/+4
OpenPOWER on IntegriCloud