summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [MC] Replace comparison with isUInt<32>.David Majnemer2015-09-041-1/+1
* WinCOFFObjectWriter.cpp: Appease a warning in checking std::time_t. [-Wsign-c...NAKAMURA Takumi2015-09-041-1/+1
* [libFuzzer] when a single mutation fails try a few more times with other muta...Kostya Serebryany2015-09-041-7/+14
* [libFuzzer] actually make the dictionaries work (+docs)Kostya Serebryany2015-09-049-24/+170
* [PowerPC] Enable interleaved-access vectorizationHal Finkel2015-09-042-1/+43
* [PowerPC] Always use aggressive interleaving on the A2Hal Finkel2015-09-031-0/+7
* [PowerPC] Try harder to find a base+offset when looking for consecutive accessesHal Finkel2015-09-031-7/+23
* [IR] Have AttrBuilder::clear clear `TargetDepAttrs`.Sanjoy Das2015-09-031-0/+1
* [RewriteStatepointsForGC] Extract common code, comment, and fix a build warni...Philip Reames2015-09-031-55/+48
* [RewriteStatepointsForGC] Strengthen invariants around BDVsPhilip Reames2015-09-031-29/+65
* [libFuzzer] refactor the mutation functions so that they are now methods of a...Kostya Serebryany2015-09-035-69/+80
* [PowerPC] Include the permutation cost for unaligned vector loadsHal Finkel2015-09-031-8/+12
* [PowerPC] Compute the MMO offset for an unaligned load with signed arithmeticHal Finkel2015-09-031-1/+2
* [RewriteStatepointsForGC] Workaround a lack of determinism in visit orderPhilip Reames2015-09-031-4/+9
* [libFuzzer] adding a parser for AFL-style dictionaries + tests.Kostya Serebryany2015-09-035-0/+141
* [sancov] Disable sanitizer coverage on functions using SEHReid Kleckner2015-09-031-0/+7
* [AArch64] Improve ISel using across lane addition reduction.Chad Rosier2015-09-031-0/+99
* Allow global address space forward decls using IDs in .ll files.Karl Schimpf2015-09-031-16/+13
* Sink COFF.h MC include into .cpp filesReid Kleckner2015-09-035-0/+5
* Revert "[AArch64] Improve load/store optimizer to handle LDUR + LDR."Chad Rosier2015-09-031-77/+21
* [x86] enable machine combiner reassociations for scalar 'xor' instsSanjay Patel2015-09-031-0/+4
* Fix assertion failure in LLParser::ConvertValIDToValueKarl Schimpf2015-09-032-3/+2
* Fix SEGV in InlineAsm::ConstraintInfo::Parse.Karl Schimpf2015-09-031-1/+2
* Fix SEGV in InlineAsm::ConstraintInfo::Parse.Karl Schimpf2015-09-031-1/+2
* check for fastness before merging in DAGCombiner::MergeConsecutiveStores() Sanjay Patel2015-09-032-12/+20
* [AArch64] Improve load/store optimizer to handle LDUR + LDR.Chad Rosier2015-09-031-21/+77
* [AArch64] Reuse MayLoad. NFC.Chad Rosier2015-09-031-1/+1
* [mips] Added support for the div, divu, ddiv and ddivu macros which use traps...Daniel Sanders2015-09-035-1/+182
* [WinEH] Add llvm.eh.exceptionpointer intrinsicJoseph Tremoulet2015-09-031-0/+5
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-0317-19/+223
* AVX512: Implemented encoding and intrinsics for vplzcntq, vplzcntd, vpconflic...Igor Breger2015-09-035-117/+54
* [MergeFuncs] Efficiently defer functions on mergeJF Bastien2015-09-021-28/+34
* [libFuzzer] deprecate the -tokens flag. This was a bad idea because the corpu...Kostya Serebryany2015-09-023-4/+5
* [X86] Require 32-byte alignment for 32-byte VMOVNTs.Ahmed Bougacha2015-09-022-3/+5
* Add Myriad into enum VendorTypeDouglas Katzman2015-09-021-0/+2
* IR: Remove an unused AssemblyWriter constructor. NFCJustin Bogner2015-09-021-29/+5
* [RewriteStatepointsForGC] Delete stale comment [NFC]Philip Reames2015-09-021-3/+0
* [RewriteStatepointsForGC] Pull a function out of anon namespace [NFC]Philip Reames2015-09-021-1/+5
* IR: Remove a redundant function. NFCJustin Bogner2015-09-021-7/+0
* [X86] Cleanup nontemporal fragments. NFCI.Ahmed Bougacha2015-09-021-15/+6
* [RewriteStatepointsForGC] Bugfix for change 246133Philip Reames2015-09-021-16/+16
* Fix release build warning for unused functionPhilip Reames2015-09-021-1/+2
* [RewriteStatepointsForGC] Improve debug output [NFC]Philip Reames2015-09-021-30/+36
* [PowerPC] Cleanup cost model for unaligned vector loads/storesHal Finkel2015-09-021-22/+37
* Move twice-repeated clang path operation into a new function.Douglas Katzman2015-09-021-2/+10
* assuem(X) handling in GVN bugfixPiotr Padlewski2015-09-021-1/+20
* Constant propagation after hitting assume(cmp) bugfixPiotr Padlewski2015-09-023-11/+50
* Constant propagation after hiting llvm.assumePiotr Padlewski2015-09-021-3/+68
* [RemoveDuplicatePHINodes] Start over after removing a PHI.Benjamin Kramer2015-09-021-0/+5
* use "unpredictable" metadata in fast-isel when splitting comparesSanjay Patel2015-09-021-1/+4
OpenPOWER on IntegriCloud