summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Creating branches/google/testing and tags/google/testing/2017-11-14 from r317716testingDavid L. Jones2017-11-15848-10117/+32598
|\
| * [ThinLTO] Ensure sanitizer passes are runTeresa Johnson2017-11-081-0/+3
| * [X86] Don't call validateInstruction from MatchAndEmitInstruction when Matchi...Craig Topper2017-11-081-2/+2
| * [ValueTracking] Use APInt::isNullValue/isOneValue which are more efficient fo...Craig Topper2017-11-081-3/+6
| * [WebAssembly] Add a test for inline-asm "m" constraints.Dan Gohman2017-11-081-0/+13
| * [WebAssembly] Call signExtend to get sign extended registerDan Gohman2017-11-082-1/+23
| * Un-XFAIL a test after the bugfix in r317702.Adrian Prantl2017-11-081-5/+0
| * [WebAssembly] Revise the strategy for inline asm.Dan Gohman2017-11-083-29/+58
| * NFC: Rename MCSafeSEHFragment to MCSymbolIdFragmentAdrian McCarthy2017-11-084-14/+15
| * Handle inlined variables in SelectionDAGBuilder::EmitFuncArgumentDbgValue().Adrian Prantl2017-11-083-8/+143
| * [X86] Add some initial scheduling tests for generic x86 instructionsSimon Pilgrim2017-11-082-0/+1085
| * [CMake] Remove target to build native tablegenJonas Hahnfeld2017-11-081-14/+1
| * [CMake] Add custom target to create build directoryJonas Hahnfeld2017-11-081-1/+4
| * [utils] Add RISC-V support to update_llc_test_checks.pyAlex Bradbury2017-11-081-0/+18
| * [RISCV] Initial support for function callsAlex Bradbury2017-11-089-4/+269
| * [RISCV] Codegen for conditional branchesAlex Bradbury2017-11-089-4/+239
| * [RISCV] Codegen support for memory operations on global addressesAlex Bradbury2017-11-087-22/+142
| * [RISCV] Codegen support for memory operationsAlex Bradbury2017-11-086-0/+240
| * [RISCV] Codegen support for materializing constantsAlex Bradbury2017-11-083-1/+71
| * [Analysis] Fix merging TBAA tags with different final access typesIvan A. Kosarev2017-11-082-24/+59
| * [mips] Guard indirect and tailcall pseudo instructions correctly.Simon Dardis2017-11-085-12/+97
| * BasicAA: fix bug where we would return partialalias instead of noaliasNuno Lopes2017-11-081-3/+3
| * [NFCI] Ensure TargetOpcode::* are compatible with guessInstructionProperties=0Alex Bradbury2017-11-082-5/+15
| * DAG: Add computeKnownBitsForFrameIndexMatt Arsenault2017-11-083-5/+23
| * Revert "[CGP] Enable extending scope of optimizeMemoryInst"Serguei Katkov2017-11-081-1/+1
| * [CGP] Enable extending scope of optimizeMemoryInstSerguei Katkov2017-11-081-1/+1
| * [X86] Add patterns to fold EVEX store with EVEX encoded vcvtps2ph instruction...Craig Topper2017-11-082-19/+27
| * [X86] Allow legacy vcvtps2ph intrinsics to select EVEX encoded instructions. ...Craig Topper2017-11-083-30/+32
| * Convert FileOutputBuffer::commit to Error.Rafael Espindola2017-11-084-11/+11
| * Revert "Reapply: Allow yaml2obj to order implicit sections for ELF"Dave Lee2017-11-084-86/+38
| * Update unittest too.Rafael Espindola2017-11-081-8/+8
| * Convert FileOutputBuffer to Expected. NFC.Rafael Espindola2017-11-086-19/+18
| * Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-08177-216/+216
| * Reapply: Allow yaml2obj to order implicit sections for ELFDave Lee2017-11-084-38/+86
| * AMDGPU: Set correct sched model on v_mad_u64_u32Matt Arsenault2017-11-082-4/+6
| * Revert rL317618Mitch Phillips2017-11-083-439/+272
| * Attribute nonlazybind should not affect calls to functions with hidden visibi...Sriraman Tallam2017-11-083-9/+18
| * Reapply r317609 with a simpler sed script, thanks to Justin Bogner!Paul Robinson2017-11-071-0/+149
| * Revert "Allow yaml2obj to order implicit sections for ELF"Dave Lee2017-11-073-71/+38
| * Revert r317609, test fails on one botPaul Robinson2017-11-071-149/+0
| * Fix build bots after r317622Dave Lee2017-11-071-1/+1
| * [NVPTX] Implement __nvvm_atom_add_gen_d builtin.Justin Lebar2017-11-074-1/+39
| * Allow yaml2obj to order implicit sections for ELFDave Lee2017-11-073-38/+71
| * [SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte...Dinar Temirbulatov2017-11-073-272/+439
| * Extend SpecialCaseList to allow users to blame matches on entries in the file.Mitch Phillips2017-11-073-61/+83
| * [CodeGenPrepare] Fix typo in comment. NFCCraig Topper2017-11-071-1/+1
| * Use new vector insert half-word and byte instructions when we see inserteleme...Graham Yiu2017-11-073-3/+277
| * Convert a dwarfdump test from checked-in binary to assembler source.Paul Robinson2017-11-073-63/+43
| * [DWARFv5] Add new test for previous commit.Paul Robinson2017-11-071-0/+149
| * [DWARFv5] Support DW_FORM_strp in the .debug_line header.Paul Robinson2017-11-0712-48/+54