summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * [ADT] Add a 'find_as' operation to DenseSet.Lang Hames2014-10-192-0/+53
| * Do a better and more complete job of preserving metadata when combiningChandler Carruth2014-10-193-33/+144
| * Move previously dead code to handle computing the known bits of an aliasChandler Carruth2014-10-192-10/+51
| * InstCombine: (sub (or A B) (xor A B)) --> (and A B)David Majnemer2014-10-192-0/+19
| * InstCombine: Optimize icmp eq/ne (shl Const2, A), Const1David Majnemer2014-10-193-1/+111
| * Fix a long-standing miscompile in the load analysis that was uncoveredChandler Carruth2014-10-195-16/+67
| * Switch how the datalayout availability test is handled in this code toChandler Carruth2014-10-191-7/+20
| * Use triple predicate functions instead of checking values directly. NFC.Bob Wilson2014-10-191-24/+7
| * Rename 'TD' to 'DL' in this function as the argument is now a DataLayoutChandler Carruth2014-10-181-7/+7
| * Fix the other comment to use modern doxygen style and be a bit moreChandler Carruth2014-10-181-4/+8
| * More formatting cleanup brought to you by clang-format.Chandler Carruth2014-10-181-5/+8
| * Clean up doxygen syntax and reword comments to flow better, have a briefChandler Carruth2014-10-181-15/+20
| * Clean up the formatting and trailing whitespace of a routine beforeChandler Carruth2014-10-181-16/+19
| * [PBQP] Move register-allocation specific PBQP code into RegAllocPBQP.h.Lang Hames2014-10-182-413/+385
| * [PBQP] Replace the interference-constraints algorithm with a faster versionLang Hames2014-10-181-16/+115
| * Preserve AA metadata when combining (cast (load (...))) -> (load (castChandler Carruth2014-10-182-0/+28
| * [InstCombine] Do an about-face on how LLVM canonicalizes (cast (loadChandler Carruth2014-10-187-104/+58
| * Remove a test that was ported from the old llvm-gcc frontend test suite.Chandler Carruth2014-10-181-39/+0
| * [llvm-objdump] don't test timestamp dump as that is time zone dependentNick Kledzik2014-10-181-4/+0
| * [llvm-objdump] enhance test case for mach-o -private-headersNick Kledzik2014-10-182-0/+33
| * [llvm-objdump] Fix mach-o binding decompression errorNick Kledzik2014-10-183-3/+8
| * [SROA] Change how SROA does vector-based promotion of allocas to handleChandler Carruth2014-10-182-44/+264
| * R600/SI: Add global atomicrmw xchgAaron Watry2014-10-173-0/+84
| * R600/SI: Add global atomicrmw xorAaron Watry2014-10-173-1/+84
| * R600/SI: Add global atomicrmw orAaron Watry2014-10-173-1/+84
| * R600/SI: Add global atomicrmw min/uminAaron Watry2014-10-173-2/+168
| * R600/SI: Add global atomicrmw max/umaxAaron Watry2014-10-173-2/+168
| * R600/SI: Add global atomicrmw andAaron Watry2014-10-173-1/+84
| * R600/SI: Add global atomicrmw subAaron Watry2014-10-173-1/+84
| * R600/SI: Fix/add tests for atomicrmw addAaron Watry2014-10-171-3/+45
| * R600: Rename atomic_load global tests to atomic_addAaron Watry2014-10-171-8/+8
| * [msan] Fix handling of byval arguments with large alignment.Evgeniy Stepanov2014-10-172-1/+22
| * Check for dynamic alloca's when selecting lifetime intrinsics.Pete Cooper2014-10-172-1/+51
| * [PowerPC] Disable +vsx RUN line for fma.ll due to inconsistency on other buil...Bill Schmidt2014-10-171-1/+3
| * Revert "TRE: make TRE a bit more aggressive"Rafael Espindola2014-10-174-40/+14
| * [PowerPC] Change assert to better formBill Schmidt2014-10-171-3/+3
| * R600/SI: Remove redundant setting of instruction bitsMatt Arsenault2014-10-171-4/+0
| * [PowerPC] Change liveness testing in VSX FMA mutation passBill Schmidt2014-10-172-9/+57
| * Disable ccache for go tests.Peter Collingbourne2014-10-172-2/+7
| * Fix typoMatt Arsenault2014-10-171-1/+1
| * R600/SI: Also check for FPImm literal constantsMatt Arsenault2014-10-171-1/+1
| * R600/SI: Allow commuting with source modifiersMatt Arsenault2014-10-172-11/+72
| * R600/SI: Simplify code with hasModifiersSetMatt Arsenault2014-10-171-9/+8
| * R600/SI: Fix general commuting breaking src modsMatt Arsenault2014-10-172-1/+22
| * R600/SI: Cleanup code with ChangeToFPImmediateMatt Arsenault2014-10-171-4/+3
| * R600/SI: Allow comuting fp immediatesMatt Arsenault2014-10-172-12/+40
| * R600/SI: Use early return instead of checking condition twiceMatt Arsenault2014-10-171-11/+16
| * We also need to catch OSError here.Peter Collingbourne2014-10-171-2/+2
| * R600/SI: Use complex pattern for MUBUF load patterns.Matt Arsenault2014-10-171-3/+2
| * R600/SI: Remove SI_BUFFER_RSRC pseudoMatt Arsenault2014-10-174-43/+24