summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updating branches/google/stable to r220284baserock/flangNick Lewycky2014-12-030-0/+0
|\
* \ Updating branches/google/stable to r220284Nick Lewycky2014-10-28687-6301/+26765
|\ \ | |/
| * [asan-asm-instrumentation] Fixed memory accesses with rbp as a base or an ind...Yuri Gorshenin2014-10-212-83/+135
| * [Thumb2] LDRS?[BH] cannot load to the PCOliver Stannard2014-10-212-4/+55
| * Teach the load analysis to allow finding available values which requireChandler Carruth2014-10-217-18/+136
| * [mips][microMIPS] Implement ADDU16 and SUBU16 instructionsZoran Jovanovic2014-10-214-0/+35
| * [mips][microMIPS] Implement AND16, NOT16, OR16 and XOR16 instructionsZoran Jovanovic2014-10-214-0/+50
| * [mips][microMIPS] Implement microMIPS 16-bit instructions registersZoran Jovanovic2014-10-213-0/+46
| * Fix a bit of confusion about .set and produce more readable assembly.Rafael Espindola2014-10-2115-91/+63
| * Do not attribute static allocas to the call site's DebugLoc.Paul Robinson2014-10-212-0/+149
| * Make this test a bit more strict.Rafael Espindola2014-10-211-6/+11
| * Teach lit to filter the host LDFLAGS down from the build system and intoChandler Carruth2014-10-215-1/+5
| * PR21202: Memory leak in Windows RWMutexImpl when using SRWLOCKDavid Blaikie2014-10-211-5/+3
| * Make AsmPrinter::EmitLabelOffsetDifference a static helper and simplify.Rafael Espindola2014-10-213-39/+27
| * [MCJIT] Temporarily revert r220245 - it broke several bots.Lang Hames2014-10-2110-62/+7
| * Introduce enum values for previously defined metadata types. (NFC)Philip Reames2014-10-218-15/+33
| * Extend the verifier to validate range metadata on calls and invokes.Philip Reames2014-10-202-52/+68
| * [MCJIT] Make MCJIT honor symbol visibility settings when populating the globalLang Hames2014-10-2010-7/+62
| * [X86] Fix a bug in the lowering of the mask of VSELECT.Quentin Colombet2014-10-202-1/+33
| * Introduce a 'nonnull' metadata on Load instructions.Philip Reames2014-10-203-1/+36
| * [X86] Memory folding for commutative instructions (updated)Simon Pilgrim2014-10-205-59/+202
| * Explain why we don't always use --gc-sections.Rafael Espindola2014-10-201-0/+4
| * ARM: rework Thumb1 frame index rewritingTim Northover2014-10-206-114/+102
| * Try to fix GCC error about invalid use of const_cast in const version of Erro...Alexey Samsonov2014-10-201-1/+1
| * Constify getELFDynamicSymbolIterators standalone function. NFC.Alexey Samsonov2014-10-201-1/+1
| * Add const version of OwningBinary::getBinaryAlexey Samsonov2014-10-201-0/+6
| * Be more specific about return type of MachOUniversalBinary::getObjectForArchAlexey Samsonov2014-10-202-6/+4
| * Constify input argument of RelocVisitor and DWARFContext constructors. NFC.Alexey Samsonov2014-10-205-6/+6
| * Teach Lit to catch OSError exceptions when creating a process during theDan Liew2014-10-201-7/+10
| * Moved out IIT_V64 from common values section.Robert Khasanov2014-10-202-10/+10
| * [AArch64] test case for compfail fixed by r219748Gerolf Hoflehner2014-10-201-2/+36
| * Fix Intrinsic::getType not working with varargSteven Wu2014-10-201-0/+6
| * [Thumb2] RFE, SRS and "SUBS pc, lr" are undefined on v7MOliver Stannard2014-10-202-3/+20
| * Remove unnecessary else.Sid Manning2014-10-201-4/+4
| * Revert r220174, "Always use -Wl,-gc-sections on our build."NAKAMURA Takumi2014-10-201-9/+6
| * [ARM] Do not select SMULW[BT] or SMLAW[BT]Oliver Stannard2014-10-203-30/+34
| * [Thumb] Fix crash in Thumb1RegisterInfo::rewriteFrameIndexOliver Stannard2014-10-202-0/+20
| * Switch the default DataLayout to be little endian, and make the variableChandler Carruth2014-10-202-9/+9
| * Remove some completely superfluous trailing comments and clang-formatChandler Carruth2014-10-201-53/+36
| * Clean up the comments and doxygen for DataLayout.Chandler Carruth2014-10-201-96/+99
| * Fix a miscompile introduced in r220178.Chandler Carruth2014-10-202-4/+36
| * IR: Replace DataLayout::RoundUpAlignment with RoundUpToAlignmentDavid Majnemer2014-10-205-20/+11
| * Fix a somewhat subtle pair of issues with JumpThreading I introduced inChandler Carruth2014-10-202-3/+37
| * [PBQP] Use DenseSet rather than std::set for PBQP's PoolCostAllocatorLang Hames2014-10-203-67/+76
| * Teach the load analysis driving core instcombine logic and other bits ofChandler Carruth2014-10-204-23/+164
| * Add a datalayout string to this test so that it exercises the full gamutChandler Carruth2014-10-201-13/+15
| * Always use -Wl,-gc-sections on our build.Rafael Espindola2014-10-191-6/+9
| * [PowerPC] Clean up -mattr=+vsx tests to always specify -mcpuBill Schmidt2014-10-1911-31/+8
| * [PowerPC] Temporarily disable VSX for PowerPC fast-isel testsBill Schmidt2014-10-195-8/+27
| * [PowerPC] Re-enable VSX test line for fma.ll with -mcpu=pwr7Bill Schmidt2014-10-191-3/+1